It's minor tweak of MUFFDIVER 's WitchDoctor: Community Enhanced Combat Profile.
I optimized it for starmetal kukri users so you'd cast it on trash mob cluster size greater than 3 and when
there is single elite monster available.
Changes:
if (CanCast(SNOPower.Witchdoctor_BigBadVoodoo) &&
(TargetUtil.AnyMobsInRange(15f, 3) || TargetUtil.IsEliteTargetInRange(12f) || (CurrentTarget.IsBoss && CurrentTarget.Distance <= 12f)))
{
return new TrinityPower(SNOPower.Witchdoctor_BigBadVoodoo);
}
// Fetish Army: DISABLE "CAST OFF COOLDOWN" TO ASSURE FETISH AND BIG BAD VOODOO CAST AT THE SAME TIME.
// MATCH TRIGGERS WITH BIG BAD VOODOO TO MAXIMIZE DAMAGE
// ORIGINAL: (TargetUtil.EliteOrTrashInRange(30f) || TargetUtil.IsEliteTargetInRange(30f) || Settings.Combat.WitchDoctor.UseFetishArmyOffCooldown))
if (CanCast(SNOPower.Witchdoctor_FetishArmy) &&
(TargetUtil.AnyMobsInRange(15f, 3) || TargetUtil.IsEliteTargetInRange(12f) || (CurrentTarget.IsBoss && CurrentTarget.Distance <= 12f)))
{
return new TrinityPower(SNOPower.Witchdoctor_FetishArmy);
}
Now your wd will cast big bad voodoo and fetish army
1) trash mob size is greater than 3 withing 15f
2) when there is a single elite within 12f
3) when there is a boss within 12f
*********Note: this is optimization for starmetal kukri pet doctors.**********************
Tested with/Safe T6 farming Build:
Head: Tiklandian Visage (8 sec)
Weapon: Starmetal Kukri
Off-Hand: Uhkapian Serpent
Rings: RORG/Unity
Gloves: Tasker and Theo
Amulet: Xephirian Amulet
Bracer: Strongarm bracer
3 pc blackthorne (4 pc bonus)
2 pc aughild (3 pc bonus)
CDR = 40%
Skills:
Summon Zombie Dogs: Leeching Beasts
Horrify: Face of Death
Big Bad Voodoo : Slam Dance
Fetish Army : Legion of daggers
Gargantuan : Wrathful Protector
Piranhas : Wave of Mutilation
Passives:
Fetish Sycophants
Pierce the Veil
Grave Injustice
Midnight Feast
I optimized it for starmetal kukri users so you'd cast it on trash mob cluster size greater than 3 and when
there is single elite monster available.
Changes:
if (CanCast(SNOPower.Witchdoctor_BigBadVoodoo) &&
(TargetUtil.AnyMobsInRange(15f, 3) || TargetUtil.IsEliteTargetInRange(12f) || (CurrentTarget.IsBoss && CurrentTarget.Distance <= 12f)))
{
return new TrinityPower(SNOPower.Witchdoctor_BigBadVoodoo);
}
// Fetish Army: DISABLE "CAST OFF COOLDOWN" TO ASSURE FETISH AND BIG BAD VOODOO CAST AT THE SAME TIME.
// MATCH TRIGGERS WITH BIG BAD VOODOO TO MAXIMIZE DAMAGE
// ORIGINAL: (TargetUtil.EliteOrTrashInRange(30f) || TargetUtil.IsEliteTargetInRange(30f) || Settings.Combat.WitchDoctor.UseFetishArmyOffCooldown))
if (CanCast(SNOPower.Witchdoctor_FetishArmy) &&
(TargetUtil.AnyMobsInRange(15f, 3) || TargetUtil.IsEliteTargetInRange(12f) || (CurrentTarget.IsBoss && CurrentTarget.Distance <= 12f)))
{
return new TrinityPower(SNOPower.Witchdoctor_FetishArmy);
}
Now your wd will cast big bad voodoo and fetish army
1) trash mob size is greater than 3 withing 15f
2) when there is a single elite within 12f
3) when there is a boss within 12f
*********Note: this is optimization for starmetal kukri pet doctors.**********************
Tested with/Safe T6 farming Build:
Head: Tiklandian Visage (8 sec)
Weapon: Starmetal Kukri
Off-Hand: Uhkapian Serpent
Rings: RORG/Unity
Gloves: Tasker and Theo
Amulet: Xephirian Amulet
Bracer: Strongarm bracer
3 pc blackthorne (4 pc bonus)
2 pc aughild (3 pc bonus)
CDR = 40%
Skills:
Summon Zombie Dogs: Leeching Beasts
Horrify: Face of Death
Big Bad Voodoo : Slam Dance
Fetish Army : Legion of daggers
Gargantuan : Wrathful Protector
Piranhas : Wave of Mutilation
Passives:
Fetish Sycophants
Pierce the Veil
Grave Injustice
Midnight Feast