W whyy New Member Joined Mar 10, 2014 Messages 2 Reaction score 0 Apr 13, 2014 #1 I got the Tiklandian visage which provides perma CC if I use horrify, is there any way I can set up Trinity to use horrify when off CD?
I got the Tiklandian visage which provides perma CC if I use horrify, is there any way I can set up Trinity to use horrify when off CD?
D direnwai New Member Joined May 3, 2014 Messages 78 Reaction score 0 May 15, 2014 #2 want to know too.. after 2.05 horrify become a GOD skill..
T tpboi Member Joined Mar 27, 2014 Messages 44 Reaction score 0 May 15, 2014 #3 yes wd will need this skill in 2.05, does anyone know how to tweak wd's combat.cs to do it?
T tpboi Member Joined Mar 27, 2014 Messages 44 Reaction score 0 May 15, 2014 #4 uzlydia said: Plugins\Trinity\Combat\Abilities\WitchDoctorCombat.cs // Horrify Buff at 35% health -- Freightening Aspect if (CanCast(SNOPower.Witchdoctor_Horrify) && Player.CurrentHealthPct <= 1 && hasFrighteningAspect) (0.35 changed to 1) Click to expand... thank you!
uzlydia said: Plugins\Trinity\Combat\Abilities\WitchDoctorCombat.cs // Horrify Buff at 35% health -- Freightening Aspect if (CanCast(SNOPower.Witchdoctor_Horrify) && Player.CurrentHealthPct <= 1 && hasFrighteningAspect) (0.35 changed to 1) Click to expand... thank you!