Jump to content
  • 0

RaidInfo


Guarder

Question

im using the voice command .raidinfo on frozen pack.added the rb id on configs...but...

even if the rb is not spawned it keeps showing me that it is alive

checked on custom_spawnlist..spawnlist.deleted from everywhere

it is a custom npc (named Bakasura by me) , he's type is L2GrandBoss.

Where should i add it on db so the voice command .raidinfo will read he's stat?

Also the respawn time for 4h should be .... ?

 

 

gsagsdf.jpg

Link to comment
Share on other sites

14 answers to this question

Recommended Posts

  • 0
3 minutes ago, KIDutz said:

no...it is not spawned ...it is no where....not in spawn list....not in custom spawn list....no in raidboss spawnlist....not in grandboss data.....

 

but the command .raidinfo and npc rb manager saying it is alive.....

 

also i added the right ID in configs...so...what the hell is this..im going berserk

Write to me in skype i could to help you via team viewer and all will be clear.

  • Like 1
Link to comment
Share on other sites

  • 0
3 minutes ago, KIDutz said:

and the respawn time for 4h should be what number?

About this you should create a new java/py file with this boss and add a time to function „onkill“

Link to comment
Share on other sites

  • 0
2 minutes ago, Vilmis said:

or you can edit this command and make it support raid bosses and then add to raidboss_spawnlist table . :)

 

      if (NpcTable.getInstance().getTemplate(boss).type.equals("L2RaidBoss"))
      {
        actual_boss_stat = RaidBossSpawnManager.getInstance().getStatsSet(boss);
        if (actual_boss_stat != null) {
          delay = actual_boss_stat.getLong("respawnTime");
        }

 

 

this means my command supports him if i change it to L2RaidBoss type?

Edited by KIDutz
Link to comment
Share on other sites

  • 0
1 minute ago, KIDutz said:

 

      if (NpcTable.getInstance().getTemplate(boss).type.equals("L2RaidBoss"))
      {
        actual_boss_stat = RaidBossSpawnManager.getInstance().getStatsSet(boss);
        if (actual_boss_stat != null) {
          delay = actual_boss_stat.getLong("respawnTime");
        }

 

 

this means my command supports him if i change it to L2RaidBoss type?

Probably yes, try to add this boss to raidboss_spawnlist and don't forget change type to L2RaidBoss

Link to comment
Share on other sites

  • 0

 

Just now, Vilmis said:

Probably yes, try to add this boss to raidboss_spawnlist and don't forget change type to L2RaidBoss

 

 

no ...something else must be wrong...the rb is not spawned anywhere...and it keeps saying me "Alive"..

 

i checked..i searched..it is nowhere....

even if i spawn and kill him the stat is still "alive"

it never changed no matter what i do

Link to comment
Share on other sites

  • 0
1 minute ago, KIDutz said:

 

 

 

no ...something else must be wrong...the rb is not spawned anywhere...and it keeps saying me "Alive"..

 

i checked..i searched..it is nowhere....

even if i spawn and kill him the stat is still "alive"

it never changed no matter what i do

Anywhere? Maybe you added a wrong loc to raidboss_spawnlist? Check the game log, there must be some kind of error. 

Link to comment
Share on other sites

  • 0

no...it is not spawned ...it is no where....not in spawn list....not in custom spawn list....no in raidboss spawnlist....not in grandboss data.....

 

but the command .raidinfo and npc rb manager saying it is alive.....

 

also i added the right ID in configs...so...what the hell is this..im going berserk

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock