Respawn time is found in the table spawn2. This table specifies one or more instances of a spawngroupid. Change the column respawntime to be the number of seconds before respawning for this instance of the spawngroup.
examples:
Update spawn2 set respawntime = 300 where id = 2800
would set the respawn time for the instance 2800 to be 5 minutes
Update spawn2 set respawntime = 300 where zone like 'tox'
would set respawn time for all spawngroups in the zone with name tox to 5 minutes
|