View Single Post
Old 01-09-2003, 01:34 AM   #8
Katn
An Icepaw Kobold
 
Katn's Avatar
 
Join Date: Aug 2002
Posts: 87
Interface Author - Click to view interfaces
Default

I got it so far but can only make it for the HP..not my mana or my sta

I tried doing it with the EQtype that u sent with the tutarial..but I think I am missing something..this is what I did for the mana...

<Label item ="PW_HP%Number">
<EQType>20</EQType>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<!--d --> <X>126</X>
<!--e --> <Y>30</Y>
</Location>
<Size>
<!--f --> <CX>24</CX>
<CY>14</CY>
</Size>
<!--g --> <Text>0</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
</Label>
<Label item ="PW_HP%Sign">
<!--b -->
<!--c -->
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<!--d --> <X>150</X>
<!--e --> <Y>30</Y>
</Location>
<Size>
<!--f --> <CX>16</CX>
<CY>14</CY>
</Size>
<!--g --> <Text>%</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
</Label>
<Gauge item = "Player_Mana">
<ScreenID>PlayerMana</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>3</X>
<Y>46</Y>
</Location>
<Size>
<CX>108</CX>
<CY>8</CY>
</Size>
<GaugeOffsetY>0</GaugeOffsetY>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<!--<TooltipReference/>-->
<FillTint>
<R>0</R>
<G>0</G>
<B>240</B>
</FillTint>
<LinesFillTint>
<R>0</R>
<G>220</G>
<B>220</B>
</LinesFillTint>
<DrawLinesFill>false</DrawLinesFill>
<EQType>2</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>
</Gauge>

Just not sure what I am missing for the mana section =/
Katn is offline   Reply With Quote