hazard
Well-Known Member
- Joined
- Sep 16, 2010
- Messages
- 1,854
- Reaction score
- 59
Is there a way that I can stop the CC from spamming a spell by blacklisting it for 5 seconds?
Example:
Example:
Code:
else if (tar.Guid == tank.Guid && hp < 59 && !isAuraActive("Rejuvenation", tar))
{
s = "Nourish";
needCast = true;
Blacklist.Spell(tar, new TimeSpan(0, 0, 5));
}