Advertisement
CenizaRey

A Mother's Gift

Apr 21st, 2019
399
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.09 KB | None | 0 0
  1. A Mother's Gift
  2.  
  3. requiredquestpoints=0
  4. rewardquestpoints=0
  5. canpreview=true
  6. previewtext=It's Hiker Simon's birthday and he needs someone to visit his mother to collect his present. X392 Y122 Z336
  7. ignoresquestlimit=False
  8. repeatdays=-1
  9. objectives
  10. {
  11. stage=0
  12. {
  13. {
  14. description=A description
  15. hint=An optional hint
  16. timestocomplete=1
  17. hidden=True
  18. infinite=False
  19. triggers
  20. {
  21. show_title(delay=10;titletext=A Mother's Gift;titlecolour=green;subtitletext=Tier 1 Task started;subtitlecolour=white)
  22. send_chat(delay=10;message=&bSimon wants me to go to the Electric Gym and collect his present from his mother. If I've already been there, I could /warp there.)
  23. }
  24. type=chat_npc(uuid=e67fc927-b9dc-4a75-b36d-3ebb17709dcb;chatline1=Hey, you, Trainer! You look like you have strong, fast legs. I have a favour to ask.;chatline2=See, it's my birthday. And I'm told my mother has a present for me, but I just started my hike!;chatline3=I can't cancel my hike to trek all the way to the Electric Gym!;chatline4=That's where you come in. I need you to go to the Electric Gym, get my present from my mother, then come back here!)
  25. }
  26. }
  27. stage=1
  28. {
  29. {
  30. description=Talk to Simon's Mother.
  31. hint=She's in the Electric Gym.
  32. timestocomplete=1
  33. hidden=False
  34. infinite=False
  35. triggers
  36. {
  37. send_chat(delay=0;message=&bI have Simon's present, better get back to him.)
  38. fire_command(delay=0;command=/give PLAYER minecraft:leather_boots 1 0 {display:{Name:"Simon's Hiking Boots"}})
  39. }
  40. type=chat_npc(uuid=6f8adf32-6702-4733-abc1-1de654068c43;chatline1=What's that, dearie? You're a friend of Simon's here to collect his birthday present?;chatline2=Oh, that wretched boy! Couldn't possibly visit his mother, could he?;chatline3=Ah, very well, take it to him. Just give him a smack upside the head for me!)
  41. }
  42. }
  43. stage=2
  44. {
  45. {
  46. description=Talk to Simon.
  47. hint=He's outside the Rock Gym.
  48. timestocomplete=1
  49. hidden=False
  50. infinite=False
  51. triggers
  52. {
  53. show_title(delay=7;titletext=A Mother's Gift;titlecolour=green;subtitletext=Tier 1 Task complete;subtitlecolour=white)
  54. send_chat(delay=0;message=&bSimon has given you 1500 Pokedollars.)
  55. take_item(delay=0;itemid=Leather Boots;count=1)
  56. give_money(delay=0;amount=1500)
  57. }
  58. conditions
  59. {
  60. has_item(flipped=False;itemid=Leather Boots)
  61. }
  62. type=chat_npc(uuid=e67fc927-b9dc-4a75-b36d-3ebb17709dcb;chatline1=You're back! Where's my present?!;chatline2=...Hiking boots? Oh mother, these are only 2 inch titanium plated flexi-sole! By Arceus that woman knows nothing about good quality boots!;chatline3=YOWCH! Hey, what was that for!?)
  63. }
  64. }
  65. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement