Advertisement
CenizaRey

Deadliest Catch Pt2

Apr 20th, 2019
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.69 KB | None | 0 0
  1. Deadliest Catch Pt2
  2.  
  3. requiredquestpoints=0
  4. rewardquestpoints=1
  5. canpreview=true
  6. previewtext=Fisherman Jack has realised that to catch his favourite dishes - He'll need some pokemon of his own. You should help him. X933 Y125 Z354
  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=10;titletext=Deadliest Catch Pt2;titlecolour=yellow;subtitletext=Tier 2 Task started;subtitlecolour=white)
  22. send_chat(delay=10;message=&bJack wants a Totodile, a Squirtle, a Mudkip, and a Feebas. These are all pretty rare pokemon. This could take some time.)
  23. }
  24. conditions
  25. {
  26. has_completed(flipped=False;completedquestname=Deadliest Catch)
  27. has_completed(flipped=False;completedquestname=Star of the Sea)
  28. }
  29. type=chat_npc(uuid=033caa47-2abc-483b-9c32-8c8e32c7ebb8;chatline1=Ah, it's you again! Just the trainer I was looking for!;chatline2=I've had a shocking epiphany - what if I caught my OWN pokemon? Then I could catch my own crabs. "Teach a man to fish" and all that.;chatline3=Good idea right? I thought so too! Here's where you come in: I need you to catch me a team so I can get started!;chatline4=...What? How am I supposed to start my own pokemon team without pokemon? Help me out here, kid! I'll pay you!;chatline5=I need you to catch a Totodile, a Squirtle, a Mudkip and a Feebas!;chatline6=...What are you waiting for!? Go get them!)
  30. }
  31. }
  32. stage=1
  33. {
  34. {
  35. description=Catch a Squirtle.
  36. hint=Use the /wiki command to help you.
  37. timestocomplete=1
  38. hidden=False
  39. infinite=False
  40. triggers
  41. {
  42. send_chat(delay=0;message=&bSquirtle has been caught!)
  43. }
  44. type=catch_pokemon(spec=Squirtle)
  45. }
  46. {
  47. description=Catch a Totodile.
  48. hint=Use the /wiki command to help you.
  49. timestocomplete=1
  50. hidden=False
  51. infinite=False
  52. triggers
  53. {
  54. send_chat(delay=0;message=&bTotodile has been caught!)
  55. }
  56. type=catch_pokemon(spec=Totodile)
  57. }
  58. {
  59. description=Catch a Mudkip.
  60. hint=Use the /wiki command to help you.
  61. timestocomplete=1
  62. hidden=False
  63. infinite=False
  64. triggers
  65. {
  66. send_chat(delay=0;message=&bMudkip has been caught!)
  67. }
  68. type=catch_pokemon(spec=Mudkip)
  69. }
  70. {
  71. description=Catch a Feebas.
  72. hint=Use the /wiki command to help you.
  73. timestocomplete=1
  74. hidden=False
  75. infinite=False
  76. triggers
  77. {
  78. send_chat(delay=0;message=&bFeebas has been caught!)
  79. }
  80. type=catch_pokemon(spec=Feebas)
  81. }
  82. }
  83. stage=2
  84. {
  85. {
  86. description=Return to Jack.
  87. hint=He's in the lodge at spawn.
  88. timestocomplete=1
  89. hidden=False
  90. infinite=False
  91. triggers
  92. {
  93. take_pokemon(delay=0;spec=Squirtle)
  94. take_pokemon(delay=0;spec=Totodile)
  95. take_pokemon(delay=0;spec=Mudkip)
  96. take_pokemon(delay=0;spec=Feebas)
  97. give_money(delay=0;amount=2500)
  98. fire_command(delay=0;command=/give PLAYER pixelmon:prism_scale 1 0)
  99. send_chat(delay=0;message=&bJack has given you a prism scale and 2500 Pokedollars.)
  100. show_title(delay=7;titletext=Deadliest Catch Pt2;titlecolour=yellow;subtitletext=Tier 2 Task complete;subtitlecolour=white)
  101. }
  102. conditions
  103. {
  104. carrying_pokemon(flipped=False;spec=Squirtle)
  105. carrying_pokemon(flipped=False;spec=Totodile)
  106. carrying_pokemon(flipped=False;spec=Mudkip)
  107. carrying_pokemon(flipped=False;spec=Feebas)
  108. }
  109. type=chat_npc(uuid=033caa47-2abc-483b-9c32-8c8e32c7ebb8;chatline1=Haha! You've done it again! Thank you for this, Trainer. Now I finally have a team of my own.;chatline2=Not only have you enabled me to start my own team, you've made me stronger than my brother Bobby, and that's the greatest gift of all!;chatline3=Though I'm sure this money I'm about to pay you is a pretty close second.)
  110. }
  111. }
  112. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement