Skip to content

Instantly share code, notes, and snippets.

@natyusha
Last active August 12, 2024 23:57
Show Gist options
  • Save natyusha/9f8fa93fdb7f76d210d50852c84a3993 to your computer and use it in GitHub Desktop.
Save natyusha/9f8fa93fdb7f76d210d50852c84a3993 to your computer and use it in GitHub Desktop.
An example FFXIV macro HUD.

FFXIV Macro HUD

Macros from an example HUD configuration intended for those who don't use a controller and have no need for the cross hotbars. The hotbar number(s) and slots used in the reference image are listed next to the macro name when applicable (hotbar# :: slot#).

References

FFXIV-MACRO-HUD-Reference HUD Video Walkthrough

Required FFXIV Settings

Tip

Consider disabling "Error Messages" under Character Configuration > Log Window Settings > Log Filters > Chat Tab Name > Announcements. Otherwise some of these macros will spawn errors in the chat under certain circumstances. To avoid this while leaving "Error Messages" enabled you can prepend /merror off to all of the macros below instead.

Character Configuration > Hotbar Settings > Sharing

  • Shared Hotbar
    • Hotbar
      • Hotbar 7
      • Hotbar 8
      • Hotbar 9
    • Cross Hotbar
      • All

Character Configuration > Hotbar Settings > Cross

  • General Settings
    • Enable cross hotbar
    • Always display cross hotbar
    • Enable edit mode
  • W Cross Hotbar Display Settings
    • Always Display WXHB.
    • Position WXHB separately from XHB.

Character Configuration > Hotbar Settings > Custom

  • Expanded Hold Controls (Cannot Use Toggle Type)
    • Enable WXHB with simultaneous LT and RT double tap.
      • Enable directional and action buttons.
      • Display with: Left/LT double tap: [Cross Hotbar 5 - Right]
      • Display with: Right/RT double tap: [Cycle Down - Left]

Main Hotbar Controls

Macros for controlling what hotbars appear on the HUD at a given time. Switch to PGL which has all of the hotbar settings on its first four hotbars.

PvE HUD → 1/2/3/4 :: 1

/hudlayout 1

PvP HUD → 1/2/3/4 :: 2

/hudlayout 2

DoL HUD

/hudlayout 3

Cross Hotbars  ON → 2/3/4 :: 5

/mlock
/hud crosshotbar on
/hotbar copy pgl 1 share 7

Cross Hotbars  OFF → 1 :: 5

/mlock
/hud crosshotbar off
/hotbar copy pgl 4 share 7

Combat Bars Toggle → 2/3 :: 6

/mlock
/hud hotbar5
/hud hotbar6
/hud hotbar10
/hud plist
/hud param
/hud mmap
/hud siother
/hud lgauge
/bw inlay mopimopimod hidden on

Ability Bars Toggle → 1/4 :: 6

/mlock
/hud hotbar1
/hud hotbar2
/hud hotbar3
/hud hotbar4
/hud hotbar5 on
/hud hotbar6 on
/hud hotbar10 on
/hud plist on
/hud param on
/hud mmap on
/hud siother on
/hud lgauge on
/bw inlay mopimopimod hidden off

Tertiary Bars  ON → 2 :: 7

/mlock
/hud hotbar8 on
/hud hotbar9 on
/hotbar copy pgl 4 share 7

Tertiary Bar Toggle → 1/3/4 :: 7

/mlock
/hud hotbar8
/hud hotbar9

Minimal HUD  OFF → 1/4 :: 8

/mlock
/hud hotbar1 on
/hud hotbar2 on
/hud hotbar3 on
/hud hotbar4 on
/hud crosshotbar on
/hotbar copy pgl 1 share 7

Minimal HUD  ON → 2/3 :: 8

/mlock
/hud hotbar1 off
/hud hotbar2 off
/hud hotbar3 off
/hud hotbar4 off
/hud hotbar8 off
/hud hotbar9 off
/hud crosshotbar off
/hotbar copy pgl 2 share 7

Cross Hotbar Controls

Macros located on the cross hotbar. Switch to a specific cross hotbar set for access to an additional 24 hotbar slots each.

Hotbar Config → Place PGL gearset number in the macro for quick access to the stored hotbars (also on Left W cross hotbar)

/gs change 35

DoH / DoL → Wrench icon shown at the far right of the set 1 Right W cross hotbar (also on Left W cross hotbar)

/mlock
/chotbar change 3
/pvpchotbar change 3
/hud Crosshotbar on
/hud hotbar1 on
/hud hotbar2 on
/hud hotbar3 on
/hud hotbar4 on
/micon Repair

DoW / DoM → Teleport icon shown at the far right of the set 3 Right W cross hotbar

/mlock
/chotbar change 1
/pvpchotbar change 1
/hud Crosshotbar on
/micon Teleport

PREV → 6 :: 1 (also on Left W cross hotbar)

/mlock
/chotbar change prev
/pvpchotbar change prev
/micon "Target Back"

NEXT → 6 :: 2 (also on Left W cross hotbar)

/mlock
/chotbar change next
/pvpchotbar change next
/micon "Target Forward"

Tertiary Hotbar Buttons

Hidden hotbar buttons assigned to hotkeys for commonly used commands.

BGM Toggle → 9 :: 09

/bgm
/micon "Return"

Hover Inspect → 9 :: 10

/c <mo>

Pillion Macro → 9 :: 11

/ridepillion <2>
/ridepillion <3>
/ridepillion <4>
/ridepillion <5>
/ridepillion <6>
/ridepillion <7>
/ridepillion <8>
/micon "Regalia Type-G" mount

End ACT Encounter → 8 :: 05

/e end

Visibility Toggle → 8 :: 06

/pvis enabled toggle

Glamourer → 8 :: 07

/glamourer

Penumbra → 8 :: 08

/penumbra

PenumbraCollection ♠ → 8 :: 09 (example commands for switching penumbra profiles)

/penumbra collection Base | Default
/penumbra collection Interface | Default
/penumbra collection Your Character | Self
/penumbra redraw

PenumbraCollection ♥ → 8 :: 10 (example commands for switching penumbra profiles)

/penumbra collection Base | Expanded
/penumbra collection Interface | Default
/penumbra collection Your Character | Self Expanded
/penumbra redraw

Effects  STANDARD → 8 :: 11

/mlock
/bfx self on
/bfx party simple
/bfx other off
/bfx enemypc simple
/petsize all small
/setopt cdl minimum
/e Effects  STANDARD

Effects  FULL → 8 :: 12

/mlock
/bfx self on
/bfx party on
/bfx other on
/bfx enemypc on
/petsize all large
/setopt cdl maximum
/e Effects  FULL
@natyusha
Copy link
Author

natyusha commented Aug 12, 2024

How can i use macro icons for the class/job? I mean, the blue, green and red. /macroicon $ id, right? Can you share de id of them? Could not find.

The example image uses the base gearset icons from this mod (not macroicons): https://www.xivmodarchive.com/modid/111523

@bcalegaro
Copy link

thx!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment