Page 1 of 1
RaidBoss configuration
Posted: Tue Jul 21, 2009 2:34 pm
by smartmedia
Hi..
I have some suggestion to make about Special Raid Boss like (Baium - Antharas - Valakas - Frintezza - Zaken - Queen Ant - Core)
Mostly i like to use the server for PvP and Raid Boss.
Correctly i am wrong, but now in order to visit some of those Raid Boss, a player must agree to some terms, get items, wait time inside lair, etc.
I wonder if is possible to enter some extra configuration to gamserver config so be able to:
1) Teleport a player directly to Raid Boss without extra items or quests
2) Disable any extra items needed to visit Raid Boss
3) No waiting time in lair till the Raid Boss show up
4) Eliminate any restrictions during fighting with Raid Boss, for example (no more extra players can enter during the fighting) i show that in Baium.
5) Enter the re-spawn time in seconds of Raid Boss will appear after have died.
Any help will be appreciate it...
Re: RaidBoss configuration
Posted: Tue Jul 21, 2009 5:16 pm
by momo61
smartmedia wrote:Hi..
I have some suggestion to make about Special Raid Boss like (Baium - Antharas - Valakas - Frintezza - Zaken - Queen Ant - Core)
Mostly i like to use the server for PvP and Raid Boss.
Correctly i am wrong, but now in order to visit some of those Raid Boss, a player must agree to some terms, get items, wait time inside lair, etc.
I wonder if is possible to enter some extra configuration to gamserver config so be able to:
1) Teleport a player directly to Raid Boss without extra items or quests
2) Disable any extra items needed to visit Raid Boss
3) No waiting time in lair till the Raid Boss show up
4) Eliminate any restrictions during fighting with Raid Boss, for example (no more extra players can enter during the fighting) i show that in Baium.
5) Enter the re-spawn time in seconds of Raid Boss will appear after have died.
Any help will be appreciate it...
Yes, that is possible.
Go in your Zone.XML and delete all the Raidboss zones first of all.
Second of all, go to scripts.cfg and delete:
Code: Select all
ai/individual/Antharas.javaai/individual/Baium.javaai/individual/Core.javaai/individual/DarkWaterDragon.javaai/individual/DrChaos.javaai/individual/FleeNpc.javaai/individual/Gordon.javaai/individual/IceFairySirra.javaai/individual/Orfen.javaai/individual/QueenAnt.javaai/individual/Valakas.javaai/individual/Zaken.java
Third of all, go to the database (Navicat) and go in the NPC table.
Change all the Raidbosses "TYPE" from "L2GrandBoss" to "L2RaidBoss".
All done.
Re: RaidBoss configuration
Posted: Tue Jul 21, 2009 6:47 pm
by smartmedia
Have you tested this modification...???
After that, the player can teleported without restrictions...???
About the re-spawn, if i enter in Raid min respawn multipler 0 will re-spawn the Raid Boss quickly after he die...???
Thanks again for your help...
Re: RaidBoss configuration
Posted: Wed Jul 22, 2009 9:09 am
by smartmedia
Hi again,
I wait for a long time in Baium for example but he didn't show up. Why...???
I was forced to spawn him again, is that ok or i will have problems later...???
Also when a big problem is when i use Recall NPC: instead to move him, is spawning a new Raid Boss, any idea this is happening..???
Re: RaidBoss configuration
Posted: Wed Aug 05, 2009 2:10 pm
by wiimo
what i need change in the code of RB configuration of baium and valakas for kill they RB but i dont wanna need do the quest. its posible ? an what i need to change ?
Re: RaidBoss configuration
Posted: Wed Aug 05, 2009 2:18 pm
by janiii
wiimo wrote:what i need change in the code of RB configuration of baium and valakas for kill they RB but i dont wanna need do the quest. its posible ? an what i need to change ?
try to search on forum, there was some topic about it with help how to do that you dont need the quest.
Re: RaidBoss configuration
Posted: Wed Aug 05, 2009 3:09 pm
by smartmedia
wiimo wrote:what i need change in the code of RB configuration of baium and valakas for kill they RB but i dont wanna need do the quest. its posible ? an what i need to change ?
Man, this topic says exactly that thing... Read carefully what
momo61 answers...
Re: RaidBoss configuration
Posted: Sat Nov 07, 2009 9:34 am
by weststylaz
momo61 wrote:smartmedia wrote:Hi..
Third of all, go to the database (Navicat) and go in the NPC table(???- cant find it).
Change all the Raidbosses "TYPE" from "L2GrandBoss" to "L2RaidBoss".[/color](sure they are in nacivat? table "NPC"?) please help
i followed all your other tipps but now am stacking, dunno what you mean with the navicat thingis.pls help thnx
All done.
Re: RaidBoss configuration
Posted: Sun Nov 08, 2009 2:56 am
by domuk
UPDATE `l2jdb`.`npc` SET `type` = 'L2RaidBoss' WHERE `type` = 'L2GrandBoss';
Run that Query on your database and thanks for above info.
Re: RaidBoss configuration
Posted: Mon Dec 07, 2009 4:11 pm
by repxl
momo61 wrote:smartmedia wrote:Hi..
I have some suggestion to make about Special Raid Boss like (Baium - Antharas - Valakas - Frintezza - Zaken - Queen Ant - Core)
Mostly i like to use the server for PvP and Raid Boss.
Correctly i am wrong, but now in order to visit some of those Raid Boss, a player must agree to some terms, get items, wait time inside lair, etc.
I wonder if is possible to enter some extra configuration to gamserver config so be able to:
1) Teleport a player directly to Raid Boss without extra items or quests
2) Disable any extra items needed to visit Raid Boss
3) No waiting time in lair till the Raid Boss show up
4) Eliminate any restrictions during fighting with Raid Boss, for example (no more extra players can enter during the fighting) i show that in Baium.
5) Enter the re-spawn time in seconds of Raid Boss will appear after have died.
Any help will be appreciate it...
Yes, that is possible.
Go in your Zone.XML and delete all the Raidboss zones first of all.
Second of all, go to scripts.cfg and delete:
Code: Select all
ai/individual/Antharas.javaai/individual/Baium.javaai/individual/Core.javaai/individual/DarkWaterDragon.javaai/individual/DrChaos.javaai/individual/FleeNpc.javaai/individual/Gordon.javaai/individual/IceFairySirra.javaai/individual/Orfen.javaai/individual/QueenAnt.javaai/individual/Valakas.javaai/individual/Zaken.java
Third of all, go to the database (Navicat) and go in the NPC table.
Change all the Raidbosses "TYPE" from "L2GrandBoss" to "L2RaidBoss".
All done.
what is the difference with L2GrandBoss and L2RaidBoss ??
on L2RaidBoss will no work lethals etc ?
and 1 question how fix this when players teleport to valakas / antharas etc they tp there and then fast it automatic teleport the player to near town ? wtf just aq and zaken works good