Full Version : XML, Timer?
xmlspawner >>XMLSpawner - Discussion >>XML, Timer?


<< Prev | Next >>

flinn- 11-18-2006
Hi, was wondering, when i set the spawner, and spawn the creatures, i come back invised as admin, to see if spawn disappeared but its still there, its not like premium spanwer? where its triggered if anyone around, to prevent lag? or am i forgeting to do soemthing on XML?
thx

ArteGordon- 11-19-2006
if you are talking about smartspawning, first make sure that the spawner has the SmartSpawning property set to true. Second, the actual despawning occurs on the next spawner tick (i.e. when it would normally try to spawn something), so it is not necessarily immediate. If you want to force it to tick, then the easiest thing is to manually set the NextSpawn property on the spawner to zero.

flinn- 11-19-2006
ok, ty
i also tried this and testing it now,
clicked smart spawning= true
duration=2:00minutes,
seeing what that does. thx

ArteGordon- 11-19-2006
duration is different from smartspawning. It determines how long a spawn will last after it is spawned. After the duration expires then the spawn is deleted. It doesnt matter whether anyone is around or not.