Results 1 to 10 of 263

Hybrid View

  1. #1
    Player
    Llededje's Avatar
    Join Date
    Aug 2013
    Location
    Gridania
    Posts
    43
    Character
    Llededje Y'breq
    World
    Masamune
    Main Class
    Conjurer Lv 50
    I'm trying to make a Holy macro, but when I test it out Holy isn't going off.

    What am I doing wrong?

    /ac "Cleric Stance" <me>
    /ac "Holy" <t>
    /wait 3
    /ac "Cleric Stance" <me>
    I've tried <t> and <me> for holy, no change :/
    (0)

  2. #2
    Player
    Thaliss's Avatar
    Join Date
    Aug 2013
    Location
    Limsa
    Posts
    577
    Character
    Andros Dyrstwyrn
    World
    Cerberus
    Main Class
    Arcanist Lv 50
    Quote Originally Posted by Llededje View Post
    I'm trying to make a Holy macro, but when I test it out Holy isn't going off.

    What am I doing wrong?



    I've tried <t> and <me> for holy, no change :/
    I would go like this :

    /ac "Cleric Stance" <me>
    /wait 1 -or 2
    /ac "Holy" <me>
    /wait 4 -or 3
    /ac "Cleric Stance" <me>

    In my experience there is an animation/lag delay, either you spam your macro to get consecutive instant spells going off or you might not get them all getting off at all
    and note that there is a recast of 5s for cleric stance if I am correct (or maybe you have recasts shortened)
    I do use :

    /ac "Cleric Stance" <me>
    /wait 1
    /ac Thunder <tt>
    /ac Thunder <t>
    /wait 3
    /ac Aero <tt>
    /ac Aero <t>
    /wait 1
    /ac "Cleric Stance" <me>
    (0)
    Last edited by Thaliss; 10-08-2013 at 10:04 PM.

  3. #3
    Player
    OmegaFlare's Avatar
    Join Date
    Aug 2013
    Posts
    179
    Character
    Omega Flare
    World
    Malboro
    Main Class
    Conjurer Lv 70
    Quote Originally Posted by Thaliss View Post
    I would go like this :

    /ac "Cleric Stance" <me>
    /wait 1 -or 2
    /ac "Holy" <me>
    /wait 4 -or 3
    /ac "Cleric Stance" <me>

    In my experience there is an animation/lag delay, either you spam your macro to get consecutive instant spells going off or you might not get them all getting off at all
    and note that there is a recast of 5s for cleric stance if I am correct (or maybe you have recasts shortened)
    I do use :

    /ac "Cleric Stance" <me>
    /wait 1
    /ac Thunder <tt>
    /ac Thunder <t>
    /wait 3
    /ac Aero <tt>
    /ac Aero <t>
    /wait 1
    /ac "Cleric Stance" <me>
    It works perfectly with 2 seconds and 5 seconds. 5 seconds is the minimum you have to wait after casting holy.

    /ac "Cleric Stance" <me>
    /wait 2
    /ac "Holy" <me>
    /wait 5
    /ac "Cleric Stance" <me>
    (0)

  4. #4
    Player
    Llededje's Avatar
    Join Date
    Aug 2013
    Location
    Gridania
    Posts
    43
    Character
    Llededje Y'breq
    World
    Masamune
    Main Class
    Conjurer Lv 50
    Quote Originally Posted by OmegaFlare View Post
    It works perfectly with 2 seconds and 5 seconds. 5 seconds is the minimum you have to wait after casting holy.

    /ac "Cleric Stance" <me>
    /wait 2
    /ac "Holy" <me>
    /wait 5
    /ac "Cleric Stance" <me>
    Perfect, thanks, it works now I just assumed that being an instant cast it didn't need a wait

    Quote Originally Posted by Blys View Post
    /ac "Cleric Stance" <me>
    /ac "Holy" <t>
    /wait 3
    /ac "Cleric Stance" <me>

    Is not correct because of "Holy" should be Holy no "

    You put " when the spell is two words
    The quotation marks are superfluous, but they don't stop the spell from going off.
    (0)

  5. #5
    Player
    OmegaFlare's Avatar
    Join Date
    Aug 2013
    Posts
    179
    Character
    Omega Flare
    World
    Malboro
    Main Class
    Conjurer Lv 70
    Is there a way I could play a sound to myself only? I know /echo display texts to myself only but it doesn't play sounds.
    (1)

  6. #6
    Player
    Blys's Avatar
    Join Date
    Sep 2013
    Posts
    5
    Character
    Xenombra Blys
    World
    Ultros
    Main Class
    Conjurer Lv 50
    /ac "Cleric Stance" <me>
    /ac "Holy" <t>
    /wait 3
    /ac "Cleric Stance" <me>

    Is not correct because of "Holy" should be Holy no "

    You put " when the spell is two words
    (0)