Home Forum Downloads My Favorites Register FAQ Mark Forums Read

Go Back   EQInterface Forums > Developer Discussion > General authoring help / discussion
User Name
Password

Reply
 
Thread Tools Display Modes
Old 11-08-2011, 05:45 PM   #1
goldbishop
A Treant
 
Join Date: Nov 2011
Posts: 20
Interface Author - Click to view interfaces
Default AA XP UI Mod Question

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
Reply



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off


All times are GMT -5. The time now is 05:28 AM.


vBulletin Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
© MMOUI