View Single Post
Old 09-21-2008, 03:57 PM   #12
derred
A Ghoul
 
Join Date: Dec 2002
Posts: 11
Interface Author - Click to view interfaces
Default

Quote:
Originally Posted by Savok
Nice I really like this. Think I'm going to have to try it out myself tonight. Derred, is it possible for you to post the code for left side buffs or PM it to me please?


I only changed the Buff Window. I did not change the Short Duration Buff Window as I use one without labels. In order to get this code to work you will also need the BW_Border500.dds file Stoplaughin included with his buff windows. You can find that here: http://www.eqinterface.com/download....php?s=&id=5665

I also made slight offset adjustments to Stoplaughin's window and increased the buff label font size from 1 to 2.

Code:
<?xml version="1.0"?> <XML ID="EQInterfaceDefinitionLanguage"> <Schema xmlns="EverQuestData" xmlns:dt="EverQuestDataTypes"/> <TextureInfo item="BW_Border500.dds"> <Size> <CX>16</CX> <CY>16</CY> </Size> </TextureInfo> <Ui2DAnimation item="MUI2_A_WndHor"> <Cycle>true</Cycle> <Frames> <Texture>BW_Border500.dds</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>16</CX> <CY>1</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="MUI2_A_WndVer"> <Cycle>true</Cycle> <Frames> <Texture>BW_Border500.dds</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>1</CX> <CY>16</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="MUI2_A_WndNull"> <Cycle>true</Cycle> <Frames> <Texture>BW_Border500.dds</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>0</CX> <CY>0</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <LayoutVertical item="MUI2_L_Ver0"> <Padding>0</Padding> <Resize>true</Resize> </LayoutVertical> <WindowDrawTemplate item="MUI2_WDT_BottomOnly"> <Background></Background> <Border> <Top>MUI2_A_WndNull</Top> <Bottom>MUI2_A_WndHor</Bottom> <Left>MUI2_A_WndNull</Left> <Right>MUI2_A_WndNull</Right> <TopLeft>MUI2_A_WndNull</TopLeft> <TopRight>MUI2_A_WndNull</TopRight> <BottomLeft>MUI2_A_WndNull</BottomLeft> <BottomRight>MUI2_A_WndNull</BottomRight> <RightTop>MUI2_A_WndNull</RightTop> <RightBottom>MUI2_A_WndNull</RightBottom> <LeftTop>MUI2_A_WndNull</LeftTop> <LeftBottom>MUI2_A_WndNull</LeftBottom> <OverlapLeft>0</OverlapLeft> <OverlapTop>0</OverlapTop> <OverlapRight>0</OverlapRight> <OverlapBottom>0</OverlapBottom> </Border> </WindowDrawTemplate> <WindowDrawTemplate item="MUI2_WDT_NoTop"> <Background></Background> <Titlebar> <Left>MUI2_A_WndNull</Left> <Middle>MUI2_A_WndHor</Middle> <Right>MUI2_A_WndNull</Right> <OverlapLeft>0</OverlapLeft> <OverlapTop>0</OverlapTop> <OverlapRight>0</OverlapRight> <OverlapBottom>0</OverlapBottom> </Titlebar> <Border> <Top>MUI2_A_WndNull</Top> <Bottom>MUI2_A_WndHor</Bottom> <Left>MUI2_A_WndVer</Left> <Right>MUI2_A_WndVer</Right> <TopLeft>MUI2_A_WndNull</TopLeft> <TopRight>MUI2_A_WndNull</TopRight> <BottomLeft>MUI2_A_WndNull</BottomLeft> <BottomRight>MUI2_A_WndNull</BottomRight> <RightTop>MUI2_A_WndNull</RightTop> <RightBottom>MUI2_A_WndNull</RightBottom> <LeftTop>MUI2_A_WndNull</LeftTop> <LeftBottom>MUI2_A_WndNull</LeftBottom> <OverlapLeft>0</OverlapLeft> <OverlapTop>0</OverlapTop> <OverlapRight>0</OverlapRight> <OverlapBottom>0</OverlapBottom> </Border> </WindowDrawTemplate> <Button item="BW_Buff0_Button"> <ScreenID>Buff0</ScreenID> <AutoStretch>true</AutoStretch> <AlignRight>false</AlignRight> <TopAnchorToTop>true</TopAnchorToTop> <BottomAnchorToTop>true</BottomAnchorToTop> <LeftAnchorToLeft>true</LeftAnchorToLeft> <RightAnchorToLeft>false</RightAnchorToLeft> <TopAnchorOffset>0</TopAnchorOffset> <BottomAnchorOffset>19</BottomAnchorOffset> <LeftAnchorOffset>0</LeftAnchorOffset> <RightAnchorOffset>0</RightAnchorOffset> <ButtonDrawTemplate> <Normal>BlueIconBackground</Normal> <NormalDecal>BuffIcons</NormalDecal> </ButtonDrawTemplate> <DecalOffset> <X>1</X> <Y>1</Y> </DecalOffset> <DecalSize> <CX>17</CX> <CY>17</CY> </DecalSize> </Button> <Button item="BW_Buff1_Button"> <ScreenID>Buff1</ScreenID> <AutoStretch>true</AutoStretch> <AlignRight>false</AlignRight> <TopAnchorToTop>true</TopAnchorToTop> <BottomAnchorToTop>true</BottomAnchorToTop> <LeftAnchorToLeft>true</LeftAnchorToLeft> <RightAnchorToLeft>false</RightAnchorToLeft> <TopAnchorOffset>0</TopAnchorOffset> <BottomAnchorOffset>19</BottomAnchorOffset> <LeftAnchorOffset>0</LeftAnchorOffset> <RightAnchorOffset>0</RightAnchorOffset> <ButtonDrawTemplate> <Normal>BlueIconBackground</Normal> <NormalDecal>BuffIcons</NormalDecal> </ButtonDrawTemplate> <DecalOffset> <X>1</X> <Y>1</Y> </DecalOffset> <DecalSize> <CX>17</CX> <CY>17</CY> </DecalSize> </Button> <Button item="BW_Buff2_Button"> <ScreenID>Buff2</ScreenID> <AutoStretch>true</AutoStretch> <AlignRight>false</AlignRight> <TopAnchorToTop>true</TopAnchorToTop> <BottomAnchorToTop>true</BottomAnchorToTop> <LeftAnchorToLeft>true</LeftAnchorToLeft> <RightAnchorToLeft>false</RightAnchorToLeft> <TopAnchorOffset>0</TopAnchorOffset> <BottomAnchorOffset>19</BottomAnchorOffset> <LeftAnchorOffset>0</LeftAnchorOffset> <RightAnchorOffset>0</RightAnchorOffset> <ButtonDrawTemplate> <Normal>BlueIconBackground</Normal> <NormalDecal>BuffIcons</NormalDecal> </ButtonDrawTemplate> <DecalOffset> <X>1</X> <Y>1</Y> </DecalOffset> <DecalSize> <CX>17</CX> <CY>17</CY> </DecalSize> </Button> <Button item="BW_Buff3_Button"> <ScreenID>Buff3</ScreenID> <AutoStretch>true</AutoStretch> <AlignRight>false</AlignRight> <TopAnchorToTop>true</TopAnchorToTop> <BottomAnchorToTop>true</BottomAnchorToTop> <LeftAnchorToLeft>true</LeftAnchorToLeft> <RightAnchorToLeft>false</RightAnchorToLeft> <TopAnchorOffset>0</TopAnchorOffset> <BottomAnchorOffset>19</BottomAnchorOffset> <LeftAnchorOffset>0</LeftAnchorOffset> <RightAnchorOffset>0</RightAnchorOffset> <ButtonDrawTemplate> <Normal>BlueIconBackground</Normal> <NormalDecal>BuffIcons</NormalDecal> </ButtonDrawTemplate> <DecalOffset> <X>1</X> <Y>1</Y> </DecalOffset> <DecalSize> <CX>17</CX> <CY>17</CY> </DecalSize> </Button> <Button item="BW_Buff4_Button"> <ScreenID>Buff4</ScreenID> <AutoStretch>true</AutoStretch> <AlignRight>false</AlignRight> <TopAnchorToTop>true</TopAnchorToTop> <BottomAnchorToTop>true</BottomAnchorToTop> <LeftAnchorToLeft>true</LeftAnchorToLeft> <RightAnchorToLeft>false</RightAnchorToLeft> <TopAnchorOffset>0</TopAnchorOffset> <BottomAnchorOffset>19</BottomAnchorOffset> <LeftAnchorOffset>0</LeftAnchorOffset> <RightAnchorOffset>0</RightAnchorOffset> <ButtonDrawTemplate> <Normal>BlueIconBackground</Normal> <NormalDecal>BuffIcons</NormalDecal> </ButtonDrawTemplate> <DecalOffset> <X>1</X> <Y>1</Y> </DecalOffset> <DecalSize> <CX>17</CX> <CY>17</CY> </DecalSize> </Button> <Button item="BW_Buff5_Button"> <ScreenID>Buff5</ScreenID> <AutoStretch>true</AutoStretch> <AlignRight>false</AlignRight> <TopAnchorToTop>true</TopAnchorToTop> <BottomAnchorToTop>true</BottomAnchorToTop> <LeftAnchorToLeft>true</LeftAnchorToLeft> <RightAnchorToLeft>false</RightAnchorToLeft> <TopAnchorOffset>0</TopAnchorOffset> <BottomAnchorOffset>19</BottomAnchorOffset> <LeftAnchorOffset>0</LeftAnchorOffset> <RightAnchorOffset>0</RightAnchorOffset> <ButtonDrawTemplate> <Normal>BlueIconBackground</Normal> <NormalDecal>BuffIcons</NormalDecal> </ButtonDrawTemplate> <DecalOffset> <X>1</X> <Y>1</Y> </DecalOffset> <DecalSize> <CX>17</CX> <CY>17</CY> </DecalSize> </Button> <Button item="BW_Buff6_Button"> <ScreenID>Buff6</ScreenID> <AutoStretch>true</AutoStretch> <AlignRight>false</AlignRight> <TopAnchorToTop>true</TopAnchorToTop> <BottomAnchorToTop>true</BottomAnchorToTop> <LeftAnchorToLeft>true</LeftAnchorToLeft> <RightAnchorToLeft>false</RightAnchorToLeft> <TopAnchorOffset>0</TopAnchorOffset> <BottomAnchorOffset>19</BottomAnchorOffset> <LeftAnchorOffset>0</LeftAnchorOffset> <RightAnchorOffset>0</RightAnchorOffset> <ButtonDrawTemplate> <Normal>BlueIconBackground</Normal> <NormalDecal>BuffIcons</NormalDecal> </ButtonDrawTemplate> <DecalOffset> <X>1</X> <Y>1</Y> </DecalOffset> <DecalSize> <CX>17</CX> <CY>17</CY> </DecalSize> </Button> <Button item="BW_Buff7_Button"> <ScreenID>Buff7</ScreenID> <AutoStretch>true</AutoStretch> <AlignRight>false</AlignRight> <TopAnchorToTop>true</TopAnchorToTop> <BottomAnchorToTop>true</BottomAnchorToTop> <LeftAnchorToLeft>true</LeftAnchorToLeft> <RightAnchorToLeft>false</RightAnchorToLeft> <TopAnchorOffset>0</TopAnchorOffset> <BottomAnchorOffset>19</BottomAnchorOffset> <LeftAnchorOffset>0</LeftAnchorOffset> <RightAnchorOffset>0</RightAnchorOffset> <ButtonDrawTemplate> <Normal>BlueIconBackground</Normal> <NormalDecal>BuffIcons</NormalDecal> </ButtonDrawTemplate> <DecalOffset> <X>1</X> <Y>1</Y> </DecalOffset> <DecalSize> <CX>17</CX> <CY>17</CY> </DecalSize> </Button> <Button item="BW_Buff8_Button"> <ScreenID>Buff8</ScreenID> <AutoStretch>true</AutoStretch> <AlignRight>false</AlignRight> <TopAnchorToTop>true</TopAnchorToTop> <BottomAnchorToTop>true</BottomAnchorToTop> <LeftAnchorToLeft>true</LeftAnchorToLeft> <RightAnchorToLeft>false</RightAnchorToLeft> <TopAnchorOffset>0</TopAnchorOffset> <BottomAnchorOffset>19</BottomAnchorOffset> <LeftAnchorOffset>0</LeftAnchorOffset> <RightAnchorOffset>0</RightAnchorOffset> <ButtonDrawTemplate> <Normal>BlueIconBackground</Normal> <NormalDecal>BuffIcons</NormalDecal> </ButtonDrawTemplate> <DecalOffset> <X>1</X> <Y>1</Y> </DecalOffset> <DecalSize> <CX>17</CX> <CY>17</CY> </DecalSize> </Button> <Button item="BW_Buff9_Button"> <ScreenID>Buff9</ScreenID> <AutoStretch>true</AutoStretch> <AlignRight>false</AlignRight> <TopAnchorToTop>true</TopAnchorToTop> <BottomAnchorToTop>true</BottomAnchorToTop> <LeftAnchorToLeft>true</LeftAnchorToLeft> <RightAnchorToLeft>false</RightAnchorToLeft> <TopAnchorOffset>0</TopAnchorOffset> <BottomAnchorOffset>19</BottomAnchorOffset> <LeftAnchorOffset>0</LeftAnchorOffset> <RightAnchorOffset>0</RightAnchorOffset> <ButtonDrawTemplate> <Normal>BlueIconBackground</Normal> <NormalDecal>BuffIcons</NormalDecal> </ButtonDrawTemplate> <DecalOffset> <X>1</X> <Y>1</Y> </DecalOffset> <DecalSize> <CX>17</CX> <CY>17</CY> </DecalSize> </Button> <Button item="BW_Buff10_Button"> <ScreenID>Buff10</ScreenID> <AutoStretch>true</AutoStretch> <AlignRight>false</AlignRight> <TopAnchorToTop>true</TopAnchorToTop> <BottomAnchorToTop>true</BottomAnchorToTop> <LeftAnchorToLeft>true</LeftAnchorToLeft> <RightAnchorToLeft>false</RightAnchorToLeft> <TopAnchorOffset>0</TopAnchorOffset> <BottomAnchorOffset>19</BottomAnchorOffset> <LeftAnchorOffset>0</LeftAnchorOffset> <RightAnchorOffset>0</RightAnchorOffset> <ButtonDrawTemplate> <Normal>BlueIconBackground</Normal> <NormalDecal>BuffIcons</NormalDecal> </ButtonDrawTemplate> <DecalOffset> <X>1</X> <Y>1</Y> </DecalOffset> <DecalSize> <CX>17</CX> <CY>17</CY> </DecalSize> </Button> <Button item="BW_Buff11_Button"> <ScreenID>Buff11</ScreenID> <AutoStretch>true</AutoStretch> <AlignRight>false</AlignRight> <TopAnchorToTop>true</TopAnchorToTop> <BottomAnchorToTop>true</BottomAnchorToTop> <LeftAnchorToLeft>true</LeftAnchorToLeft> <RightAnchorToLeft>false</RightAnchorToLeft> <TopAnchorOffset>0</TopAnchorOffset> <BottomAnchorOffset>19</BottomAnchorOffset> <LeftAnchorOffset>0</LeftAnchorOffset> <RightAnchorOffset>0</RightAnchorOffset> <ButtonDrawTemplate> <Normal>BlueIconBackground</Normal> <NormalDecal>BuffIcons</NormalDecal> </ButtonDrawTemplate> <DecalOffset> <X>1</X> <Y>1</Y> </DecalOffset> <DecalSize> <CX>17</CX> <CY>17</CY> </DecalSize> </Button> <Button item="BW_Buff12_Button"> <ScreenID>Buff12</ScreenID> <AutoStretch>true</AutoStretch> <AlignRight>false</AlignRight> <TopAnchorToTop>true</TopAnchorToTop> <BottomAnchorToTop>true</BottomAnchorToTop> <LeftAnchorToLeft>true</LeftAnchorToLeft> <RightAnchorToLeft>false</RightAnchorToLeft> <TopAnchorOffset>0</TopAnchorOffset> <BottomAnchorOffset>19</BottomAnchorOffset> <LeftAnchorOffset>0</LeftAnchorOffset> <RightAnchorOffset>0</RightAnchorOffset> <ButtonDrawTemplate> <Normal>BlueIconBackground</Normal> <NormalDecal>BuffIcons</NormalDecal> </ButtonDrawTemplate> <DecalOffset> <X>1</X> <Y>1</Y> </DecalOffset> <DecalSize> <CX>17</CX> <CY>17</CY> </DecalSize> </Button> <Button item="BW_Buff13_Button"> <ScreenID>Buff13</ScreenID> <AutoStretch>true</AutoStretch> <AlignRight>false</AlignRight> <TopAnchorToTop>true</TopAnchorToTop> <BottomAnchorToTop>true</BottomAnchorToTop> <LeftAnchorToLeft>true</LeftAnchorToLeft> <RightAnchorToLeft>false</RightAnchorToLeft> <TopAnchorOffset>0</TopAnchorOffset> <BottomAnchorOffset>19</BottomAnchorOffset> <LeftAnchorOffset>0</LeftAnchorOffset> <RightAnchorOffset>0</RightAnchorOffset> <ButtonDrawTemplate> <Normal>BlueIconBackground</Normal> <NormalDecal>BuffIcons</NormalDecal> </ButtonDrawTemplate> <DecalOffset> <X>1</X> <Y>1</Y> </DecalOffset> <DecalSize> <CX>17</CX> <CY>17</CY> </DecalSize> </Button> <Button item="BW_Buff14_Button"> <ScreenID>Buff14</ScreenID> <AutoStretch>true</AutoStretch> <AlignRight>false</AlignRight> <TopAnchorToTop>true</TopAnchorToTop> <BottomAnchorToTop>true</BottomAnchorToTop> <LeftAnchorToLeft>true</LeftAnchorToLeft> <RightAnchorToLeft>false</RightAnchorToLeft> <TopAnchorOffset>0</TopAnchorOffset> <BottomAnchorOffset>19</BottomAnchorOffset> <LeftAnchorOffset>0</LeftAnchorOffset> <RightAnchorOffset>0</RightAnchorOffset> <ButtonDrawTemplate> <Normal>BlueIconBackground</Normal> <NormalDecal>BuffIcons</NormalDecal> </ButtonDrawTemplate> <DecalOffset> <X>1</X> <Y>1</Y> </DecalOffset> <DecalSize> <CX>17</CX> <CY>17</CY> </DecalSize> </Button> <Button item="BW_Buff15_Button"> <ScreenID>Buff15</ScreenID> <AutoStretch>true</AutoStretch> <AlignRight>false</AlignRight> <TopAnchorToTop>true</TopAnchorToTop> <BottomAnchorToTop>true</BottomAnchorToTop> <LeftAnchorToLeft>true</LeftAnchorToLeft> <RightAnchorToLeft>false</RightAnchorToLeft> <TopAnchorOffset>0</TopAnchorOffset> <BottomAnchorOffset>19</BottomAnchorOffset> <LeftAnchorOffset>0</LeftAnchorOffset> <RightAnchorOffset>0</RightAnchorOffset> <ButtonDrawTemplate> <Normal>BlueIconBackground</Normal> <NormalDecal>BuffIcons</NormalDecal> </ButtonDrawTemplate> <DecalOffset> <X>1</X> <Y>1</Y> </DecalOffset> <DecalSize> <CX>17</CX> <CY>17</CY> </DecalSize> </Button> <Button item="BW_Buff16_Button"> <ScreenID>Buff16</ScreenID> <AutoStretch>true</AutoStretch> <AlignRight>false</AlignRight> <TopAnchorToTop>true</TopAnchorToTop> <BottomAnchorToTop>true</BottomAnchorToTop> <LeftAnchorToLeft>true</LeftAnchorToLeft> <RightAnchorToLeft>false</RightAnchorToLeft> <TopAnchorOffset>0</TopAnchorOffset> <BottomAnchorOffset>19</BottomAnchorOffset> <LeftAnchorOffset>0</LeftAnchorOffset> <RightAnchorOffset>0</RightAnchorOffset> <ButtonDrawTemplate> <Normal>BlueIconBackground</Normal> <NormalDecal>BuffIcons</NormalDecal> </ButtonDrawTemplate> <DecalOffset> <X>1</X> <Y>1</Y> </DecalOffset> <DecalSize> <CX>17</CX> <CY>17</CY> </DecalSize> </Button> <Button item="BW_Buff17_Button"> <ScreenID>Buff17</ScreenID> <AutoStretch>true</AutoStretch> <AlignRight>false</AlignRight> <TopAnchorToTop>true</TopAnchorToTop> <BottomAnchorToTop>true</BottomAnchorToTop> <LeftAnchorToLeft>true</LeftAnchorToLeft> <RightAnchorToLeft>false</RightAnchorToLeft> <TopAnchorOffset>0</TopAnchorOffset> <BottomAnchorOffset>19</BottomAnchorOffset> <LeftAnchorOffset>0</LeftAnchorOffset> <RightAnchorOffset>0</RightAnchorOffset> <ButtonDrawTemplate> <Normal>BlueIconBackground</Normal> <NormalDecal>BuffIcons</NormalDecal> </ButtonDrawTemplate> <DecalOffset> <X>1</X> <Y>1</Y> </DecalOffset> <DecalSize> <CX>17</CX> <CY>17</CY> </DecalSize> </Button> <Button item="BW_Buff18_Button"> <ScreenID>Buff18</ScreenID> <AutoStretch>true</AutoStretch> <AlignRight>false</AlignRight> <TopAnchorToTop>true</TopAnchorToTop> <BottomAnchorToTop>true</BottomAnchorToTop> <LeftAnchorToLeft>true</LeftAnchorToLeft> <RightAnchorToLeft>false</RightAnchorToLeft> <TopAnchorOffset>0</TopAnchorOffset> <BottomAnchorOffset>19</BottomAnchorOffset> <LeftAnchorOffset>0</LeftAnchorOffset> <RightAnchorOffset>0</RightAnchorOffset> <ButtonDrawTemplate> <Normal>BlueIconBackground</Normal> <NormalDecal>BuffIcons</NormalDecal> </ButtonDrawTemplate> <DecalOffset> <X>1</X> <Y>1</Y> </DecalOffset> <DecalSize> <CX>17</CX> <CY>17</CY> </DecalSize> </Button> <Button item="BW_Buff19_Button"> <ScreenID>Buff19</ScreenID> <AutoStretch>true</AutoStretch> <AlignRight>false</AlignRight> <TopAnchorToTop>true</TopAnchorToTop> <BottomAnchorToTop>true</BottomAnchorToTop> <LeftAnchorToLeft>true</LeftAnchorToLeft> <RightAnchorToLeft>false</RightAnchorToLeft> <TopAnchorOffset>0</TopAnchorOffset> <BottomAnchorOffset>19</BottomAnchorOffset> <LeftAnchorOffset>0</LeftAnchorOffset> <RightAnchorOffset>0</RightAnchorOffset> <ButtonDrawTemplate> <Normal>BlueIconBackground</Normal> <NormalDecal>BuffIcons</NormalDecal> </ButtonDrawTemplate> <DecalOffset> <X>1</X> <Y>1</Y> </DecalOffset> <DecalSize> <CX>17</CX> <CY>17</CY> </DecalSize> </Button> <Button item="BW_Buff20_Button"> <ScreenID>Buff20</ScreenID> <AutoStretch>true</AutoStretch> <AlignRight>false</AlignRight> <TopAnchorToTop>true</TopAnchorToTop> <BottomAnchorToTop>true</BottomAnchorToTop> <LeftAnchorToLeft>true</LeftAnchorToLeft> <RightAnchorToLeft>false</RightAnchorToLeft> <TopAnchorOffset>0</TopAnchorOffset> <BottomAnchorOffset>19</BottomAnchorOffset> <LeftAnchorOffset>0</LeftAnchorOffset> <RightAnchorOffset>0</RightAnchorOffset> <ButtonDrawTemplate> <Normal>BlueIconBackground</Normal> <NormalDecal>BuffIcons</NormalDecal> </ButtonDrawTemplate> <DecalOffset> <X>1</X> <Y>1</Y> </DecalOffset> <DecalSize> <CX>17</CX> <CY>17</CY> </DecalSize> </Button> <Button item="BW_Buff21_Button"> <ScreenID>Buff21</ScreenID> <AutoStretch>true</AutoStretch> <AlignRight>false</AlignRight> <TopAnchorToTop>true</TopAnchorToTop> <BottomAnchorToTop>true</BottomAnchorToTop> <LeftAnchorToLeft>true</LeftAnchorToLeft> <RightAnchorToLeft>false</RightAnchorToLeft> <TopAnchorOffset>0</TopAnchorOffset> <BottomAnchorOffset>19</BottomAnchorOffset> <LeftAnchorOffset>0</LeftAnchorOffset> <RightAnchorOffset>0</RightAnchorOffset> <ButtonDrawTemplate> <Normal>BlueIconBackground</Normal> <NormalDecal>BuffIcons</NormalDecal> </ButtonDrawTemplate> <DecalOffset> <X>1</X> <Y>1</Y> </DecalOffset> <DecalSize> <CX>17</CX> <CY>17</CY> </DecalSize> </Button> <Button item="BW_Buff22_Button"> <ScreenID>Buff22</ScreenID> <AutoStretch>true</AutoStretch> <AlignRight>false</AlignRight> <TopAnchorToTop>true</TopAnchorToTop> <BottomAnchorToTop>true</BottomAnchorToTop> <LeftAnchorToLeft>true</LeftAnchorToLeft> <RightAnchorToLeft>false</RightAnchorToLeft> <TopAnchorOffset>0</TopAnchorOffset> <BottomAnchorOffset>19</BottomAnchorOffset> <LeftAnchorOffset>0</LeftAnchorOffset> <RightAnchorOffset>0</RightAnchorOffset> <ButtonDrawTemplate> <Normal>BlueIconBackground</Normal> <NormalDecal>BuffIcons</NormalDecal> </ButtonDrawTemplate> <DecalOffset> <X>1</X> <Y>1</Y> </DecalOffset> <DecalSize> <CX>17</CX> <CY>17</CY> </DecalSize> </Button> <Button item="BW_Buff23_Button"> <ScreenID>Buff23</ScreenID> <AutoStretch>true</AutoStretch> <AlignRight>false</AlignRight> <TopAnchorToTop>true</TopAnchorToTop> <BottomAnchorToTop>true</BottomAnchorToTop> <LeftAnchorToLeft>true</LeftAnchorToLeft> <RightAnchorToLeft>false</RightAnchorToLeft> <TopAnchorOffset>0</TopAnchorOffset> <BottomAnchorOffset>19</BottomAnchorOffset> <LeftAnchorOffset>0</LeftAnchorOffset> <RightAnchorOffset>0</RightAnchorOffset> <ButtonDrawTemplate> <Normal>BlueIconBackground</Normal> <NormalDecal>BuffIcons</NormalDecal> </ButtonDrawTemplate> <DecalOffset> <X>1</X> <Y>1</Y> </DecalOffset> <DecalSize> <CX>17</CX> <CY>17</CY> </DecalSize> </Button> <Button item="BW_Buff24_Button"> <ScreenID>Buff24</ScreenID> <AutoStretch>true</AutoStretch> <AlignRight>false</AlignRight> <TopAnchorToTop>true</TopAnchorToTop> <BottomAnchorToTop>true</BottomAnchorToTop> <LeftAnchorToLeft>true</LeftAnchorToLeft> <RightAnchorToLeft>false</RightAnchorToLeft> <TopAnchorOffset>0</TopAnchorOffset> <BottomAnchorOffset>19</BottomAnchorOffset> <LeftAnchorOffset>0</LeftAnchorOffset> <RightAnchorOffset>0</RightAnchorOffset> <ButtonDrawTemplate> <Normal>BlueIconBackground</Normal> <NormalDecal>BuffIcons</NormalDecal> </ButtonDrawTemplate> <DecalOffset> <X>1</X> <Y>1</Y> </DecalOffset> <DecalSize> <CX>17</CX> <CY>17</CY> </DecalSize> </Button> <Label item="BW_Buff0"> <EQType>500</EQType> <Font>2</Font> <AlignRight>false</AlignRight> <AutoStretch>true</AutoStretch> <TopAnchorToTop>true</TopAnchorToTop> <BottomAnchorToTop>true</BottomAnchorToTop> <LeftAnchorToLeft>true</LeftAnchorToLeft> <RightAnchorToLeft>false</RightAnchorToLeft> <TopAnchorOffset>4</TopAnchorOffset> <BottomAnchorOffset>23</BottomAnchorOffset> <LeftAnchorOffset>42</LeftAnchorOffset> <RightAnchorOffset>0</RightAnchorOffset> <TextColor> <R>255</R> <G>255</G> <B>255</B> </TextColor> <NoWrap>true</NoWrap> </Label> <Label item="BW_Buff1"> <EQType>501</EQType> <Font>2</Font> <AlignRight>false</AlignRight> <AutoStretch>true</AutoStretch> <TopAnchorToTop>true</TopAnchorToTop> <BottomAnchorToTop>true</BottomAnchorToTop> <LeftAnchorToLeft>true</LeftAnchorToLeft> <RightAnchorToLeft>false</RightAnchorToLeft> <TopAnchorOffset>23</TopAnchorOffset> <BottomAnchorOffset>42</BottomAnchorOffset> <LeftAnchorOffset>42</LeftAnchorOffset> <RightAnchorOffset>0</RightAnchorOffset> <TextColor> <R>255</R> <G>255</G> <B>255</B> </TextColor> <NoWrap>true</NoWrap> </Label> <Label item="BW_Buff2"> <EQType>502</EQType> <Font>2</Font> <AlignRight>false</AlignRight> <AutoStretch>true</AutoStretch> <TopAnchorToTop>true</TopAnchorToTop> <BottomAnchorToTop>true</BottomAnchorToTop> <LeftAnchorToLeft>true</LeftAnchorToLeft> <RightAnchorToLeft>false</RightAnchorToLeft> <TopAnchorOffset>42</TopAnchorOffset> <BottomAnchorOffset>61</BottomAnchorOffset> <LeftAnchorOffset>42</LeftAnchorOffset> <RightAnchorOffset>0</RightAnchorOffset> <TextColor> <R>255</R> <G>255</G> <B>255</B> </TextColor> <NoWrap>true</NoWrap> </Label> <Label item="BW_Buff3"> <EQType>503</EQType> <Font>2</Font> <AlignRight>false</AlignRight> <AutoStretch>true</AutoStretch> <TopAnchorToTop>true</TopAnchorToTop> <BottomAnchorToTop>true</BottomAnchorToTop> <LeftAnchorToLeft>true</LeftAnchorToLeft> <RightAnchorToLeft>false</RightAnchorToLeft> <TopAnchorOffset>61</TopAnchorOffset> <BottomAnchorOffset>80</BottomAnchorOffset> <LeftAnchorOffset>42</LeftAnchorOffset> <RightAnchorOffset>0</RightAnchorOffset> <TextColor> <R>255</R> <G>255</G> <B>255</B> </TextColor> <NoWrap>true</NoWrap> </Label> <Label item="BW_Buff4"> <EQType>504</EQType> <Font>2</Font> <AlignRight>false</AlignRight> <AutoStretch>true</AutoStretch> <TopAnchorToTop>true</TopAnchorToTop> <BottomAnchorToTop>true</BottomAnchorToTop> <LeftAnchorToLeft>true</LeftAnchorToLeft> <RightAnchorToLeft>false</RightAnchorToLeft> <TopAnchorOffset>80</TopAnchorOffset> <BottomAnchorOffset>99</BottomAnchorOffset> <LeftAnchorOffset>42</LeftAnchorOffset> <RightAnchorOffset>0</RightAnchorOffset> <TextColor> <R>255</R> <G>255</G> <B>255</B> </TextColor> <NoWrap>true</NoWrap> </Label> <Label item="BW_Buff5"> <EQType>505</EQType> <Font>2</Font> <AlignRight>false</AlignRight> <AutoStretch>true</AutoStretch> <TopAnchorToTop>true</TopAnchorToTop> <BottomAnchorToTop>true</BottomAnchorToTop> <LeftAnchorToLeft>true</LeftAnchorToLeft> <RightAnchorToLeft>false</RightAnchorToLeft> <TopAnchorOffset>99</TopAnchorOffset> <BottomAnchorOffset>118</BottomAnchorOffset> <LeftAnchorOffset>42</LeftAnchorOffset> <RightAnchorOffset>0</RightAnchorOffset> <TextColor> <R>255</R> <G>255</G> <B>255</B> </TextColor> <NoWrap>true</NoWrap> </Label> <Label item="BW_Buff6"> <EQType>506</EQType> <Font>2</Font> <AlignRight>false</AlignRight> <AutoStretch>true</AutoStretch> <TopAnchorToTop>true</TopAnchorToTop> <BottomAnchorToTop>true</BottomAnchorToTop> <LeftAnchorToLeft>true</LeftAnchorToLeft> <RightAnchorToLeft>false</RightAnchorToLeft> <TopAnchorOffset>118</TopAnchorOffset> <BottomAnchorOffset>137</BottomAnchorOffset> <LeftAnchorOffset>42</LeftAnchorOffset> <RightAnchorOffset>0</RightAnchorOffset> <TextColor> <R>255</R> <G>255</G> <B>255</B> </TextColor> <NoWrap>true</NoWrap> </Label> <Label item="BW_Buff7"> <EQType>507</EQType> <Font>2</Font> <AlignRight>false</AlignRight> <AutoStretch>true</AutoStretch> <TopAnchorToTop>true</TopAnchorToTop> <BottomAnchorToTop>true</BottomAnchorToTop> <LeftAnchorToLeft>true</LeftAnchorToLeft> <RightAnchorToLeft>false</RightAnchorToLeft> <TopAnchorOffset>137</TopAnchorOffset> <BottomAnchorOffset>156</BottomAnchorOffset> <LeftAnchorOffset>42</LeftAnchorOffset> <RightAnchorOffset>0</RightAnchorOffset> <TextColor> <R>255</R> <G>255</G> <B>255</B> </TextColor> <NoWrap>true</NoWrap> </Label> <Label item="BW_Buff8"> <EQType>508</EQType> <Font>2</Font> <AlignRight>false</AlignRight> <AutoStretch>true</AutoStretch> <TopAnchorToTop>true</TopAnchorToTop> <BottomAnchorToTop>true</BottomAnchorToTop> <LeftAnchorToLeft>true</LeftAnchorToLeft> <RightAnchorToLeft>false</RightAnchorToLeft> <TopAnchorOffset>156</TopAnchorOffset> <BottomAnchorOffset>175</BottomAnchorOffset> <LeftAnchorOffset>42</LeftAnchorOffset> <RightAnchorOffset>0</RightAnchorOffset> <TextColor> <R>255</R> <G>255</G> <B>255</B> </TextColor> <NoWrap>true</NoWrap> </Label> <Label item="BW_Buff9"> <EQType>509</EQType> <Font>2</Font> <AlignRight>false</AlignRight> <AutoStretch>true</AutoStretch> <TopAnchorToTop>true</TopAnchorToTop> <BottomAnchorToTop>true</BottomAnchorToTop> <LeftAnchorToLeft>true</LeftAnchorToLeft> <RightAnchorToLeft>false</RightAnchorToLeft> <TopAnchorOffset>175</TopAnchorOffset> <BottomAnchorOffset>194</BottomAnchorOffset> <LeftAnchorOffset>42</LeftAnchorOffset> <RightAnchorOffset>0</RightAnchorOffset> <TextColor> <R>255</R> <G>255</G> <B>255</B> </TextColor> <NoWrap>true</NoWrap> </Label> <Label item="BW_Buff10"> <EQType>510</EQType> <Font>2</Font> <AlignRight>false</AlignRight> <AutoStretch>true</AutoStretch> <TopAnchorToTop>true</TopAnchorToTop> <BottomAnchorToTop>true</BottomAnchorToTop> <LeftAnchorToLeft>true</LeftAnchorToLeft> <RightAnchorToLeft>false</RightAnchorToLeft> <TopAnchorOffset>194</TopAnchorOffset> <BottomAnchorOffset>213</BottomAnchorOffset> <LeftAnchorOffset>42</LeftAnchorOffset> <RightAnchorOffset>0</RightAnchorOffset> <TextColor> <R>255</R> <G>255</G> <B>255</B> </TextColor> <NoWrap>true</NoWrap> </Label> <Label item="BW_Buff11"> <EQType>511</EQType> <Font>2</Font> <AlignRight>false</AlignRight> <AutoStretch>true</AutoStretch> <TopAnchorToTop>true</TopAnchorToTop> <BottomAnchorToTop>true</BottomAnchorToTop> <LeftAnchorToLeft>true</LeftAnchorToLeft> <RightAnchorToLeft>false</RightAnchorToLeft> <TopAnchorOffset>213</TopAnchorOffset> <BottomAnchorOffset>232</BottomAnchorOffset> <LeftAnchorOffset>42</LeftAnchorOffset> <RightAnchorOffset>0</RightAnchorOffset> <TextColor> <R>255</R> <G>255</G> <B>255</B> </TextColor> <NoWrap>true</NoWrap> </Label> <Label item="BW_Buff12"> <EQType>512</EQType> <Font>2</Font> <AlignRight>false</AlignRight> <AutoStretch>true</AutoStretch> <TopAnchorToTop>true</TopAnchorToTop> <BottomAnchorToTop>true</BottomAnchorToTop> <LeftAnchorToLeft>true</LeftAnchorToLeft> <RightAnchorToLeft>false</RightAnchorToLeft> <TopAnchorOffset>232</TopAnchorOffset> <BottomAnchorOffset>251</BottomAnchorOffset> <LeftAnchorOffset>42</LeftAnchorOffset> <RightAnchorOffset>0</RightAnchorOffset> <TextColor> <R>255</R> <G>255</G> <B>255</B> </TextColor> <NoWrap>true</NoWrap> </Label> <Label item="BW_Buff13"> <EQType>513</EQType> <Font>2</Font> <AlignRight>false</AlignRight> <AutoStretch>true</AutoStretch> <TopAnchorToTop>true</TopAnchorToTop> <BottomAnchorToTop>true</BottomAnchorToTop> <LeftAnchorToLeft>true</LeftAnchorToLeft> <RightAnchorToLeft>false</RightAnchorToLeft> <TopAnchorOffset>251</TopAnchorOffset> <BottomAnchorOffset>270</BottomAnchorOffset> <LeftAnchorOffset>42</LeftAnchorOffset> <RightAnchorOffset>0</RightAnchorOffset> <TextColor> <R>255</R> <G>255</G> <B>255</B> </TextColor> <NoWrap>true</NoWrap> </Label> <Label item="BW_Buff14"> <EQType>514</EQType> <Font>2</Font> <AlignRight>false</AlignRight> <AutoStretch>true</AutoStretch> <TopAnchorToTop>true</TopAnchorToTop> <BottomAnchorToTop>true</BottomAnchorToTop> <LeftAnchorToLeft>true</LeftAnchorToLeft> <RightAnchorToLeft>false</RightAnchorToLeft> <TopAnchorOffset>270</TopAnchorOffset> <BottomAnchorOffset>289</BottomAnchorOffset> <LeftAnchorOffset>42</LeftAnchorOffset> <RightAnchorOffset>0</RightAnchorOffset> <TextColor> <R>255</R> <G>255</G> <B>255</B> </TextColor> <NoWrap>true</NoWrap> </Label> <Label item="BW_Buff15"> <EQType>515</EQType> <Font>2</Font> <AlignRight>false</AlignRight> <AutoStretch>true</AutoStretch> <TopAnchorToTop>true</TopAnchorToTop> <BottomAnchorToTop>true</BottomAnchorToTop> <LeftAnchorToLeft>true</LeftAnchorToLeft> <RightAnchorToLeft>false</RightAnchorToLeft> <TopAnchorOffset>289</TopAnchorOffset> <BottomAnchorOffset>308</BottomAnchorOffset> <LeftAnchorOffset>42</LeftAnchorOffset> <RightAnchorOffset>0</RightAnchorOffset> <TextColor> <R>255</R> <G>255</G> <B>255</B> </TextColor> <NoWrap>true</NoWrap> </Label> <Label item="BW_Buff16"> <EQType>516</EQType> <Font>2</Font> <AlignRight>false</AlignRight> <AutoStretch>true</AutoStretch> <TopAnchorToTop>true</TopAnchorToTop> <BottomAnchorToTop>true</BottomAnchorToTop> <LeftAnchorToLeft>true</LeftAnchorToLeft> <RightAnchorToLeft>false</RightAnchorToLeft> <TopAnchorOffset>308</TopAnchorOffset> <BottomAnchorOffset>327</BottomAnchorOffset> <LeftAnchorOffset>42</LeftAnchorOffset> <RightAnchorOffset>0</RightAnchorOffset> <TextColor> <R>255</R> <G>255</G> <B>255</B> </TextColor> <NoWrap>true</NoWrap> </Label> <Label item="BW_Buff17"> <EQType>517</EQType> <Font>2</Font> <AlignRight>false</AlignRight> <AutoStretch>true</AutoStretch> <TopAnchorToTop>true</TopAnchorToTop> <BottomAnchorToTop>true</BottomAnchorToTop> <LeftAnchorToLeft>true</LeftAnchorToLeft> <RightAnchorToLeft>false</RightAnchorToLeft> <TopAnchorOffset>327</TopAnchorOffset> <BottomAnchorOffset>346</BottomAnchorOffset> <LeftAnchorOffset>42</LeftAnchorOffset> <RightAnchorOffset>0</RightAnchorOffset> <TextColor> <R>255</R> <G>255</G> <B>255</B> </TextColor> <NoWrap>true</NoWrap> </Label> <Label item="BW_Buff18"> <EQType>518</EQType> <Font>2</Font> <AlignRight>false</AlignRight> <AutoStretch>true</AutoStretch> <TopAnchorToTop>true</TopAnchorToTop> <BottomAnchorToTop>true</BottomAnchorToTop> <LeftAnchorToLeft>true</LeftAnchorToLeft> <RightAnchorToLeft>false</RightAnchorToLeft> <TopAnchorOffset>346</TopAnchorOffset> <BottomAnchorOffset>365</BottomAnchorOffset> <LeftAnchorOffset>42</LeftAnchorOffset> <RightAnchorOffset>0</RightAnchorOffset> <TextColor> <R>255</R> <G>255</G> <B>255</B> </TextColor> <NoWrap>true</NoWrap> </Label> <Label item="BW_Buff19"> <EQType>519</EQType> <Font>2</Font> <AlignRight>false</AlignRight> <AutoStretch>true</AutoStretch> <TopAnchorToTop>true</TopAnchorToTop> <BottomAnchorToTop>true</BottomAnchorToTop> <LeftAnchorToLeft>true</LeftAnchorToLeft> <RightAnchorToLeft>false</RightAnchorToLeft> <TopAnchorOffset>365</TopAnchorOffset> <BottomAnchorOffset>384</BottomAnchorOffset> <LeftAnchorOffset>42</LeftAnchorOffset> <RightAnchorOffset>0</RightAnchorOffset> <TextColor> <R>255</R> <G>255</G> <B>255</B> </TextColor> <NoWrap>true</NoWrap> </Label> <Label item="BW_Buff20"> <EQType>520</EQType> <Font>2</Font> <AlignRight>false</AlignRight> <AutoStretch>true</AutoStretch> <TopAnchorToTop>true</TopAnchorToTop> <BottomAnchorToTop>true</BottomAnchorToTop> <LeftAnchorToLeft>true</LeftAnchorToLeft> <RightAnchorToLeft>false</RightAnchorToLeft> <TopAnchorOffset>384</TopAnchorOffset> <BottomAnchorOffset>403</BottomAnchorOffset> <LeftAnchorOffset>42</LeftAnchorOffset> <RightAnchorOffset>0</RightAnchorOffset> <TextColor> <R>255</R> <G>255</G> <B>255</B> </TextColor> <NoWrap>true</NoWrap> </Label> <Label item="BW_Buff21"> <EQType>521</EQType> <Font>2</Font> <AlignRight>false</AlignRight> <AutoStretch>true</AutoStretch> <TopAnchorToTop>true</TopAnchorToTop> <BottomAnchorToTop>true</BottomAnchorToTop> <LeftAnchorToLeft>true</LeftAnchorToLeft> <RightAnchorToLeft>false</RightAnchorToLeft> <TopAnchorOffset>403</TopAnchorOffset> <BottomAnchorOffset>422</BottomAnchorOffset> <LeftAnchorOffset>42</LeftAnchorOffset> <RightAnchorOffset>0</RightAnchorOffset> <TextColor> <R>255</R> <G>255</G> <B>255</B> </TextColor> <NoWrap>true</NoWrap> </Label> <Label item="BW_Buff22"> <EQType>522</EQType> <Font>2</Font> <AlignRight>false</AlignRight> <AutoStretch>true</AutoStretch> <TopAnchorToTop>true</TopAnchorToTop> <BottomAnchorToTop>true</BottomAnchorToTop> <LeftAnchorToLeft>true</LeftAnchorToLeft> <RightAnchorToLeft>false</RightAnchorToLeft> <TopAnchorOffset>422</TopAnchorOffset> <BottomAnchorOffset>441</BottomAnchorOffset> <LeftAnchorOffset>42</LeftAnchorOffset> <RightAnchorOffset>0</RightAnchorOffset> <TextColor> <R>255</R> <G>255</G> <B>255</B> </TextColor> <NoWrap>true</NoWrap> </Label> <Label item="BW_Buff23"> <EQType>523</EQType> <Font>2</Font> <AlignRight>false</AlignRight> <AutoStretch>true</AutoStretch> <TopAnchorToTop>true</TopAnchorToTop> <BottomAnchorToTop>true</BottomAnchorToTop> <LeftAnchorToLeft>true</LeftAnchorToLeft> <RightAnchorToLeft>false</RightAnchorToLeft> <TopAnchorOffset>441</TopAnchorOffset> <BottomAnchorOffset>460</BottomAnchorOffset> <LeftAnchorOffset>42</LeftAnchorOffset> <RightAnchorOffset>0</RightAnchorOffset> <TextColor> <R>255</R> <G>255</G> <B>255</B> </TextColor> <NoWrap>true</NoWrap> </Label> <Label item="BW_Buff24"> <EQType>524</EQType> <Font>2</Font> <AlignRight>false</AlignRight> <AutoStretch>true</AutoStretch> <TopAnchorToTop>true</TopAnchorToTop> <BottomAnchorToTop>true</BottomAnchorToTop> <LeftAnchorToLeft>true</LeftAnchorToLeft> <RightAnchorToLeft>false</RightAnchorToLeft> <TopAnchorOffset>460</TopAnchorOffset> <BottomAnchorOffset>479</BottomAnchorOffset> <LeftAnchorOffset>42</LeftAnchorOffset> <RightAnchorOffset>0</RightAnchorOffset> <TextColor> <R>255</R> <G>255</G> <B>255</B> </TextColor> <NoWrap>true</NoWrap> </Label> <Label item="BW_Buff0_Num"> <Font>1</Font> <Location> <X>0</X> <Y>4</Y> </Location> <Size> <CX>36</CX> <CY>12</CY> </Size> <Text>1</Text> <TextColor> <R>255</R> <G>255</G> <B>255</B> </TextColor> <AlignRight>false</AlignRight> </Label> <Label item="BW_Buff1_Num"> <Font>1</Font> <Location> <X>0</X> <Y>4</Y> </Location> <Size> <CX>36</CX> <CY>12</CY> </Size> <Text>2</Text> <TextColor> <R>255</R> <G>255</G> <B>255</B> </TextColor> <AlignRight>false</AlignRight> </Label> <Label item="BW_Buff2_Num"> <Font>1</Font> <Location> <X>0</X> <Y>4</Y> </Location> <Size> <CX>36</CX> <CY>12</CY> </Size> <Text>3</Text> <TextColor> <R>255</R> <G>255</G> <B>255</B> </TextColor> <AlignRight>false</AlignRight> </Label> <Label item="BW_Buff3_Num"> <Font>1</Font> <Location> <X>0</X> <Y>4</Y> </Location> <Size> <CX>36</CX> <CY>12</CY> </Size> <Text>4</Text> <TextColor> <R>255</R> <G>255</G> <B>255</B> </TextColor> <AlignRight>false</AlignRight> </Label> <Label item="BW_Buff4_Num"> <Font>1</Font> <Location> <X>0</X> <Y>4</Y> </Location> <Size> <CX>36</CX> <CY>12</CY> </Size> <Text>5</Text> <TextColor> <R>255</R> <G>255</G> <B>255</B> </TextColor> <AlignRight>false</AlignRight> </Label> <Label item="BW_Buff5_Num"> <Font>1</Font> <Location> <X>0</X> <Y>4</Y> </Location> <Size> <CX>36</CX> <CY>12</CY> </Size> <Text>6</Text> <TextColor> <R>255</R> <G>255</G> <B>255</B> </TextColor> <AlignRight>false</AlignRight> </Label> <Label item="BW_Buff6_Num"> <Font>1</Font> <Location> <X>0</X> <Y>4</Y> </Location> <Size> <CX>36</CX> <CY>12</CY> </Size> <Text>7</Text> <TextColor> <R>255</R> <G>255</G> <B>255</B> </TextColor> <AlignRight>false</AlignRight> </Label> <Label item="BW_Buff7_Num"> <Font>1</Font> <Location> <X>0</X> <Y>4</Y> </Location> <Size> <CX>36</CX> <CY>12</CY> </Size> <Text>8</Text> <TextColor> <R>255</R> <G>255</G> <B>255</B> </TextColor> <AlignRight>false</AlignRight> </Label> <Label item="BW_Buff8_Num"> <Font>1</Font> <Location> <X>0</X> <Y>4</Y> </Location> <Size> <CX>36</CX> <CY>12</CY> </Size> <Text>9</Text> <TextColor> <R>255</R> <G>255</G> <B>255</B> </TextColor> <AlignRight>false</AlignRight> </Label> <Label item="BW_Buff9_Num"> <Font>1</Font> <Location> <X>0</X> <Y>4</Y> </Location> <Size> <CX>36</CX> <CY>12</CY> </Size> <Text>10</Text> <TextColor> <R>255</R> <G>255</G> <B>255</B> </TextColor> <AlignRight>false</AlignRight> </Label> <Label item="BW_Buff10_Num"> <Font>1</Font> <Location> <X>0</X> <Y>4</Y> </Location> <Size> <CX>36</CX> <CY>12</CY> </Size> <Text>11</Text> <TextColor> <R>255</R> <G>255</G> <B>255</B> </TextColor> <AlignRight>false</AlignRight> </Label> <Label item="BW_Buff11_Num"> <Font>1</Font> <Location> <X>0</X> <Y>4</Y> </Location> <Size> <CX>36</CX> <CY>12</CY> </Size> <Text>12</Text> <TextColor> <R>255</R> <G>255</G> <B>255</B> </TextColor> <AlignRight>false</AlignRight> </Label> <Label item="BW_Buff12_Num"> <Font>1</Font> <Location> <X>0</X> <Y>4</Y> </Location> <Size> <CX>36</CX> <CY>12</CY> </Size> <Text>13</Text> <TextColor> <R>255</R> <G>255</G> <B>255</B> </TextColor> <AlignRight>false</AlignRight> </Label> <Label item="BW_Buff13_Num"> <Font>1</Font> <Location> <X>0</X> <Y>4</Y> </Location> <Size> <CX>36</CX> <CY>12</CY> </Size> <Text>14</Text> <TextColor> <R>255</R> <G>255</G> <B>255</B> </TextColor> <AlignRight>false</AlignRight> </Label> <Label item="BW_Buff14_Num"> <Font>1</Font> <Location> <X>0</X> <Y>4</Y> </Location> <Size> <CX>36</CX> <CY>12</CY> </Size> <Text>15</Text> <TextColor> <R>255</R> <G>255</G> <B>255</B> </TextColor> <AlignRight>false</AlignRight> </Label> <Label item="BW_Buff15_Num"> <Font>1</Font> <Location> <X>0</X> <Y>4</Y> </Location> <Size> <CX>36</CX> <CY>12</CY> </Size> <Text>16</Text> <TextColor> <R>255</R> <G>255</G> <B>255</B> </TextColor> <AlignRight>false</AlignRight> </Label> <Label item="BW_Buff16_Num"> <Font>1</Font> <Location> <X>0</X> <Y>4</Y> </Location> <Size> <CX>36</CX> <CY>12</CY> </Size> <Text>17</Text> <TextColor> <R>255</R> <G>255</G> <B>255</B> </TextColor> <AlignRight>false</AlignRight> </Label> <Label item="BW_Buff17_Num"> <Font>1</Font> <Location> <X>0</X> <Y>4</Y> </Location> <Size> <CX>36</CX> <CY>12</CY> </Size> <Text>18</Text> <TextColor> <R>255</R> <G>255</G> <B>255</B> </TextColor> <AlignRight>false</AlignRight> </Label> <Label item="BW_Buff18_Num"> <Font>1</Font> <Location> <X>0</X> <Y>4</Y> </Location> <Size> <CX>36</CX> <CY>12</CY> </Size> <Text>19</Text> <TextColor> <R>255</R> <G>255</G> <B>255</B> </TextColor> <AlignRight>false</AlignRight> </Label> <Label item="BW_Buff19_Num"> <Font>1</Font> <Location> <X>0</X> <Y>4</Y> </Location> <Size> <CX>36</CX> <CY>12</CY> </Size> <Text>20</Text> <TextColor> <R>255</R> <G>255</G> <B>255</B> </TextColor> <AlignRight>false</AlignRight> </Label> <Label item="BW_Buff20_Num"> <Font>1</Font> <Location> <X>0</X> <Y>4</Y> </Location> <Size> <CX>36</CX> <CY>12</CY> </Size> <Text>21</Text> <TextColor> <R>255</R> <G>255</G> <B>255</B> </TextColor> <AlignRight>false</AlignRight> </Label> <Label item="BW_Buff21_Num"> <Font>1</Font> <Location> <X>0</X> <Y>4</Y> </Location> <Size> <CX>36</CX> <CY>12</CY> </Size> <Text>22</Text> <TextColor> <R>255</R> <G>255</G> <B>255</B> </TextColor> <AlignRight>false</AlignRight> </Label> <Label item="BW_Buff22_Num"> <Font>1</Font> <Location> <X>0</X> <Y>4</Y> </Location> <Size> <CX>36</CX> <CY>12</CY> </Size> <Text>23</Text> <TextColor> <R>255</R> <G>255</G> <B>255</B> </TextColor> <AlignRight>false</AlignRight> </Label> <Label item="BW_Buff23_Num"> <Font>1</Font> <Location> <X>0</X> <Y>4</Y> </Location> <Size> <CX>36</CX> <CY>12</CY> </Size> <Text>24</Text> <TextColor> <R>255</R> <G>255</G> <B>255</B> </TextColor> <AlignRight>false</AlignRight> </Label> <Label item="BW_Buff24_Num"> <Font>1</Font> <Location> <X>0</X> <Y>4</Y> </Location> <Size> <CX>36</CX> <CY>12</CY> </Size> <Text>25</Text> <TextColor> <R>255</R> <G>255</G> <B>255</B> </TextColor> <AlignRight>false</AlignRight> </Label> <TemplateContainer item="MUI2_BW_Spell0"> <Style_Transparent>true</Style_Transparent> <DrawTemplate>MUI2_WDT_BottomOnly</DrawTemplate> <Size> <CX>40</CX> <CY>19</CY> </Size> <Pieces>BW_Buff0_Num</Pieces> <Pieces>BW_Buff0_Button</Pieces> </TemplateContainer> <TemplateContainer item="MUI2_BW_Spell1"> <Style_Transparent>true</Style_Transparent> <DrawTemplate>MUI2_WDT_BottomOnly</DrawTemplate> <Size> <CX>40</CX> <CY>19</CY> </Size> <Pieces>BW_Buff1_Num</Pieces> <Pieces>BW_Buff1_Button</Pieces> </TemplateContainer> <TemplateContainer item="MUI2_BW_Spell2"> <Style_Transparent>true</Style_Transparent> <DrawTemplate>MUI2_WDT_BottomOnly</DrawTemplate> <Size> <CX>40</CX> <CY>19</CY> </Size> <Pieces>BW_Buff2_Num</Pieces> <Pieces>BW_Buff2_Button</Pieces> </TemplateContainer> <TemplateContainer item="MUI2_BW_Spell3"> <Style_Transparent>true</Style_Transparent> <DrawTemplate>MUI2_WDT_BottomOnly</DrawTemplate> <Size> <CX>40</CX> <CY>19</CY> </Size> <Pieces>BW_Buff3_Num</Pieces> <Pieces>BW_Buff3_Button</Pieces> </TemplateContainer> <TemplateContainer item="MUI2_BW_Spell4"> <Style_Transparent>true</Style_Transparent> <DrawTemplate>MUI2_WDT_BottomOnly</DrawTemplate> <Size> <CX>40</CX> <CY>19</CY> </Size> <Pieces>BW_Buff4_Num</Pieces> <Pieces>BW_Buff4_Button</Pieces> </TemplateContainer> <TemplateContainer item="MUI2_BW_Spell5"> <Style_Transparent>true</Style_Transparent> <DrawTemplate>MUI2_WDT_BottomOnly</DrawTemplate> <Size> <CX>40</CX> <CY>19</CY> </Size> <Pieces>BW_Buff5_Num</Pieces> <Pieces>BW_Buff5_Button</Pieces> </TemplateContainer> <TemplateContainer item="MUI2_BW_Spell6"> <Style_Transparent>true</Style_Transparent> <DrawTemplate>MUI2_WDT_BottomOnly</DrawTemplate> <Size> <CX>40</CX> <CY>19</CY> </Size> <Pieces>BW_Buff6_Num</Pieces> <Pieces>BW_Buff6_Button</Pieces> </TemplateContainer> <TemplateContainer item="MUI2_BW_Spell7"> <Style_Transparent>true</Style_Transparent> <DrawTemplate>MUI2_WDT_BottomOnly</DrawTemplate> <Size> <CX>40</CX> <CY>19</CY> </Size> <Pieces>BW_Buff7_Num</Pieces> <Pieces>BW_Buff7_Button</Pieces> </TemplateContainer> <TemplateContainer item="MUI2_BW_Spell8"> <Style_Transparent>true</Style_Transparent> <DrawTemplate>MUI2_WDT_BottomOnly</DrawTemplate> <Size> <CX>40</CX> <CY>19</CY> </Size> <Pieces>BW_Buff8_Num</Pieces> <Pieces>BW_Buff8_Button</Pieces> </TemplateContainer> <TemplateContainer item="MUI2_BW_Spell9"> <Style_Transparent>true</Style_Transparent> <DrawTemplate>MUI2_WDT_BottomOnly</DrawTemplate> <Size> <CX>40</CX> <CY>19</CY> </Size> <Pieces>BW_Buff9_Num</Pieces> <Pieces>BW_Buff9_Button</Pieces> </TemplateContainer> <TemplateContainer item="MUI2_BW_Spell10"> <Style_Transparent>true</Style_Transparent> <DrawTemplate>MUI2_WDT_BottomOnly</DrawTemplate> <Size> <CX>40</CX> <CY>19</CY> </Size> <Pieces>BW_Buff10_Num</Pieces> <Pieces>BW_Buff10_Button</Pieces> </TemplateContainer> <TemplateContainer item="MUI2_BW_Spell11"> <Style_Transparent>true</Style_Transparent> <DrawTemplate>MUI2_WDT_BottomOnly</DrawTemplate> <Size> <CX>40</CX> <CY>19</CY> </Size> <Pieces>BW_Buff11_Num</Pieces> <Pieces>BW_Buff11_Button</Pieces> </TemplateContainer> <TemplateContainer item="MUI2_BW_Spell12"> <Style_Transparent>true</Style_Transparent> <DrawTemplate>MUI2_WDT_BottomOnly</DrawTemplate> <Size> <CX>40</CX> <CY>19</CY> </Size> <Pieces>BW_Buff12_Num</Pieces> <Pieces>BW_Buff12_Button</Pieces> </TemplateContainer> <TemplateContainer item="MUI2_BW_Spell13"> <Style_Transparent>true</Style_Transparent> <DrawTemplate>MUI2_WDT_BottomOnly</DrawTemplate> <Size> <CX>40</CX> <CY>19</CY> </Size> <Pieces>BW_Buff13_Num</Pieces> <Pieces>BW_Buff13_Button</Pieces> </TemplateContainer> <TemplateContainer item="MUI2_BW_Spell14"> <Style_Transparent>true</Style_Transparent> <DrawTemplate>MUI2_WDT_BottomOnly</DrawTemplate> <Size> <CX>40</CX> <CY>19</CY> </Size> <Pieces>BW_Buff14_Num</Pieces> <Pieces>BW_Buff14_Button</Pieces> </TemplateContainer> <TemplateContainer item="MUI2_BW_Spell15"> <Style_Transparent>true</Style_Transparent> <DrawTemplate>MUI2_WDT_BottomOnly</DrawTemplate> <Size> <CX>40</CX> <CY>19</CY> </Size> <Pieces>BW_Buff15_Num</Pieces> <Pieces>BW_Buff15_Button</Pieces> </TemplateContainer> <TemplateContainer item="MUI2_BW_Spell16"> <Style_Transparent>true</Style_Transparent> <DrawTemplate>MUI2_WDT_BottomOnly</DrawTemplate> <Size> <CX>40</CX> <CY>19</CY> </Size> <Pieces>BW_Buff16_Num</Pieces> <Pieces>BW_Buff16_Button</Pieces> </TemplateContainer> <TemplateContainer item="MUI2_BW_Spell17"> <Style_Transparent>true</Style_Transparent> <DrawTemplate>MUI2_WDT_BottomOnly</DrawTemplate> <Size> <CX>40</CX> <CY>19</CY> </Size> <Pieces>BW_Buff17_Num</Pieces> <Pieces>BW_Buff17_Button</Pieces> </TemplateContainer> <TemplateContainer item="MUI2_BW_Spell18"> <Style_Transparent>true</Style_Transparent> <DrawTemplate>MUI2_WDT_BottomOnly</DrawTemplate> <Size> <CX>40</CX> <CY>19</CY> </Size> <Pieces>BW_Buff18_Num</Pieces> <Pieces>BW_Buff18_Button</Pieces> </TemplateContainer> <TemplateContainer item="MUI2_BW_Spell19"> <Style_Transparent>true</Style_Transparent> <DrawTemplate>MUI2_WDT_BottomOnly</DrawTemplate> <Size> <CX>40</CX> <CY>19</CY> </Size> <Pieces>BW_Buff19_Num</Pieces> <Pieces>BW_Buff19_Button</Pieces> </TemplateContainer> <TemplateContainer item="MUI2_BW_Spell20"> <Style_Transparent>true</Style_Transparent> <DrawTemplate>MUI2_WDT_BottomOnly</DrawTemplate> <Size> <CX>40</CX> <CY>19</CY> </Size> <Pieces>BW_Buff20_Num</Pieces> <Pieces>BW_Buff20_Button</Pieces> </TemplateContainer> <TemplateContainer item="MUI2_BW_Spell21"> <Style_Transparent>true</Style_Transparent> <DrawTemplate>MUI2_WDT_BottomOnly</DrawTemplate> <Size> <CX>40</CX> <CY>19</CY> </Size> <Pieces>BW_Buff21_Num</Pieces> <Pieces>BW_Buff21_Button</Pieces> </TemplateContainer> <TemplateContainer item="MUI2_BW_Spell22"> <Style_Transparent>true</Style_Transparent> <DrawTemplate>MUI2_WDT_BottomOnly</DrawTemplate> <Size> <CX>40</CX> <CY>19</CY> </Size> <Pieces>BW_Buff22_Num</Pieces> <Pieces>BW_Buff22_Button</Pieces> </TemplateContainer> <TemplateContainer item="MUI2_BW_Spell23"> <Style_Transparent>true</Style_Transparent> <DrawTemplate>MUI2_WDT_BottomOnly</DrawTemplate> <Size> <CX>40</CX> <CY>19</CY> </Size> <Pieces>BW_Buff23_Num</Pieces> <Pieces>BW_Buff23_Button</Pieces> </TemplateContainer> <TemplateContainer item="MUI2_BW_Spell24"> <Style_Transparent>true</Style_Transparent> <DrawTemplate>MUI2_WDT_BottomOnly</DrawTemplate> <Size> <CX>40</CX> <CY>19</CY> </Size> <Pieces>BW_Buff24_Num</Pieces> <Pieces>BW_Buff24_Button</Pieces> </TemplateContainer> <TemplateContainer item="MUI2_BW_BuffBtnCont"> <Style_Transparent>true</Style_Transparent> <DrawTemplate>MUI2_WDT_BottomOnly</DrawTemplate> <Layout>MUI2_L_Ver0</Layout> <Pieces>MUI2_BW_Spell0</Pieces> <Pieces>MUI2_BW_Spell1</Pieces> <Pieces>MUI2_BW_Spell2</Pieces> <Pieces>MUI2_BW_Spell3</Pieces> <Pieces>MUI2_BW_Spell4</Pieces> <Pieces>MUI2_BW_Spell5</Pieces> <Pieces>MUI2_BW_Spell6</Pieces> <Pieces>MUI2_BW_Spell7</Pieces> <Pieces>MUI2_BW_Spell8</Pieces> <Pieces>MUI2_BW_Spell9</Pieces> <Pieces>MUI2_BW_Spell10</Pieces> <Pieces>MUI2_BW_Spell11</Pieces> <Pieces>MUI2_BW_Spell12</Pieces> <Pieces>MUI2_BW_Spell13</Pieces> <Pieces>MUI2_BW_Spell14</Pieces> <Pieces>MUI2_BW_Spell15</Pieces> <Pieces>MUI2_BW_Spell16</Pieces> <Pieces>MUI2_BW_Spell17</Pieces> <Pieces>MUI2_BW_Spell18</Pieces> <Pieces>MUI2_BW_Spell19</Pieces> <Pieces>MUI2_BW_Spell20</Pieces> <Pieces>MUI2_BW_Spell21</Pieces> <Pieces>MUI2_BW_Spell22</Pieces> <Pieces>MUI2_BW_Spell23</Pieces> <Pieces>MUI2_BW_Spell24</Pieces> </TemplateContainer> <TemplateContainer item="MUI2_BW_BuffCont"> <Style_Transparent>true</Style_Transparent> <DrawTemplate>MUI2_WDT_BottomOnly</DrawTemplate> <AutoStretch>true</AutoStretch> <TopAnchorToTop>true</TopAnchorToTop> <BottomAnchorToTop>true</BottomAnchorToTop> <LeftAnchorToLeft>true</LeftAnchorToLeft> <RightAnchorToLeft>false</RightAnchorToLeft> <TopAnchorOffset>0</TopAnchorOffset> <BottomAnchorOffset>475</BottomAnchorOffset> <LeftAnchorOffset>0</LeftAnchorOffset> <RightAnchorOffset>0</RightAnchorOffset> <Pieces>MUI2_BW_BuffBtnCont</Pieces> </TemplateContainer> <TemplateContainer item="MUI2_BW_SizeCont"> <Style_Transparent>true</Style_Transparent> <DrawTemplate>MUI2_WDT_BottomOnly</DrawTemplate> <Style_Border>true</Style_Border> <AutoStretch>true</AutoStretch> <TopAnchorToTop>true</TopAnchorToTop> <BottomAnchorToTop>true</BottomAnchorToTop> <LeftAnchorToLeft>true</LeftAnchorToLeft> <RightAnchorToLeft>false</RightAnchorToLeft> <TopAnchorOffset>0</TopAnchorOffset> <BottomAnchorOffset>476</BottomAnchorOffset> <LeftAnchorOffset>1</LeftAnchorOffset> <RightAnchorOffset>0</RightAnchorOffset> <Pieces>MUI2_BW_BuffCont</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_Buff15</Pieces> <Pieces>BW_Buff16</Pieces> <Pieces>BW_Buff17</Pieces> <Pieces>BW_Buff18</Pieces> <Pieces>BW_Buff19</Pieces> <Pieces>BW_Buff20</Pieces> <Pieces>BW_Buff21</Pieces> <Pieces>BW_Buff22</Pieces> <Pieces>BW_Buff23</Pieces> <Pieces>BW_Buff24</Pieces> </TemplateContainer> <Screen item="BuffWindow"> <RelativePosition>false</RelativePosition> <Location> <X>100</X> <Y>100</Y> </Location> <Size> <CX>122</CX> <CY>477</CY> </Size> <Style_Transparent>true</Style_Transparent> <DrawTemplate>MUI2_WDT_NoTop</DrawTemplate> <Style_Titlebar>true</Style_Titlebar> <Style_Closebox>false</Style_Closebox> <Style_Minimizebox>false</Style_Minimizebox> <Style_Border>true</Style_Border> <Style_Sizable>true</Style_Sizable> <Pieces>MUI2_BW_SizeCont</Pieces> </Screen> </XML>
__________________
-red
derred is offline   Reply With Quote