Advertisement
CenizaRey

A Mother's Gift

Mar 19th, 2019
456
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.36 KB | None | 0 0
  1. A Mother's Gift
  2.  
  3. requiredquestpoints=0
  4. rewardquestpoints=0
  5. canpreview=false
  6. previewtext=
  7. ignoresquestlimit=False
  8. repeatdays=-1
  9. objectives
  10. {
  11. stage=0
  12. {
  13. {
  14. description=
  15. hint=
  16. timestocomplete=1
  17. hidden=True
  18. infinite=False
  19. triggers
  20. {
  21. show_title(delay=0;titletext=A Mother's Gift;titlecolour=dark_green;subtitletext=Task Started;subtitlecolour=white)
  22. skip_to_stage(delay=2;stage=1)
  23. }
  24. type=chat_npc(uuid=5249e27b-0e64-4821-b465-70dc74e0adff;chatline1=Hey kid, got a minute?;chatline2=Do me a favour and get my birthday present from my mum. She should be hanging out around the Electric Gym.;chatline3=She knows I love hiking, I wonder what it could be?)
  25. }
  26. }
  27. stage=1
  28. {
  29. {
  30. description=Find Zsolt's mother.
  31. hint=She should be around the Electric Gym...
  32. timestocomplete=1
  33. hidden=False
  34. infinite=False
  35. triggers
  36. {
  37. fire_command(delay=6;command=/give PLAYER minecraft:obsidian 1 0 {display:{Name:"Zsolt's Birthday Present",Lore:["It's the finest volcanic glass money can buy! You almost want to keep it for yourself..."]}}))
  38. }
  39. type=chat_npc(uuid=9595d640-b15b-472e-88a1-46ea97dcd0ff;chatline1=What's that dearie? Zsolt told you to pick up his birthday present?;chatline2=Oh, that infernal boy! Could never visit his old mumsy to get it himself at the very least.;chatline3=Here you are then, give him a rap on the knuckles for being so selfish!)
  40. }
  41. }
  42. stage=2
  43. {
  44. {
  45. description=Return to Zsolt.
  46. hint=An optional hint
  47. timestocomplete=1
  48. hidden=False
  49. infinite=False
  50. triggers
  51. {
  52. take_item(delay=0;itemid=minecraft:obsidian;count=1)
  53. give_money(delay=0;amount=500)
  54. show_title(delay=2;titletext=A Mother's Gift;titlecolour=dark_green;subtitletext=Task Complete;subtitlecolour=white)
  55. }
  56. type=chat_npc(uuid=5249e27b-0e64-4821-b465-70dc74e0adff;chatline1=My present! Mumsy delivers on the goods once again. Here, kid, take this for your trouble.;chatline2=OW! Hey, what was that for!?)
  57. }
  58. }
  59. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement