yes there is and its kind of easy!
you must use Zunimassa set for this else your fetishes will probobly die before you get to Ghom since it summons them in town
in the file \Plugins\Trinity\Combat\Abilities\WitchDoctorCombat.cs
Find:
Code:
// Buffs
if (UseOOCBuff)
{
and under that
ADD: the stuff below do not remove anything in old code
For fetishes in town use this and also you
MUST tick Use Fetishes off cooldown in trinity settings under witch doctor
Code:
// Fetish Army, elites only
if (CanCast(SNOPower.Witchdoctor_FetishArmy) && Settings.Combat.WitchDoctor.UseFetishArmyOffCooldown)
{
return new TrinityPower(SNOPower.Witchdoctor_FetishArmy);
}