Zero dogs is not working.
I've tried numerous code changes that logically speaking, should work. However, there is absolutely zero spamming of summon zombie dogs & sacrifice.
build is : Witch Doctor - Game Guide - Diablo III
I tried pming you but it treats me like a non-contributor and doesn't go through & you're also no longer on my skype list
This works, but is super clunky.
I've tried numerous code changes that logically speaking, should work. However, there is absolutely zero spamming of summon zombie dogs & sacrifice.
build is : Witch Doctor - Game Guide - Diablo III
I tried pming you but it treats me like a non-contributor and doesn't go through & you're also no longer on my skype list

This works, but is super clunky.
Code:
// Zombie Dogs for Sacrifice
if (!UseOOCBuff && !Player.IsIncapacitated && CombatBase.CanCast(SNOPower.Witchdoctor_SummonZombieDog, CombatBase.CanCastFlags.NoTimer) &&
TargetUtil.AnyMobsInRange(60f, 1))
{
return new TrinityPower(SNOPower.Witchdoctor_SummonZombieDog, 10f, Vector3.Zero, CurrentWorldDynamicId, -1, 0, 2, WAIT_FOR_ANIM);
}