It is possible but would take heavy editing to get the proper info in the opl. It has been a long time but I am 99% sure the majority of the info listed will be incorrect.
 
CurrentExpansion.cs

Find and change this line;
Code:
ObjectPropertyList.Enabled = true;

You also must change the flags that are sent to the client upon first login, it must receive AOS flags in order for the client to enable the tool-tips locally;

Code:
SupportedFeatures.Value |= FeatureFlags.AOS;
 
Back