Page 2 of 2

Re: Champion Mod Errors

Posted: Thu Dec 31, 2009 2:07 pm
by JIV

Re: Champion Mod Errors

Posted: Fri Jul 22, 2011 1:20 am
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

Re: Champion Mod Errors

Posted: Thu Jul 28, 2011 12:38 pm
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

Re: Champion Mod Errors

Posted: Thu Jul 28, 2011 2:53 pm
by zippel
lion wrote:RB can spawn as champion :(
with champion minions \:D

Re: Champion Mod Errors

Posted: Thu Jul 28, 2011 3:01 pm
by lion
Dark58 wrote: Champion monster of this monster drops 2147483647 Adenas.
because itemCount in L2Attackable is int