Advertisement
Cooolbros

wave 5

Jun 24th, 2019
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.25 KB | None | 0 0
  1. Wave //Wave 5
  2. {
  3. StartWaveOutput
  4. {
  5. Target wave_start_relay_classic
  6. Action Trigger
  7. }
  8. DoneOutput
  9. {
  10. Target wave_finished_relay
  11. Action trigger
  12. }
  13.  
  14. WaitWhenDone 65
  15. Checkpoint Yes
  16.  
  17. WaveSpawn
  18. {
  19. Name "Wave5_Squad1"
  20. TotalCount 9
  21. MaxActive 3
  22. SpawnCount 3
  23. WaitBeforeStarting 5
  24. WaitBetweenSpawns 15
  25. TotalCurrency 100
  26. Where spawnbot
  27.  
  28. Squad
  29. {
  30. TFBot
  31. {
  32. Template T_TFBot_Giant_Demoman
  33. }
  34. TFBot
  35. {
  36. Template T_TFBot_Giant_Demoman
  37. }
  38. TFBot
  39. {
  40. Template T_TFBot_Giant_Demoman
  41. }
  42. }
  43. }
  44.  
  45. WaveSpawn
  46. {
  47. Name "Wave5_Squad2"
  48. Where flankers
  49. TotalCount 60
  50. MaxActive 12
  51. SpawnCount 6
  52. WaitBeforeStarting 25
  53. WaitBetweenSpawns 10
  54. TotalCurrency 100
  55.  
  56. RandomChoice //Random choice replaces the squad nest, not a tag
  57. {
  58. Mob
  59. {
  60. Count 6
  61. TFBot
  62. {
  63. Template T_TFBot_Heavyweapons_Shotgun
  64. }
  65. }
  66. Mob
  67. {
  68. Count 6
  69. TFBot
  70. {
  71. Template T_TFBot_Heavyweapons_Heavyweight_Champ_Fast
  72. }
  73. }
  74. Mob
  75. {
  76. Count 6
  77. TFBot
  78. {
  79. Template T_TFBot_Heavyweapons_Heavyweight_Champ
  80. }
  81. }
  82. Mob
  83. {
  84. Count 6
  85. TFBot
  86. {
  87. Template T_TFBot_Heavyweapons_Fist
  88. }
  89. }
  90. }
  91. }
  92.  
  93. WaveSpawn
  94. {
  95. Name "Wave5_Squad3"
  96. Where spawnbot
  97. TotalCount 4
  98. MaxActive 2
  99. SpawnCount 2
  100. WaitBeforeStarting 50
  101. WaitForAllDead "Wave3_Squad2"
  102. TotalCurrency 150
  103.  
  104. Squad
  105. {
  106. TFBot
  107. {
  108. Template T_TFGateBot_Giant_Heavyweapons_Deflector
  109. }
  110. TFBot
  111. {
  112. Template T_TFBot_Giant_Medic
  113. }
  114. }
  115. }
  116.  
  117. WaveSpawn
  118. {
  119. Name "Wave5_Squad4"
  120. Where spawnbot
  121. TotalCount 36
  122. MaxActive 12
  123. SpawnCount 12
  124. WaitBeforeStarting 100
  125. WaitForAllDead "Wave3_Squad6"
  126. TotalCurrency 200
  127.  
  128. Squad
  129. {
  130. TFBot
  131. {
  132. Template T_TFBot_Demo_Burst
  133. Attributes "AlwaysCrit"
  134. }
  135. }
  136. }
  137.  
  138. WaveSpawn
  139. {
  140. Name "Wave5_Squad5"
  141. Where flankers
  142. TotalCount 5
  143. MaxActive 1
  144. SpawnCount 1
  145. WaitBeforeStarting 60
  146. WaitBetweenSpawns 5
  147. WaitForAllSpawned "Wave3_Squad3"
  148. TotalCurrency 200
  149.  
  150. Squad
  151. {
  152. TFBot
  153. {
  154. Template T_TFBot_Sniper_Huntsman_Spammer
  155. Attributes "AlwaysCrit"
  156. }
  157. }
  158. }
  159.  
  160. WaveSpawn
  161. {
  162. Name "Wave5_Squad6"
  163. Where spawnbot
  164. TotalCount 36
  165. MaxActive 12
  166. SpawnCount 6
  167. WaitBeforeStarting 30
  168. WaitForAllDead "Wave3_Squad5"
  169. TotalCurrency 150
  170.  
  171. RandomChoice
  172. Squad
  173. {
  174. TFBot
  175. {
  176. Template T_TFBot_Soldier_RocketPush
  177. }
  178. TFBot
  179. {
  180. Template T_TFBot_Soldier_Extended_Concheror
  181. }
  182. TFBot
  183. {
  184. Template T_TFBot_Soldier_RocketShotgun
  185. }
  186. }
  187. }
  188.  
  189. WaveSpawn
  190. {
  191. Name "Wave5_Squad7"
  192. Where flankers
  193. TotalCount 84
  194. MaxActive 12
  195. SpawnCount 8
  196. WaitBeforeStarting 10
  197. WaitBetweenSpawns 10
  198. WaitForAllDead "Wave3_Squad1"
  199. TotalCurrency 150
  200.  
  201. Squad
  202. {
  203. TFBot
  204. {
  205. Template T_TFBot_Scout_FAN
  206. }
  207. }
  208. }
  209. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement