Grand Boss Champion mobs problem

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
User avatar
rock and roll
Posts: 63
Joined: Mon Feb 08, 2010 11:39 am

Grand Boss Champion mobs problem

Post 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...
Lineage 2 Servers need rock'n roll sounds.
Long life for free servers.
User avatar
qwerty13
Posts: 640
Joined: Mon Feb 02, 2009 9:57 am
Location: Europe
Contact:

Re: Grand Boss Champion mobs problem

Post by qwerty13 »

Try to change ChampionFrequency, for example - to 1%. It would minimize minions-champions count. :)
Or just disable champions mod.
User avatar
rock and roll
Posts: 63
Joined: Mon Feb 08, 2010 11:39 am

Re: Grand Boss Champion mobs problem

Post 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/
Lineage 2 Servers need rock'n roll sounds.
Long life for free servers.
exz1
Posts: 95
Joined: Sat Jan 10, 2009 9:35 am

Re: Grand Boss Champion mobs problem

Post by exz1 »

\o
Post Reply