Where (command)¶
- Table of contents
- Where (command)
- Syntax
- Parameters
- Description
- Examples
- Technical Notes
Syntax¶
- Where [parameters]
Parameters¶
- where utilizes the Pawn Search Parameters. Multiple arguments are seperated with spaces utilizing quotation marks when necessary (ie, arguments that have more than one word.)
Description¶
This command gives you a listing of the current entities within a radius around your character.
Examples¶
- where byDist
- lists the entities sorted by distance
- where npc 21 50
- lists the entities around you that are killable NPCs and between levels 21 and 50
- where resource
- lists all of the resource nodes close to where you are standing
- where vulr
- lists all of the entities around you that contain 'vulr' somewhere in the name.
Technical Notes¶
- The radius from your character for which entities are listed in the /where command varies. The average that I have seen is 100-150.