View Full Version : Spawn question Spawn limit and unique spawn
wrichards123
11-27-2012, 02:50 PM
if I check these boxes, what are the effect .. spawn limit= number of spawns at one time? or = number of times it spawns during a server cycle? unique spawn? same questions, how does this effect the spawn?
thanks for any responses in advance.. :)
wrichards123
11-27-2012, 07:31 PM
ok also it seems, once the npc is killed it dosent respawn..... which is the option for this to respawn after killed? i see the spawn timer and set it to 200 to test but dosent seem to be the right option
Dunge0nMastr
11-27-2012, 08:31 PM
unique spawns means that the npc will not spawn if theres another in the zone with the same id (useful for scripts in particular)
Spawn limit is the # of npcs with that id that can spawn @ once (i believe)
and as for spawn times, theres 2 ways to handle it, theres the spawn2 table which you can use to set spawn times by searching for the spawn group IDs within that table, and theres also an in game command:
#advnpcspawn editrespawn <time in seconds>
you can use that in game to edit the mobs - just make sure you add them to the zone #npcspawn add, before you try to set their spawns or it will crash (at least in my experience).
wrichards123
11-27-2012, 08:32 PM
sweet thank you :)
vBulletin® v3.8.11, Copyright ©2000-2025, vBulletin Solutions Inc.