Results 1 to 10 of 263

Hybrid View

  1. #1
    Player
    Layla-chan's Avatar
    Join Date
    Nov 2013
    Posts
    21
    Character
    Jollibee Spaghetti
    World
    Lamia
    Main Class
    Conjurer Lv 80
    I love macros that take advantage of cooldowns. For example, here is my Raise macro:

    /macroicon "Swiftcast"
    /ac "Swiftcast" <me>
    /ac "Presence of Mind" <me>
    /ac "Raise" <t>
    /wait .8
    /ac "Raise" <t>

    Here is how it works: If Swiftcast is available, the macro will activate this and then Raise; it will not activate Presence of Mind and the first Raise because Swiftcast is still in its casting phase. If Swiftcast is still in cool down, then the macro will then activate Presence of Mind before casting Raise. Finally, if both Swiftcast and Presence of Mind are in cooldown, then Raise itself will be cast.

    Cooldowns also make macros that use button mashing possible:

    /micon "Divine Seal"
    /ac "Divine Seal" <me>
    /ac "Presence of Mind" <me>

    This macro requires you to press the button *at least* two times. First press activates "Divine Seal" then the second press activates "Presence of Mind" since "Divine Seal" is still in cooldown.
    (0)
    Last edited by Layla-chan; 11-24-2013 at 06:34 AM.

  2. #2
    Player
    Layla-chan's Avatar
    Join Date
    Nov 2013
    Posts
    21
    Character
    Jollibee Spaghetti
    World
    Lamia
    Main Class
    Conjurer Lv 80

    My "Cleric Stance" + /chotbar macros

    Playing in the PS3 means using the crosshotbar, which means switching from one hotbar to another to be able to use most of your skills effectively. I find that you can actually bind "Cleric Stance" with the /chotbar command to make macros, and this effectively gives you an "attack crosshotbar" when "Cleric Stance" is on, and a "healing crosshotbar" when it is off.

    Requirements for this to work are
    1. In Start > System > Character Config > Hotbar Settings > Cross, set both "Enable Customization" and "Enable Customization for when weapon is drawn" to off
    2. Choose two crosshotbars, one will be your "Healer Hotbar" (in this example Hotbar 1) and the other will be your "Cleric Hotbar" (here, Hotbar 5). Set your hotbars such that your "Cleric Hotbar" has your attack spells and macros, while your "Healer Hotbar" has your healing spells and macros.

    (continued)
    (2)
    Last edited by Layla-chan; 11-25-2013 at 12:50 AM.

  3. #3
    Player
    Delvish's Avatar
    Join Date
    Aug 2013
    Posts
    108
    Character
    Delvish Strebers
    World
    Balmung
    Main Class
    Arcanist Lv 0
    Quote Originally Posted by Layla-chan View Post
    Playing in the PS3 means using the crosshotbar, which means switching from one hotbar to another to be able to use most of your skills effectively. I find that you can actually bind "Cleric Stance" with the /chotbar command to make macros, and this effectively gives you an "attack crosshotbar" when "Cleric Stance" is on, and a "healing crosshotbar" when it is off.

    Requirements for this to work are
    1. In Start > System > Character Config > Hotbar Settings > Cross, set both "Enable Customization" and "Enable Customization for when weapon is drawn" to off
    2. Choose two crosshotbars, one will be your "Healer Hotbar" (in this example Hotbar 1) and the other will be your "Cleric Hotbar" (here, Hotbar 5). Set your hotbars such that your "Cleric Hotbar" has your attack spells and macros, while your "Healer Hotbar" has your healing spells and macros.

    (continued)
    Good advice on your stance dancing macro. If you go back and edit a previous post though, you can bypass the 1000 character limit instead of continued, continued, continued...

    i.e. this post is 1192 characters long. I chop out what fits, and add the rest later.
    (0)