Is there any way to decrease attack range for corrupt growth at act 4 to melee combat for witch doctor? So the dog will kill it with a Burning rune. Takes alot of time with Rain of toads.
Thanks alot for your answer.
// Plague Of Toads
if (CanCast(SNOPower.Witchdoctor_PlagueOfToads))
{
WitchDoctorCombat.VisionQuestRefreshTimer.Restart();
return new TrinityPower(SNOPower.Witchdoctor_PlagueOfToads, basicAttackRange, CurrentTarget.ACDGuid);
}
Tried both - not working. Bot just standing and running, nothing more. And i don't want to decrease PlagueOfToads range to be honest, need to decrease corrupt growth attack range with any abilities.
// Plague Of Toads
if (CanCast(SNOPower.Witchdoctor_PlagueOfToads))
{
WitchDoctorCombat.VisionQuestRefreshTimer.Restart();
return new TrinityPower(SNOPower.Witchdoctor_PlagueOfToads, [b]5f[/b], CurrentTarget.ACDGuid);
}