From the wonderful RedGuides Wiki
This command is added by 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
|
/where [ pc | npc ] [ <name> ]
|
Description
|
Returns the direction and distance to the closest spawn.
|
|
Options
Option |
Description |
pc |
lists the closest player |
npc |
lists the closest non-player character |
<name> |
Lists the closest spawn with matching name |
Examples
- Returns the level, race, class, and distance of the nearest orc pawn
/where npc "orc pawn"
See also