Show level in name of the mobs?

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
Belier
Posts: 42
Joined: Mon Aug 10, 2009 9:39 pm

Show level in name of the mobs?

Post by Belier »

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 =)
Image
Image
User avatar
Zoey76
L2j Inner Circle
L2j Inner Circle
Posts: 7008
Joined: Tue Aug 11, 2009 3:36 am

Re: Show level in name of the mobs?

Post by Zoey76 »

In NPC.properties you have an option to display the level in the title:

Code: Select all

# Default: FalseShowNpcLevel = False
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.
Powered by Eclipse 4.34 ๐ŸŒŒ | Eclipse Temurin 21 โ˜• | MariaDB 11.3.2 ๐Ÿ—ƒ๏ธ | L2J Server 2.6.3.0 - High Five ๐Ÿš€

๐Ÿ”— Join our Discord! ๐ŸŽฎ๐Ÿ’ฌ
Belier
Posts: 42
Joined: Mon Aug 10, 2009 9:39 pm

Re: Show level in name of the mobs?

Post by Belier »

Zoey76, thanks for the information. I think I will do it with the propierties =)

Thank you!!
Image
Image
Post Reply