View Single Post
Old 09-21-2004, 01:38 AM   #6
Deathbane27
A Snow Griffin
 
Deathbane27's Avatar
 
Join Date: Aug 2002
Posts: 51
Interface Author - Click to view interfaces
Default

The text is attached to the HP gauge, EQTypes 11-15.

Code:
<Gauge item="GW_Gauge1"> <ScreenID>Gauge1</ScreenID> <!--<Font>3</Font>--> <TextColor> <R>240</R> <G>240</G> <B>240</B> </TextColor> <RelativePosition>true</RelativePosition> <Location> <X>20</X> <Y>-2</Y> </Location> <Size> <CX>108</CX> <CY>24</CY> </Size> <TextOffsetX>8</TextOffsetX> <TextOffsetY>0</TextOffsetY> <GaugeOffsetX>8</GaugeOffsetX> <GaugeOffsetY>12</GaugeOffsetY> <Style_VScroll>false</Style_VScroll> <Style_HScroll>false</Style_HScroll> <Style_Transparent>false</Style_Transparent> <!--<TooltipReference/>--> <FillTint> <R>220</R> <G>0</G> <B>0</B> </FillTint> <LinesFillTint> <R>220</R> <G>220</G> <B>0</B> </LinesFillTint> <DrawLinesFill>false</DrawLinesFill> <EQType>11</EQType> <GaugeDrawTemplate> <Background>A_GaugeBackground</Background> <Fill>A_GaugeFill</Fill> <Lines>A_GaugeLines</Lines> <LinesFill>A_GaugeLinesFill</LinesFill> <EndCapLeft>A_GaugeEndCapLeft</EndCapLeft> <EndCapRight>A_GaugeEndCapRight</EndCapRight> </GaugeDrawTemplate> </Gauge>



Just alter the TextOffset values (the Y one wasn't there to begin with but you can add it in) to adjust the location of the text (in relation to the Location tags). You may also need to add and adjust the GaugeOffset tags as well. (The GaugeOffset tags weren't there in the original file either. I have no idea what their default values are.)
__________________
If it ain't broke, it needs more features!
Deathbane27 is offline   Reply With Quote