Results 1 to 8 of 8

Hybrid View

  1. #1
    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.

  2. #2
    Player
    Ruddi's Avatar
    Join Date
    Sep 2012
    Posts
    117
    Character
    Ruddi Leonhart
    World
    Excalibur
    Main Class
    Thaumaturge Lv 60
    Quote: HEC

    Yeah I figured it would be too good to be true if we could do that lol

    Nice thanks you for that info on <wait.n> it gonna be very useful to me to have more done in a single macro, I usually watch youtube between the macros
    (1)
    BLM129/SMN129. WHM118/SCH118. BRD119. NIN119. WAR113/PLD113. MNK111. DRG105. Nice to meet you.

  3. #3
    Player
    Ruddi's Avatar
    Join Date
    Sep 2012
    Posts
    117
    Character
    Ruddi Leonhart
    World
    Excalibur
    Main Class
    Thaumaturge Lv 60

    Nice

    I made my old macro for HQ 40 durability (HQ ore, ingot e.t.c) better and since I can share it easy here so here it is. Remember this is my crafting setup, some craftsmanship and + control etc is required.

    For info check this link. http://www.ffxivguild.com/ffxiv-end-...s-master-star/

    The macro I made is tested and works:

    [1] ** HQ Dura 40

    /ac "Comfort Zone" <me> <wait.2>
    /ac "Inner Quiet" <me> <wait.2>
    /ac "Steady Hand II" <me> <wait.2>
    /ac "Waste Not" <me> <wait.2>
    /ac "Hasty Touch" <me> <wait.3>
    /ac "Hasty Touch" <me> <wait.3>
    /ac "Hasty Touch" <me> <wait.3>
    /ac "Hasty Touch" <me> <wait.3>
    /ac "Manipulation" <me> <wait.2>
    /ac "Steady Hand II" <me> <wait.2>
    /ac "Waste Not" <me> <wait.2>
    /ac "Hasty Touch" <me> <wait.3>
    /ac "Hasty Touch" <me> <wait.3>
    /ac "Hasty Touch" <me> <wait.2>
    /echo Go to macro [2] ** HQ Dura 40 <se.10>

    Continues below:
    (0)
    BLM129/SMN129. WHM118/SCH118. BRD119. NIN119. WAR113/PLD113. MNK111. DRG105. Nice to meet you.

  4. #4
    Player
    Ruddi's Avatar
    Join Date
    Sep 2012
    Posts
    117
    Character
    Ruddi Leonhart
    World
    Excalibur
    Main Class
    Thaumaturge Lv 60

    Second part.

    [2] ** HQ Dura 40

    /ac "Hasty Touch" <me> <wait.3>
    /ac "Steady Hand" <me> <wait.2>
    /ac "Great Strides" <me> <wait.2>
    /ac "Ingenuity II" <me> <wait.2>
    /ac "Byregot's Blessing" <me> <wait.3>
    /ac "Careful Synthesis II" <me> <wait.3>
    /ac "Careful Synthesis II" <me> <wait.2>
    /echo Congratulations! end of this synthesis! <se.9>

    Enjoy
    (0)
    BLM129/SMN129. WHM118/SCH118. BRD119. NIN119. WAR113/PLD113. MNK111. DRG105. Nice to meet you.