View Single Post
Old 11-19-2009, 06:02 PM   #2
Savok
On tour since '99
 
Join Date: Sep 2002
Server: Innoruuk forever!
Posts: 473
Interface Author - Click to view interfaces
Default

If you wanted to convert from normal to hidden, then you have to delete the red highlited parts:

<Gauge item="GW_Gauge0">
<ScreenID>TargetHP</ScreenID>
<Font>2</Font>
<TextColor>
<R>240</R>
<G>240</G>
<B>240</B>
</TextColor>
<RelativePosition>true</RelativePosition>
<Location>
<X>18</X>
<Y>30</Y>
</Location>
<Size>
<CX>100</CX>
<CY>8</CY>
</Size>
<GaugeOffsetY>0</GaugeOffsetY>
<TextOffsetX>8000</TextOffsetX>
<TextOffsetY>-1</TextOffsetY>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<TooltipReference/>
<FillTint>
<R>240</R>
<G>0</G>
<B>0</B>
</FillTint>
<LinesFillTint>
<R>255</R>
<G>153</G>
<B>204</B>
</LinesFillTint>
<DrawLinesFill>false</DrawLinesFill>
<EQType>11</EQType>
<GaugeDrawTemplate>
<Background>A_GaugeBackground</Background>
</GaugeDrawTemplate>

</Gauge>

This would leave you with:

<Gauge item="GW_Gauge0">
<ScreenID>TargetHP</ScreenID>
</Gauge>

The UI would read the ID details but have no reference to draw on the screen.
__________________
Gold: 03/16/99 - 03/15/12 Silver: 03/16/12 - 03/15/18 Done:03/16/18
And with a heavy heart I bid adieu to Everquest Live.
Savok is offline   Reply With Quote