[HELP] Custom raid bosses
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
-
- Posts: 91
- Joined: Fri Feb 05, 2010 8:12 pm
[HELP] Custom raid bosses
If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision 3216:
L2JDP Revision 6306:
I'm trying to make custom raid bosses that everybody can hit, so they dont need the quests. If a player does not have the quest he gets teleported. So i made the custom raidbosses from sql, but they dont have special attacks, i mean that they just hit normally e.g. baium casts magic with a red cloud etc. antharas use spikes. My custom raid bosses dont. How can i fix this? Thanks in advance.
» Find Revision
L2J Revision 3216:
L2JDP Revision 6306:
I'm trying to make custom raid bosses that everybody can hit, so they dont need the quests. If a player does not have the quest he gets teleported. So i made the custom raidbosses from sql, but they dont have special attacks, i mean that they just hit normally e.g. baium casts magic with a red cloud etc. antharas use spikes. My custom raid bosses dont. How can i fix this? Thanks in advance.
-
- Posts: 228
- Joined: Mon May 05, 2008 10:34 pm
Re: [HELP] Custom raid bosses
You have to add the skills in the npcskills table.
For animations you need the AI of both raids.
For animations you need the AI of both raids.

-
- Posts: 91
- Joined: Fri Feb 05, 2010 8:12 pm
Re: [HELP] Custom raid bosses
i found in my data the ai raid bosses java files, what should i do now? Where to search npc skills to put them in npc skills? Maybe i can search the id and change it?
-
- Posts: 228
- Joined: Mon May 05, 2008 10:34 pm
Re: [HELP] Custom raid bosses
Just copy the lines in the npcskills table changing the id, for the AI, you need a little knowledge of java, to modify it so there's no need for quest items.JustLikeMe wrote:i found in my data the ai raid bosses java files, what should i do now? Where to search npc skills to put them in npc skills? Maybe i can search the id and change it?
If you change the ids directly without copying the lines, then the original bosses won't have any skills.

-
- Posts: 91
- Joined: Fri Feb 05, 2010 8:12 pm
Re: [HELP] Custom raid bosses
Hmm the java files represent the real raid bosses, so my custom raid bosses are not related to them and there wont be need of quests to attack them. Am i right?
Anyway thanks alot.
Anyway thanks alot.
-
- Posts: 228
- Joined: Mon May 05, 2008 10:34 pm
Re: [HELP] Custom raid bosses
JustLikeMe wrote:Hmm the java files represent the real raid bosses, so my custom raid bosses are not related to them and there wont be need of quests to attack them. Am i right?
Anyway thanks alot.
You need the AI only if you want the spawn and death animations, else you won't need them

- BiggBoss
- L2j Veteran
- Posts: 1104
- Joined: Wed Apr 15, 2009 3:11 pm
- Location: Spain
Re: [HELP] Custom raid bosses
the grand bosses AI is used more than to manage animations o.omgbhard wrote:JustLikeMe wrote:Hmm the java files represent the real raid bosses, so my custom raid bosses are not related to them and there wont be need of quests to attack them. Am i right?
Anyway thanks alot.
You need the AI only if you want the spawn and death animations, else you won't need them
-
- Posts: 228
- Joined: Mon May 05, 2008 10:34 pm
Re: [HELP] Custom raid bosses
He wants to create a custom rb, i guess he doesn't care about retail beheavour of the boss.BiggBoss wrote:the grand bosses AI is used more than to manage animations o.omgbhard wrote:JustLikeMe wrote:Hmm the java files represent the real raid bosses, so my custom raid bosses are not related to them and there wont be need of quests to attack them. Am i right?
Anyway thanks alot.
You need the AI only if you want the spawn and death animations, else you won't need them

-
- Posts: 91
- Joined: Fri Feb 05, 2010 8:12 pm
Re: [HELP] Custom raid bosses
I've tested it. My custom rbs animation death is liek real rbs. E.g when baium gets killed screen color changes to white. I haven't tested the quests tho, i will check and i'll report back.
-
- Posts: 91
- Joined: Fri Feb 05, 2010 8:12 pm
Re: [HELP] Custom raid bosses
Ok, i've replaced the id of the npc skills of rbs to my custom rbs. Antharas skills work , all except the spikes. Other bosses skills dont work. I noticed in sql that the skills have levels. Almost all have lvl 1 and natharas skills lvl 10, maybe is this the problem? Anyway i dont get telported anymroe nor baium does nto attack to players with no quest.
-
- Posts: 91
- Joined: Fri Feb 05, 2010 8:12 pm
Re: [HELP] Custom raid bosses
Sorry for triple post :S . . .
Anyway what are the quest lines to delete in the raid boss AI java files?
Anyway what are the quest lines to delete in the raid boss AI java files?