H helpme123 New Member Joined Apr 26, 2014 Messages 4 Reaction score 0 May 30, 2014 #1 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
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
M Marta11 New Member Joined May 13, 2014 Messages 14 Reaction score 0 May 31, 2014 #2 Hi, i use this for frightening aspect: if (CanCast(SNOPower.Witchdoctor_Horrify) && TargetUtil.AnyMobsInRange(horrifyRadius, 0)) { return new TrinityPower(SNOPower.Witchdoctor_Horrify); }
Hi, i use this for frightening aspect: if (CanCast(SNOPower.Witchdoctor_Horrify) && TargetUtil.AnyMobsInRange(horrifyRadius, 0)) { return new TrinityPower(SNOPower.Witchdoctor_Horrify); }