Champion Mod Errors

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
User avatar
JIV
L2j Veteran
L2j Veteran
Posts: 1882
Joined: Sun Jan 06, 2008 8:17 pm
Location: Slovakia
Contact:

Re: Champion Mod Errors

Post by JIV »

Dark58
Posts: 21
Joined: Sun Jun 12, 2011 11:52 am

Re: Champion Mod Errors

Post by Dark58 »

I have a terrible problem with adena of champion mobs:
If I put a Monster with adena drop for example: Min: 9000 Maximum: 12000 and chance: 1000000
with this config:

Code: Select all

# Min and max levels allowed for a mob to be a Champion mob.ChampionMinLevel = 20ChampionMaxLevel = 99 # Hp multiplier for Champion mobs.ChampionHp = 8 # Hp Regen Multiplier for Champion mobs.ChampionHpRegen = 1.0 # Standard rewards multiplier for Champion mobs.ChampionRewards = 35 # Adena & Seal Stone rewards multiplier for Champion mobs.ChampionAdenasRewards = 5000.0
Champion monster of this monster drops 2147483647 Adenas.
But if I change the config:
ChampionAdenasRewards = 5000.0
to
ChampionAdenasRewards = 10.0

that Champion monster drop the correct quantity of adenas, but monsters with less chance than 1000000 for example 700000 drops less adena than the normal monsters,

I cant understand Why and I dont know if is my problem or no and why that occurs... =S

I read all post and test all fixeds and didn't solve...

Datapack Revision: 8125
Gameserver Revision: 4715
kazike
Posts: 19
Joined: Sat Oct 09, 2010 11:19 am

Re: Champion Mod Errors

Post by kazike »

RB can't be champion. There are a problem with moobs in queen ant and others, but it solved:

viewtopic.php?f=81&t=16553#p84892
User avatar
zippel
Posts: 123
Joined: Wed Feb 09, 2011 7:21 pm
Location: [RF] Krasnoyarsk
Contact:

Re: Champion Mod Errors

Post by zippel »

lion wrote:RB can spawn as champion :(
with champion minions \:D
lion
L2j Veteran
L2j Veteran
Posts: 967
Joined: Sun Mar 11, 2007 7:49 pm
Location: Ukraine

Re: Champion Mod Errors

Post by lion »

Dark58 wrote: Champion monster of this monster drops 2147483647 Adenas.
because itemCount in L2Attackable is int
Post Reply