Skip to content

Final Fantasy XIV

The Three Lines Every Macro Wants

/micon makes the hotbar button borrow an action’s icon, cooldown and tooltip instead of showing a blank macro square. /merror off silences the "that action cannot be executed" spam that fallback lines produce. /macrolock stops a second key press from restarting the macro halfway through.

FFXIV · General515 lineslines used of the 15 this game allows
/micon "Cure II"
/merror off
/macrolock
/ac "Cure II" <mo>
/ac "Cure II" <t>

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.