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.
How can I setup the spawntime?
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
- Notorious
- Posts: 501
- Joined: Thu May 28, 2009 3:50 pm
- Location: Sweden
Re: How can I setup the spawntime?
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.
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.
-
- Posts: 50
- Joined: Fri Nov 13, 2009 5:39 pm
Re: How can I setup the spawntime?
//spawn mob_id 1 1800