Small buff window w/timers *SS added**MQ2Data version added*

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

Moderator: MacroQuest Developers

nightgod
a ghoul
a ghoul
Posts: 122
Joined: Sun Nov 02, 2003 4:39 am

Post by nightgod » Sun Dec 14, 2008 4:47 pm

Updated, now supports 25 buff slots and is fixed to work with the post 9DEC08 changes. *EDIT* broken up over two posts due to length limitations.

Code: Select all

<?xml version = "1.0"?>
<XML ID = "EQInterfaceDefinitionLanguage">
   <Schema xmlns = "EverQuestData" xmlns:dt = "EverQuestDataTypes"/>

   <Button item = "BW_Buff0_Button">
      <ScreenID>Buff0</ScreenID>
      <RelativePosition>true</RelativePosition>
      <Size>
         <CX>108</CX>
         <CY>20</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>20</CX>
         <CY>20</CY>
      </DecalSize>
   </Button>
   <Button item = "BW_Buff1_Button">
      <ScreenID>Buff1</ScreenID>
      <RelativePosition>true</RelativePosition>
      <Size>
         <CX>108</CX>
         <CY>20</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>20</CX>
         <CY>20</CY>
      </DecalSize>
   </Button>
   <Button item = "BW_Buff2_Button">
      <ScreenID>Buff2</ScreenID>
      <RelativePosition>true</RelativePosition>
      <Size>
         <CX>108</CX>
         <CY>20</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>20</CX>
         <CY>20</CY>
      </DecalSize>
   </Button>
   <Button item = "BW_Buff3_Button">
      <ScreenID>Buff3</ScreenID>
      <RelativePosition>true</RelativePosition>
      <Size>
         <CX>108</CX>
         <CY>20</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>20</CX>
         <CY>20</CY>
      </DecalSize>
   </Button>
   <Button item = "BW_Buff4_Button">
      <ScreenID>Buff4</ScreenID>
      <RelativePosition>true</RelativePosition>
      <Size>
         <CX>108</CX>
         <CY>20</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>20</CX>
         <CY>20</CY>
      </DecalSize>
   </Button>
   <Button item = "BW_Buff5_Button">
      <ScreenID>Buff5</ScreenID>
      <RelativePosition>true</RelativePosition>
      <Size>
         <CX>108</CX>
         <CY>20</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>20</CX>
         <CY>20</CY>
      </DecalSize>
   </Button>
   <Button item = "BW_Buff6_Button">
      <ScreenID>Buff6</ScreenID>
      <RelativePosition>true</RelativePosition>
      <Size>
         <CX>108</CX>
         <CY>20</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>20</CX>
         <CY>20</CY>
      </DecalSize>
   </Button>
   <Button item = "BW_Buff7_Button">
      <ScreenID>Buff7</ScreenID>
      <RelativePosition>true</RelativePosition>
      <Size>
         <CX>108</CX>
         <CY>20</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>20</CX>
         <CY>20</CY>
      </DecalSize>
   </Button>
   <Button item = "BW_Buff8_Button">
      <ScreenID>Buff8</ScreenID>
      <RelativePosition>true</RelativePosition>
      <Size>
         <CX>108</CX>
         <CY>20</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>20</CX>
         <CY>20</CY>
      </DecalSize>
   </Button>
   <Button item = "BW_Buff9_Button">
      <ScreenID>Buff9</ScreenID>
      <RelativePosition>true</RelativePosition>
      <Size>
         <CX>108</CX>
         <CY>20</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>20</CX>
         <CY>20</CY>
      </DecalSize>
   </Button>
   <Button item = "BW_Buff10_Button">
      <ScreenID>Buff10</ScreenID>
      <RelativePosition>true</RelativePosition>
      <Size>
         <CX>108</CX>
         <CY>20</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>20</CX>
         <CY>20</CY>
      </DecalSize>
   </Button>
   <Button item = "BW_Buff11_Button">
      <ScreenID>Buff11</ScreenID>
      <RelativePosition>true</RelativePosition>
      <Size>
         <CX>108</CX>
         <CY>20</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>20</CX>
         <CY>20</CY>
      </DecalSize>
   </Button>
   <Button item = "BW_Buff12_Button">
      <ScreenID>Buff12</ScreenID>
      <RelativePosition>true</RelativePosition>
      <Size>
         <CX>108</CX>
         <CY>20</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>20</CX>
         <CY>20</CY>
      </DecalSize>
   </Button>
   <Button item = "BW_Buff13_Button">
      <ScreenID>Buff13</ScreenID>
      <RelativePosition>true</RelativePosition>
      <Size>
         <CX>108</CX>
         <CY>20</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>20</CX>
         <CY>20</CY>
      </DecalSize>
   </Button>
   <Button item = "BW_Buff14_Button">
      <ScreenID>Buff14</ScreenID>
      <RelativePosition>true</RelativePosition>
      <Location>
         <X>0</X>
         <Y>187</Y>
      </Location>
      <Size>
         <CX>108</CX>
         <CY>20</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>20</CX>
         <CY>20</CY>
      </DecalSize>
   </Button>
   <Button item = "BW_Buff15_Button">
      <ScreenID>Buff15</ScreenID>
      <RelativePosition>true</RelativePosition>
      <Location>
         <X>0</X>
         <Y>233</Y>
      </Location>
      <Size>
         <CX>108</CX>
         <CY>20</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>20</CX>
         <CY>20</CY>
      </DecalSize>
   </Button>
   <Button item = "BW_Buff16_Button">
      <ScreenID>Buff16</ScreenID>
      <RelativePosition>true</RelativePosition>
      <Location>
         <X>0</X>
         <Y>233</Y>
      </Location>
      <Size>
         <CX>108</CX>
         <CY>20</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>20</CX>
         <CY>20</CY>
      </DecalSize>
   </Button>
   <Button item = "BW_Buff17_Button">
      <ScreenID>Buff17</ScreenID>
      <RelativePosition>true</RelativePosition>
      <Location>
         <X>0</X>
         <Y>233</Y>
      </Location>
      <Size>
         <CX>108</CX>
         <CY>20</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>20</CX>
         <CY>20</CY>
      </DecalSize>
   </Button>
   <Button item = "BW_Buff18_Button">
      <ScreenID>Buff18</ScreenID>
      <RelativePosition>true</RelativePosition>
      <Location>
         <X>0</X>
         <Y>279</Y>
      </Location>
      <Size>
         <CX>108</CX>
         <CY>20</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>20</CX>
         <CY>20</CY>
      </DecalSize>
   </Button>
   <Button item = "BW_Buff19_Button">
      <ScreenID>Buff19</ScreenID>
      <RelativePosition>true</RelativePosition>
      <Location>
         <X>0</X>
         <Y>279</Y>
      </Location>
      <Size>
         <CX>108</CX>
         <CY>20</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>20</CX>
         <CY>20</CY>
      </DecalSize>
   </Button>
   <Button item = "BW_Buff20_Button">
      <ScreenID>Buff20</ScreenID>
      <RelativePosition>true</RelativePosition>
      <Location>
         <X>0</X>
         <Y>3</Y>
      </Location>
      <Size>
         <CX>108</CX>
         <CY>20</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>20</CX>
         <CY>20</CY>
      </DecalSize>
   </Button>
   <Button item = "BW_Buff21_Button">
      <ScreenID>Buff21</ScreenID>
      <RelativePosition>true</RelativePosition>
      <Location>
         <X>0</X>
         <Y>3</Y>
      </Location>
      <Size>
         <CX>108</CX>
         <CY>20</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>20</CX>
         <CY>20</CY>
      </DecalSize>
   </Button>
   <Button item = "BW_Buff22_Button">
      <ScreenID>Buff22</ScreenID>
      <RelativePosition>true</RelativePosition>
      <Location>
         <X>0</X>
         <Y>3</Y>
      </Location>
      <Size>
         <CX>108</CX>
         <CY>20</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>20</CX>
         <CY>20</CY>
      </DecalSize>
   </Button>
   <Button item = "BW_Buff23_Button">
      <ScreenID>Buff23</ScreenID>
      <RelativePosition>true</RelativePosition>
      <Location>
         <X>0</X>
         <Y>3</Y>
      </Location>
      <Size>
         <CX>108</CX>
         <CY>20</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>20</CX>
         <CY>20</CY>
      </DecalSize>
   </Button>
   <Button item = "BW_Buff24_Button">
      <ScreenID>Buff24</ScreenID>
      <RelativePosition>true</RelativePosition>
      <Location>
         <X>0</X>
         <Y>3</Y>
      </Location>
      <Size>
         <CX>108</CX>
         <CY>20</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>20</CX>
         <CY>20</CY>
      </DecalSize>
   </Button> 
 
   <Label item ="BW_Buff0">
      <ScreenID>Buff0Label</ScreenID>
      <EQType>500</EQType>
      <Font>1</Font>
      <RelativePosition>true</RelativePosition>
      <Location>
         <X>22</X>
         <Y>0</Y>
      </Location>
      <Size>
         <CX>119</CX>
         <CY>14</CY>
      </Size>
      <Text></Text>
      <TextColor>
            <R>255</R>
            <G>255</G>
            <B>255</B>
      </TextColor>
      <NoWrap>true</NoWrap>
      <AlignCenter>false</AlignCenter>
      <AlignRight>false</AlignRight>
   </Label>
   <Label item ="BW_Buff1">
      <ScreenID>Buff1Label</ScreenID>
      <EQType>501</EQType>
      <Font>1</Font>
      <RelativePosition>true</RelativePosition>
      <Location>
         <X>22</X>
         <Y>0</Y>
      </Location>
      <Size>
         <CX>119</CX>
         <CY>14</CY>
      </Size>
      <Text></Text>
      <TextColor>
            <R>255</R>
            <G>255</G>
            <B>255</B>
      </TextColor>
      <NoWrap>true</NoWrap>
      <AlignCenter>false</AlignCenter>
      <AlignRight>false</AlignRight>
   </Label>
   <Label item ="BW_Buff2">
      <ScreenID>Buff2Label</ScreenID>
      <EQType>502</EQType>
      <Font>1</Font>
      <RelativePosition>true</RelativePosition>
      <Location>
         <X>22</X>
         <Y>0</Y>
      </Location>
      <Size>
         <CX>119</CX>
         <CY>14</CY>
      </Size>
      <Text></Text>
      <TextColor>
            <R>255</R>
            <G>255</G>
            <B>255</B>
      </TextColor>
      <NoWrap>true</NoWrap>
      <AlignCenter>false</AlignCenter>
      <AlignRight>false</AlignRight>
   </Label>
   <Label item ="BW_Buff3">
      <ScreenID>Buff3Label</ScreenID>
      <EQType>503</EQType>
      <Font>1</Font>
      <RelativePosition>true</RelativePosition>
      <Location>
         <X>22</X>
         <Y>63</Y>
      </Location>
      <Size>
         <CX>119</CX>
         <CY>14</CY>
      </Size>
      <Text></Text>
      <TextColor>
            <R>255</R>
            <G>255</G>
            <B>255</B>
      </TextColor>
      <NoWrap>true</NoWrap>
      <AlignCenter>false</AlignCenter>
      <AlignRight>false</AlignRight>
   </Label>
   <Label item ="BW_Buff4">
      <ScreenID>Buff4Label</ScreenID>
      <EQType>504</EQType>
      <Font>1</Font>
      <RelativePosition>true</RelativePosition>
      <Location>
         <X>22</X>
         <Y>84</Y>
      </Location>
      <Size>
         <CX>119</CX>
         <CY>14</CY>
      </Size>
      <Text></Text>
      <TextColor>
            <R>255</R>
            <G>255</G>
            <B>255</B>
      </TextColor>
      <NoWrap>true</NoWrap>
      <AlignCenter>false</AlignCenter>
      <AlignRight>false</AlignRight>
   </Label>
   <Label item ="BW_Buff5">
      <ScreenID>Buff5Label</ScreenID>
      <EQType>505</EQType>
      <Font>1</Font>
      <RelativePosition>true</RelativePosition>
      <Location>
         <X>22</X>
         <Y>105</Y>
      </Location>
      <Size>
         <CX>119</CX>
         <CY>14</CY>
      </Size>
      <Text></Text>
      <TextColor>
            <R>255</R>
            <G>255</G>
            <B>255</B>
      </TextColor>
      <NoWrap>true</NoWrap>
      <AlignCenter>false</AlignCenter>
      <AlignRight>false</AlignRight>
   </Label>
   <Label item ="BW_Buff6">
      <ScreenID>Buff6Label</ScreenID>
      <EQType>506</EQType>
      <Font>1</Font>
      <RelativePosition>true</RelativePosition>
      <Location>
         <X>22</X>
         <Y>126</Y>
      </Location>
      <Size>
         <CX>119</CX>
         <CY>14</CY>
      </Size>
      <Text></Text>
      <TextColor>
            <R>255</R>
            <G>255</G>
            <B>255</B>
      </TextColor>
      <NoWrap>true</NoWrap>
      <AlignCenter>false</AlignCenter>
      <AlignRight>false</AlignRight>
   </Label>
   <Label item ="BW_Buff7">
      <ScreenID>Buff7Label</ScreenID>
      <EQType>507</EQType>
      <Font>1</Font>
      <RelativePosition>true</RelativePosition>
      <Location>
         <X>22</X>
         <Y>147</Y>
      </Location>
      <Size>
         <CX>119</CX>
         <CY>14</CY>
      </Size>
      <Text></Text>
      <TextColor>
            <R>255</R>
            <G>255</G>
            <B>255</B>
      </TextColor>
      <NoWrap>true</NoWrap>
      <AlignCenter>false</AlignCenter>
      <AlignRight>false</AlignRight>
   </Label>
   <Label item ="BW_Buff8">
      <ScreenID>Buff8Label</ScreenID>
      <EQType>508</EQType>
      <Font>1</Font>
      <RelativePosition>true</RelativePosition>
      <Location>
         <X>22</X>
         <Y>168</Y>
      </Location>
      <Size>
         <CX>119</CX>
         <CY>14</CY>
      </Size>
      <Text></Text>
      <TextColor>
            <R>255</R>
            <G>255</G>
            <B>255</B>
      </TextColor>
      <NoWrap>true</NoWrap>
      <AlignCenter>false</AlignCenter>
      <AlignRight>false</AlignRight>
   </Label>
   <Label item ="BW_Buff9">
      <ScreenID>Buff9Label</ScreenID>
      <EQType>509</EQType>
      <Font>1</Font>
      <RelativePosition>true</RelativePosition>
      <Location>
         <X>22</X>
         <Y>189</Y>
      </Location>
      <Size>
         <CX>119</CX>
         <CY>14</CY>
      </Size>
      <Text></Text>
      <TextColor>
            <R>255</R>
            <G>255</G>
            <B>255</B>
      </TextColor>
      <NoWrap>true</NoWrap>
      <AlignCenter>false</AlignCenter>
      <AlignRight>false</AlignRight>
   </Label>
   <Label item ="BW_Buff10">
      <ScreenID>Buff10Label</ScreenID>
      <EQType>510</EQType>
      <Font>1</Font>
      <RelativePosition>true</RelativePosition>
      <Location>
         <X>22</X>
         <Y>210</Y>
      </Location>
      <Size>
         <CX>119</CX>
         <CY>14</CY>
      </Size>
      <Text></Text>
      <TextColor>
            <R>255</R>
            <G>255</G>
            <B>255</B>
      </TextColor>
      <NoWrap>true</NoWrap>
      <AlignCenter>false</AlignCenter>
      <AlignRight>false</AlignRight>
   </Label>
   <Label item ="BW_Buff11">
      <ScreenID>Buff11Label</ScreenID>
      <EQType>511</EQType>
      <Font>1</Font>
      <RelativePosition>true</RelativePosition>
      <Location>
         <X>22</X>
         <Y>231</Y>
      </Location>
      <Size>
         <CX>119</CX>
         <CY>14</CY>
      </Size>
      <Text></Text>
      <TextColor>
            <R>255</R>
            <G>255</G>
            <B>255</B>
      </TextColor>
      <NoWrap>true</NoWrap>
      <AlignCenter>false</AlignCenter>
      <AlignRight>false</AlignRight>
   </Label>
   <Label item ="BW_Buff12">
      <ScreenID>Buff12Label</ScreenID>
      <EQType>512</EQType>
      <Font>1</Font>
      <RelativePosition>true</RelativePosition>
      <Location>
         <X>22</X>
         <Y>252</Y>
      </Location>
      <Size>
         <CX>119</CX>
         <CY>14</CY>
      </Size>
      <Text></Text>
      <TextColor>
            <R>255</R>
            <G>255</G>
            <B>255</B>
      </TextColor>
      <NoWrap>true</NoWrap>
      <AlignCenter>false</AlignCenter>
      <AlignRight>false</AlignRight>
   </Label>
   <Label item ="BW_Buff13">
      <ScreenID>Buff13Label</ScreenID>
      <EQType>513</EQType>
      <Font>1</Font>
      <RelativePosition>true</RelativePosition>
      <Location>
         <X>22</X>
         <Y>273</Y>
      </Location>
      <Size>
         <CX>119</CX>
         <CY>14</CY>
      </Size>
      <Text></Text>
      <TextColor>
            <R>255</R>
            <G>255</G>
            <B>255</B>
      </TextColor>
      <NoWrap>true</NoWrap>
      <AlignCenter>false</AlignCenter>
      <AlignRight>false</AlignRight>
   </Label>
   <Label item ="BW_Buff14">
      <ScreenID>Buff14Label</ScreenID>
      <EQType>514</EQType>
      <Font>1</Font>
      <RelativePosition>true</RelativePosition>
      <Location>
         <X>22</X>
         <Y>294</Y>
      </Location>
      <Size>
         <CX>119</CX>
         <CY>14</CY>
      </Size>
      <Text></Text>
      <TextColor>
            <R>255</R>
            <G>255</G>
            <B>255</B>
      </TextColor>
      <NoWrap>true</NoWrap>
      <AlignCenter>false</AlignCenter>
      <AlignRight>false</AlignRight>
   </Label>
   <Label item ="BW_Buff15">
      <ScreenID>Buff15Label</ScreenID>
      <EQType>515</EQType>
      <Font>1</Font>
      <RelativePosition>true</RelativePosition>
      <Location>
         <X>22</X>
         <Y>315</Y>
      </Location>
      <Size>
         <CX>119</CX>
         <CY>14</CY>
      </Size>
      <Text></Text>
      <TextColor>
            <R>255</R>
            <G>255</G>
            <B>255</B>
      </TextColor>
      <NoWrap>true</NoWrap>
      <AlignCenter>false</AlignCenter>
      <AlignRight>false</AlignRight>
   </Label>
   <Label item ="BW_Buff16">
      <ScreenID>Buff16Label</ScreenID>
      <EQType>516</EQType>
      <Font>1</Font>
      <RelativePosition>true</RelativePosition>
      <Location>
         <X>22</X>
         <Y>336</Y>
      </Location>
      <Size>
         <CX>119</CX>
         <CY>14</CY>
      </Size>
      <Text></Text>
      <TextColor>
            <R>255</R>
            <G>255</G>
            <B>255</B>
      </TextColor>
      <NoWrap>true</NoWrap>
      <AlignCenter>false</AlignCenter>
      <AlignRight>false</AlignRight>
   </Label>
   <Label item ="BW_Buff17">
      <ScreenID>Buff17Label</ScreenID>
      <EQType>517</EQType>
      <Font>1</Font>
      <RelativePosition>true</RelativePosition>
      <Location>
         <X>22</X>
         <Y>357</Y>
      </Location>
      <Size>
         <CX>119</CX>
         <CY>14</CY>
      </Size>
      <Text></Text>
      <TextColor>
            <R>255</R>
            <G>255</G>
            <B>255</B>
      </TextColor>
      <NoWrap>true</NoWrap>
      <AlignCenter>false</AlignCenter>
      <AlignRight>false</AlignRight>
   </Label>
   <Label item ="BW_Buff18">
      <ScreenID>Buff18Label</ScreenID>
      <EQType>518</EQType>
      <Font>1</Font>
      <RelativePosition>true</RelativePosition>
      <Location>
         <X>22</X>
         <Y>378</Y>
      </Location>
      <Size>
         <CX>119</CX>
         <CY>14</CY>
      </Size>
      <Text></Text>
      <TextColor>
            <R>255</R>
            <G>255</G>
            <B>255</B>
      </TextColor>
      <NoWrap>true</NoWrap>
      <AlignCenter>false</AlignCenter>
      <AlignRight>false</AlignRight>
   </Label>
   <Label item ="BW_Buff19">
      <ScreenID>Buff19Label</ScreenID>
      <EQType>519</EQType>
      <Font>1</Font>
      <RelativePosition>true</RelativePosition>
      <Location>
         <X>22</X>
         <Y>399</Y>
      </Location>
      <Size>
         <CX>119</CX>
         <CY>14</CY>
      </Size>
      <Text></Text>
      <TextColor>
            <R>255</R>
            <G>255</G>
            <B>255</B>
      </TextColor>
      <NoWrap>true</NoWrap>
      <AlignCenter>false</AlignCenter>
      <AlignRight>false</AlignRight>
   </Label>
   <Label item ="BW_Buff20">
      <ScreenID>Buff20Label</ScreenID>
      <EQType>520</EQType>
      <Font>1</Font>
      <RelativePosition>true</RelativePosition>
      <Location>
         <X>22</X>
         <Y>420</Y>
      </Location>
      <Size>
         <CX>119</CX>
         <CY>14</CY>
      </Size>
      <Text></Text>
      <TextColor>
            <R>255</R>
            <G>255</G>
            <B>255</B>
      </TextColor>
      <NoWrap>true</NoWrap>
      <AlignCenter>false</AlignCenter>
      <AlignRight>false</AlignRight>
   </Label>
   <Label item ="BW_Buff21">
      <ScreenID>Buff21Label</ScreenID>
      <EQType>521</EQType>
      <Font>1</Font>
      <RelativePosition>true</RelativePosition>
      <Location>
         <X>22</X>
         <Y>441</Y>
      </Location>
      <Size>
         <CX>119</CX>
         <CY>14</CY>
      </Size>
      <Text></Text>
      <TextColor>
            <R>255</R>
            <G>255</G>
            <B>255</B>
      </TextColor>
      <NoWrap>true</NoWrap>
      <AlignCenter>false</AlignCenter>
      <AlignRight>false</AlignRight>
   </Label>
   <Label item ="BW_Buff22">
      <ScreenID>Buff22Label</ScreenID>
      <EQType>522</EQType>
      <Font>1</Font>
      <RelativePosition>true</RelativePosition>
      <Location>
         <X>22</X>
         <Y>462</Y>
      </Location>
      <Size>
         <CX>119</CX>
         <CY>14</CY>
      </Size>
      <Text></Text>
      <TextColor>
            <R>255</R>
            <G>255</G>
            <B>255</B>
      </TextColor>
      <NoWrap>true</NoWrap>
      <AlignCenter>false</AlignCenter>
      <AlignRight>false</AlignRight>
   </Label>
   <Label item ="BW_Buff23">
      <ScreenID>Buff23Label</ScreenID>
      <EQType>523</EQType>
      <Font>1</Font>
      <RelativePosition>true</RelativePosition>
      <Location>
         <X>22</X>
         <Y>483</Y>
      </Location>
      <Size>
         <CX>119</CX>
         <CY>14</CY>
      </Size>
      <Text></Text>
      <TextColor>
            <R>255</R>
            <G>255</G>
            <B>255</B>
      </TextColor>
      <NoWrap>true</NoWrap>
      <AlignCenter>false</AlignCenter>
      <AlignRight>false</AlignRight>
   </Label>
   <Label item ="BW_Buff24">
      <ScreenID>Buff24Label</ScreenID>
      <EQType>524</EQType>
      <Font>1</Font>
      <RelativePosition>true</RelativePosition>
      <Location>
         <X>22</X>
         <Y>504</Y>
      </Location>
      <Size>
         <CX>119</CX>
         <CY>14</CY>
      </Size>
      <Text></Text>
      <TextColor>
            <R>255</R>
            <G>255</G>
            <B>255</B>
      </TextColor>
      <NoWrap>true</NoWrap>
      <AlignCenter>false</AlignCenter>
      <AlignRight>false</AlignRight>
   </Label>

   <Label item ="BW_Dur0">
      <ScreenID>Dur0Label</ScreenID>
      <EQType>9999</EQType>
      <Font>1</Font>
      <TooltipReference>${If[${Me.Buff[1].ID},${Me.Buff[1].Duration.Time} ${Ini[krust.ini, DebuffNotes,${Me.Buff[1].Name}, ]},]}</TooltipReference>
      <Location>
         <X>22</X>
         <Y>10</Y>
      </Location>
      <Size>
         <CX>80</CX>
         <CY>14</CY>
      </Size>
      <Text></Text>
      <TextColor>
            <R>0</R>
            <G>240</G>
            <B>0</B>
      </TextColor>
      <NoWrap>true</NoWrap>
      <AlignCenter>false</AlignCenter>
      <AlignRight>false</AlignRight>
   </Label>
   <Label item ="BW_Dur1">
      <ScreenID>Dur1Label</ScreenID>
      <EQType>9999</EQType>
      <Font>1</Font>
      <TooltipReference>${If[${Me.Buff[2].ID},${Me.Buff[2].Duration.Time} ${Ini[krust.ini, DebuffNotes,${Me.Buff[2].Name}, ]},]}</TooltipReference>
      <Location>
         <X>22</X>
         <Y>31</Y>
      </Location>
      <Size>
         <CX>80</CX>
         <CY>14</CY>
      </Size>
      <Text></Text>
      <TextColor>
            <R>0</R>
            <G>240</G>
            <B>0</B>
      </TextColor>
      <NoWrap>true</NoWrap>
      <AlignCenter>false</AlignCenter>
      <AlignRight>false</AlignRight>
   </Label>
   <Label item ="BW_Dur2">
      <ScreenID>Dur2Label</ScreenID>
      <EQType>9999</EQType>
      <Font>1</Font>
      <TooltipReference>${If[${Me.Buff[3].ID},${Me.Buff[3].Duration.Time} ${Ini[krust.ini, DebuffNotes,${Me.Buff[3].Name}, ]},]}</TooltipReference>
      <Location>
         <X>22</X>
         <Y>52</Y>
      </Location>
      <Size>
         <CX>80</CX>
         <CY>14</CY>
      </Size>
      <Text></Text>
      <TextColor>
            <R>0</R>
            <G>240</G>
            <B>0</B>
      </TextColor>
      <NoWrap>true</NoWrap>
      <AlignCenter>false</AlignCenter>
      <AlignRight>false</AlignRight>
   </Label>
   <Label item ="BW_Dur3">
      <ScreenID>Dur3Label</ScreenID>
      <EQType>9999</EQType>
      <Font>1</Font>
      <TooltipReference>${If[${Me.Buff[4].ID},${Me.Buff[4].Duration.Time} ${Ini[krust.ini, DebuffNotes,${Me.Buff[4].Name}, ]},]}</TooltipReference>
      <Location>
         <X>22</X>
         <Y>73</Y>
      </Location>
      <Size>
         <CX>80</CX>
         <CY>14</CY>
      </Size>
      <Text></Text>
      <TextColor>
            <R>0</R>
            <G>240</G>
            <B>0</B>
      </TextColor>
      <NoWrap>true</NoWrap>
      <AlignCenter>false</AlignCenter>
      <AlignRight>false</AlignRight>
   </Label>
   <Label item ="BW_Dur4">
      <ScreenID>Dur4Label</ScreenID>
      <EQType>9999</EQType>
      <Font>1</Font>
      <TooltipReference>${If[${Me.Buff[5].ID},${Me.Buff[5].Duration.Time} ${Ini[krust.ini, DebuffNotes,${Me.Buff[5].Name}, ]},]}</TooltipReference>
      <Location>
         <X>22</X>
         <Y>94</Y>
      </Location>
      <Size>
         <CX>80</CX>
         <CY>14</CY>
      </Size>
      <Text></Text>
      <TextColor>
            <R>0</R>
            <G>240</G>
            <B>0</B>
      </TextColor>
      <NoWrap>true</NoWrap>
      <AlignCenter>false</AlignCenter>
      <AlignRight>false</AlignRight>
   </Label>
   <Label item ="BW_Dur5">
      <ScreenID>Dur5Label</ScreenID>
      <EQType>9999</EQType>
      <Font>1</Font>
      <TooltipReference>${If[${Me.Buff[6].ID},${Me.Buff[6].Duration.Time} ${Ini[krust.ini, DebuffNotes,${Me.Buff[6].Name}, ]},]}</TooltipReference>
      <Location>
         <X>22</X>
         <Y>115</Y>
      </Location>
      <Size>
         <CX>80</CX>
         <CY>14</CY>
      </Size>
      <Text></Text>
      <TextColor>
            <R>0</R>
            <G>240</G>
            <B>0</B>
      </TextColor>
      <NoWrap>true</NoWrap>
      <AlignCenter>false</AlignCenter>
      <AlignRight>false</AlignRight>
   </Label>
   <Label item ="BW_Dur6">
      <ScreenID>Dur6Label</ScreenID>
      <EQType>9999</EQType>
      <Font>1</Font>
      <TooltipReference>${If[${Me.Buff[7].ID},${Me.Buff[7].Duration.Time} ${Ini[krust.ini, DebuffNotes,${Me.Buff[7].Name}, ]},]}</TooltipReference>
      <Location>
         <X>22</X>
         <Y>136</Y>
      </Location>
      <Size>
         <CX>80</CX>
         <CY>14</CY>
      </Size>
      <Text></Text>
      <TextColor>
            <R>0</R>
            <G>240</G>
            <B>0</B>
      </TextColor>
      <NoWrap>true</NoWrap>
      <AlignCenter>false</AlignCenter>
      <AlignRight>false</AlignRight>
   </Label>
   <Label item ="BW_Dur7">
      <ScreenID>Dur7Label</ScreenID>
      <EQType>9999</EQType>
      <Font>1</Font>
      <TooltipReference>${If[${Me.Buff[8].ID},${Me.Buff[8].Duration.Time} ${Ini[krust.ini, DebuffNotes,${Me.Buff[8].Name}, ]},]}</TooltipReference>
      <Location>
         <X>22</X>
         <Y>157</Y>
      </Location>
      <Size>
         <CX>80</CX>
         <CY>14</CY>
      </Size>
      <Text></Text>
      <TextColor>
            <R>0</R>
            <G>240</G>
            <B>0</B>
      </TextColor>
      <NoWrap>true</NoWrap>
      <AlignCenter>false</AlignCenter>
      <AlignRight>false</AlignRight>
   </Label>
   <Label item ="BW_Dur8">
      <ScreenID>Dur8Label</ScreenID>
      <EQType>9999</EQType>
      <Font>1</Font>
      <TooltipReference>${If[${Me.Buff[9].ID},${Me.Buff[9].Duration.Time} ${Ini[krust.ini, DebuffNotes,${Me.Buff[9].Name}, ]},]}</TooltipReference>
      <Location>
         <X>22</X>
         <Y>178</Y>
      </Location>
      <Size>
         <CX>80</CX>
         <CY>14</CY>
      </Size>
      <Text></Text>
      <TextColor>
            <R>0</R>
            <G>240</G>
            <B>0</B>
      </TextColor>
      <NoWrap>true</NoWrap>
      <AlignCenter>false</AlignCenter>
      <AlignRight>false</AlignRight>
   </Label>
   <Label item ="BW_Dur9">
      <ScreenID>Dur9Label</ScreenID>
      <EQType>9999</EQType>
      <Font>1</Font>
      <TooltipReference>${If[${Me.Buff[10].ID},${Me.Buff[10].Duration.Time} ${Ini[krust.ini, DebuffNotes,${Me.Buff[10].Name}, ]},]}</TooltipReference>
      <Location>
         <X>22</X>
         <Y>199</Y>
      </Location>
      <Size>
         <CX>80</CX>
         <CY>14</CY>
      </Size>
      <Text></Text>
      <TextColor>
            <R>0</R>
            <G>240</G>
            <B>0</B>
      </TextColor>
      <NoWrap>true</NoWrap>
      <AlignCenter>false</AlignCenter>
      <AlignRight>false</AlignRight>
   </Label>
   <Label item ="BW_Dur10">
      <ScreenID>Dur10Label</ScreenID>
      <EQType>9999</EQType>
      <Font>1</Font>
      <TooltipReference>${If[${Me.Buff[11].ID},${Me.Buff[11].Duration.Time} ${Ini[krust.ini, DebuffNotes,${Me.Buff[11].Name}, ]},]}</TooltipReference>
      <Location>
         <X>22</X>
         <Y>220</Y>
      </Location>
      <Size>
         <CX>80</CX>
         <CY>14</CY>
      </Size>
      <Text></Text>
      <TextColor>
            <R>0</R>
            <G>240</G>
            <B>0</B>
      </TextColor>
      <NoWrap>true</NoWrap>
      <AlignCenter>false</AlignCenter>
      <AlignRight>false</AlignRight>
   </Label>
   <Label item ="BW_Dur11">
      <ScreenID>Dur11Label</ScreenID>
      <EQType>9999</EQType>
      <Font>1</Font>
      <TooltipReference>${If[${Me.Buff[12].ID},${Me.Buff[12].Duration.Time} ${Ini[krust.ini, DebuffNotes,${Me.Buff[12].Name}, ]},]}</TooltipReference>
      <Location>
         <X>22</X>
         <Y>241</Y>
      </Location>
      <Size>
         <CX>80</CX>
         <CY>14</CY>
      </Size>
      <Text></Text>
      <TextColor>
            <R>0</R>
            <G>240</G>
            <B>0</B>
      </TextColor>
      <NoWrap>true</NoWrap>
      <AlignCenter>false</AlignCenter>
      <AlignRight>false</AlignRight>
   </Label>
   <Label item ="BW_Dur12">
      <ScreenID>Dur12Label</ScreenID>
      <EQType>9999</EQType>
      <Font>1</Font>
      <TooltipReference>${If[${Me.Buff[13].ID},${Me.Buff[13].Duration.Time} ${Ini[krust.ini, DebuffNotes,${Me.Buff[13].Name}, ]},]}</TooltipReference>
      <Location>
         <X>22</X>
         <Y>262</Y>
      </Location>
      <Size>
         <CX>80</CX>
         <CY>14</CY>
      </Size>
      <Text></Text>
      <TextColor>
            <R>0</R>
            <G>240</G>
            <B>0</B>
      </TextColor>
      <NoWrap>true</NoWrap>
      <AlignCenter>false</AlignCenter>
      <AlignRight>false</AlignRight>
   </Label>
   <Label item ="BW_Dur13">
      <ScreenID>Dur13Label</ScreenID>
      <EQType>9999</EQType>
      <Font>1</Font>
      <TooltipReference>${If[${Me.Buff[14].ID},${Me.Buff[14].Duration.Time} ${Ini[krust.ini, DebuffNotes,${Me.Buff[14].Name}, ]},]}</TooltipReference>
      <Location>
         <X>22</X>
         <Y>283</Y>
      </Location>
      <Size>
         <CX>80</CX>
         <CY>14</CY>
      </Size>
      <Text></Text>
      <TextColor>
            <R>0</R>
            <G>240</G>
            <B>0</B>
      </TextColor>
      <NoWrap>true</NoWrap>
      <AlignCenter>false</AlignCenter>
      <AlignRight>false</AlignRight>
   </Label>
   <Label item ="BW_Dur14">
      <ScreenID>Dur14Label</ScreenID>
      <EQType>9999</EQType>
      <Font>1</Font>
      <TooltipReference>${If[${Me.Buff[15].ID},${Me.Buff[15].Duration.Time} ${Ini[krust.ini, DebuffNotes,${Me.Buff[15].Name}, ]},]}</TooltipReference>
      <Location>
         <X>22</X>
         <Y>304</Y>
      </Location>
      <Size>
         <CX>80</CX>
         <CY>14</CY>
      </Size>
      <Text></Text>
      <TextColor>
            <R>0</R>
            <G>240</G>
            <B>0</B>
      </TextColor>
      <NoWrap>true</NoWrap>
      <AlignCenter>false</AlignCenter>
      <AlignRight>false</AlignRight>
   </Label>
   <Label item ="BW_Dur15">
      <ScreenID>Dur15Label</ScreenID>
      <EQType>9999</EQType>
      <Font>1</Font>
      <TooltipReference>${If[${Me.Buff[16].ID},${Me.Buff[16].Duration.Time} ${Ini[krust.ini, DebuffNotes,${Me.Buff[16].Name}, ]},]}</TooltipReference>
      <Location>
         <X>22</X>
         <Y>325</Y>
      </Location>
      <Size>
         <CX>80</CX>
         <CY>14</CY>
      </Size>
      <Text></Text>
      <TextColor>
            <R>0</R>
            <G>240</G>
            <B>0</B>
      </TextColor>
      <NoWrap>true</NoWrap>
      <AlignCenter>false</AlignCenter>
      <AlignRight>false</AlignRight>
   </Label>
   <Label item ="BW_Dur16">
      <ScreenID>Dur16Label</ScreenID>
      <EQType>9999</EQType>
      <Font>1</Font>
      <TooltipReference>${If[${Me.Buff[17].ID},${Me.Buff[17].Duration.Time} ${Ini[krust.ini, DebuffNotes,${Me.Buff[17].Name}, ]},]}</TooltipReference>
      <Location>
         <X>22</X>
         <Y>346</Y>
      </Location>
      <Size>
         <CX>80</CX>
         <CY>14</CY>
      </Size>
      <Text></Text>
      <TextColor>
            <R>0</R>
            <G>240</G>
            <B>0</B>
      </TextColor>
      <NoWrap>true</NoWrap>
      <AlignCenter>false</AlignCenter>
      <AlignRight>false</AlignRight>
   </Label>
   <Label item ="BW_Dur17">
      <ScreenID>Dur17Label</ScreenID>
      <EQType>9999</EQType>
      <Font>1</Font>
      <TooltipReference>${If[${Me.Buff[18].ID},${Me.Buff[18].Duration.Time} ${Ini[krust.ini, DebuffNotes,${Me.Buff[18].Name}, ]},]}</TooltipReference>
      <Location>
         <X>22</X>
         <Y>367</Y>
      </Location>
      <Size>
         <CX>80</CX>
         <CY>14</CY>
      </Size>
      <Text></Text>
      <TextColor>
            <R>0</R>
            <G>240</G>
            <B>0</B>
      </TextColor>
      <NoWrap>true</NoWrap>
      <AlignCenter>false</AlignCenter>
      <AlignRight>false</AlignRight>
   </Label>

nightgod
a ghoul
a ghoul
Posts: 122
Joined: Sun Nov 02, 2003 4:39 am

Post by nightgod » Sun Dec 14, 2008 4:51 pm

Part 2:

Code: Select all

   <Label item ="BW_Dur18">
      <ScreenID>Dur18Label</ScreenID>
      <EQType>9999</EQType>
      <Font>1</Font>
      <TooltipReference>${If[${Me.Buff[19].ID},${Me.Buff[19].Duration.Time} ${Ini[krust.ini, DebuffNotes,${Me.Buff[19].Name}, ]},]}</TooltipReference>
      <Location>
         <X>22</X>
         <Y>388</Y>
      </Location>
      <Size>
         <CX>80</CX>
         <CY>14</CY>
      </Size>
      <Text></Text>
      <TextColor>
            <R>0</R>
            <G>240</G>
            <B>0</B>
      </TextColor>
      <NoWrap>true</NoWrap>
      <AlignCenter>false</AlignCenter>
      <AlignRight>false</AlignRight>
   </Label>
   <Label item ="BW_Dur19">
      <ScreenID>Dur19Label</ScreenID>
      <EQType>9999</EQType>
      <Font>1</Font>
      <TooltipReference>${If[${Me.Buff[20].ID},${Me.Buff[20].Duration.Time} ${Ini[krust.ini, DebuffNotes,${Me.Buff[20].Name}, ]},]}</TooltipReference>
      <Location>
         <X>22</X>
         <Y>409</Y>
      </Location>
      <Size>
         <CX>80</CX>
         <CY>14</CY>
      </Size>
      <Text></Text>
      <TextColor>
            <R>0</R>
            <G>240</G>
            <B>0</B>
      </TextColor>
      <NoWrap>true</NoWrap>
      <AlignCenter>false</AlignCenter>
      <AlignRight>false</AlignRight>
   </Label>
   <Label item ="BW_Dur20">
      <ScreenID>Dur20Label</ScreenID>
      <EQType>9999</EQType>
      <Font>1</Font>
      <TooltipReference>${If[${Me.Buff[21].ID},${Me.Buff[21].Duration.Time} ${Ini[krust.ini, DebuffNotes,${Me.Buff[21].Name}, ]},]}</TooltipReference>
      <Location>
         <X>22</X>
         <Y>430</Y>
      </Location>
      <Size>
         <CX>80</CX>
         <CY>14</CY>
      </Size>
      <Text></Text>
      <TextColor>
            <R>0</R>
            <G>240</G>
            <B>0</B>
      </TextColor>
      <NoWrap>true</NoWrap>
      <AlignCenter>false</AlignCenter>
      <AlignRight>false</AlignRight>
   </Label>
   <Label item ="BW_Dur21">
      <ScreenID>Dur21Label</ScreenID>
      <EQType>9999</EQType>
      <Font>1</Font>
      <TooltipReference>${If[${Me.Buff[22].ID},${Me.Buff[22].Duration.Time} ${Ini[krust.ini, DebuffNotes,${Me.Buff[22].Name}, ]},]}</TooltipReference>
      <Location>
         <X>22</X>
         <Y>451</Y>
      </Location>
      <Size>
         <CX>80</CX>
         <CY>14</CY>
      </Size>
      <Text></Text>
      <TextColor>
            <R>0</R>
            <G>240</G>
            <B>0</B>
      </TextColor>
      <NoWrap>true</NoWrap>
      <AlignCenter>false</AlignCenter>
      <AlignRight>false</AlignRight>
   </Label>
   <Label item ="BW_Dur22">
      <ScreenID>Dur22Label</ScreenID>
      <EQType>9999</EQType>
      <Font>1</Font>
      <TooltipReference>${If[${Me.Buff[23].ID},${Me.Buff[23].Duration.Time} ${Ini[krust.ini, DebuffNotes,${Me.Buff[23].Name}, ]},]}</TooltipReference>
      <Location>
         <X>22</X>
         <Y>472</Y>
      </Location>
      <Size>
         <CX>80</CX>
         <CY>14</CY>
      </Size>
      <Text></Text>
      <TextColor>
            <R>0</R>
            <G>240</G>
            <B>0</B>
      </TextColor>
      <NoWrap>true</NoWrap>
      <AlignCenter>false</AlignCenter>
      <AlignRight>false</AlignRight>
   </Label>
   <Label item ="BW_Dur23">
      <ScreenID>Dur23Label</ScreenID>
      <EQType>9999</EQType>
      <Font>1</Font>
      <TooltipReference>${If[${Me.Buff[24].ID},${Me.Buff[24].Duration.Time} ${Ini[krust.ini, DebuffNotes,${Me.Buff[24].Name}, ]},]}</TooltipReference>
      <Location>
         <X>22</X>
         <Y>493</Y>
      </Location>
      <Size>
         <CX>80</CX>
         <CY>14</CY>
      </Size>
      <Text></Text>
      <TextColor>
            <R>0</R>
            <G>240</G>
            <B>0</B>
      </TextColor>
      <NoWrap>true</NoWrap>
      <AlignCenter>false</AlignCenter>
      <AlignRight>false</AlignRight>
   </Label>
   <Label item ="BW_Dur24">
      <ScreenID>Dur24Label</ScreenID>
      <EQType>9999</EQType>
      <Font>1</Font>
      <TooltipReference>${If[${Me.Buff[25].ID},${Me.Buff[25].Duration.Time} ${Ini[krust.ini, DebuffNotes,${Me.Buff[25].Name}, ]},]}</TooltipReference>
      <Location>
         <X>22</X>
         <Y>514</Y>
      </Location>
      <Size>
         <CX>80</CX>
         <CY>14</CY>
      </Size>
      <Text></Text>
      <TextColor>
            <R>0</R>
            <G>240</G>
            <B>0</B>
      </TextColor>
      <NoWrap>true</NoWrap>
      <AlignCenter>false</AlignCenter>
      <AlignRight>false</AlignRight>
   </Label>




  <TileLayoutBox item="BW_Buttons">
        <RelativePosition>true</RelativePosition>
        <AutoStretch>true</AutoStretch>
        <BottomAnchorToTop>false</BottomAnchorToTop>
        <RightAnchorToLeft>false</RightAnchorToLeft>
        <Style_Transparent>true</Style_Transparent>
        <Spacing>0</Spacing>
        <SecondarySpacing>0</SecondarySpacing>
        <HorizontalFirst>false</HorizontalFirst>
        <AnchorToTop>true</AnchorToTop>
        <AnchorToLeft>false</AnchorToLeft>
        <FirstPieceTemplate>true</FirstPieceTemplate>
        <Style_Tooltip>true</Style_Tooltip>
      <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_Buff15_Button</Pieces>
      <Pieces>BW_Buff16_Button</Pieces>
      <Pieces>BW_Buff17_Button</Pieces>
      <Pieces>BW_Buff18_Button</Pieces>
      <Pieces>BW_Buff19_Button</Pieces>
      <Pieces>BW_Buff20_Button</Pieces>
      <Pieces>BW_Buff21_Button</Pieces>
      <Pieces>BW_Buff22_Button</Pieces>
      <Pieces>BW_Buff23_Button</Pieces>
      <Pieces>BW_Buff24_Button</Pieces>
  </TileLayoutBox>
  <TileLayoutBox item="BW_BuffLabel">
        <RelativePosition>true</RelativePosition>
        <AutoStretch>true</AutoStretch>
        <BottomAnchorToTop>false</BottomAnchorToTop>
        <RightAnchorToLeft>false</RightAnchorToLeft>
        <Style_Transparent>true</Style_Transparent>
        <Spacing>6</Spacing>
        <SecondarySpacing>0</SecondarySpacing>
        <HorizontalFirst>false</HorizontalFirst>
        <AnchorToTop>true</AnchorToTop>
        <AnchorToLeft>true</AnchorToLeft>
        <FirstPieceTemplate>true</FirstPieceTemplate>
        <LeftAnchorOffset>22</LeftAnchorOffset>
        <Style_Tooltip>false</Style_Tooltip>
      <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>
  </TileLayoutBox>
  <TileLayoutBox item="BW_Duration">
        <RelativePosition>true</RelativePosition>
        <AutoStretch>true</AutoStretch>
        <BottomAnchorToTop>false</BottomAnchorToTop>
        <RightAnchorToLeft>false</RightAnchorToLeft>
        <Style_Transparent>true</Style_Transparent>
        <Spacing>6</Spacing>
        <SecondarySpacing>0</SecondarySpacing>
        <HorizontalFirst>false</HorizontalFirst>
        <AnchorToTop>true</AnchorToTop>
        <AnchorToLeft>true</AnchorToLeft>
        <FirstPieceTemplate>true</FirstPieceTemplate>
        <LeftAnchorOffset>22</LeftAnchorOffset>
        <TopAnchorOffset>10</TopAnchorOffset>
        <Style_Tooltip>false</Style_Tooltip>
      <Pieces>BW_Dur0</Pieces>
      <Pieces>BW_Dur1</Pieces>
      <Pieces>BW_Dur2</Pieces>
      <Pieces>BW_Dur3</Pieces>
      <Pieces>BW_Dur4</Pieces>
      <Pieces>BW_Dur5</Pieces>
      <Pieces>BW_Dur6</Pieces>
      <Pieces>BW_Dur7</Pieces>
      <Pieces>BW_Dur8</Pieces>
      <Pieces>BW_Dur9</Pieces>
      <Pieces>BW_Dur10</Pieces>
      <Pieces>BW_Dur11</Pieces>
      <Pieces>BW_Dur12</Pieces>
      <Pieces>BW_Dur13</Pieces>
      <Pieces>BW_Dur14</Pieces>
      <Pieces>BW_Dur15</Pieces>
      <Pieces>BW_Dur16</Pieces>
      <Pieces>BW_Dur17</Pieces>
      <Pieces>BW_Dur18</Pieces>
      <Pieces>BW_Dur19</Pieces>
      <Pieces>BW_Dur20</Pieces>
      <Pieces>BW_Dur21</Pieces>
      <Pieces>BW_Dur22</Pieces>
      <Pieces>BW_Dur23</Pieces>
      <Pieces>BW_Dur24</Pieces>
  </TileLayoutBox>
  <Screen item="BuffWindow">
    <Text>Effects</Text>
    <RelativePosition>false</RelativePosition>
    <Location>
			<X>415</X>
			<Y>0</Y>
    </Location>
    <Size>
			<CX>104</CX>
			<CY>395</CY>
    </Size>
    <Style_HScroll>false</Style_HScroll>
    <Style_VScroll>false</Style_VScroll>
    <Style_Transparent>true</Style_Transparent>
    <DrawTemplate>WDT_RoundedNoTitle</DrawTemplate>
    <Style_Titlebar>false</Style_Titlebar>
    <Style_Closebox>false</Style_Closebox>
    <Style_Minimizebox>false</Style_Minimizebox>
    <Style_Border>true</Style_Border>
    <Style_Sizable>true</Style_Sizable>
    <Pieces>TileLayoutBox:BW_Buttons</Pieces>
    <Pieces>TileLayoutBox:BW_BuffLabel</Pieces>
    <Pieces>TileLayoutBox:BW_Duration</Pieces>
  </Screen>

</XML>