mirror of
https://gitlab.com/phoenix-dvpmt/mmocore.git
synced 2025-01-15 08:21:22 +01:00
Fixed objectives in default quests
This commit is contained in:
parent
e0c22dfc1e
commit
02277d30ff
@ -24,7 +24,7 @@ delay: 0
|
||||
# the quest will end.
|
||||
objectives:
|
||||
1:
|
||||
type: 'mine{type=OAK_LOG;amount=8}'
|
||||
type: 'mineblock{type=OAK_LOG;amount=8}'
|
||||
lore: 'Mangoes only grow in Oak trees. Go break 8 oak logs!'
|
||||
triggers:
|
||||
- message{format="&aThank you! Those mangoes are gonna drop from these leaves."}
|
||||
|
@ -39,7 +39,7 @@ objectives:
|
||||
- 'message{format="&aBlacksmith> &fCould you please get me 3 oak logs?"}'
|
||||
- 'sound{sound=ENTITY_EXPERIENCE_ORB_PICKUP}'
|
||||
2:
|
||||
type: 'mine{type="OAK_LOG";amount=3}'
|
||||
type: 'mineblock{type="OAK_LOG";amount=3}'
|
||||
lore: 'Get three oak logs!'
|
||||
triggers:
|
||||
- 'message{format="&aBlacksmith> &fGood job, now bring these logs back to me!"}'
|
||||
|
Loading…
Reference in New Issue
Block a user