Advertisement
SoshiSen

The Cheery Trainer

May 12th, 2017
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.57 KB | None | 0 0
  1. requiredquestpoints=5
  2. rewardquestpoints=2
  3. ignoresquestlimit=False
  4. objectives
  5. {
  6. stage=0
  7. {
  8. {
  9. description=
  10. hint=
  11. timestocomplete=1
  12. hidden=True
  13. infinite=False
  14. triggers
  15. {
  16. show_title(delay=0;titletext=The Cheery Trainer;titlecolour=dark_green;subtitletext=Quest Started)
  17. }
  18. type=chat_npc(uuid=91ef7268-9411-499a-9c63-ebbc15cd2471;chatline1=Ready to take on the Gym Leader of Agni? They're a really tough one!;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 got a 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 opponen's attack. And for a Fire Gym, I would require the Occa Berry. If you get me just one of those treasures, I'll be sure to reward you handsomely!;chatline7=Check the Pokecenter the lady there sells them. If she isn't there try getting them from the Aipom near the hot pools.)
  19. }
  20. }
  21. stage=1
  22. {
  23. {
  24. description=Talk to the Employees at Pokemart!
  25. hint=Someone around town should know where to find Berries...
  26. timestocomplete=1
  27. hidden=False
  28. infinite=False
  29. triggers
  30. {
  31. send_chat(delay=0;message=&3Looks like she isn't here, head to the hot pools and see if the Aipoms have some!)
  32. }
  33. type=enter_zone(minx=-572;maxx=-566;miny=36;maxy=40;minz=-89;maxz=-84;world=vanha)
  34. }
  35. }
  36. stage=2
  37. {
  38. {
  39. description=Defeat 10 Aipom!
  40. hint=
  41. timestocomplete=10
  42. hidden=True
  43. infinite=False
  44. triggers
  45. {
  46. give_item(delay=0;itemid=Occa Berry;count=1)
  47. send_chat(delay=0;message=&bThat Aipom dropped the berry!)
  48. }
  49. conditions
  50. {
  51. is_within_zone(flipped=False;minx=-607;maxx=-695;minz=-8;maxz=-162;world=vanha)
  52. }
  53. type=kill_pokemon(name=Aipom)
  54. }
  55. {
  56. description=Defeat Aipom until you get the berry
  57. hint=They spawn in Agni
  58. timestocomplete=1
  59. hidden=False
  60. infinite=False
  61. conditions
  62. {
  63. has_item(flipped=False;itemid=Occa Berry)
  64. }
  65. type=enter_zone(minx=-695;maxx=-607;minz=-162;maxz=-8;world=Vanha)
  66. }
  67. }
  68. stage=3
  69. {
  70. {
  71. description=Return to Grace!
  72. hint=
  73. timestocomplete=1
  74. hidden=False
  75. infinite=False
  76. triggers
  77. {
  78. show_title(delay=0;titletext=The Cheery Trainer;titlecolour=dark_green;subtitletext=Quest Completed)
  79. }
  80. conditions
  81. {
  82. has_item(flipped=False;itemid=Occa Berry;count=1)
  83. }
  84. 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!)
  85. }
  86. }
  87. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement