Jump to content
  • 0

NpcLevel


Question

Posted

Hello!

I would like to ask for little help here!

 

We all know L2J option ShowNpcLevel which will show in game all mob level!

 

I was wondering where to find code who does it?

It must be in server packets somewhere i guess,can somebody point me in right direction!

Thanks

3 answers to this question

Recommended Posts

  • 0
Posted

sorry found it :p

 

if (Config.SHOW_NPC_LVL && _activeChar instanceof L2MonsterInstance)

    {

String t = "Lv " + cha.getLevel() + (cha.getAggroRange() > 0 ? "*" : "");

Guest
This topic is now closed to further replies.
×
×
  • Create New...