Advertisement
SoshiSen

Where the Grass is Greener Ch3

Nov 1st, 2017
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.31 KB | None | 0 0
  1. Where the Grass is Greener Ch3
  2.  
  3. requiredquestpoints=25
  4. rewardquestpoints=3
  5. ignoresquestlimit=False
  6. repeatdays=-1
  7. objectives
  8. {
  9. stage=0
  10. {
  11. {
  12. description=A description
  13. hint=An optional hint
  14. timestocomplete=1
  15. hidden=True
  16. infinite=False
  17. triggers
  18. {
  19. show_title(delay=3;titletext=Where the Grass is greener Ch 3;titlecolour=dark_green;subtitletext=Quest Started)
  20. }
  21. conditions
  22. {
  23. has_completed(flipped=False;completedquestname=Where_the_grass_is_greener_ch2)
  24. }
  25. type=chat_npc(uuid=7a70f358-1134-47da-ac38-bb748b08c7de;chatline1=Oh hey, you made it!;chatline2=You missed all the *fun*;chatline3=I was out collecting water samples from around the town when I was attacked.;chatline4=Im fine, but I lost my samples in the fight.;chatline5=Think you could help me collect them again?)
  26. }
  27. }
  28. stage=1
  29. {
  30. {
  31. description=Collect the samples from the NW Spire
  32. hint=Go to the NW Spire in Ione
  33. timestocomplete=1
  34. hidden=False
  35. infinite=False
  36. triggers
  37. {
  38. send_chat(delay=0;message=Once you reach the Spire you take a sample of water from the edge)
  39. }
  40. type=enter_zone(minx=813;maxx=820;miny=66;maxy=68;minz=-169;maxz=67;world=Vanha)
  41. }
  42. {
  43. description=Collect the samples from the North Spire
  44. hint=Go to the North Spire in Ione
  45. timestocomplete=1
  46. hidden=False
  47. infinite=False
  48. triggers
  49. {
  50. send_chat(delay=0;message=Once you reach the Spire you take a sample of water from the edge)
  51. }
  52. type=enter_zone(minx=859;maxx=885;miny=69;maxy=71;minz=-193;maxz=-179;world=Vanha)
  53. }
  54. {
  55. description=Collect the samples from the NE Spire
  56. hint=Go to the NE Spire in Ione
  57. timestocomplete=1
  58. hidden=False
  59. infinite=False
  60. triggers
  61. {
  62. send_chat(delay=0;message=Once you reach the Spire you take a sample of water from the edge)
  63. }
  64. type=enter_zone(minx=923;maxx=929;miny=66;maxy=68;minz=-169;maxz=-163;world=Vanha)
  65. }
  66. {
  67. description=Collect the samples from the East Spire
  68. hint=Go to the East Spire in Ione
  69. timestocomplete=1
  70. hidden=False
  71. infinite=False
  72. triggers
  73. {
  74. send_chat(delay=0;message=Once you reach the Spire you take a sample of water from the edge)
  75. fire_command(delay=1;command=As you start to collect the samples a Sharpedo jumps from the water and attacks you!)
  76. spawn_and_battle(delay=1;name=Sharpedo;level=50;bossLevel=1)
  77. }
  78. type=enter_zone(minx=939;maxx=953;miny=69;maxy=71;minz=-125;maxz=-98;world=Vanha)
  79. }
  80. {
  81. description=Collect the samples from the SE Spire
  82. hint=Go to the SE Spire in Ione
  83. timestocomplete=1
  84. hidden=False
  85. infinite=False
  86. triggers
  87. {
  88. send_chat(delay=0;message=Once you reach the Spire you take a sample of water from the edge)
  89. }
  90. type=enter_zone(minx=922;maxx=929;miny=66;maxy=68;minz=-60;maxz=-53;world=Vanha)
  91. }
  92. {
  93. description=Collect the samples from the South Spire
  94. hint=Go to the South Spire in Ione
  95. timestocomplete=1
  96. hidden=False
  97. infinite=False
  98. triggers
  99. {
  100. send_chat(delay=0;message=Once you reach the Spire you take a sample of water from the edge)
  101. }
  102. type=enter_zone(minx=857;maxx=885;miny=69;maxy=71;minz=-43;maxz=-30;world=Vanha)
  103. }
  104. {
  105. description=Collect the samples from the SW Spire
  106. hint=Go to the SW Spire in Ione
  107. timestocomplete=1
  108. hidden=False
  109. infinite=False
  110. triggers
  111. {
  112. send_chat(delay=0;message=Once you reach the Spire you take a sample of water from the edge)
  113. }
  114. type=enter_zone(minx=813;maxx=821;miny=66;maxy=68;minz=-61;maxz=-53;world=Vanha)
  115. }
  116. }
  117. stage=2
  118. {
  119. {
  120. description=Return to Wilda
  121. hint=She's at the PokeCenter in Ione
  122. timestocomplete=1
  123. hidden=False
  124. infinite=False
  125. triggers
  126. {
  127. give_money(delay=0;amount=250)
  128. show_title(delay=3;titletext=Where the Grass is greener Ch 3;titlecolour=dark_green;subtitletext=Quest Completed)
  129. }
  130. type=chat_npc(uuid=7a70f358-1134-47da-ac38-bb748b08c7de;chatline1=Wow that was fast.;chatline2=You got all of them already? And no trouble?;chatline3=What it attacked you too? Your pokemon must be strong than mine.;chatline4=Maybe I should get some pointers for you. Or just keep you around.;chatline5=Thank you for your hard work.;chatline6=Im heading to Arvandor next, look me up when you get in town.)
  131. }
  132. }
  133. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement