Badge time.png   The Paragon Wiki Archive documents the state of City of Heroes/Villains as it existed on December 1, 2012.

Difference between revisions of "Slash Commands"

From Paragon Wiki Archive
Jump to: navigation, search
(Added requestExitMission and note about underscores in command names.)
(Concatenating Commands)
 
(82 intermediate revisions by 16 users not shown)
Line 1: Line 1:
{{wip}}
+
{{TOCright}}
 
== Overview ==
 
== Overview ==
  
In City of Heroes and City of Villains, there are a number of commands that can be typed on the chat command line to execute various functions.  These are known as '''slash commands''', because they begin with a slash (/).  Slash commands often have underscores within the name to improve legibility, but they are not needed to actually take effect, i.e. /PowExec_Name, /Pow_Exec_Name, /P_o_w_E_x_e_c_n_a_m_e all perform the same way. The following list is a list of known slash commands, along with their command line format.
+
In City of Heroes and City of Villains, there are a number of commands that can be typed on the chat command line to execute various functions.  These are known as '''slash commands''', because they begin with a slash (/).  Slash commands often have underscores within the name to improve legibility, but they are not needed to actually take effect, i.e. /PowExec_Name, /Pow_Exec_Name, /P_o_w_E_x_e_c_n_a_m_e all perform the same way. Almost every action taken in the game is a slash command bound to a key. The number 1 is "pow_exec_slot 1", which executes the power in slot 1 of your power tray. Some slash commands, such as the movement commands, should not be called from the chatbox without taking care and knowing what will occur. See [[List of Slash Commands]] for a list of known slash commands; see also [[:Category:Slash Commands]].
__TOC__
+
  
== Gameplay commands ==
+
== Concatenating Commands ==
 +
Multiple commands may be strung together for simultaneous execution using the '$$' operator.  For example, the following command will cause a character to say "Ready!" and perform the "thumbsup" emote at the same time.
  
'''requestexitmission''' ''number'': Leave the mission once it is completed.  It requires a number argument, but the number doesn't seem to do anything.  This command does not appear on the '''/CmdList'''.
+
:{{slashcommand|say|Ready!}}$${{bindcommand|emote|thumbsup}}
  
== Supergroup Commands ==
+
Note that when concatenating two or more commands, the slash is used on only the first command.
  
'''chan_Invite_sg''' ''channel_name'' ''rank'': Invite your entire supergroup to a global chat channelOnly leaders may use this command.  You must specify the minimum rank to invite:<br>
+
== Substitution Strings ==
:'''0''': Invite the entire supergroup (members, captains, and leaders).
+
Substitution strings allow you to create commands that will display the same basic behavior each time they are used, but will vary slightly depending on certain variable conditions such as your current character or your currently selected targetSeveral pre-defined substitution strings exist and are denoted by a single '$' prefix:
:'''1''': Invite captains and leaders only.
+
* $archetype - the [[archetype]] of your character
:'''2''': Invite leaders only.
+
* $battlecry - your character's battlecry, as entered on your character ID screen
 +
* $level - your character's current [[level]]
 +
* $name - your character's name
 +
* $origin - your character's origin
 +
* $target - your currently selected target's name
  
'''ci''' ''player'': Invite player's supergroup to join coalition. (Also: ''coalition_Invite'')
+
For example, if a level 12 natural-origin scrapper named Captain Obvious were to target a Behemoth Overlord, the following command would cause him to say "I, Captain Obvious, a level 12 natural scrapper, challenge you, Behemoth Overlord, to a battle to the death!" in his currently selected chat channel.
  
'''coalition_Cancel''' ''supergroup'': Cancel coalition with a supergroup.
+
:{{slashcommand|say|"I, $name, a level $level $origin $archetype, challenge you, $target, to a battle to the death!"}}
  
'''coalition_Invite''' ''player'': Invite players supergroup to join coalition.  (Also: ''ci'')
+
The same command, executed by a level 42 magic-origin brute named Mauler who is targeting Arbiter Howe would cause the character to say, "I, Mauler, a level 42 magic brute, challenge you, Arbiter Howe, to a battle to the death!"
  
'''coalition_MinTalkRank''' ''rank'': Sets the minimum rank of members of a coalition supergroup who your supergroup can hear.
+
== See Also ==
  
'''coalition_sg_MinTalkRank''' ''rank'': Sets the minimum rank of members of your supergroup who can use coalition chat.  ''Note'': This command is currently non-functional.
+
* [[List of Slash Commands]]
 +
* [[List of Key Names]]
 +
* [[Binds]]
 +
* [[Communication Commands]]
 +
* [[Pet Commands]]
 +
* [[Supergroup Commands]]
  
'''coalition_NoSend''': Stop your supergroup from sending coalition chat to an ally supergroup.
+
[[Category:Slash Commands| ]]
 
+
'''gInvite_sg''' ''channel_name'' ''rank'': Invite your entire supergroup to a global chat channel.  Only leaders may use this command.  You must specify the minimum rank to invite:
+
:'''0''': Invite the entire supergroup (members, captains, and leaders).
+
:'''1''': Invite captains and leaders only.
+
:'''2''': Invite leaders only.
+
 
+
:(Also: ''chan_invite_sg'')
+
 
+
'''sg''' ''<message>'': Send message to the supergroup channel.  (Also: ''supergroup'')
+
 
+
'''sgi''' ''character'': Invite character to join supergroup.  (Also: ''sginvite'')
+
 
+
'''sgInvite''' ''character'': Invite character to join supergroup.  (Also: ''sgi'')
+
 
+
'''sgk''' ''character'': Kick character from supergroup.  (Also: ''sgKick'')
+
 
+
'''sgKick''' ''character'': Kick character from supergroup.  (Also: ''sgk'')
+
 
+
'''sgLeave''': Leave your current supergroup.
+
 
+
'''sgMode''': Toggle Supergroup mode.
+
 
+
'''sgModeSet''' ''mode'': Set Supergroup mode.
+
 
+
:'''0''': Leave supergroup mode.
+
:'''1''': Enter supergroup mode.
+
 
+
'''sgSetMOTD''' ''message'': Sets supergroup Message Of The Day
+
 
+
'''sgRaid_Window''' ''daybits'' ''<hour>'': Sets your supergroup raid window.
+
 
+
'''sgSetDemoteTimeout''' ''days'': Sets the number of days a leader in your supergroup has to log in before the leader is demoted.  ''Note'': This command is currently non-functional.
+
 
+
'''sgSetDescription''' ''description'': Sets your supergroup description.
+
 
+
'''sgSetMotto''' ''motto'': Sets your supergroup motto.
+
 
+
'''sgStats''': Display supergroup info in chat window.  ''Note'': This command is currently non-functional.
+
 
+
'''supergroup''' ''message'': Send ''message'' to the supergroup channel.  (Also: ''sg'')
+
 
+
[[Category:Gameplay]]
+

Latest revision as of 03:39, 25 June 2010

Overview

In City of Heroes and City of Villains, there are a number of commands that can be typed on the chat command line to execute various functions. These are known as slash commands, because they begin with a slash (/). Slash commands often have underscores within the name to improve legibility, but they are not needed to actually take effect, i.e. /PowExec_Name, /Pow_Exec_Name, /P_o_w_E_x_e_c_n_a_m_e all perform the same way. Almost every action taken in the game is a slash command bound to a key. The number 1 is "pow_exec_slot 1", which executes the power in slot 1 of your power tray. Some slash commands, such as the movement commands, should not be called from the chatbox without taking care and knowing what will occur. See List of Slash Commands for a list of known slash commands; see also Category:Slash Commands.

Concatenating Commands

Multiple commands may be strung together for simultaneous execution using the '$$' operator. For example, the following command will cause a character to say "Ready!" and perform the "thumbsup" emote at the same time.

/say Ready!$$emote thumbsup

Note that when concatenating two or more commands, the slash is used on only the first command.

Substitution Strings

Substitution strings allow you to create commands that will display the same basic behavior each time they are used, but will vary slightly depending on certain variable conditions such as your current character or your currently selected target. Several pre-defined substitution strings exist and are denoted by a single '$' prefix:

  • $archetype - the archetype of your character
  • $battlecry - your character's battlecry, as entered on your character ID screen
  • $level - your character's current level
  • $name - your character's name
  • $origin - your character's origin
  • $target - your currently selected target's name

For example, if a level 12 natural-origin scrapper named Captain Obvious were to target a Behemoth Overlord, the following command would cause him to say "I, Captain Obvious, a level 12 natural scrapper, challenge you, Behemoth Overlord, to a battle to the death!" in his currently selected chat channel.

/say "I, $name, a level $level $origin $archetype, challenge you, $target, to a battle to the death!"

The same command, executed by a level 42 magic-origin brute named Mauler who is targeting Arbiter Howe would cause the character to say, "I, Mauler, a level 42 magic brute, challenge you, Arbiter Howe, to a battle to the death!"

See Also