Advertisement
CenizaRey

Deadliest Catch

Apr 20th, 2019
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.95 KB | None | 0 0
  1. Deadliest Catch
  2.  
  3. requiredquestpoints=0
  4. rewardquestpoints=0
  5. canpreview=true
  6. previewtext=Jack loves crab-like pokemon, and needs help catching as many species as he can. 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. send_chat(delay=10;message=&bJack is a strange man, and he seems hellbent on having a Corphish, Krabby and Clauncher for whatever reason. Maybe the lake in the spawn area has some of the pokemon I'm looking for.)
  22. show_title(delay=10;titletext=Deadliest Catch;titlecolour=green;subtitletext=Tier 1 Task Started;subtitlecolour=white)
  23. }
  24. type=chat_npc(uuid=033caa47-2abc-483b-9c32-8c8e32c7ebb8;chatline1=Hey, you! Yeah you! Do you like crabs? I LOVE crabs!;chatline2=The way they scuttle about, clicking their little pincers, they're so cute... and not at all tasty...;chatline3=Here's the thing, I need you to go out into the world and catch me 3 different species of crab-like pokemon!;chatline4=I want a Corphish, a Krabby, and a Clauncher. I'll make it worth your while!;chatline5=I'd do it myself but I'm a fisherman, not a crabberman. But you seem more than capable of catching them, talented trainer that you are!;chatline6=Now go on, get! And make sure you have the pokemon on you when you get back!)
  25. }
  26. }
  27. stage=1
  28. {
  29. {
  30. description=Catch a Corphish.
  31. hint=They can be found near the edge of the lake in spawn.
  32. timestocomplete=1
  33. hidden=False
  34. infinite=False
  35. triggers
  36. {
  37. send_chat(delay=0;message=&bCorphish has been caught!)
  38. }
  39. type=catch_pokemon(spec=Corphish)
  40. }
  41. {
  42. description=Catch a Clauncher.
  43. hint=They can found in the bottom of the lake at spawn.
  44. timestocomplete=1
  45. hidden=False
  46. infinite=False
  47. triggers
  48. {
  49. send_chat(delay=0;message=&bClauncher has been caught!)
  50. }
  51. type=catch_pokemon(spec=Clauncher)
  52. }
  53. {
  54. description=Catch a Krabby.
  55. hint=They can be found near the edge of the lake at spawn.
  56. timestocomplete=1
  57. hidden=False
  58. infinite=False
  59. triggers
  60. {
  61. send_chat(delay=0;message=&bKrabby has been caught!)
  62. }
  63. type=catch_pokemon(spec=Krabby)
  64. }
  65. }
  66. stage=2
  67. {
  68. {
  69. description=Return to Fisherman Jack.
  70. hint=He's in the lodge at spawn.
  71. timestocomplete=1
  72. hidden=False
  73. infinite=False
  74. triggers
  75. {
  76. give_money(delay=0;amount=1500)
  77. send_chat(delay=0;message=&bJack has given you 1500 pokedollars.)
  78. show_title(delay=7;titletext=Deadliest Catch;titlecolour=green;subtitletext=Tier 1 Task complete;subtitlecolour=white)
  79. take_pokemon(delay=0;spec=Corphish)
  80. take_pokemon(delay=0;spec=Clauncher)
  81. take_pokemon(delay=0;spec=Krabby)
  82. }
  83. conditions
  84. {
  85. carrying_pokemon(flipped=False;spec=Corphish)
  86. carrying_pokemon(flipped=False;spec=Krabby)
  87. carrying_pokemon(flipped=False;spec=Clauncher)
  88. }
  89. type=chat_npc(uuid=033caa47-2abc-483b-9c32-8c8e32c7ebb8;chatline1=Haha! I knew you could do it!;chatline2=Good thing too, the butter's just started to melt... Wait, forget I said anything! Hahaha!;chatline3=Thanks for your help, Trainer. You've really done me a solid!;chatline4=Take this for your troubles. See you again!)
  90. }
  91. }
  92. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement