49
edits
m (This revision and previous are available under: CC BY-SA 3.0. See list of authors in previous history below.) |
|||
| Line 2: | Line 2: | ||
''Note: This alternate reference is not necessarily up to date. See [[Slash commands]] for current list.'' | ''Note: This alternate reference is not necessarily up to date. See [[Slash commands]] for current list.'' | ||
'''Slash commands''' are hooks left by the developers that players can use to create macros or perform certain actions. Text-based [[chat]] in ''[[World of Warcraft]]'' uses slash commands. (Those familiar with | '''Slash commands''' are hooks left by the developers that players can use to create macros or perform certain actions. Text-based [[chat]] in ''[[World of Warcraft]]'' uses slash commands. (Those familiar with IRC will feel right at home.) See also the other alternative reference [[List of slash commands (old)]]. | ||
== Reference == | == Reference == | ||
| Line 10: | Line 10: | ||
<some command> [optional text] | <some command> [optional text] | ||
For instance, one might wish to send an '' | For instance, one might wish to send an ''emote'' to the entire chat channel. One would then type something along the lines of: | ||
/me nods head and gazes around | /me nods head and gazes around | ||
The above slash command, in some games, would send the string of text to the chat channel prefaced by the character name sending the command like so: | The above slash command, in some games, would send the string of text to the chat channel prefaced by the character name sending the command like so: | ||
| Line 23: | Line 23: | ||
|- | |- | ||
|/invite ''<player_name>'' | |/invite ''<player_name>'' | ||
| | |Invite specified player to your party assuming you are the leader or not in a party. | ||
|- class="alt" | |- class="alt" | ||
|/kick ''<player_name>'' | |/kick ''<player_name>'' | ||
| | |Uninvite specified player from your party assuming you are the leader. | ||
|- valign="top" | |- valign="top" | ||
|/random ''X'' ''Y''<br />/rand ''X'' ''Y''<br />/roll ''X'' ''Y''<br />/rnd ''X'' ''Y'' | |/random ''X'' ''Y''<br />/rand ''X'' ''Y''<br />/roll ''X'' ''Y''<br />/rnd ''X'' ''Y'' | ||
|Generates a random number between X and Y, if Y isn't specified, then it will generate a number between 1 and X as a | |Generates a random number between X and Y, if Y isn't specified, then it will generate a number between 1 and X as a system message. This is very useful to determine who's going to have the right to loot a chest or harvest a resource. | ||
|- class="alt" valign="top" | |- class="alt" valign="top" | ||
|/follow<br />/f | |/follow<br />/f | ||
| | |Follow currently selected player. | ||
|- | |- | ||
|/who | |/who | ||
|List | |List who (what players) are online. | ||
|- class="alt" | |- class="alt" | ||
|/afk ''<optional_message>'' | |/afk ''<optional_message>'' | ||
|Make your character go into | |Make your character go into AFK mode. | ||
|- | |- | ||
|/dnd ''<optional_message>'' | |/dnd ''<optional_message>'' | ||
|Put your character into | |Put your character into DND mode. | ||
|- class="alt" | |- class="alt" | ||
|/sit | |/sit | ||
|Make your character | |Make your character sit. | ||
|- | |- | ||
|/stand | |/stand | ||
|Make your character | |Make your character stand. | ||
|- class="alt" | |- class="alt" | ||
|/cast ''<spell_name>'' | |/cast ''<spell_name>'' | ||
| | |Cast the spell named. Mostly used in [[Macros]], since the spell name needs to be exact. | ||
|- | |- | ||
|/macro<br />/m | |/macro<br />/m | ||
| Line 65: | Line 65: | ||
|} | |} | ||
== | == Emotes == | ||
You can make your own text-based emote (as noted above): | You can make your own text-based emote (as noted above): | ||
{| class="darktable" | {| class="darktable" | ||
| Line 577: | Line 577: | ||
== In Wrath of the Lich King == | == In Wrath of the Lich King == | ||
Several new slash commands have been added as of the wotlk beta. The following are growing, but probably an incomplete list: | |||
Several new slash commands have been added as of the | |||
{| class="darktable" | {| class="darktable" | ||
|- | |- | ||
| Line 585: | Line 584: | ||
|- valign="top" | |- valign="top" | ||
|/achievements | |/achievements | ||
|Bring up | |Bring up achievements window.<ref name="WItokenswindow">http://www.wowinsider.com/2008/07/27/token-system-discovered/</ref> | ||
|- class="alt" valign="top" | |- class="alt" valign="top" | ||
|/tokens | |/tokens | ||
|Bring up the | |Bring up the tokens window.<ref name="WItokenswindow" /> | ||
|} | |} | ||