Results 1 to 10 of 14

Hybrid View

  1. #1
    Player
    Risvertasashi's Avatar
    Join Date
    Apr 2014
    Posts
    4,706
    Character
    Makani Risvertasashi
    World
    Ultros
    Main Class
    Conjurer Lv 50
    "reliable" is a tricky word. Macros do not queue actions, so they will always be unreliable in that sense.

    That said:
    Code:
    /ac "Stone III" <t>
    /ac "Stone III" <tt>
    /ac "Stone II" <t>
    /ac "Stone II" <tt>
    /ac "Stone" <t>
    /ac "Stone" <tt>
    (1)

  2. #2
    Player
    Zata's Avatar
    Join Date
    Feb 2012
    Posts
    50
    Character
    Zata Leinad
    World
    Excalibur
    Main Class
    Conjurer Lv 60
    Quote Originally Posted by Risvertasashi View Post
    "reliable" is a tricky word. Macros do not queue actions, so they will always be unreliable in that sense.

    That said:
    Code:
    /ac "Stone III" <t>
    /ac "Stone III" <tt>
    /ac "Stone II" <t>
    /ac "Stone II" <tt>
    /ac "Stone" <t>
    /ac "Stone" <tt>

    I prefer 2 macros

    /micon "Stone II"
    /ac "Stone III" <t>
    /ac "Stone III" <tt>
    /ac "Stone II" <t>
    /ac "Stone II" <tt>

    /micon "Stone"
    /ac "Stone" <t>
    /ac "Stone" <tt>