FFXIV MACRO LIBRARY

Useful FFXIV macros

Search by what you want to do, then copy a verified text command without retyping it.

Filter by crafting conditions

Shows entries whose recorded stats do not exceed yours. Unrecorded conditions are excluded. This is not an HQ guarantee: check recipe, initial quality and Trial Synthesis. Enter your stats after food if used.

Macro list

439 results
Gathering
8 lines

Show elapsed time after casting

Display approximate elapsed cast time privately.

/micon "Cast" action
/ac "Cast" <wait.5>
/echo About 5 seconds since casting. <wait.5>
/echo About 10 seconds since casting. <wait.5>
/echo About 15 seconds since casting. <wait.5>
/echo About 20 seconds since casting. <wait.5>
/echo About 25 seconds since casting. <wait.5>
/echo About 30 seconds since casting.
Communication
How to use
Gathering
4 lines

Open the fishing log and fishing HUD

A practical multiline macro that combines official text commands to open the fishing log and fishing hud.

/hudlayout 4
/hotbar display 8 on
/fishinglog
/echo Check fishing location and time requirements.
UI switch
How to use
Gathering

Open Fishing Log

A macro based on the official FFXIV text command to open fishing log.

/fishinglog
Single command
Combat & targeting
2 lines

Interrupt your focused enemy

Attempt the interrupt available to your tank or physical-ranged role.

/ac "Interject" <f>
/ac "Head Graze" <f>
Combat support
How to use
Gathering
4 lines

Close gathering bars and restore the normal HUD

A practical multiline macro that combines official text commands to close gathering bars and restore the normal hud.

/hotbar display 7 off
/hotbar display 8 off
/hudlayout 1
/echo Returned to the normal HUD.
UI switch
How to use
Gathering
4 lines

Open the gathering log and field HUD

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

/hudlayout 4
/hotbar display 7 on
/gatheringlog
/echo Check your gathering route.
UI switch
How to use
Gathering
2 lines

Share a gathering location with the party

A practical multiline macro that combines official text commands to share a gathering location with the party.

/p Gathering location: <pos>
/echo Shared gathering location.
Communication
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
Venues & RP

Say goodbye

A macro based on the official FFXIV text command to say goodbye.

/goodbye
Single command
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
Screenshots & emotes

Express joy

A macro based on the official FFXIV text command to express joy.

/joy
Single command
Combat & targeting
3 lines

Return to and lock on the previous target

A practical multiline macro that combines official text commands to return to and lock on the previous target.

/targetlasttarget
/lockon on
/echo Returned to the previous target.
Combat support
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