Results -9 to 0 of 6

Thread: Macro

Threaded View

  1. #2
    Player
    monochromicorn's Avatar
    Join Date
    Jul 2014
    Location
    Gridania
    Posts
    579
    Character
    Rika Shinozaki'
    World
    Excalibur
    Main Class
    Conjurer Lv 55
    For macros, coll down times aren't taken into account, or when you want to say how long something will last (be seek and hallowed ground are 2 examples where a timer is usefull). So, if you wanted to do more than one skill, and wrote the macro like this:

    /ac "blizzard 3"
    /ac thunder

    It would attempt to cast both of them at the same time. By adding the /wait 3, the system will be able to separate the cast times for the 2 spells and it won't result in an error.

    This is my post from back when I asked how to make macros:

    http://forum.square-enix.com/ffxiv/t...to-make-macros
    (0)
    Last edited by monochromicorn; 03-21-2015 at 01:19 AM.