WoW:Slash commands (old): Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
m (This revision and previous are available under: CC BY-SA 3.0. See list of authors in previous history below.)
m (Move page script moved page Slash commands (old) to Slash commands (old) without leaving a redirect)
 
(One intermediate revision by one other user not shown)
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 [[IRC]] will feel right at home.) See also the other alternative reference [[List of slash commands (old)]].
'''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 ''[[emote]]'' to the entire chat channel. One would then type something along the lines of:
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 ''&lt;player_name&gt;''
|/invite ''&lt;player_name&gt;''
|[[Invite]] specified [[player]] to your [[party]] assuming you are the [[leader]] or not in a party.
|Invite specified player to your party assuming you are the leader or not in a party.
|- class="alt"
|- class="alt"
|/kick ''&lt;player_name&gt;''
|/kick ''&lt;player_name&gt;''
|[[Uninvite]] specified [[player]] from your [[party]] assuming you are the [[leader]].
|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 [[System Message|system message]]. This is very useful to determine who's going to have the right to [[loot]] a [[Chest (container)|chest]] or [[harvest]] a [[resource]].
|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.
|Follow currently selected player.
|-
|-
|/who
|/who
|List [[who]] (what players) are online.
|List who (what players) are online.
|- class="alt"
|- class="alt"
|/afk ''&lt;optional_message&gt;''
|/afk ''&lt;optional_message&gt;''
|Make your character go into [[AFK]] mode.
|Make your character go into AFK mode.
|-
|-
|/dnd ''&lt;optional_message&gt;''
|/dnd ''&lt;optional_message&gt;''
|Put your character into [[DND]] mode.
|Put your character into DND mode.
|- class="alt"
|- class="alt"
|/sit
|/sit
|Make your character [[sit]].
|Make your character sit.
|-
|-
|/stand
|/stand
|Make your character [[stand]].
|Make your character stand.
|- class="alt"
|- class="alt"
|/cast ''&lt;spell_name&gt;''
|/cast ''&lt;spell_name&gt;''
|[[Cast]] the [[spell]] named. Mostly used in [[Macros]], since the spell name needs to be exact.
|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:
|}
|}


== [[Emote]]s ==
== 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 ==
{{wotlk-section}}
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 {{wotlk-inline}} beta. The following are growing, but probably an incomplete list:
{| class="darktable"
{| class="darktable"
|-
|-
Line 585: Line 584:
|- valign="top"
|- valign="top"
|/achievements
|/achievements
|Bring up [[achievements window]].<ref name="WItokenswindow">http://www.wowinsider.com/2008/07/27/token-system-discovered/</ref>
|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 [[tokens window]].<ref name="WItokenswindow" />
|Bring up the tokens window.<ref name="WItokenswindow" />
|}
|}



Latest revision as of 04:48, 15 August 2023

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 IRC will feel right at home.) See also the other alternative reference List of slash commands (old).

Reference[edit]

The List of Slash Commands at one point used to be the old raw complete 'enUS' list, and before that All slash commands held that honor. Now they are the same List of slash commands (old) list. Below is the 'less raw' reference from those, that can still be much easier to read than Slash commands.

A slash command generally takes the form:

<some command> [optional text]

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

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:
<character> nods head and gazes around

Some useful commands[edit]

How to use Description
/invite <player_name> Invite specified player to your party assuming you are the leader or not in a party.
/kick <player_name> Uninvite specified player from your party assuming you are the leader.
/random X Y
/rand X Y
/roll X Y
/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 system message. This is very useful to determine who's going to have the right to loot a chest or harvest a resource.
/follow
/f
Follow currently selected player.
/who List who (what players) are online.
/afk <optional_message> Make your character go into AFK mode.
/dnd <optional_message> Put your character into DND mode.
/sit Make your character sit.
/stand Make your character stand.
/cast <spell_name> Cast the spell named. Mostly used in Macros, since the spell name needs to be exact.
/macro
/m
Go to UI to set up Macros.
/played Reports the amount of time you've played the game with current character.
/exit Quit the game.
/logout
/camp
Logout to the character selection screen.

Emotes[edit]

You can make your own text-based emote (as noted above):

How to use Description
/em <your_emote_text>
/me <your_emote_text>
/e <your_emote_text>
Example:
/em nods head and gazes around.
Generates:
<your_character_name> nods head and gazes around.
<your_character_name> makes some strange gestures. (Opposing faction)

Full list of emotes[edit]

This is a complete list of the emotes as of World of Warcraft version 1.5.0, released June 7, 2005.

Command Command Command Command Command Command
/agree /amaze /angry, /mad /apologize, /sorry /applaud, /applause, /bravo /attacktarget
/bark /bashful /beckon /beg /bite /bleed, /blood
/blink /blush /boggle /bonk, /doh /bored /bounce
/bow /brb /belch, /burp /bye, /farewell, /goodbye /cackle /calm
/charge /cheer /chicken, /flap, /strut /chuckle /clap /cold
/comfort /commend /confused /cong, /congrats, /congratulate /cough /cower, /fear
/crack, /knuckles /cringe /cry, /sob, /weep /cuddle, /spoon /curious /curtsey
/dance /drink, /shindig /drool /duck /chew, /eat, /feast /eye
/fart /fidget, /impatient /flee /flex, /strong /flirt /flop
/followme /disappointed, /disappointment, /frown /gasp /gaze /giggle /glare
/gloat /golfclap /greet, /greetings /grin, /wicked, /wickedly /groan /grovel, /peon
/growl /guffaw /hail /glad, /happy, /yay /healme /hello, /hi
/helpme /hug /food, /hungry, /pizza /incoming /insult /introduce
/jk /silly /blow, /kiss /kneel /laugh, /lol /lay, /laydown, /lie, /liedown
/lick /listen /lost /love /massage /moan
/mock /moo /moon /mourn /no /nod, /yes
/nosepick, /pick /oom /openfire /panic /pat /peer
/pity /plead /point /poke /ponder /pounce
/lavish, /praise /pray /purr /puzzled /raise, /volunteer /rasp
/rdy, /ready /roar /rofl /rude /salute /scared
/cat, /catty, /scratch /sexy /rear, /shake /shimmy /shiver /pest, /shoo
/shout /shrug /shy /sigh /sit /slap
/sleep /smile /smirk /snarl /snicker /sniff
/snub /soothe /spit /stand /stare /smell, /stink
/surprised /surrender /talk /excited, /talkex /question, /talkq /tap
/taunt /tease /thank, /thanks, /ty /thirsty /doom, /threat, /threaten, /wrath /tickle
/tired /train /unused /veto /victory /violin
/wait /wave /welcome /whine /whistle /wink
/work /yawn

Semi-Categorized List of Emotes[edit]

Beast[edit]

Command Command Command Command Command Command
/bark /growl /moo /pounce /purr /roar

Combat[edit]

Command Command Command Command Command Command
/attacktarget /brb /charge /duck /flee /healme
/helpme /incoming /lost /oom /openfire /rdy, /ready
/surrender /veto /victory /wait

More Movement[edit]

Command Command Command Command Command Command
/dance /drink, /party, /shindig /chew, /eat, /feast /flex, /strong /flop /followme
/kneel /lay, /laydown, /lie, /liedown /rofl /sit /sleep /stand
/work


Naughty[edit]

Command Command Command Command Command Command
/belch, /burp /bite /bleed, /blood /bonk, /doh /crack, /knuckles /doom, /threat, /threaten, /wrath
/fart /gloat /insult /moon /nosepick, /pick /poke
/rasp /rude /snarl /spit /slap /smell, /stink
/snicker /snub /taunt /tease

Nice[edit]

Command Command Command Command Command Command
/agree /apologize, /sorry /applaud, /applause, /bravo /beg /blow, /kiss /bow
/calm /cheer /chuckle /clap /comfort /commend
/cong, /congrats, /congratulate /cuddle, /spoon /curtsey /flirt /giggle /glad, /happy, /yay
/greet, /greetings /hail /hello, /hi /hug /lavish, /praise /laugh, /lol
/love /massage /salute /smile /soothe /thank, /thanks, /ty
/wave /welcome

Neutral[edit]

Command Command Command Command Command Command
/blink /bye, /farewell, /goodbye /cat, /catty, /scratch /cough /curious /eye
/food, /hungry, /pizza /gaze /introduce /no /nod, /yes /peer
/point /talk /thirsty


Other[edit]

Command Command Command Command Command Command
/amaze /angry, /mad /bashful /beckon /blush /bored
/bounce /cackle /confused /cower, /fear /cringe
/cry, /sob, /weep /drool /fidget, /impatient /disappointed, /disappointment, /frown /gasp /glare
/grin, /wicked, /wickedly /groan /grovel, /peon /guffaw /moan /mourn
/panic /plead /pray /sexy /rear, /shake /shout
/shrug /shy /sigh /stare /surprised /excited, /talkex
/question, /talkq /tap /tired /whine /whistle /yawn
/boggle /cold /listen /ponder /puzzled /raise, /volunteer
/shimmy /shiver /pest, /shoo /smirk /sniff /tickle
/pity /scared /unused


Silly[edit]

Command Command Command Command Command Command
/chicken, /flap, /strut /jk /silly /lick /train /violin

In Wrath of the Lich King[edit]

Several new slash commands have been added as of the wotlk beta. The following are growing, but probably an incomplete list:

How to use Description
/achievements Bring up achievements window.[1]
/tokens Bring up the tokens window.[1]

See also[edit]

References[edit]

External links[edit]