Korasek
Member
- ServUO Version
- Publish 57
- Ultima Expansion
- The Second Age
I am trying to show prefix and suffix overhead.
At this point in OnSingleClick() method in Mobile.cs
Title is null. I am trying to find where it is initialized.
I tried to initialize `Title` right before the `base.OnSingleClick()` call in PlayerMobile.cs, but display is very weird..
So do I need to rewrite the method in the PlayerMobile object? Is there a core validation somewhere avoiding its initialization? Where was I next week?
Paperdoll shows them ok!
-Thanks
At this point in OnSingleClick() method in Mobile.cs
Mobile.cs:
12588 if (ClickTitle && Title != null && Title.Length > 0)
12589 {
12590 suffix = Title;
12591 }
Title is null. I am trying to find where it is initialized.
I tried to initialize `Title` right before the `base.OnSingleClick()` call in PlayerMobile.cs, but display is very weird..
So do I need to rewrite the method in the PlayerMobile object? Is there a core validation somewhere avoiding its initialization? Where was I next week?
Paperdoll shows them ok!
-Thanks