Bug? Bot stuck in loop after local unsafe

guardian

Member
After a wartarget entered local, bot then safed up

However after the guy left, evebot did this for ever till i shut it off

09:52:34: Debug: Combat: This.Fled = TRUE This.CurrentState = FLEE Social.IsSafe = TRUE
09:52:34: Debug: Ratter: This.Combat.Fled = TRUE This.CurrentState = FIGHT Social.IsSafe = TRUE
09:52:40: Debug: Staying in Flee State: Armor: 100.000000 Shield: 100.000000 Cap: 49.613541
 
Last edited:

JoJo

Active Member
If you are perma-boosting, make sure you adjust the cap% rate the bot waits in Safespot before warping out. Default is >85% I think, so if your cap is at 50% the bot is waiting for more cap which will never happen as you are perma tanking.

Find combat_obj.iss and find this

if ${This.Fled}
{
/* don't leave the "fled" state until we regen */
if (${_Me.Ship.ArmorPct} < 50 || \
(${_Me.Ship.ShieldPct} < 80 && ${Config.Combat.MinimumShieldPct} > 0) || \
${_Me.Ship.CapacitorPct} < 35 )

Yours probably says < 85.. change it.
 

Damos06

Member
Actually i've noticed this bug too...not sure what causes it since it happens whlie i'm away...the bot sits and ends up "waiting in safe" same message as the poster, seems to only happen on my drakes who are passive shield tanked, not my domi who is active armor tanked. Drakes are set to 85% armor (incase it encounters a spawn it can't handle since i've lost 2 drakes to large BS spawns prior to raising my tank skills) , 31% shield (just below peak so it warps out if its tank is failing) and 5% cap (all passive drake build tank should never drop below 50% even with constant warping). when i come back the ship is at 100% shield 100% armor and between 70-85% cap (depending on the char and their perma run cap)....no idea what causes it...


AHHHHHHH after re-reading i think i can fix it i'll play with it tomorrow. i figured it didn't apply to my tank sicne i dont boost but it should since my passive drakes are constantly below 85%...hopefully it'll work thanks
 
Top Bottom