Guarder Posted January 23, 2019 Posted January 23, 2019 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 .... ? Quote
0 Vilmis Posted January 24, 2019 Posted January 24, 2019 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. 1 Quote
0 Vilmis Posted January 24, 2019 Posted January 24, 2019 You should add this grand boss to grandboss_data table. Quote
0 Guarder Posted January 24, 2019 Author Posted January 24, 2019 and the respawn time for 4h should be what number? Quote
0 Vilmis Posted January 24, 2019 Posted January 24, 2019 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“ Quote
0 Guarder Posted January 24, 2019 Author Posted January 24, 2019 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“ ....... Quote
0 Vilmis Posted January 24, 2019 Posted January 24, 2019 1 minute ago, KIDutz said: ....... or you can edit this command and make it support raid bosses and then add to raidboss_spawnlist table . :) Quote
0 Guarder Posted January 24, 2019 Author Posted January 24, 2019 (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 January 24, 2019 by KIDutz Quote
0 Vilmis Posted January 24, 2019 Posted January 24, 2019 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 Quote
0 Guarder Posted January 24, 2019 Author Posted January 24, 2019 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 Quote
0 Vilmis Posted January 24, 2019 Posted January 24, 2019 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. Quote
0 Guarder Posted January 24, 2019 Author Posted January 24, 2019 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 Quote
Question
Guarder
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 .... ?
14 answers to this question
Recommended Posts
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.