From the wonderful RedGuides Wiki
This command is added by EverQuest, MacroQuest
Syntax Key
Notation |
Description
|
Text without brackets or braces |
Required items
|
<Text inside angle brackets> |
Placeholder for which you must supply a value
|
[Text inside square brackets] |
Optional items
|
Vertical bar (|) |
Separator for mutually exclusive items; choose one
|
{Text | inside | braces} |
Set of required items; choose one
|
Ellipsis (…) |
Items that can be repeated
|
Syntax
|
/who [<name | class | race>] [all] [afk] [lfg] [corpse] [count] [guild] [<"guild name">] [ <level> [<level>] ] | [<Spawn Search>] [concolor] [sort <option>]
|
Description
|
Search for characters in current or all zones. MacroQuest intercepts the current-zone version of this command and instead gives options to Spawn search and sort.
|
|
Options
Category |
Option |
Description |
EverQuest |
<name|class|race> |
Find characters by name, class, race. Can be partial. If multiple words, use "quotes". e.g. "shadow knight" |
all |
Conducts a search across all zones. If using MacroQuest, this option will revert to the EverQuest command. |
afk |
will show all players that are away from keyboard |
lfg |
will show all players that are looking for a group |
corpse |
Will list your corpses. |
friends |
List of online players from your friend list |
count |
Count of specified players. Does not work with all |
guild |
Will show your guildmates |
"<guild name>" |
Will show a list of guild members, must use quotes. |
<level> [<level>] |
Will show players of the specified level. Use two numbers for a range. |
MacroQuest |
concolor |
Displays the results in consider colors |
<Spawn Search> |
The type of spawn to search, e.g. npc . A complete list of searchable spawn types can be found at Spawn search. |
sort {level | name | race | class | distance | guild | id} |
Sort by this attribute |
Examples
- /who all "the cool guild"
- Shows members of The Cool Guild across all zones
- /who druid count
- Shows a count of druids in zone
- /who 65 70
- Shows players within level 65 to 70 in your zone. (Does not work with MacroQuest).
- /who range 65 70
- Shows players within level 65 to 70 in your zone. (works with MacroQuest)
- /who all 65 70
- Shows players within level 65 to 70 in all zones.
- /who npc named
- Displays a List of The Named NPC in Zone
- /who pc Cleric
- Displays a List of Player Clerics (Even if Anon or /role)
- /who npc pixtt
- Diplays a List of NPC's with pixtt in their name
- /who npc 64
- Displays a List of NPC's who are level 64
- /who pc 70
- Displays a List of PC's Who are level 70
- /who race human
- Displays a List of PC's Who are Human
- /who healer sort distance
- Displays healers in the zone, sorted by distance
- /who knight sort level
- Displays paladins and shadow knights in the zone, sorted by level
See also