Advertisement
BlitzAsogi

The Cheery Trainer

Oct 14th, 2019
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.76 KB | None | 0 0
  1. The Cheery Trainer
  2.  
  3. requiredquestpoints=5
  4. rewardquestpoints=2
  5. canpreview=true
  6. previewtext=Agni's happiest trainer needs your help to find a berry.
  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=The Cheery Trainer;titlecolour=dark_green;subtitletext=Quest Started)
  22. }
  23. type=chat_npc(uuid=91ef7268-9411-499a-9c63-ebbc15cd2471;chatline1=Ready to take on the Gym Leader of Agni? They're a really tough leader!;chatline2=I just fought them. Their Pokemon are too strong though. They utterly crushed my team!;chatline3=The Gym Leader told me I need to train my Pokemon more, and I'm taking that advice to heart!;chatline4=I doubled the time I spend training! But training isn't all about beating up wild Pokemon...;chatline5=I've got an ace up my sleeve against that pesky Gym Leader! Err, at least, I will have one!;chatline6=You see, there are special types of berries that reduces the effectiveness of the opponent's attack. And for a Agni's Gym, I would require the Shuca Berry. If you get me just one of those treasures, I'll be sure to reward you handsomely!;chatline7=Check the Pokemart the lady there sells them. If she isn't there try getting them from the Aipom near the hot pools.)
  24. }
  25. }
  26. stage=1
  27. {
  28. {
  29. description=Talk to the Employees at Pokemart!
  30. hint=Look for the employee's in the back room of Agni's Pokemart
  31. timestocomplete=1
  32. hidden=False
  33. infinite=False
  34. triggers
  35. {
  36. send_chat(delay=0;message=&bLooks like she isn't here, head to the hot pools and see if the Aipoms have some!)
  37. }
  38. type=enter_zone(minx=-572;maxx=-566;miny=36;maxy=40;minz=-89;maxz=-84;world=vanha)
  39. }
  40. }
  41. stage=2
  42. {
  43. {
  44. description=Defeat 10 Aipom!
  45. hint=
  46. timestocomplete=10
  47. hidden=True
  48. infinite=False
  49. triggers
  50. {
  51. give_item(delay=0;itemid=Shuca Berry;count=1)
  52. send_chat(delay=0;message=&bThat Aipom dropped the berry!)
  53. }
  54. conditions
  55. {
  56. is_within_zone(flipped=False;minx=-607;maxx=-695;minz=-8;maxz=-162;world=vanha)
  57. }
  58. type=kill_pokemon(name=Aipom)
  59. }
  60. {
  61. description=Defeat Aipom until you get the berry
  62. hint=They spawn in Agni
  63. timestocomplete=1
  64. hidden=False
  65. infinite=False
  66. conditions
  67. {
  68. has_item(flipped=False;itemid=Shuca Berry)
  69. }
  70. type=enter_zone(minx=-695;maxx=-607;minz=-162;maxz=-8;world=Vanha)
  71. }
  72. }
  73. stage=3
  74. {
  75. {
  76. description=Return to Grace!
  77. hint=She’s still in the back house of the Agni Pokecenter
  78. timestocomplete=1
  79. hidden=False
  80. infinite=False
  81. triggers
  82. {
  83. show_title(delay=0;titletext=The Cheery Trainer;titlecolour=dark_green;subtitletext=Quest Complete)
  84. }
  85. conditions
  86. {
  87. has_item(flipped=False;itemid=Shuca Berry;count=1)
  88. }
  89. type=chat_npc(uuid=91ef7268-9411-499a-9c63-ebbc15cd2471;chatline1=You found one! Great!;chatline2=Here, spend this wisely! Berries are extremely important for Trainers!;chatline3=They can turn the tide of battle, so make sure that when you find a Berry, never throw it away!)
  90. }
  91. }
  92. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement