When ever i enter combat, what i notice is that the bot seem to use ancient spear boulder toss on single target trash or mob instead of the elite, it would use freezy on elite then when it time to ancient spear. it go and use it on the trash single target or mob. only after most the trash mob and single target mob is kill then it goes and use ancient spear boulder toss on the elites. Furious charge seem to suffer the same issues as well. How do i set Ancient spear or furious charge to prioritize elites first, instead of trash and trash mob? The problem is that the battle with the elites drag on because the bot seemingly use my main dps skills on trash single target and mob. Please help.
What can i changed here to fix this or changed else where? Thank you in advance
public static bool CanUseAncientSpear
{
get
{
return !UseOOCBuff && !IsCurrentlyAvoiding && CanCast(SNOPower.X1_Barbarian_AncientSpear) && Player.PrimaryResource >= 25 &&
CurrentTarget.HitPointsPct >= V.F("Barbarian.AncientSpear.MinHealthPct");
}
}
What can i changed here to fix this or changed else where? Thank you in advance
public static bool CanUseAncientSpear
{
get
{
return !UseOOCBuff && !IsCurrentlyAvoiding && CanCast(SNOPower.X1_Barbarian_AncientSpear) && Player.PrimaryResource >= 25 &&
CurrentTarget.HitPointsPct >= V.F("Barbarian.AncientSpear.MinHealthPct");
}
}
Last edited: