L2JMobius

C6 Champions mobs not work

Olivka · 2 · 5481

Offline Olivka

  • Heir
  • **
    • Posts: 39
ChampionEnable = True
# Chance for a mob to became champion (in percents) - 0 to disable
ChampionFrequency = 92

org/l2jmobius/gameserver/model/actor/Attackable.java:580
if (random < Config.L2JMOD_CHAMPION_FREQUENCY) //true
setChampion(true); - work?


Online Mobius

  • Distinguished King
  • *****
    • Posts: 16153
They do work.
Monsters have a chance to become champions after they respawn.