Results -9 to 0 of 8

Threaded View

  1. #3
    Player
    HEC's Avatar
    Join Date
    Aug 2013
    Posts
    1,620
    Character
    M'ete'leskum B'leskum
    World
    Moogle
    Main Class
    Conjurer Lv 50
    Nope, there is no way of calling one macro from another and most likely never will be as SE is afraid of icrease of "botting" using such "endless" macros. However you can use the new <wait.n> at the end of each action command line instead of the old /wait format on separate lines which will let you to almost double the amount of commands in one macro.

    So for Macro 1+2 it will look like this:
    Code:
    /ac "Comfort Zone" <me> <wait.2>
    /ac "Inner Quiet" <me> <wait.2>
    /ac "Careful Synthesis II" <me> <wait.3>
    /ac "Waste Not" <me> <wait.2>
    /ac "Steady Hand II" <me> <wait.2>
    /ac "Basic Touch" <me> <wait.3>
    /ac "Basic Touch" <me> <wait.3>
    /ac "Basic Touch" <me> <wait.3>
    /ac "Basic Touch" <me> <wait.3>
    /ac "Basic Touch" <me> <wait.3>
    /ac "Great Strides" <me> <wait.2>
    /ac "Steady Hand" <me> <wait.2>
    /echo Go to ** HQ 3 <se.10>
    And you still have 2 extra lines to squeeze into the above macro
    (1)
    Last edited by HEC; 06-13-2014 at 07:25 PM.