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...
Grand Boss Champion mobs problem
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
- rock and roll
- Posts: 63
- Joined: Mon Feb 08, 2010 11:39 am
Grand Boss Champion mobs problem
Lineage 2 Servers need rock'n roll sounds.
Long life for free servers.
Long life for free servers.
- qwerty13
- Posts: 640
- Joined: Mon Feb 02, 2009 9:57 am
- Location: Europe
- Contact:
Re: Grand Boss Champion mobs problem
Try to change ChampionFrequency, for example - to 1%. It would minimize minions-champions count. 
Or just disable champions mod.

Or just disable champions mod.
- rock and roll
- Posts: 63
- Joined: Mon Feb 08, 2010 11:39 am
Re: Grand Boss Champion mobs problem
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.
Long life for free servers.