View Single Post
Old 06-12-2010, 09:02 AM   #66
di28889
A Hill Giant
 
di28889's Avatar
 
Join Date: Mar 2003
Posts: 39
Interface Author - Click to view interfaces
Default

Quote:
Originally Posted by runicNomad
which file in the default ui? Do you mean looking at each xml file to see where it is pointing?


most of the EQUI_*.xml
you will see in each file


EQUI_PlayerWindow.xml has

Code:
<Gauge item="Player_CombatTimer"> <ScreenID>Player_CombatTimer</ScreenID> <RelativePosition>true</RelativePosition> <GaugeOffsetY>0</GaugeOffsetY> <FillTint> <R>169</R> <G>169</G> <B>169</B> </FillTint> <EQType>29</EQType> <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>62</TopAnchorOffset> <BottomAnchorOffset>72</BottomAnchorOffset> <LeftAnchorOffset>2</LeftAnchorOffset> <RightAnchorOffset>0</RightAnchorOffset> <RightAnchorToLeft>false</RightAnchorToLeft> </Gauge>
di28889 is offline   Reply With Quote