Page 1 of 1

Grand Boss Champion mobs problem

Posted: Mon Mar 22, 2010 3:10 pm
by rock and roll
L2J Revision 3803:
L2JDP Revision 6881:

I have problem in Ant Queen, Orfen and Zaken mons... when I activate champion mobs, I have some Champions near Ant Quee, Orfen and Zaken... how to disable champions near this bosses? I see the AI scripts but don't found the solution.

I try this in last revision and found some problem...

Re: Grand Boss Champion mobs problem

Posted: Mon Mar 22, 2010 5:02 pm
by qwerty13
Try to change ChampionFrequency, for example - to 1%. It would minimize minions-champions count. :)
Or just disable champions mod.

Re: Grand Boss Champion mobs problem

Posted: Mon Mar 22, 2010 5:29 pm
by rock and roll
qwerty13 wrote:Try to change ChampionFrequency, for example - to 1%. It would minimize minions-champions count. :)
Or just disable champions mod.
:(
I'm using champion rewards to move the market in my server :(

Have another way?

ROCKED!
I see the ai scripts of bosses, this is the solution!

//Orfen
private static final int RIBA = 29017;
private static final int RIBA_IREN = 29018;

//Queen Ant
private static final int GUARD = 29004;

This mobs don't have the function mob.setIsRaidMinion(true);

I only update the id's 29017, 29018, 29004 to monster type = L2Minion.

Work fine \o/

Re: Grand Boss Champion mobs problem

Posted: Tue Mar 23, 2010 3:48 pm
by exz1
\o