Changing spawn time
I'm sure this has been asked before, but i could not find any relevant information when i searched.
How would i go about changing the spawn time for newly created mobs. The only spawn time field was in Spawn2 under respawntime, but i only saw a limited list w/ qeynos entries. Would i have to make a new entry for the zone that i'm concerned with? if so, how would i specify the mob(s) affected? Using 6.0DR1 Thanks in advance. :) |
In order to set a specific spawn time for ALL mobs currently spawned, put in this MySQL query:
Code:
UPDATE spawn2 SET respawntime=X; |
Code:
select npc_types.id, npc_types.name, spawn2.zone, spawn2.spawngroupid This way you can see what npcid is part of what npcgroupid and than you do something like: update spawn2 set respawntime = xx where spawngroupid = xx or spwngroupid = xx or ......; If you want to be more specific in the select command and just see npcs in one zone: Code:
select npc_types.id, npc_types.name, spawn2.zone, spawn2.spawngroupid |
All times are GMT -4. The time now is 06:32 PM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.