How can I setup the spawntime?

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
TrueEdge
Posts: 40
Joined: Sun Mar 14, 2010 8:35 pm

How can I setup the spawntime?

Post by TrueEdge »

L2J Revision 4060:
L2JDP Revision 7241:

Hey how can I setup the spawntime for a mob? I searched but not find anything about this. I want that one mob just spawn after 30mins if it get killed.
User avatar
Notorious
Posts: 501
Joined: Thu May 28, 2009 3:50 pm
Location: Sweden

Re: How can I setup the spawntime?

Post by Notorious »

If it's a normal mob, there's a column in the database table 'spawnlist' called 'respawn_delay' where you can set this.

If raidboss, you find similar setting in 'raidboss_spawnlist', but there you have one setting for the minimum delay (respawn_min_delay) and one for the maximum delay (respawn_max_delay).

These numbers are in seconds, so 30 minutes delay should say 1800.
doken1313
Posts: 50
Joined: Fri Nov 13, 2009 5:39 pm

Re: How can I setup the spawntime?

Post by doken1313 »

//spawn mob_id 1 1800
Post Reply