MACROS BY PURPOSE

UI & HUD FFXIV macros

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

UI & HUD — Page 4

87 results
UI & HUD
5 lines

Open the crafting HUD and hotbars

A practical multiline macro that combines official text commands to open the crafting hud and hotbars.

/hudlayout 4
/hotbar display 7 on
/hotbar display 8 on
/craftinglog
/echo Crafting workspace ready.
UI switch
How to use
UI & HUD
5 lines

Open the gathering HUD and hotbars

A practical multiline macro that combines official text commands to open the gathering hud and hotbars.

/hudlayout 4
/hotbar display 7 on
/hotbar display 8 on
/gatheringlog
/echo Gathering workspace ready.
UI switch
How to use
UI & HUD
4 lines

Sort inventory by category and item ID

Group items into a consistent inventory arrangement.

/isort clear inventory
/isort condition inventory id asc
/isort condition inventory category asc
/isort execute inventory
UI switch
How to use
UI & HUD
8 lines

Preview notification sounds 1 through 8

Play sample notification sounds in your own chat.

/echo SE1 <se.1> <wait.2>
/echo SE2 <se.2> <wait.2>
/echo SE3 <se.3> <wait.2>
/echo SE4 <se.4> <wait.2>
/echo SE5 <se.5> <wait.2>
/echo SE6 <se.6> <wait.2>
/echo SE7 <se.7> <wait.2>
/echo SE8 <se.8>
Communication
How to use
UI & HUD
5 lines

Open the venue RP HUD and hotbars

A practical multiline macro that combines official text commands to open the venue rp hud and hotbars.

/hudlayout 3
/hotbar display 8 on
/hotbar display 9 on
/hotbar display 10 on
/echo Switched to the roleplay HUD.
UI switch
How to use
UI & HUD
5 lines

Switch to a compact solo HUD

A practical multiline macro that combines official text commands to switch to a compact solo hud.

/hudlayout 3
/hotbar display 8 off
/hotbar display 9 off
/hotbar display 10 off
/echo Switched to the solo HUD.
UI switch
How to use
UI & HUD
5 linesPICK

Show utility hotbars together

A practical multiline macro that combines official text commands to show utility hotbars together.

/hotbar display 7 on
/hotbar display 8 on
/hotbar display 9 on
/hotbar display 10 on
/echo Utility hotbars shown.
UI switch
How to use