Would be nice to add Hex/Jinx to the spam off CD menu in trinity. It's used for 15% more damage and not as a defensive CD. I use it for Jade doc in neph rifts and bounties. Thank you for your consideration.
Would be nice to add Hex/Jinx to the spam off CD menu in trinity. It's used for 15% more damage and not as a defensive CD. I use it for Jade doc in neph rifts and bounties. Thank you for your consideration.
if (!GetHasBuff(SNOPower.Witchdoctor_Hex) && Skills.WitchDoctor.Hex.CanCast())
{
Logger.Warn($"Casting Hex");
power = new TrinityPower(SNOPower.Witchdoctor_Hex);
return true;
}
You can add this into the Jade build of the WitchDoctorCombat.cs