Page 1 of 1

Show level in name of the mobs?

Posted: Mon Apr 11, 2011 8:43 pm
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 =)

Re: Show level in name of the mobs?

Posted: Mon Apr 11, 2011 9:23 pm
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.

Re: Show level in name of the mobs?

Posted: Mon Apr 11, 2011 9:45 pm
by Belier
Zoey76, thanks for the information. I think I will do it with the propierties =)

Thank you!!