Macro text commands

From Final Fantasy XIV Online Wiki
Jump to navigation Jump to search
See also: Text commands
Command Aliases Usage Description
/wait /wait [wait time] A macro command for adjusting the pause between commands. A wait time amount of 1 equals one second. The maximum wait time allowed is 60. If the wait time amount is over 60, it will be counted as 60.
/macroicon /macroicon, /micon /micon "icon name" [category] Displays the specified icon as a hotbar icon. If used twice in a single user macro, only the first instance will be recognized.

>>Categories:
 action
  If the icon name is an
  action, action recast time
  and required MP will
  be displayed with the icon.
 blueaction
  If the icon name is a blue
  mage action, action recast
  time and required MP
  will be displayed with the
  icon.
 pvpaction
  If the icon name is a
  pvp action, action recast
  time and required MP will
  be displayed with the icon.
 general
  If the icon name is a
  general action, action
  recast time will be
  displayed with the icon.
 emote
  If the icon name is an
  emote, its icon will be
  displayed.
 companion
  If the icon name is a
  companion action, its icon
  will be displayed.
 pet
  If the icon name is a
  pet action, its icon will
  be displayed
 minion
  If the icon name is a
  minion, its icon will be
  displayed.
 mount
  If the icon name is a
  mount, its icon will be
  displayed.
 enemysign
  If the icon name is an
  enemy sign, its icon will
  be displayed.
 waymark
  If the icon name is a
  waymark, its icon will
  be displayed.
 gearset
  If the icon name is a
  gear set number, its
  icon will be displayed.
 classjob
  If the icon name is a
  class or job, its icon
  will be displayed.
 quickchat
  If the icon name is a
  Quick Chat message,
  its icon will be displayed.

Category defaults to action when none is specified.
/macrolock /macrolock, /mlock /macrolock Prevents the execution of any additional macros until all steps following /macrolock have been executed.
/macroerror /macroerror, /merror /macroerror [subcommand] Display or hide text command errors within a user macro. Any errors are displayed upon macro execution. Setting resets to on after macro is executed.

>>Subcommands:
 on Displays error message.
 off Hides error message.

Toggle between on and off when no subcommand is specified.
/macrocancel /macrocancel, /mcancel /macrocancel Cancel the currently executed macro. Cannot be used in a macro.