Hi everybody,
I have been researching and trying macros. I have managed some useful mouseover macros (or at least I find them useful). Also some macros to ensure I'm always attacking the tanks target.
I how, however, been unsuccessful in longer macros. I wanted a macro that would cast cleric stance, then aero, or stone II, on the tanks target, then cast cleric stance again leaving me ready to heal. The macro seems to cast Cleric stance on the first click, then cast stone II on a second click. I wanted it to run through the whole macro on 1 click. Is this possible?
Here's what I have atm:
Code:
/macroicon "Stone II"
/ac "Cleric Stance" <me>
/ta <f>
/ac "Stone II" <tt>
/wait 2.47
/ac "Cleric Stance" <me>
I use <f> because I always have tank as focus and that way I can alway target the tank or their target, no matter what I currently have selected.