mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-09 19:36:36 +00:00
SPAWN_ZONE
@@ -470,7 +470,7 @@ sub EVENT_DEATH_COMPLETE {
|
|||||||
|
|
||||||
- When the NPC dies.
|
- When the NPC dies.
|
||||||
|
|
||||||
Used by the zone controller.
|
**Used by the zone controller.**
|
||||||
|
|
||||||
### Exports
|
### Exports
|
||||||
|
|
||||||
@@ -1393,6 +1393,21 @@ sub EVENT_SPAWN {
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
# EVENT_SPAWN_ZONE
|
||||||
|
|
||||||
|
### Trigger
|
||||||
|
|
||||||
|
- When an NPC spawns.
|
||||||
|
|
||||||
|
**Used by the zone controller.**
|
||||||
|
|
||||||
|
### Exports
|
||||||
|
|
||||||
|
| Name | Type | Usage
|
||||||
|
| --- | --- | ---
|
||||||
|
| spawned_entity_id | int | `quest::say($spawned_entity_id); # returns int`
|
||||||
|
| spawned_npc_id | int | `quest::say($spawned_npc_id); # returns int`
|
||||||
|
|
||||||
# EVENT_SPELL_EFFECT_CLIENT
|
# EVENT_SPELL_EFFECT_CLIENT
|
||||||
|
|
||||||
### Trigger
|
### Trigger
|
||||||
|
|||||||
Reference in New Issue
Block a user