Champion Mod Errors
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
- JIV
- L2j Veteran
- Posts: 1882
- Joined: Sun Jan 06, 2008 8:17 pm
- Location: Slovakia
- Contact:
-
- Posts: 21
- Joined: Sun Jun 12, 2011 11:52 am
Re: Champion Mod Errors
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:
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
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
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
-
- Posts: 19
- Joined: Sat Oct 09, 2010 11:19 am
Re: Champion Mod Errors
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
viewtopic.php?f=81&t=16553#p84892
- zippel
- Posts: 123
- Joined: Wed Feb 09, 2011 7:21 pm
- Location: [RF] Krasnoyarsk
- Contact:
Re: Champion Mod Errors
with champion minions \:Dlion wrote:RB can spawn as champion
-
- L2j Veteran
- Posts: 967
- Joined: Sun Mar 11, 2007 7:49 pm
- Location: Ukraine
Re: Champion Mod Errors
because itemCount in L2Attackable is intDark58 wrote: Champion monster of this monster drops 2147483647 Adenas.