Advertisement
SoshiSen

Mindless Traveler Ch4

Oct 27th, 2017
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.20 KB | None | 0 0
  1. Mindless Traveler Ch4
  2.  
  3. requiredquestpoints=30
  4. rewardquestpoints=3
  5. ignoresquestlimit=False
  6. repeatdays=-1
  7. objectives
  8. {
  9. stage=0
  10. {
  11. {
  12. description=Find the Incese Shop in Arvandor
  13. hint=Look behind the Pokeshop
  14. timestocomplete=1
  15. hidden=True
  16. infinite=False
  17. triggers
  18. {
  19. show_title(delay=3;titletext=Mindless Traveler Ch 4;titlecolour=dark_green;subtitletext=Quest Started)
  20. }
  21. conditions
  22. {
  23. has_completed(flipped=False;completedquestname=mindless_traveler_ch3)
  24. }
  25. type=chat_npc(uuid=acc61589-526d-47f8-a317-c65910d9ee26;chatline1=Two men you say?;chatline2=Don't know their names?;chatline3=Been following them since Agni huh?;chatline4=Smashed a shop in Ione huh?;chatline5=Know where they'll go now?;chatline6=Tesla? That is just the next town over.;chatline7=If you could help find them that would help a lot.)
  26. }
  27. }
  28. stage=1
  29. {
  30. {
  31. description=Look for Mindless Traveler in Tesla
  32. hint=He's in the town
  33. timestocomplete=1
  34. hidden=False
  35. infinite=False
  36. triggers
  37. {
  38. send_chat(delay=0;message=&bYou hear laughter coming from the nearby cave)
  39. }
  40. type=enter_zone(minx=41;maxx=55;miny=82;maxy=91;minz=520;maxz=537;world=Vanha)
  41. }
  42. }
  43. stage=2
  44. {
  45. {
  46. description=Confront the Mindless Traveler!
  47. hint=He's inside that cave!
  48. timestocomplete=1
  49. hidden=False
  50. infinite=False
  51. triggers
  52. {
  53. show_chat_gui(delay=0;name=Mindless Traveler;chatline1=No no no no no no no!;chatline2=You are not real!;chatline3=Leave me be!)
  54. }
  55. type=enter_zone(minx=32;maxx=37;miny=86;maxy=88;minz=522;maxz=525;world=Vanha)
  56. }
  57. }
  58. stage=3
  59. {
  60. {
  61. description=Defeat the Mindless Traveler
  62. hint=
  63. timestocomplete=1
  64. hidden=False
  65. infinite=False
  66. triggers
  67. {
  68. skip_to_stage(delay=0;stage=4)
  69. }
  70. type=defeat_trainer(uuid=36a327dc-3b30-466a-822b-8d463e4c20f9)
  71. }
  72. {
  73. description=A description
  74. hint=An optional hint
  75. timestocomplete=1
  76. hidden=True
  77. infinite=False
  78. triggers
  79. {
  80. skip_to_stage(delay=2;stage=2)
  81. warp(delay=0;world=Vanha;x=44;y=87;z=527)
  82. send_chat(delay=0;message=&bHaving beaten you the mad man pushes you out of his area.)
  83. }
  84. type=lose_to_trainer(uuid=36a327dc-3b30-466a-822b-8d463e4c20f9)
  85. }
  86. }
  87. stage=4
  88. {
  89. {
  90. description=You beat him!
  91. hint=Stay there
  92. timestocomplete=1
  93. hidden=False
  94. infinite=False
  95. triggers
  96. {
  97. show_chat_gui(delay=0;name=Mindless Traveller;chatline1=What, you are real?!;chatline2=No! No it wasn't me!;chatline3=I was my shadow!;chatline4=My shadow named Menma!)
  98. send_chat(delay=3;message=&bSoon after some policemen come arrive and take the mad man into custody.)
  99. }
  100. type=enter_zone(minx=30;maxx=37;miny=86;maxy=88;minz=517;maxz=525;world=Vanha)
  101. }
  102. }
  103. stage=5
  104. {
  105. {
  106. description=Head back to the cop in Arvandor
  107. hint=He's at the Incense Shop
  108. timestocomplete=1
  109. hidden=False
  110. infinite=False
  111. triggers
  112. {
  113. give_money(delay=1;amount=1000)
  114. show_title(delay=3;titletext=Mindless Traveler Ch 4;titlecolour=dark_green;subtitletext=Quest Completed)
  115. }
  116. type=chat_npc(uuid=acc61589-526d-47f8-a317-c65910d9ee26;chatline1=Congratulations!;chatline2=You have cleared your name.;chatline3=There was a reward for his capture, here you go.;chatline4=Dont let me catch you sneaking around a crime scene again!)
  117. }
  118. }
  119. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement