View Single Post
Old 06-22-2019, 02:51 PM   #4
Halelen
Lord Doljonijiarnimorinar
 
Join Date: Jan 2003
Server: Povar
Posts: 1,047
Interface Author - Click to view interfaces
Default

Quote:
Originally Posted by Corydon
I don't think it can be changed.
DBG just changed the EQtypes 26, 27 (and more) to be more digits.
Not sure if EQ's XML allows string operations (cut off 1 or 2 decimals before displaying).
If anyone knows and shared the knowledge I'd be happy to learn though =)
(I'd prefer 2 over 3 decimals.)


Edit: Just noticed this was my 1st post since I joined in 2004 ;-)
...which actually puzzles me. Would have bet that I posted before *shrug*




go into your player window and find the percentage for each element....look for the 100 text....then go down to the size for each CX element and add 20 to whatever number is there.
<Label item="Player_ManaLabel">
<ScreenID>ManaLabel</ScreenID>
<EQType>20</EQType>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Text>100</Text> <--- Find this
<TextColor>
<R>200</R>
<G>200</G>
<B>200</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>False</AlignCenter>
<AlignRight>true</AlignRight>
<Location>
<X>197</X>
<Y>40</Y>
</Location>
<Size>
<CX>20</CX> <---add 20 to this number
<CY>15</CY>
</Size>
<Style_Tooltip>false</Style_Tooltip>
</Label>
Halelen is offline   Reply With Quote