blacklisted
New Member
- Joined
- Jan 15, 2010
- Messages
- 224
- Reaction score
- 1
If I use the following code to check and cast the Toughen Buff it will cast Toughen over and over. Is this a bug within AB as I can't see all other skills work ok but this one?
Code:
if (buffTime("Toughen (Rank 1)") == 0 && skillCooldown("Toughen") == 0)
{
UseSkill("Toughen", true);
}
Last edited:






