Felladrin submitted a new resource:

Display staff level under character's name - Easy way to show your players who is officially a staff member.

Display staff level under character's name

This is a fast mod to let your players know who is officially member of the staff.

ai.imgur.com_qp6srIr.png

All you need to do is to open PlayerMobile.cs and look for the line:

Code:
base.GetProperties(list);


Then, below this line you add the following:

Code:
if (AccessLevel > AccessLevel.Player)
    list.Add(1060847, "{0}\t{1}", "Shard", Enum.GetName(typeof(AccessLevel),...

Read more about this resource...
 
Oops, I've just noticed ServUO already had it implemented, sorry.
I'm still using RunUO, that's why I've posted.
 
Back