You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in doing so you will sort the threats according to their distance , when this is used in conjunction with the dynamic threat management , bot becomes very very slippery and almost impossible to eat ..
The text was updated successfully, but these errors were encountered:
In your bot find and un-comment the code below
/*allPossibleThreats.sort(function(a, b){ return a.enemyDist-b.enemyDist; })*/
in doing so you will sort the threats according to their distance , when this is used in conjunction with the dynamic threat management , bot becomes very very slippery and almost impossible to eat ..
The text was updated successfully, but these errors were encountered: