Advertisement
CenizaRey

Ghost Hunt!

Jun 2nd, 2019
223
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.09 KB | None | 0 0
  1. Ghost Hunt!
  2.  
  3. requiredquestpoints=0
  4. rewardquestpoints=0
  5. canpreview=true
  6. previewtext=Arthur needs help finding his missing dusclops. you should visit him. X1041 Y175 Z360
  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=99a82f55-eea5-4bda-9518-734e9d1fdc21;chatline1=A-ha! A trainer with a clear connection to the ethereal realms!;chatline2=I need your help, youngling! My Dusclops, my one true companion in this mortal coil, has wandered off!;chatline3=I'm not sure where he went... Though he did always seem to have an interest in the Darkrai Shrine...;chatline4=You remember where it is, don't you?)
  20. }
  21. }
  22. stage=1
  23. {
  24. {
  25. description=Talk to Ghost Hunter Arthur.
  26. hint=He's right next to spawn.
  27. timestocomplete=1
  28. hidden=False
  29. infinite=False
  30. triggers
  31. {
  32. show_options(delay=3;id=001;name=Ghost Hunter Arthur;text=Accept Arthur's task?;choice1=Yes, I'll help you find your friend.;choice2=No, consider finding... Living friends.)
  33. }
  34. type=chat_npc(uuid=99a82f55-eea5-4bda-9518-734e9d1fdc21;chatline1=So, trainer? Will you help me find my Dusclops?)
  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. skip_to_stage(delay=1;stage=3)
  48. show_chat_gui(delay=1;name=Ghost Hunter Arthur;chatline1=Superb! As I said, the shambling oaf probably wandered to the Darkrai Shrine.;chatline2=I believe you can find it at the X1300 Z800 mark...)
  49. show_title(delay=3;titletext=Ghost Hunt!;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=Ghost Hunter Arthur;chatline1=...How disappointing. Come back when you feel like being helpful.)
  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=Look for Dusclops at the Darkrai Shrine.
  71. hint=Arthur said you could find it at the X1300 Z800 mark.
  72. timestocomplete=1
  73. hidden=False
  74. infinite=False
  75. triggers
  76. {
  77. show_chat_gui(delay=0;name=Arthur's Dusclops;chatline1=Dusk, dusk, dusk, dusk...)
  78. send_chat(delay=0;message=&bDusclops looks glad you found it. It appears to be scared of the Darkrai Shrine and it can't find its way home. You point it towards spawn and it shambles away...)
  79. }
  80. type=right_click_entity(uuid=7791a2b4-229e-412a-b280-32ec9094689b)
  81. }
  82. }
  83. stage=4
  84. {
  85. {
  86. description=Return to Ghost Hunter Arthur.
  87. hint=He's right next to spawn.
  88. timestocomplete=1
  89. hidden=False
  90. infinite=False
  91. triggers
  92. {
  93. fire_command(delay=2;command=/give PLAYER pixelmon:tm30 1 0)
  94. give_money(delay=2;amount=1500)
  95. show_title(delay=4;titletext=Ghost Hunt!;titlecolour=green;subtitletext=Tier 1 Task complete;subtitlecolour=white)
  96. }
  97. type=chat_npc(uuid=99a82f55-eea5-4bda-9518-734e9d1fdc21;chatline1=You found him! Dusky's safe in his pokeball once again!;chatline2=You're a true hero, very few people could seek out a Dusclops, they spend most of their time invisible!;chatline3=Anyway, here's payment for your troubles.)
  98. }
  99. }
  100. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement