MQ2SpawnMaster¶
MQ2SpawnMaster
Get an alert when a rare spawn pops
Authors: Cr4zyb4rd, eqmule, ChatWithThisName, Knightly • Config: MQ2SpawnMaster.ini
Watches for new spawns in zone and can react in various ways.
Commands¶
/spawnmaster [on | off | list | uplist | downlist | load] | [ add|delete <spawn> ]
Settings¶
Example MQ2SpawnMaster.ini
[vox.Voxvox]
OnSpawnCommand="/multiline ; /beep ; /vt gandalf 005 ; /popup SPAWN: ${SpawnMaster.LastMatch}!"
Enabled=on
[The Steamfont Mountains]
Spawn0=yendar starpyre
Spawn1=renux herkanor
For just a simple beep,
[Server.CharacterName]
OnSpawnCommand="/beep"
Enabled=on
More examples, including the master ini, can be found in the support thread.
Top-Level Objects¶
SpawnMaster¶
Holds a data type of the same name which is more interesting
DataTypes¶
SpawnMaster¶
Returns information about spawns
Members
int Search¶
- Returns the number of search strings.
int UpList¶
- Returns the number of spawns currently up that matches the search.
int DownList¶
- Returns the number of spawn killed/despawned that matches the search.
string Version¶
- Returns the Version of MQ2SpawnMaster
string LastMatch¶
- Returns the name of the last spawn that popped matching the list.
bool HasTarget¶
- Returns if your target matches a spawn in your list