/alert { add | remove | clear | list } <#list> [ <Spawn Search> ]
Used to manipulate alert lists which "watch" for spawns. Uses Spawn Search.
| Option |
Description |
| `add |
remove` |
clear |
Clear all entries from the specified alert list |
list |
Display all entries in the specified alert list |
Any valid Spawn Search parameter can be used. Common examples include:
| Parameter |
Description |
Example |
| `pc |
npc |
corpse |
class <classname> |
Class name (use long name) |
class warrior |
race <racename> |
Race name |
race troll |
radius # |
Search radius around you |
radius 100 |
zradius # |
Vertical (Z-axis) radius |
zradius 50 |
range <lower> <upper> |
Level range to search |
range 30 35 |
name <name> |
Name to search for |
name Fippy |
id # |
Specific spawn ID |
id 1234 |
| Command |
Description |
/alert add 1 "Lady Vox" |
Adds Lady Vox to alert list 1 |
/alert add 1 npc class warrior radius 100 |
Alerts on warrior NPCs within 100 radius |
/alert add 2 npc race iksar range 30 35 |
Alerts on iksar NPCs between levels 30-35 |
/alert add 3 named radius 200 |
Alerts on named mobs within 200 radius |
/alert clear 1 |
Clears all members from alert list 1 |
/alert list 1 |
Lists all members of alert list 1 |
/alert remove 1 id 1234 |
Removes the entry in alert list 1 for spawn ID 1234 |
See Spawn Search for a complete list of available search parameters.