if (hasWrathfulProtector && TargetUtil.IsEliteTargetInRange(30f) || TargetUtil.AnyMobsInRange(30, 5))
{
return new TrinityPower(SNOPower.Witchdoctor_Gargantuan);
}
yeah im using wrathful rune, but its still not cast everytime its off cooldown or even everytime I engage an elite, if that default is 5 mobs it should be getting cast fairly often and its not.
what do you mean replace the block of text?
and it works fine for now// Gargantuan Wrathful Protector, 15 seconds of smash, use sparingly!
//if (hasWrathfulProtector && TargetUtil.IsEliteTargetInRange(30f))
if (hasWrathfulProtector && (TargetUtil.AnyMobsInRange(30, 2)) || TargetUtil.IsEliteTargetInRange(30f))
{
return new TrinityPower(SNOPower.Witchdoctor_Gargantuan);
}






