AbilityReady broken?

stevec

New member
Joined
Mar 8, 2006
Messages
78
Reaction score
0
Points
0
Anybody seeing problems with

/if (${Me.AbilityReady["Taunt"]}) {

This always returns false for me
 
Anybody seeing problems with

/if (${Me.AbilityReady["Taunt"]}) {

This always returns false for me

Have you tried it without quotes? Have the Taunt ability mapped to a key in the Abilities tab of the Actions Menu?

htw
 
Only use quotes if there is a space in the name of the ability/disc.
 
Still wouldnt need to use " " if a space. Only need it if your callinga different sub

Code:
/if (${Me.SpellReady[Complete Healing]}) /call cast "Complete Healing"
 
Thanks for the tips all. In fact I was running Lazytank and noticed that this was something that the author of the macro had used so didn't understand why it wasn't working