Skip to content

Instantly share code, notes, and snippets.

@mmarchini
Last active January 1, 2022 05:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mmarchini/f46503072d28b4fa85a0cee8d88846ca to your computer and use it in GitHub Desktop.
Save mmarchini/f46503072d28b4fa85a0cee8d88846ca to your computer and use it in GitHub Desktop.
FFXIV Macros

Macros

Music Toggle

Toggles music on/off

/micon "Dance" emote
/bgm

Sorting

Sort Armory

Sorts armory by category/level/item level. Spirit stones are sorted by ID (so they are consistently in the same order).

/micon "Change Pose" emote
/isort condition armoury ilv asc
/isort condition armoury lv asc
/isort condition armoury category asc
/isort execute armoury
/isort clear armoury
/wait
/isort condition soul id asc
/isort execute soul
/isort clear soul

Spiritbond Sort Armory

Sorts armory by spiritbond. Useful for extracting materia.

/isort condition armoury spiritbond des
/isort execute armoury
/isort clear armoury

Displaying specific hotbars

To show/hide hotbars:

/hotbar display [hotbar number]

Useful for context-specific hotbars. I have one for chocobo companion actions, two for classes/jobs and one for foods (or general long buffs).

Gearset Macros

On the classes/jobs hotbars you can drag and drop a gearset, but a macro like the one below will change to the gearset and hide the hotbar afterwars.

/micon [gearset number] gearset
/gearset change [gearset number]
/wait
/hotbar display [hotbar where this macro is] off
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment