Advertisement
CenizaRey

A Dark Task

Jun 10th, 2019
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.82 KB | None | 0 0
  1. A Dark Task
  2.  
  3. requiredquestpoints=1
  4. rewardquestpoints=1
  5. canpreview=true
  6. previewtext=Hunter Blade has done unspeakable things. But who wouldn't, if the cash was right? You should see what he needs. X888 Y156 Z960
  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. type=chat_npc(uuid=a1463d15-78de-4973-b342-17a76a0e9726;chatline1=Have you come to gawk at a monster? To stare into the eyes of a cold-blooded killer?;chatline2=...No. You wouldn't need to come to me to do that. You'd just need a mirror. You've got killer in your eyes.;chatline3=I don't even need to convince you to do these things like the other novices, you'll do them regardless for your paycheck.;chatline4=Rare pokemon. I need their furs, their skins, their leathers.;chatline5=5 Eevees, 5 Dratinis, 5 Pikachus, and 5 Charmanders. You will slay them all, and return to me.)
  20. }
  21. }
  22. stage=1
  23. {
  24. {
  25. description=Talk to Hunter Blade.
  26. hint=He's in a Hunter's Lodge.
  27. timestocomplete=1
  28. hidden=False
  29. infinite=False
  30. triggers
  31. {
  32. show_options(delay=3;id=001;name=Hunter Blade;text=Accept Blade's task?;choice1=Yes. I will slay these rare pokemon.;choice2=No, you need help man.)
  33. }
  34. type=chat_npc(uuid=a1463d15-78de-4973-b342-17a76a0e9726;chatline1=Will you accept this dark task?)
  35. }
  36. }
  37. stage=2
  38. {
  39. {
  40. description=A description
  41. hint=An optional hint
  42. timestocomplete=1
  43. hidden=True
  44. infinite=False
  45. triggers
  46. {
  47. show_chat_gui(delay=1;name=Hunter Blade;chatline1=Fantastic. Get out there and get me those hides.)
  48. skip_to_stage(delay=1;stage=3)
  49. show_title(delay=3;titletext=A Dark Task;titlecolour=yellow;subtitletext=Tier 2 Task started;subtitlecolour=white)
  50. }
  51. type=choose_option(id=001;choice=1)
  52. }
  53. {
  54. description=A description
  55. hint=An optional hint
  56. timestocomplete=1
  57. hidden=True
  58. infinite=False
  59. triggers
  60. {
  61. show_chat_gui(delay=1;name=Hunter Blade;chatline1=Unfortunate. Come back when you're ready to be a man.)
  62. skip_to_stage(delay=10;stage=0)
  63. }
  64. type=choose_option(id=001;choice=2)
  65. }
  66. {
  67. description=Talk to Hunter Blade.
  68. hint=He's in a Hunter's Lodge.
  69. timestocomplete=1
  70. hidden=False
  71. infinite=False
  72. triggers
  73. {
  74. send_chat(delay=0;message=&cFAILSAFE - The Quest has been set back one stage. Don't press ESC when given a list of options!)
  75. skip_to_stage(delay=2;stage=1)
  76. }
  77. type=chat_npc(uuid=a1463d15-78de-4973-b342-17a76a0e9726)
  78. }
  79. }
  80. stage=3
  81. {
  82. {
  83. description=Slaughter 5 Eevee.
  84. hint=
  85. timestocomplete=5
  86. hidden=False
  87. infinite=False
  88. type=kill_pokemon(spec=Eevee)
  89. }
  90. {
  91. description=Slaughter 5 Dratini.
  92. hint=
  93. timestocomplete=5
  94. hidden=False
  95. infinite=False
  96. type=kill_pokemon(spec=Dratini)
  97. }
  98. {
  99. description=Slaughter 5 Pikachu.
  100. hint=
  101. timestocomplete=5
  102. hidden=False
  103. infinite=False
  104. type=kill_pokemon(spec=Pikachu)
  105. }
  106. {
  107. description=Slaughter 5 Charmander.
  108. hint=
  109. timestocomplete=5
  110. hidden=False
  111. infinite=False
  112. type=kill_pokemon(spec=Charmander)
  113. }
  114. }
  115. stage=4
  116. {
  117. {
  118. description=Return to Hunter Blade.
  119. hint=He's in a Hunter's Lodge.
  120. timestocomplete=1
  121. hidden=False
  122. infinite=False
  123. triggers
  124. {
  125. give_money(delay=0;amount=2500)
  126. fire_command(delay=0;command=/give PLAYER pixelmon:tm15 1 0)
  127. fire_command(delay=0;command=/give PLAYER pixelmon:tm68 1 0)
  128. show_title(delay=3;titletext=A Dark Task;titlecolour=yellow;subtitletext=Tier 2 Task complete;subtitlecolour=white)
  129. }
  130. type=chat_npc(uuid=a1463d15-78de-4973-b342-17a76a0e9726;chatline1=...So you've become a monster too. Welcome to the dark side. Here's your pay.;chatline2=I hope your conscience, and Arceus, will forgive you for this.)
  131. }
  132. }
  133. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement