Skip to content

Final Fantasy XIV

The Mouseover Fallback Chain

The single most useful pattern in the game. FFXIV runs every line, so listing mouseover, then target, then yourself gives you three chances to land the action. Only the first valid line does anything, and /merror off hides the failures from the rest.

FFXIV · General515 lineslines used of the 15 this game allows
/micon "Your Action"
/merror off
/ac "Your Action" <mo>
/ac "Your Action" <t>
/ac "Your Action" <me>

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.