Difference between revisions of "Macro text commands"

From Final Fantasy XIV Online Wiki
Jump to navigation Jump to search
(Created page with "{| class="wikitable sortable" |- !Command !Aliases !Usage !Description |- |/wait||||/wait [wait time]||A macro command for adjusting the pause between commands. A wait time am...")
 
Line 15: Line 15:
|-
|-
|/macrocancel||/macrocancel, /mcancel||/macrocancel||Cancel the currently executed macro. Cannot be used in a macro.
|/macrocancel||/macrocancel, /mcancel||/macrocancel||Cancel the currently executed macro. Cannot be used in a macro.
|-
|}
==Macro==
{| class="wikitable sortable"
|-
!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 &quot;icon name&quot; [category]||Displays the specified icon as a hotbar icon. If used twice in a single user macro, only the first instance will be recognized.<br /><br />&gt;&gt;Categories:<br /> action<br />  If the icon name is an<br />  action, action recast time<br />  and required MP/TP will<br />  be displayed with the icon.<br /> pvpaction<br />  If the icon name is a<br />  pvp action, action recast<br />  time and required MP/TP will<br />  be displayed with the icon.<br /> general<br />  If the icon name is a<br />  general action, action<br />  recast time will be<br />  displayed with the icon.<br /> emote<br />  If the icon name is an<br />  emote, its icon will be<br />  displayed.<br /> companion<br />  If the icon name is a<br />  companion action, action<br />  recast time and required<br />  MP/TP will be displayed<br />  with the icon.<br /> pet<br />  If the icon name is a<br />  pet action, action recast<br />  time and required MP/TP<br />  will be displayed with the<br />  icon.<br /> minion<br />  If the icon name is a<br />  minion, its icon will be<br />  displayed.<br /> mount<br />  If the icon name is a<br />  mount, its icon will be<br />  displayed.<br /> enemysign<br />  If the icon name is an<br />  enemy sign, its icon will<br />  be displayed.<br /> waymark<br />  If the icon name is a<br />  waymark, its icon will<br />  be displayed.<br /> gearset<br />  If the icon name is a<br />  gear set number, its<br />  icon will be displayed.<br /> classjob<br />  If the icon name is a<br />  class or job, its icon<br />  will be displayed.<br /><br />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.<br /><br />&gt;&gt;Subcommands:<br /> on    Displays error message.<br /> off    Hides error message.<br /><br />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.
|-
|-
|}
|}

Revision as of 21:07, 10 April 2019

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/TP will
  be displayed with the icon.
 blueaction
  If the icon name is a blue
  mage action, action recast
  time and required MP/TP
  will be displayed with the
  icon.
 pvpaction
  If the icon name is a
  pvp action, action recast
  time and required MP/TP 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, action recast
  time will be displayed with
  the icon.
 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.