Antharas problem

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
fernandopm
Posts: 7
Joined: Mon Apr 26, 2010 5:06 pm

Antharas problem

Post 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
User avatar
MELERIX
L2j Veteran
L2j Veteran
Posts: 6667
Joined: Sat Sep 23, 2006 11:31 pm
Location: Chile
Contact:

Re: Antharas problem

Post by MELERIX »

IntervalOfAntharasSpawn = 192 = 8 days
RandomOfAntharasSpawn = 145 = 6.04 days

:roll:

try this...

IntervalOfAntharasSpawn = 192 = 8 days
RandomOfAntharasSpawn = 48 = 2 days
User avatar
Jesus.M
Posts: 41
Joined: Sun Apr 25, 2010 11:33 am
Location: Lithuania
Contact:

Re: Antharas problem

Post 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
Design meets code. Obey the code!
fernandopm
Posts: 7
Joined: Mon Apr 26, 2010 5:06 pm

Re: Antharas problem

Post by fernandopm »

MELERIX wrote:IntervalOfAntharasSpawn = 192 = 8 days
RandomOfAntharasSpawn = 145 = 6.04 days

:roll:

try this...

IntervalOfAntharasSpawn = 192 = 8 days
RandomOfAntharasSpawn = 48 = 2 days

have you read the code?

1969/12/31 !!!!!!!!!!!!!!!!!!!!!!!! WTF?
surskis
Posts: 101
Joined: Sun Jul 12, 2009 6:24 pm
Location: Lithuania

Re: Antharas problem

Post by surskis »

That is your server time?
User avatar
kocinski
Posts: 141
Joined: Wed May 06, 2009 3:12 pm
Location: España
Contact:

Re: Antharas problem

Post 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
User avatar
Jesus.M
Posts: 41
Joined: Sun Apr 25, 2010 11:33 am
Location: Lithuania
Contact:

Re: Antharas problem

Post 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.
Design meets code. Obey the code!
fernandopm
Posts: 7
Joined: Mon Apr 26, 2010 5:06 pm

Re: Antharas problem

Post 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!!
User avatar
kocinski
Posts: 141
Joined: Wed May 06, 2009 3:12 pm
Location: España
Contact:

Re: Antharas problem

Post by kocinski »

You are welcome :mrgreen:
User avatar
achilless
Posts: 153
Joined: Thu Oct 02, 2008 7:40 pm
Location: Russia & Ukraine

Re: Antharas problem

Post by achilless »

UPDATE `grandboss_data` SET ... so you need to do every time when they kill Antharas?
User avatar
jurchiks
Posts: 6769
Joined: Sat Sep 19, 2009 4:16 pm
Location: Eastern Europe

Re: Antharas problem

Post 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).
If you have problems, FIRST TRY SOLVING THEM YOURSELF, and if you get errors, TRY TO ANALYZE THEM, and ONLY if you can't help it, THEN ask here.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
User avatar
achilless
Posts: 153
Joined: Thu Oct 02, 2008 7:40 pm
Location: Russia & Ukraine

Re: Antharas problem

Post by achilless »

killing Antharas - and old data respawn
User avatar
jurchiks
Posts: 6769
Joined: Sat Sep 19, 2009 4:16 pm
Location: Eastern Europe

Re: Antharas problem

Post by jurchiks »

kill him and post your timestamp here
If you have problems, FIRST TRY SOLVING THEM YOURSELF, and if you get errors, TRY TO ANALYZE THEM, and ONLY if you can't help it, THEN ask here.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
Post Reply