If you want to receive support we need this info to help you properly.
ยป Find Revision
L2J Revision Number:4545
L2JDP Revision Number:7878
There is any form to show the level of the mobs in their name? it has to be hard coded?
Thank you =)
Show level in name of the mobs?
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
- Zoey76
- L2j Inner Circle
- Posts: 7008
- Joined: Tue Aug 11, 2009 3:36 am
Re: Show level in name of the mobs?
In NPC.properties you have an option to display the level in the title:
If you really want to show it in the name you can probably do it using sql.
Run a query to attach the level of the mob after the name and set server side name true for all monsters.
Code: Select all
# Default: FalseShowNpcLevel = False
Run a query to attach the level of the mob after the name and set server side name true for all monsters.
Powered by Eclipse 4.34
| Eclipse Temurin 21
| MariaDB 11.3.2
| L2J Server 2.6.3.0 - High Five 
Join our Discord! 

-
- Posts: 42
- Joined: Mon Aug 10, 2009 9:39 pm
Re: Show level in name of the mobs?
Zoey76, thanks for the information. I think I will do it with the propierties =)
Thank you!!
Thank you!!

