greeneyes137
Member
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).
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).