WildStar:Slash commands: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(→‎Animated: Deleted a duplicate of the /wave command (also was out of alphabetical order.))
Line 32: Line 32:
==== Channels ====
==== Channels ====
* {{gamecmd|1}} /1, /2, /3, /4, /5, ... - commands for accessing custom chat channels after using /chjoin
* {{gamecmd|1}} /1, /2, /3, /4, /5, ... - commands for accessing custom chat channels after using /chjoin
* {{gamecmd|c1}} /c1, /c2, /c3, /c4, /c5, ... - commands for accessing circle chat channels
* {{gamecmd|advice}} /a, /advice - changes default channel to 'advice', or with text emits the text in the advice channel
* {{gamecmd|advice}} /a, /advice - changes default channel to 'advice', or with text emits the text in the advice channel
* {{gamecmd|awhisper}} /aw, /awhisper [playername] - opens a edit box to send an account whisper to the specified player
* {{gamecmd|awhisper}} /aw, /awhisper [playername] - opens a edit box to send an account whisper to the specified player
Line 105: Line 106:
* {{gamecmd|beckon}} /beckon
* {{gamecmd|beckon}} /beckon
* {{gamecmd|bow}} /bow
* {{gamecmd|bow}} /bow
* {{gamecmd|wave|bye}} /bye, /goodbye - '... wave goodbye to ....'
* {{gamecmd|cheer}} /cheer
* {{gamecmd|cheer}} /cheer
* {{gamecmd|clap}} /clap, /applaud
* {{gamecmd|clap}} /clap, /applaud
Line 114: Line 116:
* {{gamecmd|drink}} /drink
* {{gamecmd|drink}} /drink
* {{gamecmd|eat}} /eat
* {{gamecmd|eat}} /eat
* {{gamecmd|wave|farewell}} /farewell - '... wave farewell to ....'
* {{gamecmd|fear}} /fear
* {{gamecmd|flex}} /flex
* {{gamecmd|flex}} /flex
* {{gamecmd|fear}} /fear
* {{gamecmd|hurray}} /hurray
* {{gamecmd|hurray}} /hurray
* {{gamecmd|idle}} /idle - plays the special 'idle' animation for the character
* {{gamecmd|idle}} /idle - plays the special 'idle' animation for the character
Line 130: Line 133:
* {{gamecmd|strain}} /strain
* {{gamecmd|strain}} /strain
* {{gamecmd|talk}} /talk
* {{gamecmd|talk}} /talk
* {{gamecmd|wave}} /wave, /bye, /goodbye
* {{gamecmd|wave}} /wave - '... wave to ....'
* {{gamecmd|yes}} /yes, /nod
* {{gamecmd|yes}} /yes, /nod


Line 149: Line 152:
* {{gamecmd|mounts}} /mounts - open the player mounts UI (MountScreen AddOn)
* {{gamecmd|mounts}} /mounts - open the player mounts UI (MountScreen AddOn)
* <s>{{gamecmd|pf}} /pf - toggle the player's ''player frame'' window, or (PlayerFrame AddOn)</s>
* <s>{{gamecmd|pf}} /pf - toggle the player's ''player frame'' window, or (PlayerFrame AddOn)</s>
* {{gamecmd|dye}}<s> /dye - open the Item Dyeing UI window (ItemDyeing AddOn)</s>
* <s>{{gamecmd|dye}} /dye - open the Item Dyeing UI window (ItemDyeing AddOn)</s>
* {{gamecmd|ai}} /ai - opens Account Inventory UI window (AccountInventory AddOn)
* {{gamecmd|ai}} /ai - opens Account Inventory UI window (AccountInventory AddOn)
* {{gamecmd|nameplates}} /Nameplates, /Nameplates_OpenMenu, /nameplates - opens the Nameplate Options UI window (Nameplates AddOn)
* {{gamecmd|nameplates}} /Nameplates, /Nameplates_OpenMenu, /nameplates - opens the Nameplate Options UI window (Nameplates AddOn)

Revision as of 01:43, 12 April 2016

Template:Wsdev

Macros
General guides

This article explains specifics of Slash commands in WildStar, and lists the currently available slash commands. WildStar supports using slash commands directly in chat windows, which include commands for chat, emotes, player actions, general user interface, and AddOn commands.

For players, slash commands can be used in WildStar directly in Chat windows by prefixing a slash to the command name, like when changing chat channel via /s to /a using the keyboard, and in user Macros.

Commands

Key
  • [option] - words in brackets are options for commands, typed without the brackets
  • [option1|option2] - where the vertical line, or 'pipe', separates different types or options for a command
  • commands with a strikethrough have been removed from the game completely

Chat

  • Template:Gamecmd /afk - flags yourself as away, or away from keyboard, for chat
  • Template:Gamecmd /chjoin [channelname] [channelpassword] - joins a specified channel
  • Template:Gamecmd /chleave [channelname|channelnumber] - leaves the specified channel
  • Template:Gamecmd /chpassword [channelname|channelnumber] [password] - sets password on channel, or issuing the command without the password arg removes a password from channel.
  • Template:Gamecmd /chlist [channelname|channelnumber] - lists the members of the specified channel
  • Template:Gamecmd /cinvite [circlenumber (ie. c2)] [player name] - invites a player to the specified circle
  • Template:Gamecmd /dnd - flags yourself as unavailable, or do not disturb, for chat
  • Template:Gamecmd /gdemote [playername] - demotes specified player one rank in your current guild
  • Template:Gamecmd /gdisband [playername] - disbands or removes the guild
  • Template:Gamecmd /ginvite [playername] - invites specified player to your current guild
  • Template:Gamecmd /gkick [playername] - kicks or removes specified player from your current guild
  • Template:Gamecmd /gpromote [playername] - promotes specified player one rank in your current guild
  • Template:Gamecmd /gquit - remove yourself from your current guild
  • gvote /gvote - Request a vote to promote a new guild leader if the current one has been inactive more than 30 days!
  • Template:Gamecmd /invite [playername] - invites specified player to your current party or raid
  • Template:Gamecmd /ignore [playername] - ignores the specified player
  • Template:Gamecmd /kick [playername] - kicks or removes specified player from your current party or raid

Channels

Action

Emotes

Animated

User Interface

Game AddOn

  • Template:Gamecmd /friendslist - open friends list UI window (FriendsList AddOn)
  • Template:Gamecmd /macros - opens the macro editing UI window (Macros AddOn)
  • Template:Gamecmd /mounts - open the player mounts UI (MountScreen AddOn)
  • Template:Gamecmd /pf - toggle the player's player frame window, or (PlayerFrame AddOn)
  • Template:Gamecmd /dye - open the Item Dyeing UI window (ItemDyeing AddOn)
  • Template:Gamecmd /ai - opens Account Inventory UI window (AccountInventory AddOn)
  • Template:Gamecmd /Nameplates, /Nameplates_OpenMenu, /nameplates - opens the Nameplate Options UI window (Nameplates AddOn)
  • Template:Gamecmd /cluetracker - opens the adventure Clue UI window (AdventureClueTracker AddOn)
  • Template:Gamecmd /malgraveres - opens the adventure malgrave caravan UI window. (AdventureResources AddOn)
  • Template:Gamecmd /whitevaleadv - opens the adventure whitevale UI window (AdventureWhitevale AddOn)
  • Template:Gamecmd /guildpanel - opens Guild UI window (Guild AddOn)
  • Template:Gamecmd /salvageall - opens Salvage UI window (ImprovedSalvage AddOn)
  • Template:Gamecmd /keybind - opens Keybindings UI window (Keybinding AddOn)
  • Template:Gamecmd /ToggleMailWindow - toggles the player Mail UI window (Mail AddOn)
  • Template:Gamecmd /neighborlist - opens the Neighbors UI window (NeighborList AddOn)
  • Template:Gamecmd /rep - opens the player's Reputation UI window (Reputation AddOn)
  • Template:Gamecmd /Tutorials, /tutorials - opens the Tutorials UI window (Tutorial AddOn)

Other

  • Template:Gamecmd /debuwwgon - looks like a just test harness for carbine UI dev work (Debug AddOn)
  • Template:Gamecmd /UIToggleCinematics - set UI to letterbox for displaying video (Macros AddOn)
  • Template:Gamecmd /TutorialPromptTest - opens the Tutorial prompt testing UI window (Tutorial AddOn)
  • Template:Gamecmd /zh - opens the Zone Hopper zone testing UI window (ZoneHopper AddOn)
  • Template:Gamecmd /zhdev - opens the dev version of Zone Hopper zone testing UI window (ZoneHopperDev AddOn)