Quote Originally Posted by BigRageDave View Post
Not sure if already posted but I've been wanting this after making a macro recently.

-GCD and range indicator for Action based Macro's. Example: I have a macro like this-

/ac "Fight or Flight" <me>
/ac "Fast Blade" <t>

If I use it and Fight or Flight is available, it casts that. If FoF is on CD, it uses Fast Blade. Unfortunately, there's no TP cost displayed since it's a macro, and when I use it for Fast Blade, that button doesn't show the rotation for the GCD. Be nice rather than just choosing from a list of pictures, if there was some macro line that would make the button mimic a skill.
Try this:

/macroicon "Fast Blade"
/ac "Fight or Flight" <me>
/ac "Fast Blade" <t>