View Single Post
Old 06-25-2019, 10:22 AM   #10
jrhansen
A Bat
 
Join Date: Jan 2003
Posts: 1
Arrow

Quote:
Originally Posted by Fnyyen
i had to change mine to <AlignLeft> and shrank the size down to 18 - 19, and that is all depending on your Font Selection, i found it easier to just go with the 99.5 and knock off the rest of the numbers just not sure what it will look like if it ever got to 100.0% tho. as for the <TextOffsetX> its very dependent on the XML code its using


Was what I did too. the textoffset did nothing.
In my code :

<Label item ="XPPercent">
<ScreenID>XPPercentage</ScreenID>
<Font>2</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>108</X>
<Y>192</Y>
</Location>
<Size>
<CX>30</CX>
<CY>14</CY>
</Size>
<EQType>26</EQType>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<TextOffsety>1</TextOffsety>
<TextOffsetX>100</TextOffsetX>
<Text>100</Text>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>true</AlignRight>
</Label>

I just changed <AlignRight>true</AlignRight> to <AlignLeft>true</AlignLeft>

and adjusted the box size

<Size>
<CX>30</CX>
<CY>14</CY>
</Size>

to hold only the first digit.


I think 100.0 will not happen. as my HP and mana labels all say "100", so I think the definitions automaticly cuts off a .0 digit wich is also pointless to have and exp. will never go past 100, as your officially levelled up when you hit 100%
jrhansen is offline   Reply With Quote