Me.ability.isready

is there an easy way to tell that an ability is not actually ready?

If I have an ability that has a range of 10, but i'm 15 meters away from the mob, the spell is shown as not ready, but ${Me.Ability[someability].IsReady} is True, because, while the ability is ready, it's not really ready.

Simply checking && distance < Target.Distance or 2d dosen't quite work because you have to make adjustments that are close but not 100%

basically, I just want to know that it's Red or Not Red in the spell book (or hot bar).
 

macker0407

Active Member
Problem is the spell icon colour isn't all that accurate either, especially for stuff like heals. It'll go red even if the target is still just within range.

However, being able to read icon state could be mildly useful for other things, such as determining what might be in the clients internal action queue but hasn't fully executed yet.
 
Top Bottom