Advertisement
CenizaRey

A Lazy Fisherman

Apr 15th, 2019
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.14 KB | None | 0 0
  1. A Lazy Fisherman
  2.  
  3. requiredquestpoints=0
  4. rewardquestpoints=0
  5. canpreview=true
  6. previewtext=Fisherman Jack wants to build an army of Gyarados, but he's too lazy to catch the magikarps. Start at: X: 933 / Y: 124 / Z: 354
  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=3;titletext=A Lazy Fisherman;titlecolour=green;subtitletext=Tier 1 Task Started;subtitlecolour=white)
  22. send_chat(delay=7;message=&bJack wants me to go out and catch him 5 Magikarps. I should check bodies of water for wild ones, or I could fish for them!)
  23. }
  24. type=chat_npc(uuid=033caa47-2abc-483b-9c32-8c8e32c7ebb8;chatline1=Hey Bobby, look at this! A trainer, just what I needed!;chatline2=Boy am I glad you dropped by, I need someone with your skills to help me with my task.;chatline3=Here's the thing: I need Gyarados! An army of them! But despite what you may think, I'm not exactly a great fisherman.;chatline4=I don't want to catch all the Magikarps myself. So I need you to go out there and catch me 5 Magikarps! I'll make it worth your while. Now go on, get!)
  25. }
  26. }
  27. stage=1
  28. {
  29. {
  30. description=Catch 5 Magikarps
  31. hint=Check bodies of water.
  32. timestocomplete=1
  33. hidden=False
  34. infinite=False
  35. triggers
  36. {
  37. send_chat(delay=2;message=&bThat's one down, four to go!)
  38. skip_to_stage(delay=3;stage=2)
  39. }
  40. type=catch_pokemon(spec=Magikarp)
  41. }
  42. }
  43. stage=2
  44. {
  45. {
  46. description=Catch 4 more Magikarps
  47. hint=Check bodies of water.
  48. timestocomplete=1
  49. hidden=False
  50. infinite=False
  51. triggers
  52. {
  53. send_chat(delay=2;message=&bThat's two down, three to go!)
  54. skip_to_stage(delay=3;stage=3)
  55. }
  56. type=catch_pokemon(spec=Magikarp)
  57. }
  58. }
  59. stage=3
  60. {
  61. {
  62. description=Catch 3 more Magikarps
  63. hint=Check bodies of water.
  64. timestocomplete=1
  65. hidden=False
  66. infinite=False
  67. triggers
  68. {
  69. send_chat(delay=2;message=&bThat's three down, two to go!)
  70. skip_to_stage(delay=3;stage=4)
  71. }
  72. type=catch_pokemon(spec=Magikarp)
  73. }
  74. }
  75. stage=4
  76. {
  77. {
  78. description=Catch 2 more Magikarps
  79. hint=Check bodies of water.
  80. timestocomplete=1
  81. hidden=False
  82. infinite=False
  83. triggers
  84. {
  85. send_chat(delay=2;message=&bThat's four Magikarps, only one to go!)
  86. skip_to_stage(delay=3;stage=5)
  87. }
  88. type=catch_pokemon(spec=Magikarp)
  89. }
  90. }
  91. stage=5
  92. {
  93. {
  94. description=Catch 1 more Magikarp!
  95. hint=Check bodies of water.
  96. timestocomplete=1
  97. hidden=False
  98. infinite=False
  99. triggers
  100. {
  101. send_chat(delay=2;message=&bThat's 5 Magikarps! Better return to Fisherman Jack)
  102. skip_to_stage(delay=3;stage=6)
  103. }
  104. type=catch_pokemon(spec=Magikarp)
  105. }
  106. }
  107. stage=6
  108. {
  109. {
  110. description=Return to Fisherman Jack.
  111. hint=He's at X933 Z354
  112. timestocomplete=1
  113. hidden=False
  114. infinite=False
  115. type=catch_pokemon()
  116. }
  117. {
  118. description=Return to Fisherman Jack.
  119. hint=He's at X933 Z354, make sure you have the Magikarps in your party!
  120. timestocomplete=1
  121. hidden=False
  122. infinite=False
  123. triggers
  124. {
  125. take_pokemon(delay=0;spec=Magikarp)
  126. take_pokemon(delay=0;spec=Magikarp)
  127. take_pokemon(delay=0;spec=Magikarp)
  128. take_pokemon(delay=0;spec=Magikarp)
  129. take_pokemon(delay=0;spec=Magikarp)
  130. give_money(delay=0;amount=500)
  131. show_title(delay=0;titletext=A Lazy Fisherman;titlecolour=green;subtitletext=Tier 1 Task Complete;subtitlecolour=white)
  132. }
  133. conditions
  134. {
  135. carrying_pokemon(flipped=False;spec=Magikarp)
  136. carrying_pokemon(flipped=False;spec=Magikarp)
  137. carrying_pokemon(flipped=False;spec=Magikarp)
  138. carrying_pokemon(flipped=False;spec=Magikarp)
  139. carrying_pokemon(flipped=False;spec=Magikarp)
  140. }
  141. type=chat_npc(uuid=033ca47-2abc-483b-9c32-8c8e32c7ebb8;chatline1=You... You actually have them?;chatline2=...Of course you do! I never doubted you for a second! Thanks so much for your help, trainer.;chatline3=Now I can finally start raising my army of Gyarados!)
  142. }
  143. }
  144. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement