mmocore/default/quests/adv-begins.yml
2019-08-30 20:03:13 +02:00

31 lines
695 B
YAML

# Display options
name: 'The Beginning of an Adventure'
lore:
- 'Yet another quest example.'
- ''
- '&eRewards:'
- '&7► Stone Tools'
- '&7► 30 EXP'
# Parent quests
parent:
- 'tutorial'
# Quest objectives
objectives:
1:
type: 'goto{world="world";x=120;y=46;z=652;range=10}'
lore: 'Head to the camp.'
triggers:
- 'message{format="Good job!"}'
2:
type: 'talkto{npc=0}'
lore: 'Go talk to the Blacksmith.'
triggers:
- 'message{format="The blacksmith told you to come see me... ?"}'
- 'item{type=STONE_SWORD}'
- 'item{type=STONE_AXE}'
- 'item{type=STONE_PICKAXE}'
- 'experience{amount=30}'