I can't find the exact place I got my old EQUI_BuffWindow.xml from, this is the closest thing I could find looks wise:
http://www.eqinterface.com/sdownload/fi ... ?s=&id=163
just picture the amount of time left on each buff shown to the right, and the mod(if any) listed to the right of that number
this belongs in EQUI_BuffWindow.xml in your UI folder
(edit, updated 11-16-03, removed mod's from all slots but first)
Code: Select all
<!-- Duration and spell mod code taken from Lax's UI, added here by GothOpie -->
<!-- edited with XMLSPY v5 rel. 4 U (http://www.xmlspy.com) by pino (pino) -->
<!--Mini-Buffs written by Marcin of Bertoxxulous-->
<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_Duration">
<ScreenID>Buff0Duration</ScreenID>
<EQType>9999</EQType>
<TooltipReference>$char(buff,1,durationsecs)</TooltipReference>
<Font>2</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>140</X>
<Y>0</Y>
</Location>
<Size>
<CX>153</CX>
<CY>14</CY>
</Size>
<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_Buff0_Mod">
<ScreenID>Buff0Mod</ScreenID>
<EQType>9999</EQType>
<TooltipReference>$char(buff,1,mod)</TooltipReference>
<Font>2</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>170</X>
<Y>0</Y>
</Location>
<Size>
<CX>153</CX>
<CY>14</CY>
</Size>
<Text/>
<TextColor>
<R>255</R>
<G>255</G>
<B>0</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
</Label>
<Label item="BW_Buff1_Duration">
<ScreenID>Buff1Duration</ScreenID>
<EQType>9999</EQType>
<TooltipReference>$char(buff,2,durationsecs)</TooltipReference>
<Font>2</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>140</X>
<Y>14</Y>
</Location>
<Size>
<CX>153</CX>
<CY>14</CY>
</Size>
<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_Duration">
<ScreenID>Buff2Duration</ScreenID>
<EQType>9999</EQType>
<TooltipReference>$char(buff,3,durationsecs)</TooltipReference>
<Font>2</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>140</X>
<Y>28</Y>
</Location>
<Size>
<CX>153</CX>
<CY>14</CY>
</Size>
<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_Duration">
<ScreenID>Buff3Duration</ScreenID>
<EQType>9999</EQType>
<TooltipReference>$char(buff,4,durationsecs)</TooltipReference>
<Font>2</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>140</X>
<Y>42</Y>
</Location>
<Size>
<CX>153</CX>
<CY>14</CY>
</Size>
<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_Duration">
<ScreenID>Buff4Duration</ScreenID>
<EQType>9999</EQType>
<TooltipReference>$char(buff,5,durationsecs)</TooltipReference>
<Font>2</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>140</X>
<Y>56</Y>
</Location>
<Size>
<CX>153</CX>
<CY>14</CY>
</Size>
<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_Duration">
<ScreenID>Buff5Duration</ScreenID>
<EQType>9999</EQType>
<TooltipReference>$char(buff,6,durationsecs)</TooltipReference>
<Font>2</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>140</X>
<Y>70</Y>
</Location>
<Size>
<CX>153</CX>
<CY>14</CY>
</Size>
<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_Duration">
<ScreenID>Buff6Duration</ScreenID>
<EQType>9999</EQType>
<TooltipReference>$char(buff,7,durationsecs)</TooltipReference>
<Font>2</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>140</X>
<Y>84</Y>
</Location>
<Size>
<CX>153</CX>
<CY>14</CY>
</Size>
<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_Duration">
<ScreenID>Buff7Duration</ScreenID>
<EQType>9999</EQType>
<TooltipReference>$char(buff,8,durationsecs)</TooltipReference>
<Font>2</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>140</X>
<Y>98</Y>
</Location>
<Size>
<CX>153</CX>
<CY>14</CY>
</Size>
<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_Duration">
<ScreenID>Buff8Duration</ScreenID>
<EQType>9999</EQType>
<TooltipReference>$char(buff,9,durationsecs)</TooltipReference>
<Font>2</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>140</X>
<Y>112</Y>
</Location>
<Size>
<CX>153</CX>
<CY>14</CY>
</Size>
<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_Duration">
<ScreenID>Buff9Duration</ScreenID>
<EQType>9999</EQType>
<TooltipReference>$char(buff,10,durationsecs)</TooltipReference>
<Font>2</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>140</X>
<Y>126</Y>
</Location>
<Size>
<CX>153</CX>
<CY>14</CY>
</Size>
<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_Duration">
<ScreenID>Buff10Duration</ScreenID>
<EQType>9999</EQType>
<TooltipReference>$char(buff,11,durationsecs)</TooltipReference>
<Font>2</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>140</X>
<Y>140</Y>
</Location>
<Size>
<CX>153</CX>
<CY>14</CY>
</Size>
<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_Duration">
<ScreenID>Buff11Duration</ScreenID>
<EQType>9999</EQType>
<TooltipReference>$char(buff,12,durationsecs)</TooltipReference>
<Font>2</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>140</X>
<Y>154</Y>
</Location>
<Size>
<CX>153</CX>
<CY>14</CY>
</Size>
<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_Duration">
<ScreenID>Buff12Duration</ScreenID>
<EQType>9999</EQType>
<TooltipReference>$char(buff,13,durationsecs)</TooltipReference>
<Font>2</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>140</X>
<Y>168</Y>
</Location>
<Size>
<CX>153</CX>
<CY>14</CY>
</Size>
<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_Duration">
<ScreenID>Buff13Duration</ScreenID>
<EQType>9999</EQType>
<TooltipReference>$char(buff,14,durationsecs)</TooltipReference>
<Font>2</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>140</X>
<Y>182</Y>
</Location>
<Size>
<CX>153</CX>
<CY>14</CY>
</Size>
<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_Duration">
<ScreenID>Buff14Duration</ScreenID>
<EQType>9999</EQType>
<TooltipReference>$char(buff,15,durationsecs)</TooltipReference>
<Font>2</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>140</X>
<Y>196</Y>
</Location>
<Size>
<CX>153</CX>
<CY>14</CY>
</Size>
<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_Buff0">
<ScreenID>Buff0Label</ScreenID>
<EQType>45</EQType>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>25</X>
<Y>0</Y>
</Location>
<Size>
<CX>344</CX>
<CY>10</CY>
</Size>
<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>46</EQType>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>25</X>
<Y>14</Y>
</Location>
<Size>
<CX>344</CX>
<CY>10</CY>
</Size>
<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>47</EQType>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>25</X>
<Y>28</Y>
</Location>
<Size>
<CX>344</CX>
<CY>10</CY>
</Size>
<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>48</EQType>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>25</X>
<Y>42</Y>
</Location>
<Size>
<CX>344</CX>
<CY>10</CY>
</Size>
<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>49</EQType>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>25</X>
<Y>56</Y>
</Location>
<Size>
<CX>344</CX>
<CY>10</CY>
</Size>
<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>50</EQType>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>25</X>
<Y>70</Y>
</Location>
<Size>
<CX>344</CX>
<CY>10</CY>
</Size>
<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>51</EQType>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>25</X>
<Y>84</Y>
</Location>
<Size>
<CX>344</CX>
<CY>10</CY>
</Size>
<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>52</EQType>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>25</X>
<Y>98</Y>
</Location>
<Size>
<CX>344</CX>
<CY>10</CY>
</Size>
<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>53</EQType>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>25</X>
<Y>112</Y>
</Location>
<Size>
<CX>344</CX>
<CY>10</CY>
</Size>
<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>54</EQType>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>25</X>
<Y>126</Y>
</Location>
<Size>
<CX>344</CX>
<CY>10</CY>
</Size>
<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>55</EQType>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>25</X>
<Y>140</Y>
</Location>
<Size>
<CX>344</CX>
<CY>10</CY>
</Size>
<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>56</EQType>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>25</X>
<Y>154</Y>
</Location>
<Size>
<CX>344</CX>
<CY>10</CY>
</Size>
<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>57</EQType>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>25</X>
<Y>169</Y>
</Location>
<Size>
<CX>344</CX>
<CY>10</CY>
</Size>
<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>58</EQType>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>25</X>
<Y>182</Y>
</Location>
<Size>
<CX>344</CX>
<CY>10</CY>
</Size>
<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>59</EQType>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>25</X>
<Y>197</Y>
</Location>
<Size>
<CX>344</CX>
<CY>10</CY>
</Size>
<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/>
<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>false</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>
<Pieces>BW_Buff0_Duration</Pieces>
<Pieces>BW_Buff1_Duration</Pieces>
<Pieces>BW_Buff2_Duration</Pieces>
<Pieces>BW_Buff3_Duration</Pieces>
<Pieces>BW_Buff4_Duration</Pieces>
<Pieces>BW_Buff5_Duration</Pieces>
<Pieces>BW_Buff6_Duration</Pieces>
<Pieces>BW_Buff7_Duration</Pieces>
<Pieces>BW_Buff8_Duration</Pieces>
<Pieces>BW_Buff9_Duration</Pieces>
<Pieces>BW_Buff10_Duration</Pieces>
<Pieces>BW_Buff11_Duration</Pieces>
<Pieces>BW_Buff12_Duration</Pieces>
<Pieces>BW_Buff13_Duration</Pieces>
<Pieces>BW_Buff14_Duration</Pieces>
<Pieces>BW_Buff0_Mod</Pieces>
</Screen>
</XML>


