View Single Post
Old 06-22-2011, 06:25 PM   #2
Zatris
A Treant
 
Join Date: Aug 2003
Server: Druzzil Ro
Posts: 27
Interface Author - Click to view interfaces
Default

This is the default with the <EQType>1</EQType> taken out and moved to a separate Label_item (like first post) since I want to change how the name appears and its placement.
when I add <EQType>17</EQType> to this the HP bar disappears

Code:
<Gauge item="Player_HP"> <ScreenID>PlayerHP</ScreenID> <TextColor> <R>240</R> <G>240</G> <B>240</B> </TextColor> <RelativePosition>true</RelativePosition> <TextOffsetX>1</TextOffsetX> <GaugeOffsetY>31</GaugeOffsetY> <FillTint> <R>240</R> <G>0</G> <B>0</B> </FillTint> <GaugeDrawTemplate> <Background>A_GaugeBackground</Background> <Fill>A_GaugeFill</Fill> <Lines>A_GaugeLines</Lines> <EndCapLeft>A_GaugeEndCapLeft</EndCapLeft> <EndCapRight>A_GaugeEndCapRight</EndCapRight> </GaugeDrawTemplate> <AutoStretch>true</AutoStretch> <TopAnchorOffset>145</TopAnchorOffset> <BottomAnchorOffset>185</BottomAnchorOffset> <LeftAnchorOffset>2</LeftAnchorOffset> <RightAnchorToLeft>false</RightAnchorToLeft> </Gauge>
__________________
Hi I'm a newb, got any plat?

Zatz - The Combine(Drizle Ro)
Zatris is offline   Reply With Quote