View Single Post
Old 06-22-2019, 07:05 AM   #12
Tiane
A Hill Giant
 
Tiane's Avatar
 
Join Date: Sep 2003
Posts: 31
Interface Author - Click to view interfaces
Default

Code:
<Label item="PW_HPLabel"> <ScreenID>HPLabel</ScreenID> <Font>1</Font> <EQType>19</EQType> <RelativePosition>true</RelativePosition> <Location> <X>121</X> <Y>54</Y> </Location>


Change the <X>121</X> to something like <X>141</X>.

Do the same for all the Label type sections, i.e. PW_ManaLabel, PW_FatigueLabel , PW_EXPLabel, PW_AAEXPLabel. You may have to just widen the size of the label to fit the stupid decimal part of the percentage in, since there's no way to truncate it or line it up properly while cutting it off. If so, move the PercLabel X values up a bit too to match.

Hopefully they'll revert the stupid change to the standard 20 year old EQTYPE and use a different one for the "high precision" HP/XP numbers instead of breaking everyone's UI...
Tiane is offline   Reply With Quote