Raidboss_spawnlist update data

This is not a Support area! Discuss about the Server here. Non-Server related discussion goes in Off-Topic Discussion.
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
ccarrion
Posts: 9
Joined: Wed Sep 07, 2011 2:22 pm

Raidboss_spawnlist update data

Post by ccarrion »

one question, anyone know how much time the l2j core saves data to raidboss_spawnlist table, because i have a php raidboss script "live,dead" status, but some raidboss are still alive ingame and in the script stilll show dead, i go to raidboss_spawnlist table and the field respawn_time have more than 0.

Cheers.
JMD
Advanced User
Advanced User
Posts: 1440
Joined: Wed Apr 15, 2009 10:07 am

Re: Raidboss_spawnlist update data

Post by JMD »

probably theres something wrong with your php script.
ccarrion
Posts: 9
Joined: Wed Sep 07, 2011 2:22 pm

Re: Raidboss_spawnlist update data

Post by ccarrion »

JMD wrote:probably theres something wrong with your php script.
example with live data:
RAIDBOSS: Zombie Lord Crowl
RESPAWN_TIME:1390665018900 (raidboss_spawnlist)
But Zombie Lord Crowl its alive right now.-
JMD
Advanced User
Advanced User
Posts: 1440
Joined: Wed Apr 15, 2009 10:07 am

Re: Raidboss_spawnlist update data

Post by JMD »

your php script should have a line somewhere where you can set how often it will check the database for new respawn time, if its too high decrease it.
ccarrion
Posts: 9
Joined: Wed Sep 07, 2011 2:22 pm

Re: Raidboss_spawnlist update data

Post by ccarrion »

JMD wrote:your php script should have a line somewhere where you can set how often it will check the database for new respawn time, if its too high decrease it.
After restart server:

RAIDBOSS: Zombie Lord Crowl
RESPAWN_TIME:0 (raidboss_spawnlist)
PHP script show the right info.

so, i need to create a shedule task to updatedb table raidboss_spawnlist...

Cheers.
Post Reply