Mini-Buffs Vertical Window (Fixed for new data types)

Forum for posting custom UIs, portions of UIs, and HUD stuff using MQ's enhancements.

Moderator: MacroQuest Developers

User avatar
Slice
a hill giant
a hill giant
Posts: 189
Joined: Wed Oct 30, 2002 2:52 pm

Mini-Buffs Vertical Window (Fixed for new data types)

Post by Slice » Thu Apr 22, 2004 12:43 am

This is the buff window I've used forever. I don't remember who originally posted it. I updated it for use with the new data types.

Code: Select all

<!--Mini-Buffs written by Marcin of Bertoxxulous--> 
<?xml version = "1.0"?> 
<XML ID = "EQInterfaceDefinitionLanguage"> 
   <Schema xmlns = "EverQuestData" xmlns:dt = "EverQuestDataTypes"/> 

   <Button item = "BW_Buff0_Button"> 
      <ScreenID>Buff0</ScreenID> 
      <Font>2</Font> 
      <RelativePosition>true</RelativePosition> 
      <Location> 
         <X>3</X> 
         <Y>3</Y> 
      </Location> 
      <Size> 
         <CX>198</CX> 
         <CY>13</CY> 
      </Size> 
      <Style_VScroll>false</Style_VScroll> 
      <Style_HScroll>false</Style_HScroll> 
      <Style_Transparent>false</Style_Transparent> 
      <Style_Checkbox>false</Style_Checkbox> 
      <ButtonDrawTemplate> 
         <Normal>BlueIconBackground</Normal> 
         <NormalDecal>BuffIcons</NormalDecal> 
      </ButtonDrawTemplate> 
      <DecalOffset> 
         <X>0</X> 
         <Y>0</Y> 
      </DecalOffset> 
      <DecalSize> 
         <CX>12</CX> 
         <CY>12</CY> 
      </DecalSize> 
   </Button> 

   <Button item = "BW_Buff1_Button"> 
      <ScreenID>Buff1</ScreenID> 
      <Font>2</Font> 
      <RelativePosition>true</RelativePosition> 
      <Location> 
         <X>3</X> 
         <Y>3</Y> 
      </Location> 
      <Size> 
         <CX>198</CX> 
         <CY>13</CY> 
      </Size> 
      <Style_VScroll>false</Style_VScroll> 
      <Style_HScroll>false</Style_HScroll> 
      <Style_Transparent>false</Style_Transparent> 
      <Style_Checkbox>false</Style_Checkbox> 
      <ButtonDrawTemplate> 
         <Normal>RedIconBackground</Normal> 
         <NormalDecal>BuffIcons</NormalDecal> 
      </ButtonDrawTemplate> 
      <DecalOffset> 
         <X>0</X> 
         <Y>0</Y> 
      </DecalOffset> 
      <DecalSize> 
         <CX>12</CX> 
         <CY>12</CY> 
      </DecalSize> 
   </Button> 

   <Button item = "BW_Buff2_Button"> 
      <ScreenID>Buff2</ScreenID> 
      <Font>2</Font> 
      <RelativePosition>true</RelativePosition> 
      <Location> 
         <X>93</X> 
         <Y>3</Y> 
      </Location> 
      <Size> 
         <CX>198</CX> 
         <CY>13</CY> 
      </Size> 
      <Style_VScroll>false</Style_VScroll> 
      <Style_HScroll>false</Style_HScroll> 
      <Style_Transparent>false</Style_Transparent> 
      <Style_Checkbox>false</Style_Checkbox> 
      <ButtonDrawTemplate> 
         <Normal>RedIconBackground</Normal> 
         <NormalDecal>BuffIcons</NormalDecal> 
      </ButtonDrawTemplate> 
      <DecalOffset> 
         <X>0</X> 
         <Y>0</Y> 
      </DecalOffset> 
      <DecalSize> 
         <CX>12</CX> 
         <CY>12</CY> 
      </DecalSize> 
   </Button> 

   <Button item = "BW_Buff3_Button"> 
      <ScreenID>Buff3</ScreenID> 
      <Font>2</Font> 
      <RelativePosition>true</RelativePosition> 
      <Location> 
         <X>3</X> 
         <Y>49</Y> 
      </Location> 
      <Size> 
         <CX>198</CX> 
         <CY>13</CY> 
      </Size> 
      <Style_VScroll>false</Style_VScroll> 
      <Style_HScroll>false</Style_HScroll> 
      <Style_Transparent>false</Style_Transparent> 
      <Style_Checkbox>false</Style_Checkbox> 
      <ButtonDrawTemplate> 
         <Normal>BlueIconBackground</Normal> 
         <NormalDecal>BuffIcons</NormalDecal> 
      </ButtonDrawTemplate> 
      <DecalOffset> 
         <X>0</X> 
         <Y>0</Y> 
      </DecalOffset> 
      <DecalSize> 
         <CX>12</CX> 
         <CY>12</CY> 
      </DecalSize> 
   </Button> 

   <Button item = "BW_Buff4_Button"> 
      <ScreenID>Buff4</ScreenID> 
      <Font>2</Font> 
      <RelativePosition>true</RelativePosition> 
      <Location> 
         <X>48</X> 
         <Y>49</Y> 
      </Location> 
      <Size> 
         <CX>198</CX> 
         <CY>13</CY> 
      </Size> 
      <Style_VScroll>false</Style_VScroll> 
      <Style_HScroll>false</Style_HScroll> 
      <Style_Transparent>false</Style_Transparent> 
      <Style_Checkbox>false</Style_Checkbox> 
      <ButtonDrawTemplate> 
         <Normal>RedIconBackground</Normal> 
         <NormalDecal>BuffIcons</NormalDecal> 
      </ButtonDrawTemplate> 
      <DecalOffset> 
         <X>0</X> 
         <Y>0</Y> 
      </DecalOffset> 
      <DecalSize> 
         <CX>12</CX> 
         <CY>12</CY> 
      </DecalSize> 
   </Button> 

   <Button item = "BW_Buff5_Button"> 
      <ScreenID>Buff5</ScreenID> 
      <Font>2</Font> 
      <RelativePosition>true</RelativePosition> 
      <Location> 
         <X>93</X> 
         <Y>49</Y> 
      </Location> 
      <Size> 
         <CX>198</CX> 
         <CY>13</CY> 
      </Size> 
      <Style_VScroll>false</Style_VScroll> 
      <Style_HScroll>false</Style_HScroll> 
      <Style_Transparent>false</Style_Transparent> 
      <Style_Checkbox>false</Style_Checkbox> 
      <ButtonDrawTemplate> 
         <Normal>RedIconBackground</Normal> 
         <NormalDecal>BuffIcons</NormalDecal> 
      </ButtonDrawTemplate> 
      <DecalOffset> 
         <X>0</X> 
         <Y>0</Y> 
      </DecalOffset> 
      <DecalSize> 
         <CX>12</CX> 
         <CY>12</CY> 
      </DecalSize> 
   </Button> 

   <Button item = "BW_Buff6_Button"> 
      <ScreenID>Buff6</ScreenID> 
      <Font>2</Font> 
      <RelativePosition>true</RelativePosition> 
      <Location> 
         <X>3</X> 
         <Y>95</Y> 
      </Location> 
      <Size> 
         <CX>198</CX> 
         <CY>13</CY> 
      </Size> 
      <Style_VScroll>false</Style_VScroll> 
      <Style_HScroll>false</Style_HScroll> 
      <Style_Transparent>false</Style_Transparent> 
      <Style_Checkbox>false</Style_Checkbox> 
      <ButtonDrawTemplate> 
         <Normal>BlueIconBackground</Normal> 
         <NormalDecal>BuffIcons</NormalDecal> 
      </ButtonDrawTemplate> 
      <DecalOffset> 
         <X>0</X> 
         <Y>0</Y> 
      </DecalOffset> 
      <DecalSize> 
         <CX>12</CX> 
         <CY>12</CY> 
      </DecalSize> 
   </Button> 

   <Button item = "BW_Buff7_Button"> 
      <ScreenID>Buff7</ScreenID> 
      <Font>2</Font> 
      <RelativePosition>true</RelativePosition> 
      <Location> 
         <X>48</X> 
         <Y>95</Y> 
      </Location> 
      <Size> 
         <CX>198</CX> 
         <CY>13</CY> 
      </Size> 
      <Style_VScroll>false</Style_VScroll> 
      <Style_HScroll>false</Style_HScroll> 
      <Style_Transparent>false</Style_Transparent> 
      <Style_Checkbox>false</Style_Checkbox> 
      <ButtonDrawTemplate> 
         <Normal>RedIconBackground</Normal> 
         <NormalDecal>BuffIcons</NormalDecal> 
      </ButtonDrawTemplate> 
      <DecalOffset> 
         <X>0</X> 
         <Y>0</Y> 
      </DecalOffset> 
      <DecalSize> 
         <CX>12</CX> 
         <CY>12</CY> 
      </DecalSize> 
   </Button> 

   <Button item = "BW_Buff8_Button"> 
      <ScreenID>Buff8</ScreenID> 
      <Font>2</Font> 
      <RelativePosition>true</RelativePosition> 
      <Location> 
         <X>93</X> 
         <Y>95</Y> 
      </Location> 
      <Size> 
         <CX>198</CX> 
         <CY>13</CY> 
      </Size> 
      <Style_VScroll>false</Style_VScroll> 
      <Style_HScroll>false</Style_HScroll> 
      <Style_Transparent>false</Style_Transparent> 
      <Style_Checkbox>false</Style_Checkbox> 
      <ButtonDrawTemplate> 
         <Normal>RedIconBackground</Normal> 
         <NormalDecal>BuffIcons</NormalDecal> 
      </ButtonDrawTemplate> 
      <DecalOffset> 
         <X>0</X> 
         <Y>0</Y> 
      </DecalOffset> 
      <DecalSize> 
         <CX>12</CX> 
         <CY>12</CY> 
      </DecalSize> 
   </Button> 

   <Button item = "BW_Buff9_Button"> 
      <ScreenID>Buff9</ScreenID> 
      <Font>2</Font> 
      <RelativePosition>true</RelativePosition> 
      <Location> 
         <X>3</X> 
         <Y>141</Y> 
      </Location> 
      <Size> 
         <CX>198</CX> 
         <CY>13</CY> 
      </Size> 
      <Style_VScroll>false</Style_VScroll> 
      <Style_HScroll>false</Style_HScroll> 
      <Style_Transparent>false</Style_Transparent> 
      <Style_Checkbox>false</Style_Checkbox> 
      <ButtonDrawTemplate> 
         <Normal>BlueIconBackground</Normal> 
         <NormalDecal>BuffIcons</NormalDecal> 
      </ButtonDrawTemplate> 
      <DecalOffset> 
         <X>0</X> 
         <Y>0</Y> 
      </DecalOffset> 
      <DecalSize> 
         <CX>12</CX> 
         <CY>12</CY> 
      </DecalSize> 
   </Button> 

   <Button item = "BW_Buff10_Button"> 
      <ScreenID>Buff10</ScreenID> 
      <Font>1</Font> 
      <RelativePosition>true</RelativePosition> 
      <Location> 
         <X>48</X> 
         <Y>141</Y> 
      </Location> 
      <Size> 
         <CX>198</CX> 
         <CY>13</CY> 
      </Size> 
      <Style_VScroll>false</Style_VScroll> 
      <Style_HScroll>false</Style_HScroll> 
      <Style_Transparent>false</Style_Transparent> 
      <Style_Checkbox>false</Style_Checkbox> 
      <ButtonDrawTemplate> 
         <Normal>RedIconBackground</Normal> 
         <NormalDecal>BuffIcons</NormalDecal> 
      </ButtonDrawTemplate> 
      <DecalOffset> 
         <X>0</X> 
         <Y>0</Y> 
      </DecalOffset> 
      <DecalSize> 
         <CX>12</CX> 
         <CY>12</CY> 
      </DecalSize> 
   </Button> 

   <Button item = "BW_Buff11_Button"> 
      <ScreenID>Buff11</ScreenID> 
      <Font>2</Font> 
      <RelativePosition>true</RelativePosition> 
      <Location> 
         <X>93</X> 
         <Y>141</Y> 
      </Location> 
      <Size> 
         <CX>198</CX> 
         <CY>13</CY> 
      </Size> 
      <Style_VScroll>false</Style_VScroll> 
      <Style_HScroll>false</Style_HScroll> 
      <Style_Transparent>false</Style_Transparent> 
      <Style_Checkbox>false</Style_Checkbox> 
      <ButtonDrawTemplate> 
         <Normal>RedIconBackground</Normal> 
         <NormalDecal>BuffIcons</NormalDecal> 
      </ButtonDrawTemplate> 
      <DecalOffset> 
         <X>0</X> 
         <Y>0</Y> 
      </DecalOffset> 
      <DecalSize> 
         <CX>12</CX> 
         <CY>12</CY> 
      </DecalSize> 
   </Button> 

   <Button item = "BW_Buff12_Button"> 
      <ScreenID>Buff12</ScreenID> 
      <Font>2</Font> 
      <RelativePosition>true</RelativePosition> 
      <Location> 
         <X>3</X> 
         <Y>187</Y> 
      </Location> 
      <Size> 
         <CX>198</CX> 
         <CY>13</CY> 
      </Size> 
      <Style_VScroll>false</Style_VScroll> 
      <Style_HScroll>false</Style_HScroll> 
      <Style_Transparent>false</Style_Transparent> 
      <Style_Checkbox>false</Style_Checkbox> 
      <ButtonDrawTemplate> 
         <Normal>BlueIconBackground</Normal> 
         <NormalDecal>BuffIcons</NormalDecal> 
      </ButtonDrawTemplate> 
      <DecalOffset> 
         <X>0</X> 
         <Y>0</Y> 
      </DecalOffset> 
      <DecalSize> 
         <CX>12</CX> 
         <CY>12</CY> 
      </DecalSize> 
   </Button> 

   <Button item = "BW_Buff13_Button"> 
      <ScreenID>Buff13</ScreenID> 
      <Font>2</Font> 
      <RelativePosition>true</RelativePosition> 
      <Location> 
         <X>48</X> 
         <Y>187</Y> 
      </Location> 
      <Size> 
         <CX>198</CX> 
         <CY>13</CY> 
      </Size> 
      <Style_VScroll>false</Style_VScroll> 
      <Style_HScroll>false</Style_HScroll> 
      <Style_Transparent>false</Style_Transparent> 
      <Style_Checkbox>false</Style_Checkbox> 
      <ButtonDrawTemplate> 
         <Normal>RedIconBackground</Normal> 
         <NormalDecal>BuffIcons</NormalDecal> 
      </ButtonDrawTemplate> 
      <DecalOffset> 
         <X>0</X> 
         <Y>0</Y> 
      </DecalOffset> 
      <DecalSize> 
         <CX>12</CX> 
         <CY>12</CY> 
      </DecalSize> 
   </Button> 

   <Button item = "BW_Buff14_Button"> 
      <ScreenID>Buff14</ScreenID> 
      <Font>2</Font> 
      <RelativePosition>true</RelativePosition> 
      <Location> 
         <X>93</X> 
         <Y>187</Y> 
      </Location> 
      <Size> 
         <CX>198</CX> 
         <CY>13</CY> 
      </Size> 
      <Style_VScroll>false</Style_VScroll> 
      <Style_HScroll>false</Style_HScroll> 
      <Style_Transparent>false</Style_Transparent> 
      <Style_Checkbox>false</Style_Checkbox> 
      <ButtonDrawTemplate> 
         <Normal>RedIconBackground</Normal> 
         <NormalDecal>BuffIcons</NormalDecal> 
      </ButtonDrawTemplate> 
      <DecalOffset> 
         <X>0</X> 
         <Y>0</Y> 
      </DecalOffset> 
      <DecalSize> 
         <CX>12</CX> 
         <CY>12</CY> 
      </DecalSize> 
   </Button> 

   <Label item ="BW_Buff0"> 
      <ScreenID>Buff0Label</ScreenID> 
      <EQType>9999</EQType> 
      <Font>1</Font> 
<TooltipReference>${If[${Bool[${Me.Buff[1]}]},${Me.Buff[1]} ${Me.Buff[1].Duration.Time},]}</TooltipReference> 
      <RelativePosition>true</RelativePosition> 
      <Location> 
         <X>25</X> 
         <Y>0</Y> 
      </Location> 
      <Size> 
         <CX>344</CX> 
         <CY>10</CY> 
      </Size> 
      <Text></Text> 
      <TextColor> 
            <R>255</R> 
            <G>255</G> 
            <B>255</B> 
      </TextColor> 
      <NoWrap>true</NoWrap> 
      <AlignCenter>false</AlignCenter> 
      <AlignRight>false</AlignRight> 
   </Label> 

   <Label item ="BW_Buff1"> 
      <ScreenID>Buff1Label</ScreenID> 
      <EQType>9999</EQType> 
      <Font>1</Font> 
<TooltipReference>${If[${Bool[${Me.Buff[2]}]},${Me.Buff[2]} ${Me.Buff[2].Duration.Time},]}</TooltipReference> 
      <RelativePosition>true</RelativePosition> 
      <Location> 
         <X>25</X> 
         <Y>14</Y> 
      </Location> 
      <Size> 
         <CX>344</CX> 
         <CY>10</CY> 
      </Size> 
      <Text></Text> 
      <TextColor> 
            <R>255</R> 
            <G>255</G> 
            <B>255</B> 
      </TextColor> 
      <NoWrap>true</NoWrap> 
      <AlignCenter>false</AlignCenter> 
      <AlignRight>false</AlignRight> 
   </Label> 

   <Label item ="BW_Buff2"> 
      <ScreenID>Buff2Label</ScreenID> 
      <EQType>9999</EQType> 
      <Font>1</Font> 
<TooltipReference>${If[${Bool[${Me.Buff[3]}]},${Me.Buff[3]} ${Me.Buff[3].Duration.Time},]}</TooltipReference> 
      <RelativePosition>true</RelativePosition> 
      <Location> 
         <X>25</X> 
         <Y>28</Y> 
      </Location> 
      <Size> 
         <CX>344</CX> 
         <CY>10</CY> 
      </Size> 
      <Text></Text> 
      <TextColor> 
            <R>255</R> 
            <G>255</G> 
            <B>255</B> 
      </TextColor> 
      <NoWrap>true</NoWrap> 
      <AlignCenter>false</AlignCenter> 
      <AlignRight>false</AlignRight> 
   </Label> 

   <Label item ="BW_Buff3"> 
      <ScreenID>Buff3Label</ScreenID> 
      <EQType>9999</EQType> 
      <Font>1</Font> 
<TooltipReference>${If[${Bool[${Me.Buff[4]}]},${Me.Buff[4]} ${Me.Buff[4].Duration.Time},]}</TooltipReference> 
      <RelativePosition>true</RelativePosition> 
      <Location> 
         <X>25</X> 
         <Y>42</Y> 
      </Location> 
      <Size> 
         <CX>344</CX> 
         <CY>10</CY> 
      </Size> 
      <Text></Text> 
      <TextColor> 
            <R>255</R> 
            <G>255</G> 
            <B>255</B> 
      </TextColor> 
      <NoWrap>true</NoWrap> 
      <AlignCenter>false</AlignCenter> 
      <AlignRight>false</AlignRight> 
   </Label> 

   <Label item ="BW_Buff4"> 
      <ScreenID>Buff4Label</ScreenID> 
      <EQType>9999</EQType> 
      <Font>1</Font> 
<TooltipReference>${If[${Bool[${Me.Buff[5]}]},${Me.Buff[5]} ${Me.Buff[5].Duration.Time},]}</TooltipReference> 
      <RelativePosition>true</RelativePosition> 
      <Location> 
         <X>25</X> 
         <Y>56</Y> 
      </Location> 
      <Size> 
         <CX>344</CX> 
         <CY>10</CY> 
      </Size> 
      <Text></Text> 
      <TextColor> 
            <R>255</R> 
            <G>255</G> 
            <B>255</B> 
      </TextColor> 
      <NoWrap>true</NoWrap> 
      <AlignCenter>false</AlignCenter> 
      <AlignRight>false</AlignRight> 
   </Label> 
    
   <Label item ="BW_Buff5"> 
      <ScreenID>Buff5Label</ScreenID> 
      <EQType>9999</EQType> 
      <Font>1</Font> 
<TooltipReference>${If[${Bool[${Me.Buff[6]}]},${Me.Buff[6]} ${Me.Buff[6].Duration.Time},]}</TooltipReference> 
      <RelativePosition>true</RelativePosition> 
      <Location> 
         <X>25</X> 
         <Y>70</Y> 
      </Location> 
      <Size> 
         <CX>344</CX> 
         <CY>10</CY> 
      </Size> 
      <Text></Text> 
      <TextColor> 
            <R>255</R> 
            <G>255</G> 
            <B>255</B> 
      </TextColor> 
      <NoWrap>true</NoWrap> 
      <AlignCenter>false</AlignCenter> 
      <AlignRight>false</AlignRight> 
   </Label> 
    
   <Label item ="BW_Buff6"> 
      <ScreenID>Buff6Label</ScreenID> 
      <EQType>9999</EQType> 
      <Font>1</Font> 
<TooltipReference>${If[${Bool[${Me.Buff[7]}]},${Me.Buff[7]} ${Me.Buff[7].Duration.Time},]}</TooltipReference> 
      <RelativePosition>true</RelativePosition> 
      <Location> 
         <X>25</X> 
         <Y>84</Y> 
      </Location> 
      <Size> 
         <CX>344</CX> 
         <CY>10</CY> 
      </Size> 
      <Text></Text> 
      <TextColor> 
            <R>255</R> 
            <G>255</G> 
            <B>255</B> 
      </TextColor> 
      <NoWrap>true</NoWrap> 
      <AlignCenter>false</AlignCenter> 
      <AlignRight>false</AlignRight> 
   </Label> 
    
   <Label item ="BW_Buff7"> 
      <ScreenID>Buff7Label</ScreenID> 
      <EQType>9999</EQType> 
      <Font>1</Font> 
<TooltipReference>${If[${Bool[${Me.Buff[8]}]},${Me.Buff[8]} ${Me.Buff[8].Duration.Time},]}</TooltipReference> 
      <RelativePosition>true</RelativePosition> 
      <Location> 
         <X>25</X> 
         <Y>98</Y> 
      </Location> 
      <Size> 
         <CX>344</CX> 
         <CY>10</CY> 
      </Size> 
      <Text></Text> 
      <TextColor> 
            <R>255</R> 
            <G>255</G> 
            <B>255</B> 
      </TextColor> 
      <NoWrap>true</NoWrap> 
      <AlignCenter>false</AlignCenter> 
      <AlignRight>false</AlignRight> 
   </Label> 
    
   <Label item ="BW_Buff8"> 
      <ScreenID>Buff8Label</ScreenID> 
      <EQType>9999</EQType> 
      <Font>1</Font> 
<TooltipReference>${If[${Bool[${Me.Buff[9]}]},${Me.Buff[9]} ${Me.Buff[9].Duration.Time},]}</TooltipReference> 
      <RelativePosition>true</RelativePosition> 
      <Location> 
         <X>25</X> 
         <Y>112</Y> 
      </Location> 
      <Size> 
         <CX>344</CX> 
         <CY>10</CY> 
      </Size> 
      <Text></Text> 
      <TextColor> 
            <R>255</R> 
            <G>255</G> 
            <B>255</B> 
      </TextColor> 
      <NoWrap>true</NoWrap> 
      <AlignCenter>false</AlignCenter> 
      <AlignRight>false</AlignRight> 
   </Label> 
    
   <Label item ="BW_Buff9"> 
      <ScreenID>Buff9Label</ScreenID> 
      <EQType>9999</EQType> 
      <Font>1</Font> 
<TooltipReference>${If[${Bool[${Me.Buff[10]}]},${Me.Buff[10]} ${Me.Buff[10].Duration.Time},]}</TooltipReference> 
      <RelativePosition>true</RelativePosition> 
      <Location> 
         <X>25</X> 
         <Y>126</Y> 
      </Location> 
      <Size> 
         <CX>344</CX> 
         <CY>10</CY> 
      </Size> 
      <Text></Text> 
      <TextColor> 
            <R>255</R> 
            <G>255</G> 
            <B>255</B> 
      </TextColor> 
      <NoWrap>true</NoWrap> 
      <AlignCenter>false</AlignCenter> 
      <AlignRight>false</AlignRight> 
   </Label> 
    
   <Label item ="BW_Buff10"> 
      <ScreenID>Buff10Label</ScreenID> 
      <EQType>9999</EQType> 
      <Font>1</Font> 
<TooltipReference>${If[${Bool[${Me.Buff[11]}]},${Me.Buff[11]} ${Me.Buff[11].Duration.Time},]}</TooltipReference> 
      <RelativePosition>true</RelativePosition> 
      <Location> 
         <X>25</X> 
         <Y>140</Y> 
      </Location> 
      <Size> 
         <CX>344</CX> 
         <CY>10</CY> 
      </Size> 
      <Text></Text> 
      <TextColor> 
            <R>255</R> 
            <G>255</G> 
            <B>255</B> 
      </TextColor> 
      <NoWrap>true</NoWrap> 
      <AlignCenter>false</AlignCenter> 
      <AlignRight>false</AlignRight> 
   </Label> 
    
   <Label item ="BW_Buff11"> 
      <ScreenID>Buff11Label</ScreenID> 
      <EQType>9999</EQType> 
      <Font>1</Font> 
<TooltipReference>${If[${Bool[${Me.Buff[12]}]},${Me.Buff[12]} ${Me.Buff[12].Duration.Time},]}</TooltipReference> 
      <RelativePosition>true</RelativePosition> 
      <Location> 
         <X>25</X> 
         <Y>154</Y> 
      </Location> 
      <Size> 
         <CX>344</CX> 
         <CY>10</CY> 
      </Size> 
      <Text></Text> 
      <TextColor> 
            <R>255</R> 
            <G>255</G> 
            <B>255</B> 
      </TextColor> 
      <NoWrap>true</NoWrap> 
      <AlignCenter>false</AlignCenter> 
      <AlignRight>false</AlignRight> 
   </Label> 
    
   <Label item ="BW_Buff12"> 
      <ScreenID>Buff12Label</ScreenID> 
      <EQType>9999</EQType> 
      <Font>1</Font> 
<TooltipReference>${If[${Bool[${Me.Buff[13]}]},${Me.Buff[13]} ${Me.Buff[13].Duration.Time},]}</TooltipReference> 
      <RelativePosition>true</RelativePosition> 
      <Location> 
         <X>25</X> 
         <Y>169</Y> 
      </Location> 
      <Size> 
         <CX>344</CX> 
         <CY>10</CY> 
      </Size> 
      <Text></Text> 
      <TextColor> 
            <R>255</R> 
            <G>255</G> 
            <B>255</B> 
      </TextColor> 
      <NoWrap>true</NoWrap> 
      <AlignCenter>false</AlignCenter> 
      <AlignRight>false</AlignRight> 
   </Label> 
    
   <Label item ="BW_Buff13"> 
      <ScreenID>Buff13Label</ScreenID> 
      <EQType>9999</EQType> 
      <Font>1</Font> 
<TooltipReference>${If[${Bool[${Me.Buff[14]}]},${Me.Buff[14]} ${Me.Buff[14].Duration.Time},]}</TooltipReference> 
      <RelativePosition>true</RelativePosition> 
      <Location> 
         <X>25</X> 
         <Y>182</Y> 
      </Location> 
      <Size> 
         <CX>344</CX> 
         <CY>10</CY> 
      </Size> 
      <Text></Text> 
      <TextColor> 
            <R>255</R> 
            <G>255</G> 
            <B>255</B> 
      </TextColor> 
      <NoWrap>true</NoWrap> 
      <AlignCenter>false</AlignCenter> 
      <AlignRight>false</AlignRight> 
   </Label> 

   <Label item ="BW_Buff14"> 
      <ScreenID>Buff14Label</ScreenID> 
      <EQType>9999</EQType> 
      <Font>1</Font> 
<TooltipReference>${If[${Bool[${Me.Buff[15]}]},${Me.Buff[15]} ${Me.Buff[15].Duration.Time},]}</TooltipReference> 
      <RelativePosition>true</RelativePosition> 
      <Location> 
         <X>25</X> 
         <Y>197</Y> 
      </Location> 
      <Size> 
         <CX>344</CX> 
         <CY>10</CY> 
      </Size> 
      <Text></Text> 
      <TextColor> 
            <R>255</R> 
            <G>255</G> 
            <B>255</B> 
      </TextColor> 
      <NoWrap>true</NoWrap> 
      <AlignCenter>false</AlignCenter> 
      <AlignRight>false</AlignRight> 
   </Label> 


   <Screen item = "BuffWindow"> 
      <Text></Text> 
      <RelativePosition>false</RelativePosition> 
      <Location> 
         <X>496</X> 
         <Y>230</Y> 
      </Location> 
      <Size> 
         <CX>210</CX> 
         <CY>218</CY> 
      </Size> 
      <Style_VScroll>false</Style_VScroll> 
      <Style_HScroll>false</Style_HScroll> 
      <Style_Transparent>true</Style_Transparent> 
      <DrawTemplate>WDT_RoundedNoTitle</DrawTemplate> 
      <Style_Titlebar>false</Style_Titlebar> 
      <Style_Closebox>true</Style_Closebox> 
      <Style_Minimizebox>false</Style_Minimizebox> 
      <Style_Border>true</Style_Border> 
      <Style_Sizable>false</Style_Sizable> 
      <Pieces>BW_Buff0_Button</Pieces> 
      <Pieces>BW_Buff1_Button</Pieces> 
      <Pieces>BW_Buff2_Button</Pieces> 
      <Pieces>BW_Buff3_Button</Pieces> 
      <Pieces>BW_Buff4_Button</Pieces> 
      <Pieces>BW_Buff5_Button</Pieces> 
      <Pieces>BW_Buff6_Button</Pieces> 
      <Pieces>BW_Buff7_Button</Pieces> 
      <Pieces>BW_Buff8_Button</Pieces> 
      <Pieces>BW_Buff9_Button</Pieces> 
      <Pieces>BW_Buff10_Button</Pieces> 
      <Pieces>BW_Buff11_Button</Pieces> 
      <Pieces>BW_Buff12_Button</Pieces> 
      <Pieces>BW_Buff13_Button</Pieces> 
      <Pieces>BW_Buff14_Button</Pieces> 
      <Pieces>BW_Buff0</Pieces> 
      <Pieces>BW_Buff1</Pieces> 
      <Pieces>BW_Buff2</Pieces> 
      <Pieces>BW_Buff3</Pieces> 
      <Pieces>BW_Buff4</Pieces> 
      <Pieces>BW_Buff5</Pieces> 
      <Pieces>BW_Buff6</Pieces> 
      <Pieces>BW_Buff7</Pieces> 
      <Pieces>BW_Buff8</Pieces> 
      <Pieces>BW_Buff9</Pieces> 
      <Pieces>BW_Buff10</Pieces> 
      <Pieces>BW_Buff11</Pieces> 
      <Pieces>BW_Buff12</Pieces> 
      <Pieces>BW_Buff13</Pieces> 
      <Pieces>BW_Buff14</Pieces> 
   </Screen> 
</XML> 
Slice

OldNecro
a ghoul
a ghoul
Posts: 136
Joined: Thu Dec 19, 2002 3:09 am

changes....

Post by OldNecro » Thu Apr 22, 2004 4:41 pm

Looks like you added some space between the icon and the buff name... also looks like you added a border... How can I remove those to make it exactly like the original? I loved this buff window too... Was already in the middle of updating it myself, but figured why duplicate the work :)

Just wish it was *identical* to the original...

Thanks,
-OldNecro
Saddam Hussein begins to use An Innocent Bystander as a living shield!
An Innocent Bystander ceases protecting Saddam Hussein's corpse.

User avatar
htw
a grimling bloodguard
a grimling bloodguard
Posts: 512
Joined: Wed Feb 18, 2004 8:30 pm
Location: Albuquerque, NM USA
Contact:

Post by htw » Fri Apr 23, 2004 8:07 am

For getting rid of the space between icon & name, adjust relative X position of each buff (label) to your liking:

<RelativePosition>true</RelativePosition>
<Location>
<X>25</X> <---- Change to 5, or 10, or whatever
<Y>197</Y>
</Location>
<Size>
<CX>344</CX>
<CY>10</CY>
</Size>



To get rid of the border, change line 850 from
<Style_Border>true</Style_Border>
to
<Style_Border>false</Style_Border>

htw