quick buff window question...
Posted: Mon May 03, 2004 10:30 pm
I currently using delta UI and have it adapted for the old parm version of buff window... heres the code i have so far that i found on the boards...
what would i have to do to this code to make it so that it shows the label too... my noobish self copied from the guys post that just wanted the time not the labels...
thanks.
Code: Select all
<Label item="BW_Buff0_Label">
<ScreenID>BW_Buff0_Label</ScreenID>
<Font>1</Font>
<EQType>9999</EQType>
<TooltipReference>${If[${Bool[${Me.Buff[1]}]},${Me.Buff[1].Duration.Time},]}</TooltipReference>
<Location>
<X>1</X>
<Y>7</Y>
</Location>
<Size>
<CX>135</CX>
<CY>22</CY>
</Size>
<TextColor>
<R>220</R>
<G>220</G>
<B>220</B>
</TextColor>
<AlignRight>true</AlignRight>
</Label>thanks.