1,2 i don't know
3 check path aroud aoe
in 1.5.2WW3 not good prevent sprint spam realization ( bot will not use sprint vs 1 mob, becouse he can't reach 60 fury)
this is better
Code:public static bool CanUseSprint { get { return !UseOOCBuff && CanCast(SNOPower.Barbarian_Sprint, CanCastFlags.NoTimer) && !Player.IsIncapacitated && (LastPowerUsed == SNOPower.Barbarian_Rend && (!Hotbar.Contains(SNOPower.Barbarian_BattleRage) || (Hotbar.Contains(SNOPower.Barbarian_BattleRage) && GetHasBuff(SNOPower.Barbarian_BattleRage))) && // Check for minimum energy [B] (Player.PrimaryResource >= 60 || !GetHasBuff(SNOPower.Barbarian_Sprint)[/B])); } }
is that code in your trinity upload?
and btw i use path around aoe
ok i test now a bit...and post log after that