Skip to content

SpawnCount

Object used to count spawns based on a set of queries. Uses the filters under Spawn Search.

Forms

int SpawnCount

Total number of spawns in current zone

int SpawnCount[SearchString]

Total number of spawns in current zone matching the SearchString. See Spawn Search.

Usage

/echo ${SpawnCount}

Displays the count of all spawns.

/echo ${SpawnCount[range 45 50]}

Displays the count of all spawns in the level range of 45 to 50.

/echo ${SpawnCount[npc radius 100]}

Displays count of all NPCs within a radius of 100.