[HELP] Custom raid bosses

Find the proper support area, Saga-Version.
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
JustLikeMe
Posts: 91
Joined: Fri Feb 05, 2010 8:12 pm

[HELP] Custom raid bosses

Post by JustLikeMe »

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.
mgbhard
Posts: 228
Joined: Mon May 05, 2008 10:34 pm

Re: [HELP] Custom raid bosses

Post by mgbhard »

You have to add the skills in the npcskills table.

For animations you need the AI of both raids.
Image
JustLikeMe
Posts: 91
Joined: Fri Feb 05, 2010 8:12 pm

Re: [HELP] Custom raid bosses

Post by JustLikeMe »

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?
mgbhard
Posts: 228
Joined: Mon May 05, 2008 10:34 pm

Re: [HELP] Custom raid bosses

Post by mgbhard »

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?
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.

If you change the ids directly without copying the lines, then the original bosses won't have any skills.
Image
JustLikeMe
Posts: 91
Joined: Fri Feb 05, 2010 8:12 pm

Re: [HELP] Custom raid bosses

Post by JustLikeMe »

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.
mgbhard
Posts: 228
Joined: Mon May 05, 2008 10:34 pm

Re: [HELP] Custom raid bosses

Post by mgbhard »

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
Image
User avatar
BiggBoss
L2j Veteran
L2j Veteran
Posts: 1104
Joined: Wed Apr 15, 2009 3:11 pm
Location: Spain

Re: [HELP] Custom raid bosses

Post by BiggBoss »

mgbhard 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
the grand bosses AI is used more than to manage animations o.o
Image
mgbhard
Posts: 228
Joined: Mon May 05, 2008 10:34 pm

Re: [HELP] Custom raid bosses

Post by mgbhard »

BiggBoss wrote:
mgbhard 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
the grand bosses AI is used more than to manage animations o.o
He wants to create a custom rb, i guess he doesn't care about retail beheavour of the boss.
Image
JustLikeMe
Posts: 91
Joined: Fri Feb 05, 2010 8:12 pm

Re: [HELP] Custom raid bosses

Post by JustLikeMe »

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.
JustLikeMe
Posts: 91
Joined: Fri Feb 05, 2010 8:12 pm

Re: [HELP] Custom raid bosses

Post by JustLikeMe »

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.
JustLikeMe
Posts: 91
Joined: Fri Feb 05, 2010 8:12 pm

Re: [HELP] Custom raid bosses

Post by JustLikeMe »

Sorry for triple post :S . . .
Anyway what are the quest lines to delete in the raid boss AI java files?
Post Reply