mirror of
https://github.com/emagi/eq2emu
synced 2026-08-12 18:23:04 -04:00
481 B
481 B
Function: CreatePersistedRespawn(location_id, spawn_type, respawn_time, zone_id)
Description: Creates a persisted respawn time if the zone shuts down, the time will be persisted.
Parameters:
location_id(uint32) - Integer valuelocation_id.spawn_type(uint32) - Integer valuespawn_type.respawn_time(uint32) - Time valuerespawn_timein seconds.zone_id(uint32) - Integer valuezone_id.
Returns: None.
Example:
Example Required