Results 1 to 7 of 7

Hybrid View

  1. #1
    Player
    Fen-fen's Avatar
    Join Date
    Nov 2011
    Location
    Gridania
    Posts
    11
    Character
    Aura Ronso
    World
    Zodiark
    Main Class
    White Mage Lv 50
    putting the wait at the end of the line seems to break it, how is it supposed to be written?

    I got /ac "whatever" wait 2.8
    (0)

  2. #2
    Player
    NintenPyjak64's Avatar
    Join Date
    Jun 2012
    Location
    Gridania
    Posts
    1,187
    Character
    Evercy Warclan
    World
    Leviathan
    Main Class
    Warrior Lv 70
    Quote Originally Posted by Fen-fen View Post
    putting the wait at the end of the line seems to break it, how is it supposed to be written?

    I got /ac "whatever" wait 2.8
    It has to be <wait.2> or <wait.3>
    Decimals won't work and it needs those symbols to identify the syntax

    Example of a crafting macro I use for 1 star and under synths that requires no food and uses about 335 CP (Thanks to ImDingDing)
    Code:
    /ac "Inner Quiet" <me> <wait.2>
    /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 "Steady Hand II" <me> <wait.2>
    /ac "Basic Touch" <me> <wait.3>
    /ac "Great Strides" <me> <wait.2>
    /ac "Byregot's Blessing" <me> <wait.3>
    /ac "Ingenuity II" <me> <wait.3>
    /ac "Standard Synthesis" <me> <wait.3>
    /ac "Basic Synthesis" <me>
    It will work without the <me> but I copy pasted for simplicity sake
    (0)
    Last edited by NintenPyjak64; 06-14-2014 at 03:21 AM.