Results 1 to 7 of 7
  1. #1
    Player
    fanservice's Avatar
    Join Date
    Sep 2013
    Posts
    245
    Character
    Astrid Merle
    World
    Leviathan
    Main Class
    Arcanist Lv 63

    Just had an idea for a macro, but don't know the necessary commands

    What I'd like this macro to do:

    Toggle cleric stance, and switch the bottom-most action bar to another specific action bar.

    What does it accomplish:

    Easy switching to a space-saving action bar to deal damage when healing isn't needed as much.

    How would I go about doing this?
    (0)

  2. #2
    Player
    Zozorozo's Avatar
    Join Date
    Jun 2013
    Posts
    162
    Character
    Zozorozo Shortstrider
    World
    Malboro
    Main Class
    Botanist Lv 50
    I'm fairly certain that cannot be done.

    the Cleric Stance should be /ac "Cleric Stance" <me>

    But changing the bottom bar, I know of no macro command for that.

    Just have 2 bars visible. All of your damage spells can go on Bar 2
    (0)

  3. #3
    Player
    Tanaya's Avatar
    Join Date
    Mar 2011
    Posts
    214
    Character
    Tanaya Makers
    World
    Siren
    Main Class
    Conjurer Lv 80
    The best you can do is:

    /hotbar change #

    This'll change your first hotbar to whatever number you set. However you still have to abide by keybinds you set on that hotbar.
    (0)

  4. #4
    Player
    fanservice's Avatar
    Join Date
    Sep 2013
    Posts
    245
    Character
    Astrid Merle
    World
    Leviathan
    Main Class
    Arcanist Lv 63
    Quote Originally Posted by Zozorozo View Post

    Just have 2 bars visible. All of your damage spells can go on Bar 2
    I have 4 bars and over 20 hotkeys occupied already.

    I'm asking for something that would work like how switching stances for warriors in WoW before mists of pandaria came out, giving me extra space for abilities without taking up extra space by switching the bottom bar completely.

    Quote Originally Posted by Tanaya View Post
    The best you can do is:

    /hotbar change #

    This'll change your first hotbar to whatever number you set. However you still have to abide by keybinds you set on that hotbar.
    I will try this.
    (0)

  5. #5
    Player
    fanservice's Avatar
    Join Date
    Sep 2013
    Posts
    245
    Character
    Astrid Merle
    World
    Leviathan
    Main Class
    Arcanist Lv 63
    Ok so

    /macroicon "Cleric Stance"
    /ac "Cleric Stance" <me>
    /hotbar change 3

    and

    /macroicon "Cleric Stance"
    /ac "Cleric Stance" <me>
    /hotbar change 1

    Work exactly how I wanted, but one detail I wonder if it could be fixed; is there a way to prevent this macro from switching bars unless cleric stance is actually toggled? Like a condition for the /hotbar change # line to trigger.
    (0)

  6. #6
    Player
    v_jones's Avatar
    Join Date
    Aug 2013
    Posts
    63
    Character
    Virus Jones
    World
    Midgardsormr
    Main Class
    Conjurer Lv 50
    There are no conditionals in macros, so every line will go off if it can. You just have to be careful when using a macro like that.
    (0)

  7. #7
    Player
    Tanaya's Avatar
    Join Date
    Mar 2011
    Posts
    214
    Character
    Tanaya Makers
    World
    Siren
    Main Class
    Conjurer Lv 80
    Quote Originally Posted by v_jones View Post
    There are no conditionals in macros, so every line will go off if it can. You just have to be careful when using a macro like that.
    Exactly this. I'd love to have conditionals for macros but they aren't present in this game. There isn't a workaround either from what I know.
    (1)