Quote Originally Posted by Clarkjd2008 View Post
!
They aren't important - it just depends on how you keep track of things. I tend to use certain actions in tandem - so putting their execution into one key you can hit repeatedly can make things easier (this is very simple macro design nothing like what I posted above). You can set up your macro so that the skills you use are on a single keystroke.

Example:
Macro
/ac "Bloodbath" <me>
/ac "Foresight" <me>
/ac "Featherfoot" <me>

Set this as 7 on your action bar - now you only need to hit 7 repeatedly to use those 3 skills rather than 3 different keys.

Downside - you can't see a cool down for those skills without adding a /wait + /echo message. You are forced to do skills in whatever order they are macro'd. You can only set /wait commands as low as /wait .1 or as high as /wait 60 also.