Skip to content

Final Fantasy XIV

Macro Icon and Completion Sound

Two lines every crafting macro should have. /macroicon makes the hotbar button show the action's own icon and cooldown, and a trailing /echo with a sound tag tells you the macro has finished instead of leaving you guessing.

FFXIV · Disciples of the Hand215 lineslines used of the 15 this game allows
/macroicon "Basic Synthesis" crafting
/echo Macro finished <se.1>

Where to paste this

  1. Open the main menu → System → User Macros (or type /macro).
  2. Pick a slot, name the macro and choose an icon — /macroicon "Spell Name" makes the button show that action’s cooldown and range.
  3. Write one command per line, using /ac "Action Name" for abilities.
  4. Add <wait.3> at the end of a line to pause three seconds before the next one.
  5. Drag the macro from the User Macros window onto a hotbar slot.