Here you can see in which order the bots attack the enemies
Rank 1
player
rank 2
npcs
rank 3
turret
rank 4
other buildings
Approved by Infinite Rain
Download
14 kb, 2,724 Downloads
Lua Scripts
new Bots update by Loooser
new Bots update by Loooser
54 like it!14 kb, 2,724 Downloads
Download
Combine Soldier Macro: When a bot kills an NPC they freeze and when I view the console I see these 2 red lines
LUA ERROR (ai_hear_radio): bots/Standard AI.lua:767: table index is nil Freezing bots to stop Lua error msg flood! Use 'bot_freeze 0' to unfreeze bots!
LUA ERROR (ai_hear_radio): bots/Standard AI.lua:634: table index is nil Freezing bots to stop Lua error msg flood! Use 'bot_freeze 0' to unfreeze bots!
-- Enemy spotted / Taking fire, need assistance elseif radio==9 or radio==11 then local mate=fai_randommate(source) if mate~=0 then if math.random(1,2)==1 then vai_radioanswer[mate]=0 else vai_radioanswer[mate]=28 end vai_radioanswert[mate]=math.random(35,100) vai_mode[mate]=2 vai_destx[mate]=player(source,"tilex") vai_desty[mate]=player(source,"tiley") end
--enemy spotted elseif radio==8 then local mate=fai_randommate(source) if mate~=0 then if math.random(1,2)==1 then vai_radioanswer[mate]=0 else vai_radioanswer[mate]=28 end vai_radioanswert[mate]=math.random(35,100) vai_destx[id]=player(source,"tilex") vai_desty[id]=player(source,"tiley") vai_mode[id]=2 end
--enemy spotted elseif radio==8 then local mate=fai_randommate(source) if mate~=0 then if math.random(1,2)==1 then vai_radioanswer[mate]=0 else vai_radioanswer[mate]=28 end vai_radioanswert[mate]=math.random(35,100) vai_destx[mate]=player(source,"tilex") vai_desty[mate]=player(source,"tiley") vai_mode[mate]=2 end
SkullzOrig: same problem...
Loooser: I have used your bots before, but problem is after a while they stop moving,shooting,and they would not even spawn.