Results 1 to 5 of 5
  1. #1
    Player
    kaya_suzumiya's Avatar
    Join Date
    Aug 2013
    Posts
    222
    Character
    Tina Minami
    World
    Tonberry
    Main Class
    Paladin Lv 60

    user macros dont work

    problem with the macro is it only casts fast blade tried changing wait to 3 and still doesnt fix the problem. any way to fix this or to get it to work?

    /ac "Fast Blade"
    /wait 2.5
    /ac "Savage Blade"
    /wait 2.5
    /ac "Rage of Halone"

    and

    /ac "Fast Blade"
    /wait 2.5
    /ac "Riot Blade"
    (0)

  2. #2
    Player
    fhero's Avatar
    Join Date
    Aug 2013
    Posts
    27
    Character
    Fabricated Hero
    World
    Exodus
    Main Class
    Pugilist Lv 34
    you forgot to add a target at the end of each line of the abilities.

    should be something like

    /ac "Fast Blade" <t>
    /wait 2.5
    /ac "Riot Blade" <t>
    (0)

  3. #3
    Player
    Echo_Side's Avatar
    Join Date
    Aug 2013
    Posts
    1
    Character
    Cora Eve
    World
    Diabolos
    Main Class
    Conjurer Lv 22
    I don't think you can use .5 has to be 2 or 3
    (0)

  4. #4
    Player
    Vandyl's Avatar
    Join Date
    Aug 2013
    Posts
    22
    Character
    Vandyl Kayne
    World
    Goblin
    Main Class
    Archer Lv 50
    No decimals in macros, must go 3 to cover the GCD.
    (0)

  5. #5
    Player
    PureleafsTradewinds's Avatar
    Join Date
    Aug 2013
    Posts
    3
    Character
    Pureleafs Tradewinds
    World
    Ridill
    Main Class
    Arcanist Lv 38
    you can i use decimal, i use it in my macro, 2.7 and it works.
    but like another reply said you need a placeholder tag after the skill name
    like <t> for current target etc.
    (1)