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...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock