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
admin spawn mob respawn is 0
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
-
- Posts: 151
- Joined: Wed Jan 04, 2012 7:10 pm
Re: admin spawn mob respawn is 0
Just by default.
Leave a textbox empty and press "Spawn" button. You should see a menu with additional spawn options.
Leave a textbox empty and press "Spawn" button. You should see a menu with additional spawn options.
- thorl2
- Posts: 159
- Joined: Fri Mar 20, 2009 9:04 am
Re: admin spawn mob respawn is 0
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.
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.