#base robot_giant.pop #base robot_standard.pop #base robot_D_I_L.pop #base robot_deathmatch_base.pop #base robot_deathmatch_commonspawns.pop //Updated Version WaveSchedule { StartingCurrency 0 CanBotsAttackWhileInSpawnRoom No RespawnWaveTime 1 AllowBotExtraSlots 1 MaxRedPlayers 40 ExtraBotSlotsNoDeathcam 1 RobotLimit 90 SniperAllowHeadshots 1 NoReanimators 1 UpgradeStationKeepWeapons 1 ExtendedUpgradesOnly 1 BluPlayersAreRobots 1 RedPlayersAreRobots 1 BodyPartScaleSpeed 99 NoRedBotsRandomCrit 1 PointTemplates { NoFixup 1 blueman { trigger_add_tf_player_condition { "condition" "43" "origin" "927 -734 64" "maxs" "30 30 30" "mins" "-30 -30 -30" "spawnflags" "1" "duration" "999" } trigger_teleport //teleport timer to box { "targetname" "timertele" "origin" "927 -734 64" "spawnflags" "1" "solid" "0" "StartDisabled" "0" "maxs" "20 20 30" "mins" "-20 -20 -30" "target" "timeregg" } info_target { "targetname" "timeregg" "origin" "212 5471 405" } } spawnIndicators { NoFixup 1 entity { "id" "6" "classname" "prop_dynamic" "angles" "0 90 0" "DefaultAnim" "idle" "fademindist" "-1" "fadescale" "1" "MaxAnimTime" "10" "MinAnimTime" "5" "model" "models/props_mvm/robot_spawnpoint.mdl" "modelscale" "0.6" "renderamt" "255" "rendercolor" "255 255 255" "skin" "0" "solid" "6" "targetname" "2ndLeftG" "origin" "927 -734 64" editor { "color" "30 220 220" "visgroupshown" "1" "visgroupautoshown" "1" "logicalpos" "[0 0]" } } } } Spawntemplate "blueman" Spawntemplate "spawnIndicators" ExtraSpawnPoint { Name "red" TeamNum 2 X "-6" Y "-364" Z "64" } ExtraSpawnPoint { Name "red" TeamNum 2 X "-1475" Y "-387" Z "192" } ExtraSpawnPoint { Name "red" TeamNum 2 X "-1773" Y "-115" Z "-127" } ExtraSpawnPoint { Name "red" TeamNum 2 X "706" Y "220" Z "448" } ExtraSpawnPoint { Name "red" TeamNum 2 X "758" Y "-346" Z "192" } Templates { } Mission // sentry buster { Objective DestroySentries InitialCooldown 5 Where spawnbot BeginAtWave 1 RunForThisManyWaves 6 CooldownTime 35 TFBot { Template T_TFBot_SentryBuster } } Wave { StartWaveOutput { Target wave_start_relay Action Trigger } DoneOutput { Target wave_finished_relay Action trigger } WaitWhenDone 65 Checkpoint Yes Explanation //Dispayed once the wave is initialized { Line "{green}Get money and buy new playstyles with !missionitems" Line "{blu}Go through the Robot indicators to become blu for a single life" } WaveSpawn // 1 Heavyweight champ spawnbot ignore flag push (10) { Where spawnbot TotalCount 1 SpawnCount 1 WaitBeforeStarting 999 WaitBetweenSpawns 0 TotalCurrency 0 Template T_Wavespawn_Blu_Boss } WaveSpawn // blu Med { Where spawnbot_left Where spawnbot Where spawnbot_right TotalCount 600 MaxActive 9 SpawnCount 1 WaitBetweenSpawns 1 TotalCurrency 13000 Template T_Wavespawn_Blu_Medium } WaveSpawn // blu event { Where spawnbot_left Where spawnbot Where spawnbot_right TotalCount 8 MaxActive 1 SpawnCount 1 WaitBetweenSpawns 360 WaitBeforeStarting 300 TotalCurrency 4000 RandomSpawn 1 Support 1 RandomChoice { TFBot { Template MrBomber Action Mobber Attributes IgnoreFlag ClassIcon Random_lite } TFBot { Template HomingStar Action Mobber Attributes IgnoreFlag ClassIcon Random_lite } TFBot { Template WeeBeastie Action Mobber Attributes IgnoreFlag ClassIcon Random_lite } TFBot { Template SoldierSupreme Action Mobber Attributes IgnoreFlag ClassIcon Random_lite } TFBot { Template PipePirate Action Mobber Attributes IgnoreFlag ClassIcon Random_lite } } } WaveSpawn // red Med { Where red TotalCount 900 MaxActive 9 SpawnCount 1 WaitBetweenSpawns 1 Template T_Wavespawn_Red_Medium } WaveSpawn // red event { Where red TotalCount 900 MaxActive 1 SpawnCount 1 WaitBetweenSpawns 360 WaitBeforeStarting 480 RandomSpawn 1 Support 1 RandomChoice { TFBot { Template MrBomber Action Mobber Attributes IgnoreFlag ClassIcon red2_lite AddCond { Name "TF_COND_REPROGRAMMED" } } TFBot { Template HomingStar Action Mobber Attributes IgnoreFlag ClassIcon red2_lite AddCond { Name "TF_COND_REPROGRAMMED" } } TFBot { Template WeeBeastie Action Mobber Attributes IgnoreFlag ClassIcon red2_lite AddCond { Name "TF_COND_REPROGRAMMED" } } TFBot { Template SoldierSupreme Action Mobber Attributes IgnoreFlag ClassIcon red2_lite AddCond { Name "TF_COND_REPROGRAMMED" } } TFBot { Template PipePirate Action Mobber Attributes IgnoreFlag ClassIcon red2_lite AddCond { Name "TF_COND_REPROGRAMMED" } } } } } }