Advertisement
Cooolbros

Wave 1 lads mission

Jun 24th, 2019
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.02 KB | None | 0 0
  1. #base robot_giant.pop
  2. #base robot_standard.pop
  3.  
  4. population
  5. {
  6. StartingCurrency 400
  7. RespawnWaveTime 12
  8. CanBotsAttackWhileInSpawnRoom no
  9. AddSentryBusterWhenDamageDealtExceeds 300
  10. AddSentryBusterWhenKillCountExceeds 15
  11. Advanced 1
  12.  
  13. Wave
  14. {
  15. StartWaveOutput
  16. {
  17. Target wave_start_relay_classic
  18. Action Trigger
  19. }
  20. DoneOutput
  21. {
  22. Target wave_finished_relay
  23. Action trigger
  24. }
  25.  
  26. Checkpoint Yes
  27.  
  28. WaveSpawn
  29. {
  30. Name "wavespawn1" //---
  31. Where spawnbot //spawn location
  32. TotalCount 20 //total bots in squad
  33. MaxActive 5 //Max active bots
  34. WaitBetweenSpawns 10 //delay before spawning a new version of the squad
  35.  
  36. TotalCurrency 300
  37.  
  38. Squad
  39. {
  40. TFBot
  41. {
  42. Template T_TFBot_Soldier_Extended_Concheror
  43. Name "Healing Rocket Spam Cunt"
  44. }
  45. TFBot
  46. {
  47. Template T_TFBot_Scout_Jumping_Sandman
  48. Name "Jumping Bat Scout"
  49. }
  50. TFBot
  51. {
  52. Template T_TFBot_Scout_Jumping_Sandman
  53. Name "Jumping Bat Scout"
  54. }
  55. TFBot
  56. {
  57. Template T_TFBot_Scout_Jumping_Sandman
  58. Name "Jumping Bat Scout"
  59. }
  60. TFBot
  61. {
  62. Template T_TFBot_Scout_Jumping_Sandman
  63. Name "Jumping Bat Scout"
  64. }
  65. }
  66. }
  67.  
  68. WaveSpawn
  69. {
  70. Name "wavespawn2"
  71. Where spawnbot
  72. TotalCount 8
  73. MaxActive 4
  74. WaitBetweenSpawns 8
  75. WaitForAllDead "wavespawn1"
  76.  
  77. TotalCurrency 300
  78.  
  79. Squad
  80. {
  81. TFBot
  82. {
  83. Template T_TFBot_Giant_DemoMan_PrinceTavish
  84. Name "Giant Knight who says NI"
  85. Attributes "AlwaysCrit"
  86. }
  87.  
  88. TFBot
  89. {
  90. Class Heavyweapons
  91. Name "Heavyweapons"
  92. }
  93. TFBot
  94. {
  95. Class Heavyweapons
  96. Name "Heavyweapons"
  97. }
  98. TFBot
  99. {
  100. Class Heavyweapons
  101. Name "Heavyweapons"
  102. }
  103. }
  104. }
  105.  
  106. WaveSpawn
  107. {
  108. TotalCurrency 100
  109. TotalCount 48
  110. MaxActive 8
  111. SpawnCount 8
  112. WaitBeforeStarting 30
  113. WaitBetweenSpawns 8
  114. Support 1
  115.  
  116. Where flankers
  117. Squad
  118. {
  119. TFBot
  120. {
  121. Template T_TFBot_Demoman_Knight
  122. Name "Demoknight"
  123. }
  124. }
  125.  
  126.  
  127.  
  128. }
  129.  
  130. WaveSpawn
  131. {
  132. TotalCurrency 150
  133. TotalCount 1
  134. MaxActive 1
  135. SpawnCount 1
  136. WaitBeforeStarting 1
  137. WaitBetweenSpawns 1
  138. WaitForAllDead "wavespawn2"
  139.  
  140. Where spawnbot
  141. Squad
  142. {
  143. TFBot
  144. {
  145. Template T_TFBot_Giant_Soldier_Spammer
  146. }
  147. }
  148. }
  149. }
  150. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement