Results 1 to 8 of 8

Hybrid View

  1. #1
    Player
    StouterTaru's Avatar
    Join Date
    Sep 2013
    Posts
    3,463
    Character
    Stouter Taru
    World
    Exodus
    Main Class
    Thaumaturge Lv 100
    Quote Originally Posted by Aeyis View Post
    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
    (3)
    Last edited by StouterTaru; 07-10-2015 at 06:11 AM.