Advertisement
CenizaRey

Dragon's Nightmare

May 26th, 2019
249
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.28 KB | None | 0 0
  1. Dragon's Nightmare
  2.  
  3. requiredquestpoints=5
  4. rewardquestpoints=0
  5. canpreview=true
  6. previewtext=Hunter Draco needs scales and fangs to tan into thick leather jackets for the other hunters. You should see if you can help him acquire these materials. X895 Y153 Z977
  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=b4bb798d-8701-494f-9b2c-fafd11dfcc71;chatline1=A hunter with the heart of a dragon. I've been waiting for someone like you.;chatline2=The short of it: Go out and slay 5 Bagons. Do this, and I will reward you. Go!)
  20. }
  21. }
  22. stage=1
  23. {
  24. {
  25. description=Talk to Hunter Draco.
  26. hint=He's near the bonfire in the Hunter's Lodge.
  27. timestocomplete=1
  28. hidden=False
  29. infinite=False
  30. triggers
  31. {
  32. show_options(delay=3;id=001;name=Hunter Draco;text=Accept Draco's task?;choice1=Yes, crazy man. I will kill your dragons.;choice2=No, I'm a sane, rational human being.)
  33. }
  34. type=chat_npc(uuid=b4bb798d-8701-494f-9b2c-fafd11dfcc71;chatline1=Do you agree to these terms?)
  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 Draco;chatline1=Excellent.)
  48. skip_to_stage(delay=1;stage=3)
  49. show_title(delay=1;titletext=Dragon's Nightmare;titlecolour=green;subtitletext=Tier 1 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 Draco;chatline1=Perhaps your heart does not beat with dragonfire after all.)
  62. skip_to_stage(delay=10;stage=0)
  63. }
  64. type=choose_option(id=001;choice=2)
  65. }
  66. }
  67. stage=3
  68. {
  69. {
  70. description=Slay 5 Bagon.
  71. hint=
  72. timestocomplete=5
  73. hidden=False
  74. infinite=False
  75. type=kill_pokemon(spec=Bagon)
  76. }
  77. }
  78. stage=4
  79. {
  80. {
  81. description=Return to Hunter Draco.
  82. hint=He's near the bonfire in the Hunter's Lodge.
  83. timestocomplete=1
  84. hidden=False
  85. infinite=False
  86. triggers
  87. {
  88. show_title(delay=3;titletext=Dragon's Nightmare;titlecolour=green;subtitletext=Tier 1 Task complete;subtitlecolour=white)
  89. give_money(delay=0;amount=1500)
  90. }
  91. type=chat_npc(uuid=b4bb798d-8701-494f-9b2c-fafd11dfcc71;chatline1=Excellent work. You have proven to be as fearless, and as fearsome as even Rayquaza.;chatline2=Your pay for the scales and fangs you have brought back. Well done.)
  92. }
  93. }
  94. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement