Page 1 of 1
Antharas problem
Posted: Wed Apr 28, 2010 4:46 pm
by fernandopm
If you want to receive support we need this info to help you properly.
ยป Find Revision
L2J Revision
4122:
L2JDP Revision
7324:
Ok... I have kill antharas because i was searching a bug. That's ok. But the respawn time is totally wrong.
In the config of the gameservers says
# Interval time of Valakas. Value is hour. Range 1-480
IntervalOfAntharasSpawn = 192
# Random interval. Range 1-192
RandomOfAntharasSpawn = 145
It's ok... Because it's in Hours...
And when i look to the console says
Code: Select all
com.l2jserver.gameserver.instancemanager.GrandBossManager GrandBossManager: Next spawn date of Antharas is Wed Dec 31 21:00:00 GFT 1969.
And i said... WTF?
Anyone can help me? i want make the antharas respawn in 7-10 days
Re: Antharas problem
Posted: Wed Apr 28, 2010 6:43 pm
by MELERIX
IntervalOfAntharasSpawn = 192 = 8 days
RandomOfAntharasSpawn = 145 = 6.04 days
try this...
IntervalOfAntharasSpawn = 192 = 8 days
RandomOfAntharasSpawn = 48 = 2 days
Re: Antharas problem
Posted: Wed Apr 28, 2010 7:06 pm
by Jesus.M
How about other grand-bosses spawn times? Will we see new spawn times in following revisions?
Or should we write here well known times?
I heard that: Valakas = 240 hours +0 random; Baium 120 hours +8 random (not 121+8), etc. I don't have any trustful sources about new spawn times, but we could all search for that info from retail-global EU/RU servers. Because it's quite risky to load server by trusting to these "defaults". As I see now we're basicly on old chronicle times...
EDIT:
http://v3.elliebelly.net/index.php?opti ... 5&id=18029
Re: Antharas problem
Posted: Wed Apr 28, 2010 7:59 pm
by fernandopm
MELERIX wrote:IntervalOfAntharasSpawn = 192 = 8 days
RandomOfAntharasSpawn = 145 = 6.04 days
try this...
IntervalOfAntharasSpawn = 192 = 8 days
RandomOfAntharasSpawn = 48 = 2 days
have you read the code?
1969/12/31 !!!!!!!!!!!!!!!!!!!!!!!! WTF?
Re: Antharas problem
Posted: Wed Apr 28, 2010 8:13 pm
by surskis
That is your server time?
Re: Antharas problem
Posted: Wed Apr 28, 2010 8:20 pm
by kocinski
fernandopm wrote:have you read the code?
1969/12/31 !!!!!!!!!!!!!!!!!!!!!!!! WTF?
Fix it in DB:
Code: Select all
UPDATE `grandboss_data` SET `respawn_time`='1272574800000' WHERE (`boss_id`='29019');
http://www.onlineconversion.com/unix_time.htm
1272574800000 / 1000 = Thu, 29 Apr 2010 21:00:00 GMT
Re: Antharas problem
Posted: Wed Apr 28, 2010 8:27 pm
by Jesus.M
fernandopm wrote:have you read the code?
1969/12/31 !!!!!!!!!!!!!!!!!!!!!!!! WTF?
I got this problem once after I killed Baium - it was set to 1970 ... to *nix time-era start + few hours and minutes. But on following server loadings that issue was gone (no mods). Probably that issue is showing very rarely, but why? Local server time was and still is correct.
Re: Antharas problem
Posted: Wed Apr 28, 2010 9:39 pm
by fernandopm
My server time it's ok because baium and valakas respawn in may 2010...
I probe that in the db and i tell you.
edit: It's work!!! thanks you!!
Re: Antharas problem
Posted: Wed Apr 28, 2010 10:39 pm
by kocinski
You are welcome

Re: Antharas problem
Posted: Tue Jul 06, 2010 8:59 pm
by achilless
UPDATE `grandboss_data` SET ... so you need to do every time when they kill Antharas?
Re: Antharas problem
Posted: Wed Jul 07, 2010 8:51 am
by jurchiks
uhh.. necroposting?
no you don't, try killing Antharas yourself and remember that the timestamp is in miliseconds, but all timestamp convertors use seconds (stamp/1000).
Re: Antharas problem
Posted: Fri Jul 09, 2010 5:20 am
by achilless
killing Antharas - and old data respawn
Re: Antharas problem
Posted: Fri Jul 09, 2010 12:08 pm
by jurchiks
kill him and post your timestamp here