View Single Post
Old 02-21-2013, 06:15 PM   #1
Stice
A Snow Griffin
 
Join Date: Feb 2003
Posts: 55
Interface Author - Click to view interfaces
Default Aggro gauge help

I have this agro gauge in my player window and I have searched on how to do this but can not find it.
What i was wanting to do is for the agro I have make it fill up red and basically the background white. how it is now it just fills white. is their a way to just make a dummy gauge fill that is white and make the red meter go up?

<Gauge item="PW_AggroGauge">
<ScreenID>PW_AggroGauge</ScreenID>
<TextColor>
<R>240</R>
<G>240</G>
<B>240</B>
</TextColor>
<RelativePosition>true</RelativePosition>
<FillTint>
<R>255</R>
<G>255</G>
<B>255</B>
</FillTint>
<EQType>149</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>
<AutoStretch>true</AutoStretch>
<GaugeOffsetY>0</GaugeOffsetY>
<TopAnchorOffset>104</TopAnchorOffset>
<BottomAnchorOffset>111</BottomAnchorOffset>
<RightAnchorToLeft>false</RightAnchorToLeft>
<LeftAnchorOffset>2</LeftAnchorOffset>
<RightAnchorOffset>0</RightAnchorOffset>
</Gauge>


thanks for any help to do this or show me how it is done.
__________________
Stice
Stice is offline   Reply With Quote