View Single Post
Old 11-07-2011, 08:39 PM   #79
goldbishop
A Treant
 
Join Date: Nov 2011
Posts: 20
Interface Author - Click to view interfaces
Default

What is the best way to get AA information?

I am thinking of having a format 11/222% over the guage, obviously centered on the guage.

11 = number of AA to spend
222% = the current guage % value

Here is what i have so far:

Code:
<Gauge item="Player_AltAdvGauge"> <ScreenID>PlayerAltAdvGauge</ScreenID> <RelativePosition>true</RelativePosition> <GaugeOffsetY>0</GaugeOffsetY> <FillTint> <R>220</R> <G>150</G> <B>0</B> </FillTint> <LinesFillTint> <R>0</R> <G>40</G> <B>150</B> </LinesFillTint> <DrawLinesFill>true</DrawLinesFill> <EQType>5</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> <TopAnchorOffset>72</TopAnchorOffset> <BottomAnchorOffset>82</BottomAnchorOffset> <LeftAnchorOffset>2</LeftAnchorOffset> <RightAnchorToLeft>false</RightAnchorToLeft> </Gauge> <Label item="Player_AACurrCount"> <ScreenID>CurrentCount</ScreenID> <EQType>71</EQType> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Text>0</Text> <TextColor> <R>255</R> <G>255</G> <B>255</B> </TextColor> <NoWrap>true</NoWrap> <AlignCenter>true</AlignCenter> <Font>1</Font> <AutoStretch>true</AutoStretch> <TopAnchorOffset>72</TopAnchorOffset> <BottomAnchorOffset>82</BottomAnchorOffset> <LeftAnchorOffset>2</LeftAnchorOffset> <RightAnchorToLeft>false</RightAnchorToLeft> <Style_Tooltip>false</Style_Tooltip> </Label>
goldbishop is offline   Reply With Quote