Results -9 to 0 of 14

Threaded View

  1. #4
    Player
    tayler1480's Avatar
    Join Date
    Nov 2015
    Posts
    142
    Character
    Whale Lip
    World
    Ragnarok
    Main Class
    Weaver Lv 100
    Quote Originally Posted by Roth_Trailfinder View Post
    You got the order wrong.

    /ac "Name of Earth" <wait.2>
    /ac "Name of Wind" <wait.2>
    /ac "Name of Fire" <wait.2>

    And so on.
    Doesn't matter what order they're in. If the action can't be performed then it'll skip that line of code including the wait timer.
    I could copy paste that code for e.g. a 1* lvl 60 70 Dur CRP item & it'll also work but instead of the fire brands being used the wind brands will be used instead.

    --------------------------------------

    /ac "Brand of Wind" <wait.3>
    /ac "Brand of Earth" <wait.3>
    /ac "Brand of Fire" <wait.3>
    /ac "Brand of Wind"<wait.3>
    /ac "Brand of Earth" <wait.3>
    /ac "Brand of Fire" <wait.3>

    The above would work exactly the same as the macro below

    /ac "Brand of Wind" <wait.3>
    /ac "Brand of Wind"<wait.3>
    /ac "Brand of Earth" <wait.3>
    /ac "Brand of Earth" <wait.3>
    /ac "Brand of Fire" <wait.3>
    /ac "Brand of Fire" <wait.3>
    (0)
    Last edited by tayler1480; 06-19-2016 at 10:11 PM.