KaptenMossa
New Member
- Joined
- Nov 15, 2013
- Messages
- 33
- Reaction score
- 0
At the moment im using Trinity 1.9.8 and my wd is not casting fetishes on trash only on elites, even if I have the "Use fetish army of cooldown" box checked.
Anybody know what i should change in the wd combat file?
// Fetish Army, elites only
if (CanCast(SNOPower.Witchdoctor_FetishArmy) &&
(TargetUtil.EliteOrTrashInRange(30f) || TargetUtil.IsEliteTargetInRange(30f) || Settings.Combat.WitchDoctor.UseFetishArmyOffCooldown))
{
return new TrinityPower(SNOPower.Witchdoctor_FetishArmy);
}
I tried to change this part TargetUtil.EliteOrTrashInRange(30f) to TargetUtil.AnyMobInRange(30f) but didn't work. Could any1 please help me out?
thanks
Anybody know what i should change in the wd combat file?
// Fetish Army, elites only
if (CanCast(SNOPower.Witchdoctor_FetishArmy) &&
(TargetUtil.EliteOrTrashInRange(30f) || TargetUtil.IsEliteTargetInRange(30f) || Settings.Combat.WitchDoctor.UseFetishArmyOffCooldown))
{
return new TrinityPower(SNOPower.Witchdoctor_FetishArmy);
}
I tried to change this part TargetUtil.EliteOrTrashInRange(30f) to TargetUtil.AnyMobInRange(30f) but didn't work. Could any1 please help me out?
thanks