WildStar:Slash commands: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
mNo edit summary
(→‎Chat: Replace "kick /gkick [playername]" by "kick /kick [playername]")
Line 23: Line 23:
* {{gamecmd|invite}} /ginvite [playername] - invites specified player to your current party or raid
* {{gamecmd|invite}} /ginvite [playername] - invites specified player to your current party or raid
* {{gamecmd|ignore}} /ignore [playername] - ignores the specified player
* {{gamecmd|ignore}} /ignore [playername] - ignores the specified player
* {{gamecmd|kick}} /gkick [playername] - kicks or removes specified player from your current party or raid
* {{gamecmd|kick}} /kick [playername] - kicks or removes specified player from your current party or raid


==== Channels ====
==== Channels ====

Revision as of 07:23, 28 May 2014

Template:Wsdev

Macros
General guides

WildStar supports using slash commands in chat windows, such as changing chat channel when typing /s or /a via the keyboard. Slash commands in WildStar include commands for chat, emotes, player actions, general user interface, and AddOn commands. For regular players, slash commands can be used in WildStar directly in Chat windows, such as changing chat channel, like /s to /a via the keyboard, and in user Macros.

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

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

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 /gdemote [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 /ginvite [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)