Skrotorian
New Member
- Joined
- Aug 7, 2014
- Messages
- 20
- Reaction score
- 0
Hi. I was recently blessed with a starmetal cockri. I want my fetishes and BBV to be spermed indefinitely, instead of just on bosses. Whenever either of these skills Big Bad Doodoo or Army Fetish come off cooldown, regardless of whether there is a boss nearby, I want them to be used if there are ANY monsters in range. I tried using similar posts to edit Trinity's WitchDoctorCombat.cs and even though I replaced the lines it still does not work.
I used:
// Big Bad Voodoo, elites and bosses only
if (CanCast(SNOPower.Witchdoctor_BigBadVoodoo) &&
(TargetUtil.AnyMobsInRange(25f)))
{
return new TrinityPower(SNOPower.Witchdoctor_BigBadVoodoo);
}
and it still only uses BBV when there are bosses in range. Please help me get both BBV and Fetish Army to keep sperming. Thank you!
I used:
// Big Bad Voodoo, elites and bosses only
if (CanCast(SNOPower.Witchdoctor_BigBadVoodoo) &&
(TargetUtil.AnyMobsInRange(25f)))
{
return new TrinityPower(SNOPower.Witchdoctor_BigBadVoodoo);
}
and it still only uses BBV when there are bosses in range. Please help me get both BBV and Fetish Army to keep sperming. Thank you!