RunUO Community

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Player Names Style

Player Names Style

Hello! I think you know core code better than me...
I use Latest SVN and client ML 6013
CurrentExpansion.cs
Code:
private static readonly Expansion Expansion = Expansion.ML;
Names of player show in tooltip when you clicked on mobile

Code:
private static readonly Expansion Expansion = Expansion.None;
Names of players show above their head ( I like this style) :rolleyes:



My question: How to make names of players and other mobiles like on Expansuon.None when i use Expansion.ML

Im check mobile.cs and find some methods like OnAosSingleClick and OnSingleClick but i dont know how to modify, maybe someone can help me?;)
 
Top