Page 1 of 1

admin spawn mob respawn is 0

Posted: Sun Feb 10, 2013 1:17 pm
by thorl2
If you want to receive support we need this info to help you properly.
ยป Find Revision
L2J Revision 5768:
L2JDP Revision 9405:

When I spawn with admin an mob for example gremlin, the respawn time in none
but the same mob spawned by server have respawn time to 60 seconds, can someone tell me why when I respawn it manually does never respawn?

thx

Re: admin spawn mob respawn is 0

Posted: Sun Feb 10, 2013 1:38 pm
by Arantir
Just by default.

Leave a textbox empty and press "Spawn" button. You should see a menu with additional spawn options.

Re: admin spawn mob respawn is 0

Posted: Sun Feb 10, 2013 2:34 pm
by thorl2
yes thx didn't know l2j put no respawn as default...

you can also use //spawn id 1 20

or

UPDATE spawnlist SET respawn_delay = 20 WHERE respawn_delay = 0;

to updated existing spawnlist respawn time.