Pet select (Slash Command): Difference between revisions

From City of Heroes: Rebirth Wiki
Jump to navigation Jump to search
imported>Konoko
No edit summary
imported>Konoko
m (remove petselectname)
Line 14: Line 14:
*/'''[[pet_select_name]]''' ''pet_name(truncated)''
*/'''[[pet_select_name]]''' ''pet_name(truncated)''
*/'''[[team_select]]''' ''integer''
*/'''[[team_select]]''' ''integer''
<div style="color:red;">following needs to be placed in it's own article</div>
== Pet Select Name ==
'''pet_select_name''' ''name(truncated)''
:Selects a pet from the pet list based on the first closest match to the pet's name.
=== Example ===
*'''pet_select_name Phantasm''' for [[Illusion Control|Illusion Controller]]s.
*'''pet_select_name Sing''' for [[Gravity Control|Gravity Controller]]s.
*'''pet_select_name "Grave Knight"''' Selects the closest Grave Knight (if you haven't renamed them yet).
*'''pet_select_name 1''' Selects the closest pet that has the number 1 in their name. For Masterminds, unrenamed pets. For [[Fire Control|Fire Controller]]s, their first Fire Imp. (And when Illusion Controllers have their Decoys out).
== Common Uses ==
When Masterminds first summon their henchmen, selecting their pets and upgrading them can be a tedious task. Having binds or macros to select the pet and then activate the upgrade power can speed up the process (and drain your endurance).


[[Category:Targeting Commands]][[Category:Pet Commands]]
[[Category:Targeting Commands]][[Category:Pet Commands]]

Revision as of 22:11, 13 December 2006

This article is a stub. You can help the Rebirth Wiki by expanding it.

/pet_select integer

Selects a pet from the pet list, numbering starts from 0, and goes from top to bottom.

Example

  • pet_select 0 select the first pet in the list.
  • pet_select 3 select the fourth pet.

Aliases

Related