Jump to content

Question

Posted

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

14 answers to this question

Recommended Posts

  • 0
Posted
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
  • 0
Posted
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“

  • 0
Posted
4 minutes ago, Vilmis said:

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

 

.......

  • 0
Posted
1 minute ago, KIDutz said:

 

.......

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

  • 0
Posted (edited)
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
  • 0
Posted
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

  • 0
Posted

 

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

  • 0
Posted
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. 

  • 0
Posted

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • 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