Advertisement
Primalcyndaquil

Untitled

Feb 21st, 2021
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.67 KB | None | 0 0
  1. Failsafe Test
  2.  
  3. islegendary=False
  4. requiredquestpoints=0
  5. rewardquestpoints=0
  6. canpreview=false
  7. previewtext=
  8. ignoresquestlimit=False
  9. repeatdays=0
  10. objectives
  11. {
  12. stage=0
  13. {
  14. {
  15. description=A description
  16. hint=An optional hint
  17. timestocomplete=1
  18. hidden=True
  19. infinite=False
  20. triggers
  21. {
  22. show_chat_gui(delay=0;name=Matt;chatline1=Start quest!)
  23. }
  24. type=right_click_entity(uuid=6a9e1d23-f154-4d06-98c6-53b0f0d74a42)
  25. }
  26. }
  27. stage=1
  28. {
  29. {
  30. description=Defeat Matt
  31. hint=Prevent him from releasing another Small Quest!
  32. timestocomplete=1
  33. hidden=False
  34. infinite=False
  35. triggers
  36. {
  37. skip_to_stage(delay=0;stage=3)
  38. send_chat(delay=0;message=&aSkipped to stage 3)
  39. }
  40. type=defeat_trainer(uuid=6a9e1d23-f154-4d06-98c6-53b0f0d74a42)
  41. }
  42. {
  43. description=A description
  44. hint=An optional hint
  45. timestocomplete=1
  46. hidden=True
  47. infinite=False
  48. triggers
  49. {
  50. skip_to_stage(delay=0;stage=2)
  51. send_chat(delay=0;message=&aSkipped to Stage 2)
  52. fire_command(delay=1;command=mail send PrimalCyndaquil Lose Condition in test-quest activated succesfully.)
  53. }
  54. type=lose_to_trainer(uuid=6a9e1d23-f154-4d06-98c6-53b0f0d74a42)
  55. }
  56. {
  57. description=A description
  58. hint=An optional hint
  59. timestocomplete=1
  60. hidden=True
  61. infinite=False
  62. triggers
  63. {
  64. skip_to_stage(delay=0;stage=2)
  65. send_chat(delay=0;message=&aSkipped to Stage 2)
  66. fire_command(delay=1;command=mail send PrimalCyndaquil BEA Condition in test-quest activated succesfully.)
  67. }
  68. type=battle_end_abnormal()
  69. }
  70. {
  71. description=A description
  72. hint=An optional hint
  73. timestocomplete=1
  74. hidden=True
  75. infinite=False
  76. triggers
  77. {
  78. skip_to_stage(delay=0;stage=2)
  79. send_chat(delay=0;message=&aSkipped to Stage 2)
  80. fire_command(delay=1;command=mail send PrimalCyndaquil Logoff Condition in test-quest activated succesfully.)
  81. }
  82. type=log_off()
  83. }
  84. {
  85. description=A description
  86. hint=An optional hint
  87. timestocomplete=1
  88. hidden=True
  89. infinite=False
  90. triggers
  91. {
  92. skip_to_stage(delay=0;stage=2)
  93. send_chat(delay=0;message=&aSkipped to Stage 2)
  94. fire_command(delay=1;command=mail send PrimalCyndaquil Death Condition in test-quest activated succesfully.)
  95. }
  96. type=die()
  97. }
  98. {
  99. description=exit zone
  100. hint=An optional hint
  101. timestocomplete=1
  102. hidden=True
  103. infinite=False
  104. triggers
  105. {
  106. skip_to_stage(delay=0;stage=2)
  107. send_chat(delay=0;message=&aSkipped to Stage 2)
  108. fire_command(delay=1;command=mail send PrimalCyndaquil Exit Condition in test-quest activated succesfully.)
  109. }
  110. type=exit_zone(minx=-711;maxx=-690;minz=-756;maxz=-742;world=Vanha)
  111. }
  112. }
  113. stage=2
  114. {
  115. {
  116. description=Talk to Matt
  117. hint=An optional hint
  118. timestocomplete=1
  119. hidden=False
  120. infinite=True
  121. triggers
  122. {
  123. show_chat_gui(delay=0;name=Matt;chatline1=Oh no, you lost!;chatline2=Try again!)
  124. skip_to_stage(delay=0;stage=1)
  125. }
  126. type=right_click_entity(uuid=6a9e1d23-f154-4d06-98c6-53b0f0d74a42)
  127. }
  128. {
  129. description=Dont Die
  130. hint=An optional hint
  131. timestocomplete=1
  132. hidden=False
  133. infinite=False
  134. type=die()
  135. }
  136. }
  137. stage=3
  138. {
  139. {
  140. description=Talk to Matt
  141. hint=An optional hint
  142. timestocomplete=1
  143. hidden=False
  144. infinite=False
  145. triggers
  146. {
  147. show_chat_gui(delay=0;name=Matt;chatline1=I am defeated!;chatline2=Ending Quest...)
  148. }
  149. type=right_click_entity(uuid=6a9e1d23-f154-4d06-98c6-53b0f0d74a42)
  150. }
  151. }
  152. }
  153.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement