Quote:
Originally Posted by Hunter_1
After looking at your code, I can't tell how you're detecting agro when in combat ... could you point me at it please.
|
there where 3 bugs:
1. Agro while resting
2. Agro while fighting
3. Agro on the way to the mob
its only a dirty solution for Nr. 1 and "2"
while resting you shouldn't have a target... if a mob keeps
hitting you it autom. targets that mob.. i just input a check
while resting and right after looting...
Now if you agro a mob while fighting you will kill it next instead of tabing
to next random mob.. if you pick up a agro on the way to a mob the
bot will first kill the mob and then kill the agrod one next...
see code for details... its not much i added ;)
Code:
if (enemyInsgid() ) Then
KillEnemy()
EndIf