TLO:SpawnCount
Information on the count(s) of all spawns or specific spawn(s). Uses the filters under Spawn search.
This TLO is added by MacroQuest
Forms
Type | Member | Description |
---|---|---|
int | SpawnCount | Total spawns in zone |
SpawnCount[search string] | Total number of spawns in current zone matching Spawn search filters |
Access to Types
Type | Description |
---|---|
int | Data related to integers |
Examples
- Displays the count of all spawns.
/echo ${SpawnCount}
- Displays the count of all spawns in the level range of 45 to 50.
/echo ${SpawnCount[range 45 50]}
- Displays count of all NPCs within a radius of 100.
/echo ${SpawnCount[npc radius 100]}