fokys Posted January 12, 2012 Posted January 12, 2012 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
0 fokys Posted January 12, 2012 Author Posted January 12, 2012 sorry found it :p if (Config.SHOW_NPC_LVL && _activeChar instanceof L2MonsterInstance) { String t = "Lv " + cha.getLevel() + (cha.getAggroRange() > 0 ? "*" : "");
Question
fokys
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