Results 1 to 2 of 2

Thread: Macros

Hybrid View

  1. #1
    Player
    Xenton's Avatar
    Join Date
    Sep 2013
    Posts
    5
    Character
    Doctor Nyan
    World
    Ragnarok
    Main Class
    Conjurer Lv 50

    Macros

    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.
    (0)

  2. #2
    Player
    Vixene's Avatar
    Join Date
    Aug 2013
    Posts
    7
    Character
    Vixene Crescent
    World
    Cerberus
    Main Class
    Conjurer Lv 23
    put another /wait command and it should work

    /macroicon "Stone II"
    /ac "Cleric Stance" <me>
    /ta <f>
    /wait 1
    /ac "Stone II" <tt>
    /wait 2.47
    /ac "Cleric Stance" <me>
    (0)