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

Spam WD horrify on combat?

helpme123

New Member
Joined
Apr 26, 2014
Messages
4
Reaction score
0
I can WD to spam horrify on CD but for some reason, it doesn't spam the skill while in combat.

Can someone help?

Thanks
 
Hi, i use this for frightening aspect:

if (CanCast(SNOPower.Witchdoctor_Horrify) && TargetUtil.AnyMobsInRange(horrifyRadius, 0))

{
return new TrinityPower(SNOPower.Witchdoctor_Horrify);
}
 
Back
Top