What's new
  • Visit Rebornbuddy
  • Visit Resources
  • Visit API Documentation
  • Visit Downloads
  • Visit Portal
  • Visit Panda Profiles
  • Visit LLamamMagic

Using Horrify when off CD?

whyy

New Member
Joined
Mar 10, 2014
Messages
2
Reaction score
0
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?
 
yes wd will need this skill in 2.05, does anyone know how to tweak wd's combat.cs to do it?
 
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)

thank you!
 
Back
Top