That will spam Fetish Army but will not use Big Bad Voodoo. I was looking at the combat CS file for the WD but have no idea how to modify it.
}
// Big Bad Voodoo, elites and bosses only
if (CanCast(SNOPower.Witchdoctor_BigBadVoodoo) &&
(TargetUtil.EliteOrTrashInRange(25f) || (CurrentTarget.IsBoss && CurrentTarget.Distance <= 30f)))
{
return new TrinityPower(SNOPower.Witchdoctor_BigBadVoodoo);
}
I'm assuming we'd remove the "isboss" ?
Target type and the distance away to fire off the spell:
TargetUtil.EliteOrTrashInRange(25f)
(CurrentTarget.IsBoss && CurrentTarget.Distance <= 30f)))
That will not change the frequency of how often it goes off... just they distance from the target.
Not sure which file it would be in without looking first but... that's not the one that'll help ya.
Take Care![]()
I've edited most of the range values for many of my WD skills and it works better now.
However, my WD still dies from ground effects esp thunderstorm and frozen pulse... which is kinda annoying.