Advertisement
CenizaRey

A Shocking Brain

Apr 20th, 2019
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.13 KB | None | 0 0
  1. A Shocking Brain
  2.  
  3. requiredquestpoints=0
  4. rewardquestpoints=1
  5. canpreview=true
  6. previewtext=Stan at the Science Centre in spawn needs your help powering the Dragon/Steel gym. You should see what he needs. X975 Y125 Z365
  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=A Shocking Brain;titlecolour=yellow;subtitletext=Tier 2 Task started;subtitlecolour=white)
  22. send_chat(delay=0;message=&bStan said he needed a Magnemite, a Mareep, and a Pikachu. Better get looking!)
  23. }
  24. type=chat_npc(uuid=d1334b34-e4f7-47cb-b599-32da10eb8fe4;chatline1=Bah! Confound it all! That's the last time I try and wire one of these things!;chatline2=...Oh, hello. I'm sorry you had to see that. My name is Stan, and I'm trying to wire this section of lab into the mains but it isn't going well.;chatline3=This power is crazy and unregulated! It hurts! My eyebrows are long since singed off.;chatline4=...Could I ask a favour of you? You look like a capable trainer. I need 3 pokemon to help me regulate the power surges.;chatline5=They'll have to be electric pokemon, naturally. In particular you'll want to go after...;chatline6=...A Magnemite, a Mareep, and a Pikachu. Yes, those should do it. Naturally you'll be getting paid.;chatline7=Until you return, good luck trainer! And uh... YOWCH! ...Please hurry!)
  25. }
  26. }
  27. stage=1
  28. {
  29. {
  30. description=Catch a Magnemite.
  31. hint=Use /wiki to help you.
  32. timestocomplete=1
  33. hidden=False
  34. infinite=False
  35. triggers
  36. {
  37. send_chat(delay=0;message=&bMagnemite has been caught!)
  38. }
  39. type=catch_pokemon(spec=Magnemite)
  40. }
  41. {
  42. description=Catch a Pikachu.
  43. hint=Use /wiki to help you.
  44. timestocomplete=1
  45. hidden=False
  46. infinite=False
  47. triggers
  48. {
  49. send_chat(delay=0;message=&bPikachu has been caught!)
  50. }
  51. type=catch_pokemon(spec=Pikachu)
  52. }
  53. {
  54. description=Catch a Mareep.
  55. hint=Use /wiki to help you.
  56. timestocomplete=1
  57. hidden=False
  58. infinite=False
  59. triggers
  60. {
  61. send_chat(delay=0;message=&bMareep has been caught!)
  62. }
  63. type=catch_pokemon(spec=Mareep)
  64. }
  65. }
  66. stage=2
  67. {
  68. {
  69. description=Return to Stan.
  70. hint=He's in the Science Centre in spawn.
  71. timestocomplete=1
  72. hidden=False
  73. infinite=False
  74. triggers
  75. {
  76. take_pokemon(delay=0;spec=Pikachu)
  77. take_pokemon(delay=0;spec=Magnemite)
  78. take_pokemon(delay=0;spec=Mareep)
  79. send_chat(delay=0;message=&bStan gives you TM25:Thunder and 1500 Pokedollars.)
  80. fire_command(delay=0;command=/give PLAYER pixelmon:tm25 1 0)
  81. give_money(delay=0;amount=2500)
  82. show_title(delay=7;titletext=A Shocking Mind;titlecolour=yellow;subtitletext=Tier 2 Task complete;subtitlecolour=white)
  83. }
  84. conditions
  85. {
  86. carrying_pokemon(flipped=False;spec=Pikachu)
  87. carrying_pokemon(flipped=False;spec=Magnemite)
  88. carrying_pokemon(flipped=False;spec=Mareep)
  89. }
  90. type=chat_npc(uuid=d1334b34-e4f7-47cb-b599-32da10eb8fe4;chatline1=Aha! You're back, with the pokemon too! This is wonderful news!;chatline2=Thanks to your help, and the help of these pokemon, we'll not only be able to provide ample power to the Dragon/Steel gym,;chatline3=but to all the gyms on the continent as well! Bravo, bravo I say!;chatline4=Naturally, you deserve a reward for these efforts, and I'm sure you'll find this ample!)
  91. }
  92. }
  93. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement