Primalcyndaquil

Untitled

Jul 4th, 2020
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.62 KB | None | 0 0
  1. Brimstone Battles
  2.  
  3. islegendary=False
  4. requiredquestpoints=500
  5. rewardquestpoints=0
  6. canpreview=false
  7. previewtext=Seasonal Quest: A Knight of Heill has been recruited to help deal with a growing mob problem, but maybe he could use some help...
  8. ignoresquestlimit=False
  9. repeatdays=-1
  10. objectives
  11. {
  12. stage=0
  13. {
  14. {
  15. description=Start
  16. hint=An optional hint
  17. timestocomplete=1
  18. hidden=True
  19. infinite=False
  20. triggers
  21. {
  22. show_title(delay=0;titletext=Brimstone Battles;titlecolour=dark_red;subtitletext=Seasonal Quest Start!;subtitlecolour=white)
  23. }
  24. conditions
  25. {
  26. has_completed(flipped=False;completedquestname=The Brimstone Cavern)
  27. }
  28. type=chat_npc(uuid=22e28dd3-5977-4958-a46c-bb9e9cc0b9a6;chatline1=Hm... You helped the Professor out, didn't you? I was recruited here to help deal with a recent mob problem.;chatline2=I could use your help. There'd be something in it for you, too.;chatline3=Some cash as well as a good word to the Professor.;chatline4=So how about it?;chatline5=If ya wanna help out, I could use some help with the Numel and Sandslash. Defeat 10 Numel and 10 Sandslash for me, please.;chatline6=Alongside that, I'd like you to be ready for the mob problem we've been having. Please also defeat 5 Zombie Pigmen by going into the nether.;chatline7=Return to me for your reward when you're done.)
  29. }
  30. }
  31. stage=1
  32. {
  33. {
  34. description=Defeat 10 Numel
  35. hint=They're found in the Brimstone Cavern.
  36. timestocomplete=10
  37. hidden=False
  38. infinite=False
  39. triggers
  40. {
  41. send_chat(delay=0;message=&bSeems you've drove away enough of the local Numel population.)
  42. }
  43. type=kill_pokemon(spec=Numel)
  44. }
  45. {
  46. description=Defeat 10 Sandslash
  47. hint=They're found in the Brimstone Cavern.
  48. timestocomplete=10
  49. hidden=False
  50. infinite=False
  51. triggers
  52. {
  53. send_chat(delay=0;message=&bSeems you've drove away enough of the local Sandslash population.)
  54. }
  55. type=kill_pokemon(spec=Sandslash)
  56. }
  57. {
  58. description=Defeat 5 Zombie Pigmen
  59. hint=You'll have to go to the nether for this.
  60. timestocomplete=5
  61. hidden=False
  62. infinite=False
  63. triggers
  64. {
  65. send_chat(delay=0;message=&bYou feel like you understand the tactics of Zombie Pigmen a bit more now. Time to head back.)
  66. }
  67. type=kill_mob(name=zombie_pigman)
  68. }
  69. }
  70. stage=2
  71. {
  72. {
  73. description=Return to the Knight.
  74. hint=He's at camp above the Brimstone Cavern.
  75. timestocomplete=1
  76. hidden=False
  77. infinite=False
  78. triggers
  79. {
  80. show_title(delay=0;titletext=Brimstone Battles;titlecolour=dark_red;subtitletext=Seasonal Quest Complete!;subtitlecolour=white)
  81. fire_command(delay=0;command=mail send PrimalCyndaquil PLAYER has completed Brimstone Battles!)
  82. give_money(delay=0;amount=500)
  83. give_item(delay=0;itemid=pixelmon:m_exp_candy;count=1)
  84. }
  85. type=chat_npc(uuid=22e28dd3-5977-4958-a46c-bb9e9cc0b9a6;chatline1=Ha! You seem much more experienced now.;chatline2=Cheers, lad. You did well. Let me know if you ever need more work.)
  86. }
  87. }
  88. }
Add Comment
Please, Sign In to add comment