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

Target custom next (Slash Command)

From Paragon Wiki Archive
Revision as of 23:53, 20 April 2007 by Konoko (Talk | contribs) (See Target Custom left over from when I was working on these.)

Jump to: navigation, search

Overview

The target_custom_next slash command will cycle through entities matching the parameters specified. Any parameters that do not match the list below will be interpreted as entity names. Entities are anything not part of the environment. This includes heroes, villains, critters, doors, boats, citizens, and mission objectives. As with other targeting commands, the entities that will be cycled through must be in your perception radius, as well as visible to the camera (not the player).

/target_custom_next parameters

Cycles through matching targets in near to far order

Parameters

  • enemy - Hostile enemies
  • friend - Friendlies (including pets)
  • defeated - 0 HP targets
  • alive - Living targets
  • mypet - Inlcude only your pets
  • notmypet - Exclude your pets
  • base - Include only passive base items
  • notbase - Exlude passive base items
  • teammate - Include only teammates
  • notteammate - Exclude teammates
  • Everything else will match the name of the entity

Notes

Target custom next is a standard tool for any type of hunting. It is particularly useful when hunting specific entities (e.g. Tsoo Sorcerers) for badges, or for checking a mob for a particularly dangerous type, such as Malta Sappers, or Void Seekers and Quantum spawns for Keldians.

The standard from of target_custom_next is to use it to create a keybind or macro of the type of creature you are looking for. For instance:

/macro find "targetcustomnext enemy alive quantum$$targetcustomnext enemy alive void$$targetcustomnext enemy alive cyst"

Triggering this macro will examine all entites in the user's field of view for quantums, voids, or cysts. This can be combined with the standard target_enemy_next command in order to prioritize these items, but select the next available enemy if they dont exist in this manner:

/bind TAB "targetenemynext$$targetcustomnext enemy alive quantum$$targetcustomnext enemy alive void$$targetcustomnext enemy alive cyst"

Examples

target_custom_next friend notteammate notmypet

  • Allows easy targetting of pets from other teammates. Also useful in Hami Raids.

target_custom_next notteammate notmypet

  • Will target most anything, including doors, boats, cars, villains, heroes not on your team, other player's pets, bombs, etc.

Alias

Related

Template:TargetRelated