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

Shield Slam and Toughen sills

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:
Buff name is
Toughened (Rank 1)
Toughened (Rank 2)
Toughened (Rank 3)
Toughened (Rank 4)
 
it is the same with most other buffs too Blacklisted ... spent a few hours trying to find out what was wrong as it kept buffing me.
 
Back
Top