WoW:MACRO who
Jump to navigation
Jump to search
Perform a query on the server for online players matching your query
/who filter
Aliases
- none
Arguments
- filter
- Filtering options to perform the query with. Players are queried based on name, guild name, zone, race, class, and level.
Filtering
You may specify custom filters per field by using the following formats:
- n-"name"
- g-"guildname"
- z-"zone"
- r-"race"
- c-"class"
- level
- minlevel-maxlevel (all numeric queries are assumed to be level)
Examples
-- This shows you everyone in Ironforge from level 1 through 10 /who z-"Ironforge" 1-10
-- Either of these show you all level 80 Draenei Priests /who 80 r-"Draenei" c-"Priest" /who 80 Draenei Priest
Notes
- Returns up to a maximum of 49 players.
- If given search terms are not assigned to a particular field, all fields are queried for all results, and the Intersection of all the sets are returned.