Difference between revisions of "Macro text commands"
Jump to navigation
Jump to search
Line 9: | Line 9: | ||
|/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. | |/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.<br><br>>>Categories:<br> action<br>  If the icon name is an<br>  action, action recast time<br>  and required MP | |/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.<br><br>>>Categories:<br> action<br>  If the icon name is an<br>  action, action recast time<br>  and required MP will<br>  be displayed with the icon.<br> blueaction<br>  If the icon name is a blue<br>  mage action, action recast<br>  time and required MP<br>  will be displayed with the<br>  icon.<br> pvpaction<br>  If the icon name is a<br>  pvp action, action recast<br>  time and required MP 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, its icon<br>  will be displayed.<br> pet<br>  If the icon name is a<br>  pet action, its icon will<br>  be displayed<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> quickchat<br>  If the icon name is a<br>  Quick Chat message,<br>  its icon 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. | |/macrolock||/macrolock, /mlock||/macrolock||Prevents the execution of any additional macros until all steps following /macrolock have been executed. |
Latest revision as of 06:33, 19 February 2020
- 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. |