Results 1 to 10 of 68

Hybrid View

  1. #1
    Player
    Kyp's Avatar
    Join Date
    Aug 2013
    Posts
    163
    Character
    Kyp Halcyon
    World
    Jenova
    Main Class
    Machinist Lv 70
    More importantly... I need more hotbars to properly utilize the feature... please give me performance bars, I utilize all 10 provided hotbars for various class changes, markers, waypoints, emotes, minion/chocobo/mount features

    An extra performance hotbars UI is needed or bard will stop being a useable battle-class for me as I turn full.... bard
    (14)

  2. #2
    Player
    Raikki's Avatar
    Join Date
    Mar 2011
    Posts
    759
    Character
    Raikki Zero
    World
    Jenova
    Main Class
    Ninja Lv 90
    Quote Originally Posted by Kyp View Post
    More importantly... I need more hotbars to properly utilize the feature...
    You can utilize the hotbar storage of unused classes (for example Archer) and use a macro to swap between them. For example, the following macro swaps hotbars 1-3 between Archer and Bard (using Lancer's hotbar #1 as a buffer):

    /hotbar copy brd 1 lnc 1
    /hotbar copy arc 1 brd 1
    /hotbar copy lnc 1 arc 1
    /hotbar copy brd 2 lnc 1
    /hotbar copy arc 2 brd 2
    /hotbar copy lnc 1 arc 2
    /hotbar copy brd 3 lnc 1
    /hotbar copy arc 3 brd 3
    /hotbar copy lnc 1 arc 3

    Executing it once will swap out your BRD 1-3 bars for your ARC 1-3 bars. Then you can set up your performance actions on them. Executing once more will swap back, storing your performance actions on ARC and bringing back your BRD combat actions. Obviously you can modify the macro for whatever bars you want to use.
    (8)
    Last edited by Raikki; 11-22-2017 at 04:09 AM.

  3. #3
    Player
    DiamondOrion's Avatar
    Join Date
    Sep 2016
    Posts
    107
    Character
    Zexy Diamond
    World
    Faerie
    Main Class
    Archer Lv 80
    Quote Originally Posted by Raikki View Post
    You can utilize the hotbar storage of unused classes (for example Archer) and use a macro to swap between them. For example, the following macro swaps hotbars 1-3 between Archer and Bard (using Lancer's hotbar #1 as a buffer):

    /hotbar copy brd 1 lnc 1
    /hotbar copy arc 1 brd 1
    /hotbar copy lnc 1 arc 1
    /hotbar copy brd 2 lnc 1
    /hotbar copy arc 2 brd 2
    /hotbar copy lnc 1 arc 2
    /hotbar copy brd 3 lnc 1
    /hotbar copy arc 3 brd 3
    /hotbar copy lnc 1 arc 3

    Executing it once will swap out your BRD 1-3 bars for your ARC 1-3 bars. Then you can set up your performance actions on them. Executing once more will swap back, storing your performance actions on ARC and bringing back your BRD combat actions. Obviously you can modify the macro for whatever bars you want to use.
    This is kool thank you. I tried it and it works wonderfully
    (2)
    Last edited by DiamondOrion; 11-22-2017 at 07:02 AM. Reason: adding more text