Advertisement
CenizaRey

A Hunter's Trial

Jun 2nd, 2019
520
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.95 KB | None | 0 0
  1. A Hunter's Trial
  2.  
  3. requiredquestpoints=0
  4. rewardquestpoints=0
  5. canpreview=true
  6. previewtext=Hunter Mark has heard you're a ruthless hunter, and wishes for you to embark on a simple trial. You should visit him. X893 Y155 Z955
  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. type=chat_npc(uuid=b57dbe42-8a54-4c7d-ba40-cd8deccd28ff;chatline1=So, the smell of blood does get you wild after all...;chatline2=A simple group of tasks, novice. You'll complete one, and come back to me for the next.;chatline3=First task, kill 10 magikarps. Bring me back their flesh.;chatline4=You can find them flopping around in bodies of water, or by fishing.)
  20. }
  21. }
  22. stage=1
  23. {
  24. {
  25. description=Talk to Hunter Mark.
  26. hint=He's in a hunter's lodge.
  27. timestocomplete=1
  28. hidden=False
  29. infinite=False
  30. triggers
  31. {
  32. show_options(delay=3;id=001;name=Hunter Mark;text=Accept Mark's task?;choice1=Yes, I'll mindlessly slaughter for you.;choice2=No, and please get some help.)
  33. }
  34. type=chat_npc(uuid=b57dbe42-8a54-4c7d-ba40-cd8deccd28ff;chatline1=Well, novice? Do you accept?)
  35. }
  36. }
  37. stage=2
  38. {
  39. {
  40. description=A description
  41. hint=An optional hint
  42. timestocomplete=1
  43. hidden=True
  44. infinite=False
  45. triggers
  46. {
  47. show_title(delay=3;titletext=A Hunter's Trial;titlecolour=green;subtitletext=Tier 1 Task started;subtitlecolour=white)
  48. skip_to_stage(delay=1;stage=3)
  49. show_chat_gui(delay=1;name=Hunter Mark;chatline1=Don't come back until the job is done, new blood!)
  50. }
  51. type=choose_option(id=001;choice=1)
  52. }
  53. {
  54. description=A description
  55. hint=An optional hint
  56. timestocomplete=1
  57. hidden=True
  58. infinite=False
  59. triggers
  60. {
  61. show_chat_gui(delay=1;name=Hunter Mark;chatline1=Shame, new blood. I saw potential in you. Come back when you're ready to be a man.)
  62. skip_to_stage(delay=10;stage=0)
  63. }
  64. type=choose_option(id=001;choice=2)
  65. }
  66. }
  67. stage=3
  68. {
  69. {
  70. description=Kill 10 Magikarps.
  71. hint=If you don't know how to find a Magikarp, you're beyond hope.
  72. timestocomplete=10
  73. hidden=False
  74. infinite=False
  75. type=kill_pokemon(spec=Magikarp)
  76. }
  77. }
  78. stage=4
  79. {
  80. {
  81. description=Return to Hunter Mark.
  82. hint=He's in a hunter's lodge. Make sure you have 10 raw fish on you.
  83. timestocomplete=1
  84. hidden=False
  85. infinite=False
  86. triggers
  87. {
  88. take_item(delay=0;itemid=minecraft:fish;count=10)
  89. }
  90. conditions
  91. {
  92. has_item(flipped=False;itemid=minecraft:fish;count=10)
  93. }
  94. type=chat_npc(uuid=b57dbe42-8a54-4c7d-ba40-cd8deccd28ff;chatline1=Excellent work. You managed to slay 10 pokemon that can't even defend themselves, now it's time for a real challenge.;chatline2=I want you to go to the jungle at night, and slay 10 Venonats.;chatline3=Bring back their rotten insect flesh. Hop to it!)
  95. }
  96. }
  97. stage=5
  98. {
  99. {
  100. description=Kill 10 Venonats.
  101. hint=Venonats spawn in Jungles during night time.
  102. timestocomplete=10
  103. hidden=False
  104. infinite=False
  105. type=kill_pokemon(spec=venonat)
  106. }
  107. }
  108. stage=6
  109. {
  110. {
  111. description=Return to Hunter Mark.
  112. hint=He's in a hunter's lodge. Make sure you have 10 rotten flesh on you.
  113. timestocomplete=1
  114. hidden=False
  115. infinite=False
  116. triggers
  117. {
  118. take_item(delay=0;itemid=minecraft:rotten_flesh;count=10)
  119. }
  120. conditions
  121. {
  122. has_item(flipped=False;itemid=minecraft:rotten_flesh;count=10)
  123. }
  124. type=chat_npc(uuid=b57dbe42-8a54-4c7d-ba40-cd8deccd28ff;chatline1=Congratulations on squashing some bugs.;chatline2=Here's the thing, I now want you to slay something that grows into an actual beast.;chatline3=Swinubs. Snow biomes. Snowballs. Go get 'em.)
  125. }
  126. }
  127. stage=7
  128. {
  129. {
  130. description=Kill 10 Swinubs.
  131. hint=Swinubs can be found in Snow Biomes at any time.
  132. timestocomplete=10
  133. hidden=False
  134. infinite=False
  135. type=kill_pokemon(spec=swinub)
  136. }
  137. }
  138. stage=8
  139. {
  140. {
  141. description=Return to Hunter Mark.
  142. hint=He's in a hunter's lodge. Make sure you have 10 snowballs on you.
  143. timestocomplete=1
  144. hidden=False
  145. infinite=False
  146. triggers
  147. {
  148. take_item(delay=0;itemid=minecraft:snowball;count=10)
  149. give_money(delay=0;amount=1500)
  150. show_title(delay=3;titletext=A Hunter's Trial;titlecolour=green;subtitletext=Tier 1 Task complete;subtitlecolour=white)
  151. }
  152. conditions
  153. {
  154. has_item(flipped=False;itemid=minecraft:snowball;count=10)
  155. }
  156. type=chat_npc(uuid=b57dbe42-8a54-4c7d-ba40-cd8deccd28ff;chatline1=These little piggies will never grow up~~;chatline2=Welp, that's it. You've proven you can kill even the cutest of Stratos' creatures. You'd definitely be suited to a more... Advanced task in the future. Stick around.;chatline3=Here's your payment for a slaughter well done.)
  157. }
  158. }
  159. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement