Page 1 of 1

[HELP] Gran Boss Status Problem

Posted: Sat Nov 12, 2011 6:02 pm
by thaiscorpion
L2J Revision 4912:
L2JDP Revision 8362:

Hiya guys, Im tring to make a Gran boss Status Manager for latest freya l2j server, im very newbie in java so go easy on me :D

I was thinking of making a prepared statement to "Select respawn_time From grandboss_data" and use this to detect wether the rb is alive or not and to se how long is left for it to respawn but ive got a little problem, not all of the Gran bosses are in this database table, and there are like 4 antharas etc is there a better way to detect the status of the grand bosses or where can i find there data in the database?

I want to have status info for:

Queen Ant
Core
Orfen
Antharas
Baium
Zaken
Valakas
Frintezza
Beleth
Freya

I can get QA, Core, Orfen, and Baium with no trouble but cant find beleth and freya, and there is 4 antharas so dont know witch one should be checking :D

EDIT: okey ive found beleth, baylor and freya in NPC table but ive got no idea how to check if they are alive or not

Re: [HELP] Gran Boss Status Problem

Posted: Sat Nov 12, 2011 9:57 pm
by nonom
Hi thaiscorpion,

Each grandboss have different statuses, but by default 0 means alive and 1 dead.

Baylor is instanced, so always is alive. And probably Freya also, but sadly the grandboss Freya is not implemented yet ;)