MACROS BY PURPOSE

UI & HUD FFXIV macros

Practical ui & hud macros with usage notes and verified commands.

UI & HUD — Page 3

87 results
UI & HUD
2 lines

Show both alliance lists

Show both alliance lists without changing your entire HUD layout.

/hud AllianceList1 on
/hud AllianceList2 on
UI switch
How to use
UI & HUD
2 lines

Show both job gauges

Show both job gauges without changing your entire HUD layout.

/hud JobGauge1 on
/hud JobGauge2 on
UI switch
How to use
UI & HUD
4 lines

Restore essential party battle displays

Restore essential party battle displays. Check the resulting state yourself after executing.

/hud PartyList on
/hud ParamBar on
/hud StatusEffects on
/hud LimitGauge on
UI switch
How to use
UI & HUD
11 lines

Show hotbars 1 through 10

A practical multiline macro that combines official text commands to show hotbars 1 through 10.

/hotbar display 1 on
/hotbar display 2 on
/hotbar display 3 on
/hotbar display 4 on
/hotbar display 5 on
/hotbar display 6 on
/hotbar display 7 on
/hotbar display 8 on
/hotbar display 9 on
/hotbar display 10 on
/echo All hotbars are shown.
UI switch
How to use
UI & HUD
8 lines

Hide hotbars 4 through 10 for a clean screen

A practical multiline macro that combines official text commands to hide hotbars 4 through 10 for a clean screen.

/hotbar display 4 off
/hotbar display 5 off
/hotbar display 6 off
/hotbar display 7 off
/hotbar display 8 off
/hotbar display 9 off
/hotbar display 10 off
/echo Display cleared.
UI switch
How to use