RaidBoss configuration

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
smartmedia
Posts: 60
Joined: Tue Jun 16, 2009 4:38 pm
Location: Hellas

RaidBoss configuration

Post 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...
User avatar
momo61
Posts: 1648
Joined: Fri Jun 06, 2008 2:05 pm
Location: Europe

Re: RaidBoss configuration

Post 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.
smartmedia
Posts: 60
Joined: Tue Jun 16, 2009 4:38 pm
Location: Hellas

Re: RaidBoss configuration

Post 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...
smartmedia
Posts: 60
Joined: Tue Jun 16, 2009 4:38 pm
Location: Hellas

Re: RaidBoss configuration

Post 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..???
User avatar
wiimo
Posts: 67
Joined: Fri Jun 05, 2009 2:17 pm

Re: RaidBoss configuration

Post 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 ?
"We need to learn what we need and not just what we want." Paulo Coelho.

"Only those who triumphed in the world stands and looks at the circumstances, creating if not found." George Bernard Shaw

God Bless You
User avatar
janiii
L2j Veteran
L2j Veteran
Posts: 4269
Joined: Wed May 28, 2008 3:15 pm
Location: Slovakia

Re: RaidBoss configuration

Post 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.
DO NOT EVEN TRY TO MESS WITH ME!
forum flOOder dancing dEVILoper
I don't give private support - PM will be ignored!
smartmedia
Posts: 60
Joined: Tue Jun 16, 2009 4:38 pm
Location: Hellas

Re: RaidBoss configuration

Post 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...
weststylaz
Posts: 13
Joined: Fri Mar 06, 2009 11:40 pm

Re: RaidBoss configuration

Post 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.
domuk
Posts: 4
Joined: Mon Apr 30, 2007 9:33 pm

Re: RaidBoss configuration

Post by domuk »

UPDATE `l2jdb`.`npc` SET `type` = 'L2RaidBoss' WHERE `type` = 'L2GrandBoss';

Run that Query on your database and thanks for above info.
repxl
Posts: 207
Joined: Wed May 20, 2009 8:29 pm

Re: RaidBoss configuration

Post 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
"Code is exactly like shit - you don't mind cleaning it when its yours, but when it isn't... fuck its annoying." - By the Almighty ZaKaX
Post Reply