Results 1 to 7 of 7
  1. #1
    Player
    CryBloodwing's Avatar
    Join Date
    Feb 2017
    Posts
    200
    Character
    Kira Kagamine
    World
    Famfrit
    Main Class
    Lancer Lv 52

    Hotbar style question

    So, I have seen streams of people whose hotbars are like split into different groups, and they may have some that are vertical instead of horitzontal. I kind of want to do something like this for my DRG and SCH, but if I change it, all classes get affected, right? I like my WHM hotbar the way it is and do not want that to change.

    So..is there a way to make it so hotbar layout is different for each class?
    (0)

  2. #2
    Player
    NocturniaUzuki's Avatar
    Join Date
    Mar 2017
    Posts
    420
    Character
    Nocturnia Uzuki
    World
    Adamantoise
    Main Class
    Astrologian Lv 70
    Yes.

    Character Options -> Hotbar -> Sharing -> Shared Hotbars.

    But in terms of positioning on the screen, I'm not sure. That option just affects which hotbars share their skill sets.
    (0)

  3. #3
    Player
    Rongway's Avatar
    Join Date
    Aug 2013
    Posts
    4,162
    Character
    Cyrillo Rongway
    World
    Hyperion
    Main Class
    Black Mage Lv 100
    If you do /characterconfig, you can customize the number of rows and columns in each hotbar.
    If you do /hudlayout, you have four save slots. Each slot saves its own hotbar settings from /characterconfig.

    So if you'd like to use different hotbar formats for different jobs, you would set them up in separate HUD layout save slots, then use a macro like this:

    (Type /macros in the chat box to open the macro window, then make a macro with the following lines)
    Code:
    /gs change GEARSETNUMBER
    /hudlayout HUDSAVESLOTNUMBER
    /micon GEARSETNUMBER gearset

    ex, changing to gearset 12 with HUD layout 4:
    Code:
    /gs change 12
    /hudlayout 4
    /micon 12 gearset
    (1)
    Last edited by Rongway; 07-07-2017 at 05:14 AM.
    Error 3102 Club, Order of the 52nd Hour

  4. #4
    Player
    CryBloodwing's Avatar
    Join Date
    Feb 2017
    Posts
    200
    Character
    Kira Kagamine
    World
    Famfrit
    Main Class
    Lancer Lv 52
    Quote Originally Posted by Rongway View Post
    If you do /characterconfig, you can customize the number of rows and columns in each hotbar.
    If you do /hudlayout, you have four save slots. Each slot saves its own hotbar settings from /characterconfig.

    So if you'd like to use different hotbar formats for different jobs, you would set them up in separate HUD layout save slots, then do something like this

    Code:
    /gs change GEARSETNUMBER
    /hudlayout HUDSAVESLOTNUMBER
    /micon GEARSETNUMBER gearset

    ex, changing to gearset 12 with HUD layout 4:
    Code:
    /gs change 12
    /hudlayout 4
    /micon 12 gearset

    Is this done inside the game? Like in the chatbox?
    (0)

  5. #5
    Player
    Anova's Avatar
    Join Date
    Oct 2011
    Posts
    861
    Character
    Deneb Algiedi
    World
    Leviathan
    Main Class
    Astrologian Lv 70
    You can type it in the chatbox, but most players write a script and turn it into a button. This way, they don't have to type but can just click a hotkey they've attached the macro to.

    FF14 supports this feature as part of its UI, although it is hidden in the main menu and isn't specifically mentioned in any tutorial. Below is how to get to the macro menu so you can start writing them, and a list of commands to get you started.

    https://ffxiv.consolegameswiki.com/wiki/Macro

    Open main menu
    Take the User Macro Option
    Select the macro number you wish to modify
    Name the Macro
    Select the Macro Icon
    Add the script to the Macro
    (0)
    Last edited by Anova; 07-07-2017 at 03:55 AM.

  6. 07-07-2017 04:08 AM
    Reason
    redundant, already answered

  7. #6
    Player
    CryBloodwing's Avatar
    Join Date
    Feb 2017
    Posts
    200
    Character
    Kira Kagamine
    World
    Famfrit
    Main Class
    Lancer Lv 52
    Could someone maybe give me the macro for "Raising, ____?" Like saying it in party and doing it?
    (0)

  8. #7
    Player
    Rongway's Avatar
    Join Date
    Aug 2013
    Posts
    4,162
    Character
    Cyrillo Rongway
    World
    Hyperion
    Main Class
    Black Mage Lv 100
    Quote Originally Posted by CryBloodwing View Post
    Could someone maybe give me the macro for "Raising, ____?" Like saying it in party and doing it?
    This is a basic example of an ability with a party notification.
    Code:
    /ac (Raise) <t> <wait.1>
    /p (Raise) >> <t> (Just used it.)
    /micon (Raise)
    Auto-translating isn't critical, but for multi-word abilities like Corps-a-corps where you might get capitalization and punctuation wrong, or foreign or archaic words like Zwerchhau and Apocatastasis that you might spell wrong, using auto-translate phrases is useful.

    The <wait.1> at the end of the /ac line means, "After executing this line, wait 1 second before executing the next line." It's there so that if you spam the button to cast on someone, you'll only /p chat once, 1s after the last press.
    (0)
    Error 3102 Club, Order of the 52nd Hour