Advertisement
CenizaRey

Dragon Master's Woe

Apr 20th, 2019
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.76 KB | None | 0 0
  1. Dragon Master's Woe
  2.  
  3. requiredquestpoints=5
  4. rewardquestpoints=2
  5. canpreview=true
  6. previewtext=Dragon-Tamer Daniel is looking to raise three dragons at once to see how different species cooperate in their basic forms. You should help him. X1002 Y173 Z1202
  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. send_chat(delay=0;message=&bDaniel wants a Dratini, a Bagon, and a Gible. Better get on it.)
  22. show_title(delay=10;titletext=Dragon Master's Woe;titlecolour=red;subtitletext=Tier 3 Task started;subtitlecolour=white)
  23. }
  24. type=chat_npc(uuid=a10ba475-80f7-43f1-9b73-60a34824c7dc;chatline1=Hey, you. Yeah you. I have a favour to ask.;chatline2=The dragon/steel gym leader put me on guard duty, today was supposed to be my day off so I'm not exactly happy about it.;chatline3=I was gonna spend this day collecting young dragon type pokemon.;chatline4=I was gonna get a Dratini, a Bagon, and a Gible.;chatline5=Instead, you're going to do it for me, and in exchange you're getting my pay for the day.;chatline6=I know it's fair, I don't need you to tell me. Just go out there and get them!)
  25. }
  26. }
  27. stage=1
  28. {
  29. {
  30. description=Catch a Dratini.
  31. hint=Be prepared, dragons have low catch rates.
  32. timestocomplete=1
  33. hidden=False
  34. infinite=False
  35. triggers
  36. {
  37. send_chat(delay=0;message=&bDratini has been caught!)
  38. }
  39. type=catch_pokemon(spec=Dratini)
  40. }
  41. {
  42. description=Catch a Bagon.
  43. hint=Be prepared, dragons have low catch rates.
  44. timestocomplete=1
  45. hidden=False
  46. infinite=False
  47. triggers
  48. {
  49. send_chat(delay=0;message=&bBagon has been caught!)
  50. }
  51. type=catch_pokemon(spec=Bagon)
  52. }
  53. {
  54. description=Catch a Gible.
  55. hint=Be prepared, dragons have low catch rates.
  56. timestocomplete=1
  57. hidden=False
  58. infinite=False
  59. triggers
  60. {
  61. send_chat(delay=0;message=&bGible has been caught!)
  62. }
  63. type=catch_pokemon(spec=Gible)
  64. }
  65. }
  66. stage=2
  67. {
  68. {
  69. description=Return to Daniel.
  70. hint=He's outside of the Dragon/Steel gym.
  71. timestocomplete=1
  72. hidden=False
  73. infinite=False
  74. triggers
  75. {
  76. fire_command(delay=0;command=/give PLAYER pixelmon:dragon_fang)
  77. give_money(delay=0;amount=4000)
  78. send_chat(delay=0;message=&bDaniel gives you a dragon fang and 4000 Pokedollars.)
  79. take_pokemon(delay=0;spec=Dratini)
  80. take_pokemon(delay=0;spec=Bagon)
  81. take_pokemon(delay=0;spec=Gible)
  82. show_title(delay=7;titletext=Dragon Master's Woe;titlecolour=red;subtitletext=Tier 3 Task complete;subtitlecolour=white)
  83. }
  84. conditions
  85. {
  86. carrying_pokemon(flipped=False;spec=Dratini)
  87. carrying_pokemon(flipped=False;spec=Bagon)
  88. carrying_pokemon(flipped=False;spec=Gible)
  89. }
  90. type=chat_npc(uuid=a10ba475-80f7-43f1-9b73-60a34824c7dc;chatline1=Ah, great. You've got them.;chatline2=Hmmm, the Dratini seems a little noodly, but it'll have to do I guess.;chatline3=Thanks for your help, you can have my pay and a little bonus.)
  91. }
  92. }
  93. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement