I have tried to edit these myself, but it still only lists 15 buffs. It also displays a weird icon out in the middle of the screen. So I've screwed something up. These are just the base XML's I got somewhere. I've had them so long I don't even know where I got them at.
Here's what I've got. This is the EQUI_Buffwindow.xml
Code: Select all
<?xml version = "1.0"?>
<XML ID="EQInterfaceDefinitionLanguage">
<Schema xmlns="EverQuestData" xmlns:dt="EverQuestDataTypes"/>
<Button item="BW_Buff0_Button">
<ScreenID>Buff0</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>3</X>
<Y>3</Y>
</Location>
<Size>
<CX>32</CX>
<CY>20</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<!--<TooltipReference/> -->
<Style_Checkbox>false</Style_Checkbox>
<!--<RadioGroup/> -->
<ButtonDrawTemplate>
<Normal>BlueIconBackground</Normal>
<NormalDecal>BuffIcons</NormalDecal>
</ButtonDrawTemplate>
<!--
<SoundPressed/>
<SoundUp/>
<SoundFlyby/>
-->
<DecalOffset>
<X>2</X>
<Y>2</Y>
</DecalOffset>
<DecalSize>
<CX>16</CX>
<CY>16</CY>
</DecalSize>
</Button>
<Button item="BW_Buff1_Button">
<ScreenID>Buff1</ScreenID>
<!--<Font>3</Font> -->
<RelativePosition>true</RelativePosition>
<Location>
<X>48</X>
<Y>3</Y>
</Location>
<Size>
<CX>32</CX>
<CY>20</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<!--<TooltipReference/> -->
<Style_Checkbox>false</Style_Checkbox>
<RadioGroup/>
<ButtonDrawTemplate>
<Normal>RedIconBackground</Normal>
<NormalDecal>BuffIcons</NormalDecal>
</ButtonDrawTemplate>
<!--
<SoundPressed/>
<SoundUp/>
<SoundFlyby/>
-->
<DecalOffset>
<X>2</X>
<Y>2</Y>
</DecalOffset>
<DecalSize>
<CX>16</CX>
<CY>16</CY>
</DecalSize>
</Button>
<Button item="BW_Buff2_Button">
<ScreenID>Buff2</ScreenID>
<!--<Font>3</Font> -->
<RelativePosition>true</RelativePosition>
<Location>
<X>93</X>
<Y>3</Y>
</Location>
<Size>
<CX>32</CX>
<CY>20</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<!--<TooltipReference/> -->
<Style_Checkbox>false</Style_Checkbox>
<RadioGroup/>
<ButtonDrawTemplate>
<Normal>RedIconBackground</Normal>
<NormalDecal>BuffIcons</NormalDecal>
</ButtonDrawTemplate>
<!--
<SoundPressed/>
<SoundUp/>
<SoundFlyby/>
-->
<DecalOffset>
<X>2</X>
<Y>2</Y>
</DecalOffset>
<DecalSize>
<CX>16</CX>
<CY>16</CY>
</DecalSize>
</Button>
<Button item="BW_Buff3_Button">
<ScreenID>Buff3</ScreenID>
<!--<Font>3</Font> -->
<RelativePosition>true</RelativePosition>
<Location>
<X>3</X>
<Y>49</Y>
</Location>
<Size>
<CX>32</CX>
<CY>20</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<!--<TooltipReference/> -->
<Style_Checkbox>false</Style_Checkbox>
<RadioGroup/>
<ButtonDrawTemplate>
<Normal>BlueIconBackground</Normal>
<NormalDecal>BuffIcons</NormalDecal>
</ButtonDrawTemplate>
<!-- Default and not used
<SoundPressed/>
<SoundUp/>
<SoundFlyby/>
-->
<DecalOffset>
<X>2</X>
<Y>2</Y>
</DecalOffset>
<DecalSize>
<CX>16</CX>
<CY>16</CY>
</DecalSize>
</Button>
<Button item="BW_Buff4_Button">
<ScreenID>Buff4</ScreenID>
<!--<Font>3</Font> Default -->
<RelativePosition>true</RelativePosition>
<Location>
<X>48</X>
<Y>49</Y>
</Location>
<Size>
<CX>32</CX>
<CY>20</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<TooltipReference/>
<Style_Checkbox>false</Style_Checkbox>
<!--<RadioGroup/> Default -->
<ButtonDrawTemplate>
<Normal>RedIconBackground</Normal>
<NormalDecal>BuffIcons</NormalDecal>
</ButtonDrawTemplate>
<!--Default
<SoundPressed/>
<SoundUp/>
<SoundFlyby/>
-->
<DecalOffset>
<X>2</X>
<Y>2</Y>
</DecalOffset>
<DecalSize>
<CX>16</CX>
<CY>16</CY>
</DecalSize>
</Button>
<Button item="BW_Buff5_Button">
<ScreenID>Buff5</ScreenID>
<!--<Font>3</Font> Defautl -->
<RelativePosition>true</RelativePosition>
<Location>
<X>93</X>
<Y>49</Y>
</Location>
<Size>
<CX>32</CX>
<CY>20</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<!--<TooltipReference/> Default -->
<Style_Checkbox>false</Style_Checkbox>
<!--<RadioGroup/> Default -->
<ButtonDrawTemplate>
<Normal>RedIconBackground</Normal>
<NormalDecal>BuffIcons</NormalDecal>
</ButtonDrawTemplate>
<!--
<SoundPressed/>
<SoundUp/>
<SoundFlyby/>
-->
<DecalOffset>
<X>2</X>
<Y>2</Y>
</DecalOffset>
<DecalSize>
<CX>16</CX>
<CY>16</CY>
</DecalSize>
</Button>
<Button item="BW_Buff6_Button">
<ScreenID>Buff6</ScreenID>
<!--<Font>3</Font> Default -->
<RelativePosition>true</RelativePosition>
<Location>
<X>3</X>
<Y>95</Y>
</Location>
<Size>
<CX>32</CX>
<CY>20</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<TooltipReference/>
<Style_Checkbox>false</Style_Checkbox>
<!--<RadioGroup/> Default -->
<ButtonDrawTemplate>
<Normal>BlueIconBackground</Normal>
<NormalDecal>BuffIcons</NormalDecal>
</ButtonDrawTemplate>
<!--
<SoundPressed/>
<SoundUp/>
<SoundFlyby/>
-->
<DecalOffset>
<X>2</X>
<Y>2</Y>
</DecalOffset>
<DecalSize>
<CX>16</CX>
<CY>16</CY>
</DecalSize>
</Button>
<Button item="BW_Buff7_Button">
<ScreenID>Buff7</ScreenID>
<!--<Font>3</Font> Use defaults -->
<RelativePosition>true</RelativePosition>
<Location>
<X>48</X>
<Y>95</Y>
</Location>
<Size>
<CX>32</CX>
<CY>20</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<!--<TooltipReference/> Use defaults -->
<Style_Checkbox>false</Style_Checkbox>
<!--<RadioGroup/> Use Defaults -->
<ButtonDrawTemplate>
<Normal>RedIconBackground</Normal>
<NormalDecal>BuffIcons</NormalDecal>
</ButtonDrawTemplate>
<!-- Use defaults
<SoundPressed/>
<SoundUp/>
<SoundFlyby/>
-->
<DecalOffset>
<X>2</X>
<Y>2</Y>
</DecalOffset>
<DecalSize>
<CX>16</CX>
<CY>16</CY>
</DecalSize>
</Button>
<Button item="BW_Buff8_Button">
<ScreenID>Buff8</ScreenID>
<!--<Font>3</Font>Defaults-->
<RelativePosition>true</RelativePosition>
<Location>
<X>93</X>
<Y>95</Y>
</Location>
<Size>
<CX>32</CX>
<CY>20</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<!--<TooltipReference/> Use default -->
<Style_Checkbox>false</Style_Checkbox>
<!--<RadioGroup/>Use default-->
<ButtonDrawTemplate>
<Normal>RedIconBackground</Normal>
<NormalDecal>BuffIcons</NormalDecal>
</ButtonDrawTemplate>
<!--
<SoundPressed/>
<SoundUp/>
<SoundFlyby/>
-->
<DecalOffset>
<X>2</X>
<Y>2</Y>
</DecalOffset>
<DecalSize>
<CX>16</CX>
<CY>16</CY>
</DecalSize>
</Button>
<Button item="BW_Buff9_Button">
<ScreenID>Buff9</ScreenID>
<!--<Font>3</Font>Use Defaults -->
<RelativePosition>true</RelativePosition>
<Location>
<X>3</X>
<Y>141</Y>
</Location>
<Size>
<CX>32</CX>
<CY>20</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<!--<TooltipReference/> Use Defaults -->
<Style_Checkbox>false</Style_Checkbox>
<!--<RadioGroup/> -->
<ButtonDrawTemplate>
<Normal>BlueIconBackground</Normal>
<NormalDecal>BuffIcons</NormalDecal>
</ButtonDrawTemplate>
<DecalOffset>
<X>2</X>
<Y>2</Y>
</DecalOffset>
<DecalSize>
<CX>16</CX>
<CY>16</CY>
</DecalSize>
</Button>
<Button item="BW_Buff10_Button">
<ScreenID>Buff10</ScreenID>
<!--<Font>3</Font> -->
<RelativePosition>true</RelativePosition>
<Location>
<X>48</X>
<Y>141</Y>
</Location>
<Size>
<CX>32</CX>
<CY>20</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<!--<TooltipReference/>-->
<Style_Checkbox>false</Style_Checkbox>
<!--<RadioGroup/>-->
<ButtonDrawTemplate>
<Normal>RedIconBackground</Normal>
<NormalDecal>BuffIcons</NormalDecal>
</ButtonDrawTemplate>
<DecalOffset>
<X>2</X>
<Y>2</Y>
</DecalOffset>
<DecalSize>
<CX>16</CX>
<CY>16</CY>
</DecalSize>
</Button>
<Button item="BW_Buff11_Button">
<ScreenID>Buff11</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>93</X>
<Y>141</Y>
</Location>
<Size>
<CX>32</CX>
<CY>20</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<!--<TooltipReference/>-->
<Style_Checkbox>false</Style_Checkbox>
<!--<RadioGroup/>-->
<ButtonDrawTemplate>
<Normal>RedIconBackground</Normal>
<NormalDecal>BuffIcons</NormalDecal>
</ButtonDrawTemplate>
<DecalOffset>
<X>2</X>
<Y>2</Y>
</DecalOffset>
<DecalSize>
<CX>16</CX>
<CY>16</CY>
</DecalSize>
</Button>
<Button item="BW_Buff12_Button">
<ScreenID>Buff12</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>3</X>
<Y>187</Y>
</Location>
<Size>
<CX>32</CX>
<CY>20</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<!--<TooltipReference/>-->
<Style_Checkbox>false</Style_Checkbox>
<!--<RadioGroup/>-->
<ButtonDrawTemplate>
<Normal>BlueIconBackground</Normal>
<NormalDecal>BuffIcons</NormalDecal>
</ButtonDrawTemplate>
<DecalOffset>
<X>2</X>
<Y>2</Y>
</DecalOffset>
<DecalSize>
<CX>16</CX>
<CY>16</CY>
</DecalSize>
</Button>
<Button item="BW_Buff13_Button">
<ScreenID>Buff13</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>48</X>
<Y>187</Y>
</Location>
<Size>
<CX>32</CX>
<CY>20</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<!--<TooltipReference/>-->
<Style_Checkbox>false</Style_Checkbox>
<!--<RadioGroup/>-->
<ButtonDrawTemplate>
<Normal>RedIconBackground</Normal>
<NormalDecal>BuffIcons</NormalDecal>
</ButtonDrawTemplate>
<DecalOffset>
<X>2</X>
<Y>2</Y>
</DecalOffset>
<DecalSize>
<CX>16</CX>
<CY>16</CY>
</DecalSize>
</Button>
<Button item="BW_Buff14_Button">
<ScreenID>Buff14</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>93</X>
<Y>187</Y>
</Location>
<Size>
<CX>32</CX>
<CY>20</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<!--<TooltipReference/>-->
<Style_Checkbox>false</Style_Checkbox>
<!--<RadioGroup/>-->
<ButtonDrawTemplate>
<Normal>RedIconBackground</Normal>
<NormalDecal>BuffIcons</NormalDecal>
</ButtonDrawTemplate>
<DecalOffset>
<X>2</X>
<Y>2</Y>
</DecalOffset>
<DecalSize>
<CX>16</CX>
<CY>16</CY>
</DecalSize>
</Button>
<Label item="BW_Buff0_Label">
<ScreenID>BW_Buff0_Label</ScreenID>
<Font>1</Font>
<EQType>45</EQType>
<Location>
<X>0</X>
<Y>3</Y>
</Location>
<Size>
<CX>106</CX>
<CY>12</CY>
</Size>
<TextColor>
<R>255</R>
<G>255</G>
<B>0</B>
</TextColor>
<AlignRight>true</AlignRight>
<NoWrap>true</NoWrap>
</Label>
<Label item="BW_Buff1_Label">
<ScreenID>BW_Buff1_Label</ScreenID>
<Font>1</Font>
<EQType>46</EQType>
<Location>
<X>0</X>
<Y>24</Y>
</Location>
<Size>
<CX>106</CX>
<CY>12</CY>
</Size>
<TextColor>
<R>255</R>
<G>255</G>
<B>0</B>
</TextColor>
<AlignRight>true</AlignRight>
<NoWrap>true</NoWrap>
</Label>
<Label item="BW_Buff2_Label">
<ScreenID>BW_Buff2_Label</ScreenID>
<Font>1</Font>
<EQType>47</EQType>
<Location>
<X>0</X>
<Y>45</Y>
</Location>
<Size>
<CX>106</CX>
<CY>12</CY>
</Size>
<TextColor>
<R>255</R>
<G>255</G>
<B>0</B>
</TextColor>
<AlignRight>true</AlignRight>
<NoWrap>true</NoWrap>
</Label>
<Label item="BW_Buff3_Label">
<ScreenID>BW_Buff3_Label</ScreenID>
<Font>1</Font>
<EQType>48</EQType>
<Location>
<X>0</X>
<Y>66</Y>
</Location>
<Size>
<CX>106</CX>
<CY>12</CY>
</Size>
<TextColor>
<R>255</R>
<G>255</G>
<B>0</B>
</TextColor>
<AlignRight>true</AlignRight>
<NoWrap>true</NoWrap>
</Label>
<Label item="BW_Buff4_Label">
<ScreenID>BW_Buff4_Label</ScreenID>
<Font>1</Font>
<EQType>49</EQType>
<Location>
<X>0</X>
<Y>87</Y>
</Location>
<Size>
<CX>106</CX>
<CY>12</CY>
</Size>
<TextColor>
<R>255</R>
<G>255</G>
<B>0</B>
</TextColor>
<AlignRight>true</AlignRight>
<NoWrap>true</NoWrap>
</Label>
<Label item="BW_Buff5_Label">
<ScreenID>BW_Buff5_Label</ScreenID>
<Font>1</Font>
<EQType>50</EQType>
<Location>
<X>0</X>
<Y>108</Y>
</Location>
<Size>
<CX>106</CX>
<CY>12</CY>
</Size>
<TextColor>
<R>255</R>
<G>255</G>
<B>0</B>
</TextColor>
<AlignRight>true</AlignRight>
<NoWrap>true</NoWrap>
</Label>
<Label item="BW_Buff6_Label">
<ScreenID>BW_Buff6_Label</ScreenID>
<Font>1</Font>
<EQType>51</EQType>
<Location>
<X>0</X>
<Y>129</Y>
</Location>
<Size>
<CX>106</CX>
<CY>12</CY>
</Size>
<TextColor>
<R>255</R>
<G>255</G>
<B>0</B>
</TextColor>
<AlignRight>true</AlignRight>
<NoWrap>true</NoWrap>
</Label>
<Label item="BW_Buff7_Label">
<ScreenID>BW_Buff7_Label</ScreenID>
<Font>1</Font>
<EQType>52</EQType>
<Location>
<X>0</X>
<Y>150</Y>
</Location>
<Size>
<CX>106</CX>
<CY>12</CY>
</Size>
<TextColor>
<R>255</R>
<G>255</G>
<B>0</B>
</TextColor>
<AlignRight>true</AlignRight>
<NoWrap>true</NoWrap>
</Label>
<Label item="BW_Buff8_Label">
<ScreenID>BW_Buff8_Label</ScreenID>
<Font>1</Font>
<EQType>53</EQType>
<Location>
<X>0</X>
<Y>171</Y>
</Location>
<Size>
<CX>106</CX>
<CY>12</CY>
</Size>
<TextColor>
<R>255</R>
<G>255</G>
<B>0</B>
</TextColor>
<AlignRight>true</AlignRight>
<NoWrap>true</NoWrap>
</Label>
<Label item="BW_Buff9_Label">
<ScreenID>BW_Buff9_Label</ScreenID>
<Font>1</Font>
<EQType>54</EQType>
<Location>
<X>0</X>
<Y>192</Y>
</Location>
<Size>
<CX>106</CX>
<CY>12</CY>
</Size>
<TextColor>
<R>255</R>
<G>255</G>
<B>0</B>
</TextColor>
<AlignRight>true</AlignRight>
<NoWrap>true</NoWrap>
</Label>
<Label item="BW_Buff10_Label">
<ScreenID>BW_Buff10_Label</ScreenID>
<Font>1</Font>
<EQType>55</EQType>
<Location>
<X>0</X>
<Y>213</Y>
</Location>
<Size>
<CX>106</CX>
<CY>12</CY>
</Size>
<TextColor>
<R>255</R>
<G>255</G>
<B>0</B>
</TextColor>
<AlignRight>true</AlignRight>
<NoWrap>true</NoWrap>
</Label>
<Label item="BW_Buff11_Label">
<ScreenID>BW_Buff11_Label</ScreenID>
<Font>1</Font>
<EQType>56</EQType>
<Location>
<X>0</X>
<Y>234</Y>
</Location>
<Size>
<CX>106</CX>
<CY>12</CY>
</Size>
<TextColor>
<R>255</R>
<G>255</G>
<B>0</B>
</TextColor>
<AlignRight>true</AlignRight>
<NoWrap>true</NoWrap>
</Label>
<Label item="BW_Buff12_Label">
<ScreenID>BW_Buff12_Label</ScreenID>
<Font>1</Font>
<EQType>57</EQType>
<Location>
<X>0</X>
<Y>255</Y>
</Location>
<Size>
<CX>106</CX>
<CY>12</CY>
</Size>
<TextColor>
<R>255</R>
<G>255</G>
<B>0</B>
</TextColor>
<AlignRight>true</AlignRight>
<NoWrap>true</NoWrap>
</Label>
<Label item="BW_Buff13_Label">
<ScreenID>BW_Buff13_Label</ScreenID>
<Font>1</Font>
<EQType>58</EQType>
<Location>
<X>0</X>
<Y>276</Y>
</Location>
<Size>
<CX>106</CX>
<CY>12</CY>
</Size>
<TextColor>
<R>255</R>
<G>255</G>
<B>0</B>
</TextColor>
<AlignRight>true</AlignRight>
<NoWrap>true</NoWrap>
</Label>
<Label item="BW_Buff14_Label">
<ScreenID>BW_Buff14_Label</ScreenID>
<Font>1</Font>
<EQType>59</EQType>
<Location>
<X>0</X>
<Y>297</Y>
</Location>
<Size>
<CX>106</CX>
<CY>12</CY>
</Size>
<TextColor>
<R>255</R>
<G>255</G>
<B>0</B>
</TextColor>
<AlignRight>true</AlignRight>
<NoWrap>true</NoWrap>
</Label>
<Label item="BW_Buff0_Num">
<ScreenID>BW_Buff0_Label</ScreenID>
<Font>1</Font>
<Text>1</Text>
<Location>
<X>128</X>
<Y>3</Y>
</Location>
<Size>
<CX>12</CX>
<CY>12</CY>
</Size>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<AlignRight>true</AlignRight>
</Label>
<Label item="BW_Buff1_Num">
<ScreenID>BW_Buff1_Label</ScreenID>
<Font>1</Font>
<Text>2</Text>
<Location>
<X>128</X>
<Y>24</Y>
</Location>
<Size>
<CX>12</CX>
<CY>12</CY>
</Size>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<AlignRight>true</AlignRight>
</Label>
<Label item="BW_Buff2_Num">
<ScreenID>BW_Buff2_Label</ScreenID>
<Font>1</Font>
<Text>3</Text>
<Location>
<X>128</X>
<Y>45</Y>
</Location>
<Size>
<CX>12</CX>
<CY>12</CY>
</Size>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<AlignRight>true</AlignRight>
</Label>
<Label item="BW_Buff3_Num">
<ScreenID>BW_Buff3_Label</ScreenID>
<Font>1</Font>
<Text>4</Text>
<Location>
<X>128</X>
<Y>66</Y>
</Location>
<Size>
<CX>12</CX>
<CY>12</CY>
</Size>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<AlignRight>true</AlignRight>
</Label>
<Label item="BW_Buff4_Num">
<ScreenID>BW_Buff4_Label</ScreenID>
<Font>1</Font>
<Text>5</Text>
<Location>
<X>128</X>
<Y>87</Y>
</Location>
<Size>
<CX>12</CX>
<CY>12</CY>
</Size>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<AlignRight>true</AlignRight>
</Label>
<Label item="BW_Buff5_Num">
<ScreenID>BW_Buff5_Label</ScreenID>
<Font>1</Font>
<Text>6</Text>
<Location>
<X>128</X>
<Y>108</Y>
</Location>
<Size>
<CX>12</CX>
<CY>12</CY>
</Size>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<AlignRight>true</AlignRight>
</Label>
<Label item="BW_Buff6_Num">
<ScreenID>BW_Buff6_Label</ScreenID>
<Font>1</Font>
<Text>7</Text>
<Location>
<X>128</X>
<Y>129</Y>
</Location>
<Size>
<CX>12</CX>
<CY>12</CY>
</Size>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<AlignRight>true</AlignRight>
</Label>
<Label item="BW_Buff7_Num">
<ScreenID>BW_Buff7_Label</ScreenID>
<Font>1</Font>
<Text>8</Text>
<Location>
<X>128</X>
<Y>150</Y>
</Location>
<Size>
<CX>12</CX>
<CY>12</CY>
</Size>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<AlignRight>true</AlignRight>
</Label>
<Label item="BW_Buff8_Num">
<ScreenID>BW_Buff8_Label</ScreenID>
<Font>1</Font>
<Text>9</Text>
<Location>
<X>128</X>
<Y>171</Y>
</Location>
<Size>
<CX>12</CX>
<CY>12</CY>
</Size>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<AlignRight>true</AlignRight>
</Label>
<Label item="BW_Buff9_Num">
<ScreenID>BW_Buff9_Label</ScreenID>
<Font>1</Font>
<Text>10</Text>
<Location>
<X>128</X>
<Y>192</Y>
</Location>
<Size>
<CX>12</CX>
<CY>12</CY>
</Size>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<AlignRight>true</AlignRight>
</Label>
<Label item="BW_Buff10_Num">
<ScreenID>BW_Buff10_Label</ScreenID>
<Font>1</Font>
<Text>11</Text>
<Location>
<X>128</X>
<Y>213</Y>
</Location>
<Size>
<CX>12</CX>
<CY>12</CY>
</Size>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<AlignRight>true</AlignRight>
</Label>
<Label item="BW_Buff11_Num">
<ScreenID>BW_Buff11_Label</ScreenID>
<Font>1</Font>
<Text>12</Text>
<Location>
<X>128</X>
<Y>234</Y>
</Location>
<Size>
<CX>12</CX>
<CY>12</CY>
</Size>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<AlignRight>true</AlignRight>
</Label>
<Label item="BW_Buff12_Num">
<ScreenID>BW_Buff12_Label</ScreenID>
<Font>1</Font>
<Text>13</Text>
<Location>
<X>128</X>
<Y>255</Y>
</Location>
<Size>
<CX>12</CX>
<CY>12</CY>
</Size>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<AlignRight>true</AlignRight>
</Label>
<Label item="BW_Buff13_Num">
<ScreenID>BW_Buff13_Label</ScreenID>
<Font>1</Font>
<Text>14</Text>
<Location>
<X>128</X>
<Y>276</Y>
</Location>
<Size>
<CX>12</CX>
<CY>12</CY>
</Size>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<AlignRight>true</AlignRight>
</Label>
<Label item="BW_Buff14_Num">
<ScreenID>BW_Buff14_Label</ScreenID>
<Font>1</Font>
<Text>15</Text>
<Location>
<X>128</X>
<Y>297</Y>
</Location>
<Size>
<CX>12</CX>
<CY>12</CY>
</Size>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<AlignRight>true</AlignRight>
</Label>
<Screen item="BuffWindow">
<!--<ScreenID/>-->
<RelativePosition>false</RelativePosition>
<Location>
<X>881</X>
<Y>117</Y>
</Location>
<Size>
<CX>143</CX>
<CY>315</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>true</Style_Transparent>
<!--<TooltipReference/>-->
<DrawTemplate>WDT_RoundedNoTitle</DrawTemplate>
<Style_Titlebar>false</Style_Titlebar>
<Style_Closebox>false</Style_Closebox>
<Style_Minimizebox>false</Style_Minimizebox>
<Style_Border>false</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_Label</Pieces>
<Pieces>BW_Buff1_Label</Pieces>
<Pieces>BW_Buff2_Label</Pieces>
<Pieces>BW_Buff3_Label</Pieces>
<Pieces>BW_Buff4_Label</Pieces>
<Pieces>BW_Buff5_Label</Pieces>
<Pieces>BW_Buff6_Label</Pieces>
<Pieces>BW_Buff7_Label</Pieces>
<Pieces>BW_Buff8_Label</Pieces>
<Pieces>BW_Buff9_Label</Pieces>
<Pieces>BW_Buff10_Label</Pieces>
<Pieces>BW_Buff11_Label</Pieces>
<Pieces>BW_Buff12_Label</Pieces>
<Pieces>BW_Buff13_Label</Pieces>
<Pieces>BW_Buff14_Label</Pieces>
<Pieces>BW_Buff0_Num</Pieces>
<Pieces>BW_Buff1_Num</Pieces>
<Pieces>BW_Buff2_Num</Pieces>
<Pieces>BW_Buff3_Num</Pieces>
<Pieces>BW_Buff4_Num</Pieces>
<Pieces>BW_Buff5_Num</Pieces>
<Pieces>BW_Buff6_Num</Pieces>
<Pieces>BW_Buff7_Num</Pieces>
<Pieces>BW_Buff8_Num</Pieces>
<Pieces>BW_Buff9_Num</Pieces>
<Pieces>BW_Buff10_Num</Pieces>
<Pieces>BW_Buff11_Num</Pieces>
<Pieces>BW_Buff12_Num</Pieces>
<Pieces>BW_Buff13_Num</Pieces>
<Pieces>BW_Buff14_Num</Pieces>
</Screen>
</XML>
