Advertisement
SoshiSen

The Electric Mouse

Nov 29th, 2017
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.39 KB | None | 0 0
  1. requiredquestpoints=30
  2. rewardquestpoints=2
  3. ignoresquestlimit=False
  4. objectives
  5. {
  6. stage=0
  7. {
  8. {
  9. description=A description
  10. hint=An optional hint
  11. timestocomplete=1
  12. hidden=True
  13. infinite=False
  14. triggers
  15. {
  16. show_title(delay=3;titletext=The Electric Mouse;titlecolour=dark_green;subtitletext=Quest Started)
  17. }
  18. type=chat_npc(uuid=ab9cc0a3-c996-4c40-9ac5-0fb99423febe;chatline1=Hey, are you the guy the Rangers sent in? No? Argh, what's taking them so long?!;chatline2=Tesla isn't that big of a city! Nevermind, I guess you'll do. The Gym Leader isn't doing anything about it anyways. You could could be useful.;chatline3=There's something chewing on the cables at the back of the building. I don't dare taking a look -it might be a Electivire!- but you can!;chatline4=Trainers get in a lot of trouble lately, don't they?!;chatline5=Catch whatever is causing this mess, and I'll pay you!)
  19. }
  20. }
  21. stage=1
  22. {
  23. {
  24. description=Beat up 10 Pikachus!
  25. hint=They are nearby the man who gave you the quest.
  26. timestocomplete=10
  27. hidden=False
  28. infinite=False
  29. type=kill_pokemon(name=Pikachu)
  30. }
  31. {
  32. description=Beat up 5 Raichus!
  33. hint=
  34. timestocomplete=5
  35. hidden=False
  36. infinite=False
  37. type=kill_pokemon(name=Raichu)
  38. }
  39. }
  40. stage=2
  41. {
  42. {
  43. description=Obliterate the rodent!
  44. hint=Kill him, and don't die.
  45. timestocomplete=1
  46. hidden=False
  47. infinite=False
  48. triggers
  49. {
  50. skip_to_stage(delay=0;stage=3)
  51. }
  52. type=kill_pokemon(name=Pikachu)
  53. }
  54. {
  55. description=Run Out of Pokemon
  56. hint=An optional hint
  57. timestocomplete=1
  58. hidden=True
  59. infinite=False
  60. triggers
  61. {
  62. skip_to_stage(delay=0;stage=1)
  63. }
  64. type=run_out_of_pokemon()
  65. }
  66. {
  67. description=Battle End Abnormal
  68. hint=An optional hint
  69. timestocomplete=1
  70. hidden=True
  71. infinite=False
  72. triggers
  73. {
  74. skip_to_stage(delay=0;stage=1)
  75. }
  76. type=battle_end_abnormal()
  77. }
  78. {
  79. description=Flee from Pokemon
  80. hint=An optional hint
  81. timestocomplete=1
  82. hidden=True
  83. infinite=False
  84. triggers
  85. {
  86. skip_to_stage(delay=0;stage=1)
  87. }
  88. type=flee_from_pokemon(name=Pikachu)
  89. }
  90. }
  91. stage=3
  92. {
  93. {
  94. description=Return to the Worker!
  95. hint=Tell him what happened.
  96. timestocomplete=1
  97. hidden=False
  98. infinite=False
  99. triggers
  100. {
  101. give_money(delay=0;amount=200)
  102. }
  103. type=chat_npc(uuid=ab9cc0a3-c996-4c40-9ac5-0fb99423febe;chatline1=Seriously, a Pikachu? I thought it would be something bigger....n-not that I'm complaining! It could have been worse!;chatline2=Anyways, here's the payment.)
  104. }
  105. }
  106. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement