Advertisement
CenizaRey

The Frontier's Fist

May 27th, 2019
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.25 KB | None | 0 0
  1. The Frontier's Fist
  2.  
  3. requiredquestpoints=0
  4. rewardquestpoints=0
  5. canpreview=true
  6. previewtext=A posse of Machokes has been harassing trainers and locals in the Battle Frontier. You should put them in their place. X864 Y153 Z967
  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=04621f3c-4da6-4df3-ba7f-15499fe37518;chatline1=You here about the Machoke Bounty? Good. Nobody's had the stones to take on that contract yet.;chatline2=Beating 1 Machoke is no mean feat, let alone 25.;chatline3=If you want to succeed, and survive, you want to bring a powerful flying type pokemon.)
  20. }
  21. }
  22. stage=1
  23. {
  24. {
  25. description=Talk to Hunter Sam.
  26. hint=He's in one of the Hunter's Lodges.
  27. timestocomplete=1
  28. hidden=False
  29. infinite=False
  30. triggers
  31. {
  32. show_options(delay=3;id=001;name=Hunter Sam;text=Accept Sam's task?;choice1=Yes, I want to fight 25 pro wrestlers.;choice2=No, I prefer my bones unbroken.)
  33. }
  34. type=chat_npc(uuid=04621f3c-4da6-4df3-ba7f-15499fe37518;chatline1=Well, you want the contract or not?)
  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 Sam;chatline1=Peachy. Those Machokes can be found somewhere on the Battle Frontier Island.;chatline2=Try not to die, because nobody wins if you do.;chatline3=Here, this might help. It's the TM for Aerial Ace. Hits hard, never misses. You can't lose.)
  48. show_title(delay=1;titletext=The Frontier's Fist;titlecolour=green;subtitletext=Tier 1 Task started;subtitlecolour=white)
  49. skip_to_stage(delay=1;stage=3)
  50. fire_command(delay=1;command=/give PLAYER pixelmon:tm40)
  51. }
  52. type=choose_option(id=001;choice=1)
  53. }
  54. {
  55. description=A description
  56. hint=An optional hint
  57. timestocomplete=1
  58. hidden=True
  59. infinite=False
  60. triggers
  61. {
  62. skip_to_stage(delay=10;stage=0)
  63. show_chat_gui(delay=1;name=Hunter Sam;chatline1=Whatever kid, just get out of here. Come back when you feel like being a REAL bounty hunter.)
  64. }
  65. type=choose_option(id=001;choice=2)
  66. }
  67. {
  68. description=Talk to Hunter Sam.
  69. hint=He's in one of the Hunter's Lodges.
  70. timestocomplete=1
  71. hidden=False
  72. infinite=False
  73. triggers
  74. {
  75. send_chat(delay=0;message=&cFAILSAFE - The Quest has been set back one stage. Don't press ESC when given a list of options!)
  76. skip_to_stage(delay=2;stage=1)
  77. }
  78. type=chat_npc(uuid=04621f3c-4da6-4df3-ba7f-15499fe37518)
  79. }
  80. }
  81. stage=3
  82. {
  83. {
  84. description=Kill 25 Machoke.
  85. hint=You should be able to find them in the Battle Frontier.
  86. timestocomplete=25
  87. hidden=False
  88. infinite=False
  89. type=kill_pokemon(spec=Machoke)
  90. }
  91. }
  92. stage=4
  93. {
  94. {
  95. description=Return to Hunter Sam.
  96. hint=He's in one of the Hunter's Lodges.
  97. timestocomplete=1
  98. hidden=False
  99. infinite=False
  100. triggers
  101. {
  102. give_money(delay=0;amount=1500)
  103. show_title(delay=3;titletext=The Frontier's Fist;titlecolour=green;subtitletext=Tier 1 Task complete;subtitlecolour=white)
  104. }
  105. type=chat_npc(uuid=04621f3c-4da6-4df3-ba7f-15499fe37518;chatline1=Got it done, huh? Good going. Did my TM help, or did you just sell it?;chatline2=...Doesn't matter. Point is, you got the job done. Here's your bounty.;chatline3=Don't go far, we might need your expertise again someday.)
  106. }
  107. }
  108. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement