
Originally Posted by
Aeyis
snip
You can just drop the wait time off Precise Touch in your macro, the wait on basic will still happen even if you don't use basic, as long as the syntax is proper for the rest of the macro. The wait 2 only works out because it's under 3 seconds, otherwise you would get all 5 basic plus any precise procs, using some after SH expires.
Code:
/ac "Steady Hand II" <me> <wait.2>
/ac "Precise Touch" <me>
/ac "Basic Touch" <me> <wait.3>
/ac "Precise Touch" <me>
/ac "Basic Touch" <me> <wait.3>
/ac "Precise Touch" <me>
/ac "Basic Touch" <me> <wait.3>
/ac "Precise Touch" <me>
/ac "Basic Touch" <me> <wait.3>
/ac "Precise Touch" <me>
/ac "Basic Touch" <me> <wait.3>
edit - and I just realized I can stop using the <me> in macros because they changed abilities to self target when no target is selected about a year ago