49
edits
m (Reverted edits by 188.238.141.147 (talk | block) to last version by Celess22) |
(Created page with "{{../macronav}} :''Were you looking for WildStar Slash commands used in macros?'' In WildStar player are allowed to create their own [[Mac...") |
||
| Line 1: | Line 1: | ||
{{macronav}} | {{../macronav}} | ||
:''Were you looking for [[ | :''Were you looking for [[WildStar Slash commands]] used in macros?'' | ||
In [[WildStar]] player are allowed to create their own [[Macro]]s in the WildStar user interface, for creating their own custom commands and buttons. This page describes the macro interface and macro usage. For a list of [[Slash commands]] usable in macros see [[ | In [[w:c:wildstaronline:WildStar|WildStar]] player are allowed to create their own [[Macro]]s in the WildStar user interface, for creating their own custom commands and buttons. This page describes the macro interface and macro usage. For a list of [[Slash commands]] usable in macros see [[WildStar Slash commands]], for more [[AddOn]] related information, see [[../UI Macro/]]s. | ||
== Creating a macro == | == Creating a macro == | ||
The following steps can be used to create a macro: | The following steps can be used to create a macro: | ||
* Click the 'Interface Menu' icon in the lower-left corner of the screen on the bottom toolbar. | # Open the macro window | ||
* Find and click on 'Macros' to open the macro editing window. | #* Click the 'Interface Menu' icon in the lower-left corner of the screen on the bottom toolbar. | ||
#* Find and click on 'Macros' to open the macro editing window. | |||
* Click new and place a command or commands in the larger text box, like "/s Yea, a macro!" (without the quotes). | # Create a macro | ||
#* Click new and place a command or commands in the larger text box, like "/s Yea, a macro!" (without the quotes). | |||
* Find the "icon" on the open Macro editing window | # Set macro as a button | ||
* Drag the icon to an open spot on your user customizable action bar. | #* Find the "icon" on the open Macro editing window | ||
#* Drag the icon to an open spot on your user customizable action bar. | |||
* Simply click the action button just created on the toolbar, or press the corresponding key on the keyboard. | # Using a macro | ||
* See macros command or command performed, like seeing "Yea, a macro!" in chat. | #* Simply click the action button just created on the toolbar, or press the corresponding key on the keyboard. | ||
#* See macros command or command performed, like seeing "Yea, a macro!" in chat. | |||
== Commands == | == Commands == | ||
Macros in WildStar use text commands to carry out actions. Each separate command is expected to be on a different line, and the commands are run consecutively in order, from the top line to the bottom line. | Macros in WildStar use text commands to carry out actions. Each separate command is expected to be on a different line, and the commands are run consecutively in order, from the top line to the bottom line. | ||
The most basic text commands are the | The most basic text commands are the Slash commands, which are the same as special commands typed in the chat window, like /s for "say" and /w for whisper. See [[WildStar Slash commands]] for the current list of slash commands available in WildStar. | ||
== See also == | == See also == | ||
* [[Useful macros]] | * [[../Useful macros/]] | ||
[[Category:Macros]] | [[Category:WildStar Macros]] | ||