Advertisement
Guest User

Untitled

a guest
Mar 30th, 2020
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.58 KB | None | 0 0
  1.  
  2. # Display options
  3. name: 'The Beginning of an Adventure'
  4. lore:
  5. - 'You wake up in a new place, talk to Mom to get'
  6. - 'started. Shes downstairs in the kitchen.'
  7. - ''
  8. - '&eRewards:'
  9. - '&7► 3 Class Points'
  10. - '&7► 30 EXP'
  11.  
  12. # Parent quests
  13. parent: []
  14.  
  15. # Quest objectives
  16. objectives:
  17. 1:
  18. type: 'talkto{npc=2}'
  19. lore: '&2Go talk to Mom in the kitchen.'
  20. triggers:
  21. - 'message{format="&2Mom: &aI see you have finally woken up! I know you really didnt want to go but trust me, its for your own good. Grandpa will take good care of you. Go look around the Island first and help your little sister."}'
  22. 2:
  23. type: 'talkto{npc=38}'
  24. lore: '&2Go find your Little Sister.'
  25. triggers:
  26. - 'message{format="&2Little Sis: &aFinally! I need help!!!! These darn sheep keep scaring me! Help me kill them! Take this shovel I found on the ground near the beach."}'
  27. - 'mmoitem{type=KATANA;id=TUTWEAPON;amount=1}'
  28. 3:
  29. type: 'killmythicmob{name="Sheep1";amount=3}'
  30. lore: 'Kill 3 Sheep!'
  31. triggers:
  32. - 'message{format="&a&lYou have successfully finished the tutorial! Go talk to Fisherman Joe to get your reward."}'
  33. - 'sound{sound="ENTITY_PLAYER_LEVELUP"}'
  34. 4:
  35. type: 'talkto{npc=3}'
  36. lore: '&2Go find Fisherman Joe.'
  37. triggers:
  38. - 'command{format="mmocore admin class-points give %player% 3"}'
  39. - 'message{format="&2Fisherman Joe: &aThere you go kid, take 3 class points. Do &c/class &ato select a class. Careful! You only get 3 chances per account!"}'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement