WildStar:Slash commands: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(Removed /jump and /doublejump as they no longer work in Wildstar)
Line 8: Line 8:
* [option] - words in brackets are options for commands, typed without the brackets
* [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
* [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
<div class="ApiList">
<div class="ApiList">


Line 39: Line 40:
* {{gamecmd|guild}} /g, /guild - changes default channel to guild, or with text emits the text in the guild channel
* {{gamecmd|guild}} /g, /guild - changes default channel to guild, or with text emits the text in the guild channel
* {{gamecmd|whisper}} /t, /tell, /w, /whisper [playername] - opens a edit box to send a whisper to the specified player
* {{gamecmd|whisper}} /t, /tell, /w, /whisper [playername] - opens a edit box to send a whisper to the specified player
=== Action ===
* <s>{{gamecmd|doublejump}} /doublejump</s>
* <s>{{gamecmd|jump}} /jump</s>


=== Emotes ===
=== Emotes ===

Revision as of 22:47, 18 June 2014

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 /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
  • 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)