Advertisement
CenizaRey

An Angry Brother

Apr 20th, 2019
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.70 KB | None | 0 0
  1. An Angry Brother
  2.  
  3. requiredquestpoints=0
  4. rewardquestpoints=1
  5. canpreview=true
  6. previewtext=Fisherman Bobby is upset his brother is getting stronger while he's being left in the dust. You should help him. X933 Y125 Z358
  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=An Angry Brother;titlecolour=yellow;subtitletext=Tier 2 Task started;subtitlecolour=white)
  22. send_chat(delay=10;message=&bBobby wants a Piplup, an Oshawott, a Froakie, and a Horsea. Just when you thought your dealings with these brothers were over...)
  23. }
  24. conditions
  25. {
  26. has_completed(flipped=False;completedquestname=Deadliest Catch)
  27. has_completed(flipped=False;completedquestname=Star of the Sea)
  28. has_completed(flipped=False;completedquestname=Deadliest Catch Pt2)
  29. }
  30. type=chat_npc(uuid=36f45586-4929-4c7d-a79c-79943a88c7a8;chatline1=Oh. It's you. The trainer who enabled my brother to forever gloat about his "amazing pokemon gladiators".;chatline2=Listen, I'm having to deal with Jack's constant jabbering about how excellent a trainer he is, so I'd say you owe me.;chatline3=I need you to go out there and catch me a team of my own so I can knock the stuffing out of his pokemon.;chatline4=...Fine. I'll pay you, if that's what you're holding out for.;chatline5=I need a Piplup, an Oshawott, a Froakie, and a Horsea.;chatline6=Come on, let's go! Get moving!)
  31. }
  32. }
  33. stage=1
  34. {
  35. {
  36. description=Catch a Piplup.
  37. hint=Use the /wiki command to help you.
  38. timestocomplete=1
  39. hidden=False
  40. infinite=False
  41. triggers
  42. {
  43. send_chat(delay=0;message=&bPiplup has been caught!)
  44. }
  45. type=catch_pokemon(spec=Piplup)
  46. }
  47. {
  48. description=Catch an Oshawott.
  49. hint=Use the /wiki command to help you.
  50. timestocomplete=1
  51. hidden=False
  52. infinite=False
  53. triggers
  54. {
  55. send_chat(delay=0;message=&bOshawott has been caught!)
  56. }
  57. type=catch_pokemon(spec=Oshawott)
  58. }
  59. {
  60. description=Catch a Froakie.
  61. hint=Use the /wiki command to help you.
  62. timestocomplete=1
  63. hidden=False
  64. infinite=False
  65. triggers
  66. {
  67. send_chat(delay=0;message=&bFroakie has been caught!)
  68. }
  69. type=catch_pokemon(spec=Froakie)
  70. }
  71. {
  72. description=Catch a Horsea.
  73. hint=Use the /wiki command to help you.
  74. timestocomplete=1
  75. hidden=False
  76. infinite=False
  77. triggers
  78. {
  79. send_chat(delay=0;message=&bHorsea has been caught!)
  80. }
  81. type=catch_pokemon(spec=Horsea)
  82. }
  83. }
  84. stage=2
  85. {
  86. {
  87. description=Return to Bobby.
  88. hint=He's in the lodge at spawn.
  89. timestocomplete=1
  90. hidden=False
  91. infinite=False
  92. triggers
  93. {
  94. take_pokemon(delay=0;spec=Piplup)
  95. take_pokemon(delay=0;spec=Oshawott)
  96. take_pokemon(delay=0;spec=Froakie)
  97. take_pokemon(delay=0;spec=Horsea)
  98. give_money(delay=0;amount=2500)
  99. fire_command(delay=0;command=/give PLAYER pixelmon:dragon_scale 1 0)
  100. send_chat(delay=0;message=&bBobby has given you a dragon scale and 2500 Pokedollars.)
  101. show_title(delay=7;titletext=An Angry Brother;titlecolour=yellow;subtitletext=Tier 2 Task complete;subtitlecolour=white)
  102. }
  103. conditions
  104. {
  105. carrying_pokemon(flipped=False;spec=Piplup)
  106. carrying_pokemon(flipped=False;spec=Oshawott)
  107. carrying_pokemon(flipped=False;spec=Froakie)
  108. carrying_pokemon(flipped=False;spec=Horsea)
  109. }
  110. type=chat_npc(uuid=36f45586-4929-4c7d-a79c-79943a88c7a8;chatline1=Ha! Excellent, a team of my own to crush my brother's ballooning ego. Thank you for your efforts, trainer. I'm sure these pokemon weren't easy to come by.;chatline2=Here's your payment for a job well done, plus a dragon scale I fished up as a bonus.;chatline3=I sincerely hope our paths never cross again.)
  111. }
  112. }
  113. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement