Transparent Timer Buffs, Working with Mq-Params

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

Moderator: MacroQuest Developers

llama
orc pawn
orc pawn
Posts: 20
Joined: Mon Dec 29, 2003 8:13 am

Transparent Timer Buffs, Working with Mq-Params

Post by llama » Wed Mar 31, 2004 7:42 pm

For use with Mq2 Param system.

Credit to original creator, I just copied and pasted.....

Code: Select all

<?xml version="1.0" encoding="us-ascii"?>
<XML ID="EQInterfaceDefinitionLanguage">
  <Schema xmlns="EverQuestData" xmlns:dt="EverQuestDataTypes" />
  <Button item="BW_Buff0_Button">
    <ScreenID>Buff0</ScreenID>
    <Font>3</Font>
    <Text />
    <Location>
      <X>3</X>
      <Y>3</Y>
    </Location>
    <Size>
      <CX>34</CX>
      <CY>34</CY>
    </Size>
    <Style_Checkbox>false</Style_Checkbox>
    <ButtonDrawTemplate>
      <Normal>BlueIconBackground</Normal>
      <NormalDecal>BuffIcons</NormalDecal>
    </ButtonDrawTemplate>
    <DecalOffset>
      <X>2</X>
      <Y>2</Y>
    </DecalOffset>
    <DecalSize>
      <CX>30</CX>
      <CY>30</CY>
    </DecalSize>
  </Button>
  <Label item="BW_Buff0_Label">
    <ScreenID>BW_Buff0_Label</ScreenID>
    <Font>1</Font>
    <EQType>45</EQType>
    <Location>
      <X>3</X>
      <Y>3</Y>
    </Location>
    <Size>
      <CX>82</CX>
      <CY>24</CY>
    </Size>
    <TextColor>
      <R>0</R>
      <G>255</G>
      <B>0</B>
    </TextColor>
    <AlignCenter>true</AlignCenter>
  </Label>
  <Label item="BW_Buff0_LabelDur">
    <ScreenID>BW_Buff0_LabelDur</ScreenID>
    <Font>2</Font>
    <EQType>9999</EQType>
        <TooltipReference>$char(buff,1,durationsecs)</TooltipReference>
    <Location>
      <X>3</X>
      <Y>25</Y>
    </Location>
    <Size>
      <CX>82</CX>
      <CY>12</CY>
    </Size>
    <TextColor>
      <R>0</R>
      <G>255</G>
      <B>0</B>
    </TextColor>
    <AlignCenter>true</AlignCenter>
  </Label>
  <Button item="BW_Buff1_Button">
    <ScreenID>Buff1</ScreenID>
    <Font>3</Font>
    <Text />
    <Location>
      <X>3</X>
      <Y>38</Y>
    </Location>
    <Size>
      <CX>34</CX>
      <CY>34</CY>
    </Size>
    <Style_Checkbox>false</Style_Checkbox>
    <ButtonDrawTemplate>
      <Normal>RedIconBackground</Normal>
      <NormalDecal>BuffIcons</NormalDecal>
    </ButtonDrawTemplate>
    <DecalOffset>
      <X>2</X>
      <Y>2</Y>
    </DecalOffset>
    <DecalSize>
      <CX>30</CX>
      <CY>30</CY>
    </DecalSize>
  </Button>
  <Label item="BW_Buff1_Label">
    <ScreenID>BW_Buff1_Label</ScreenID>
    <Font>1</Font>
    <EQType>46</EQType>
    <Location>
      <X>3</X>
      <Y>38</Y>
    </Location>
    <Size>
      <CX>82</CX>
      <CY>24</CY>
    </Size>
    <Text />
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <AlignCenter>true</AlignCenter>
  </Label>
  <Label item="BW_Buff1_LabelDur">
    <ScreenID>BW_Buff1_LabelDur</ScreenID>
    <Font>2</Font>
    <EQType>9999</EQType>
        <TooltipReference>$char(buff,2,durationsecs)</TooltipReference>
    <Location>
      <X>3</X>
      <Y>60</Y>
    </Location>
    <Size>
      <CX>82</CX>
      <CY>12</CY>
    </Size>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <AlignCenter>true</AlignCenter>
  </Label>
  <Button item="BW_Buff2_Button">
    <ScreenID>Buff2</ScreenID>
    <Font>3</Font>
    <Text />
    <Location>
      <X>3</X>
      <Y>73</Y>
    </Location>
    <Size>
      <CX>34</CX>
      <CY>34</CY>
    </Size>
    <Style_Checkbox>false</Style_Checkbox>
    <ButtonDrawTemplate>
      <Normal>RedIconBackground</Normal>
      <NormalDecal>BuffIcons</NormalDecal>
    </ButtonDrawTemplate>
    <DecalOffset>
      <X>2</X>
      <Y>2</Y>
    </DecalOffset>
    <DecalSize>
      <CX>30</CX>
      <CY>30</CY>
    </DecalSize>
  </Button>
  <Label item="BW_Buff2_Label">
    <ScreenID>BW_Buff2_Label</ScreenID>
    <Font>1</Font>
    <EQType>47</EQType>
    <Location>
      <X>3</X>
      <Y>73</Y>
    </Location>
    <Size>
      <CX>82</CX>
      <CY>24</CY>
    </Size>
    <Text />
    <TextColor>
      <R>0</R>
      <G>255</G>
      <B>0</B>
    </TextColor>
    <AlignCenter>true</AlignCenter>
  </Label>
  <Label item="BW_Buff2_LabelDur">
    <ScreenID>BW_Buff2_LabelDur</ScreenID>
    <Font>2</Font>
    <EQType>9999</EQType>
        <TooltipReference>$char(buff,3,durationsecs)</TooltipReference>
    <Location>
      <X>3</X>
      <Y>95</Y>
    </Location>
    <Size>
      <CX>82</CX>
      <CY>12</CY>
    </Size>
    <TextColor>
      <R>0</R>
      <G>255</G>
      <B>0</B>
    </TextColor>
    <AlignCenter>true</AlignCenter>
  </Label>
  <Button item="BW_Buff3_Button">
    <ScreenID>Buff3</ScreenID>
    <Font>3</Font>
    <Text />
    <Location>
      <X>3</X>
      <Y>108</Y>
    </Location>
    <Size>
      <CX>34</CX>
      <CY>34</CY>
    </Size>
    <!--<TooltipReference/>   -->
    <Style_Checkbox>false</Style_Checkbox>
    <RadioGroup />
    <ButtonDrawTemplate>
      <Normal>BlueIconBackground</Normal>
      <NormalDecal>BuffIcons</NormalDecal>
    </ButtonDrawTemplate>
    <DecalOffset>
      <X>2</X>
      <Y>2</Y>
    </DecalOffset>
    <DecalSize>
      <CX>30</CX>
      <CY>30</CY>
    </DecalSize>
  </Button>
  <Label item="BW_Buff3_Label">
    <ScreenID>BW_Buff3_Label</ScreenID>
    <Font>1</Font>
    <EQType>48</EQType>
    <Location>
      <X>3</X>
      <Y>108</Y>
    </Location>
    <Size>
      <CX>82</CX>
      <CY>24</CY>
    </Size>
    <Text />
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <AlignCenter>true</AlignCenter>
  </Label>
  <Label item="BW_Buff3_LabelDur">
    <ScreenID>BW_Buff3_LabelDur</ScreenID>
    <Font>2</Font>
    <EQType>9999</EQType>
        <TooltipReference>$char(buff,4,durationsecs)</TooltipReference>
    <Location>
      <X>3</X>
      <Y>130</Y>
    </Location>
    <Size>
      <CX>82</CX>
      <CY>12</CY>
    </Size>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <AlignCenter>true</AlignCenter>
  </Label>
  <Button item="BW_Buff4_Button">
    <ScreenID>Buff4</ScreenID>
    <Font>3</Font>
    <Text />
    <Location>
      <X>3</X>
      <Y>143</Y>
    </Location>
    <Size>
      <CX>34</CX>
      <CY>34</CY>
    </Size>
    <TooltipReference />
    <Style_Checkbox>false</Style_Checkbox>
    <ButtonDrawTemplate>
      <Normal>RedIconBackground</Normal>
      <NormalDecal>BuffIcons</NormalDecal>
    </ButtonDrawTemplate>
    <DecalOffset>
      <X>2</X>
      <Y>2</Y>
    </DecalOffset>
    <DecalSize>
      <CX>30</CX>
      <CY>30</CY>
    </DecalSize>
  </Button>
  <Label item="BW_Buff4_Label">
    <ScreenID>BW_Buff4_Label</ScreenID>
    <Font>1</Font>
    <EQType>49</EQType>
    <Location>
      <X>3</X>
      <Y>143</Y>
    </Location>
    <Size>
      <CX>82</CX>
      <CY>24</CY>
    </Size>
    <Text />
    <TextColor>
      <R>0</R>
      <G>255</G>
      <B>0</B>
    </TextColor>
    <AlignCenter>true</AlignCenter>
  </Label>
  <Label item="BW_Buff4_LabelDur">
    <ScreenID>BW_Buff4_LabelDur</ScreenID>
    <Font>2</Font>
    <EQType>9999</EQType>
        <TooltipReference>$char(buff,5,durationsecs)</TooltipReference>
    <Location>
      <X>3</X>
      <Y>165</Y>
    </Location>
    <Size>
      <CX>82</CX>
      <CY>12</CY>
    </Size>
    <TextColor>
      <R>0</R>
      <G>255</G>
      <B>0</B>
    </TextColor>
    <AlignCenter>true</AlignCenter>
  </Label>
  <Button item="BW_Buff5_Button">
    <ScreenID>Buff5</ScreenID>
    <Font>3</Font>
    <Text />
    <Location>
      <X>3</X>
      <Y>178</Y>
    </Location>
    <Size>
      <CX>34</CX>
      <CY>34</CY>
    </Size>
    <Style_Checkbox>false</Style_Checkbox>
    <ButtonDrawTemplate>
      <Normal>RedIconBackground</Normal>
      <NormalDecal>BuffIcons</NormalDecal>
    </ButtonDrawTemplate>
    <DecalOffset>
      <X>2</X>
      <Y>2</Y>
    </DecalOffset>
    <DecalSize>
      <CX>30</CX>
      <CY>30</CY>
    </DecalSize>
  </Button>
  <Label item="BW_Buff5_Label">
    <ScreenID>BW_Buff5_Label</ScreenID>
    <Font>1</Font>
    <EQType>50</EQType>
    <Location>
      <X>3</X>
      <Y>178</Y>
    </Location>
    <Size>
      <CX>82</CX>
      <CY>24</CY>
    </Size>
    <Text />
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <AlignCenter>true</AlignCenter>
  </Label>
  <Label item="BW_Buff5_LabelDur">
    <ScreenID>BW_Buff5_LabelDur</ScreenID>
    <Font>2</Font>
    <EQType>9999</EQType>
        <TooltipReference>$char(buff,6,durationsecs)</TooltipReference>
    <Location>
      <X>3</X>
      <Y>200</Y>
    </Location>
    <Size>
      <CX>82</CX>
      <CY>12</CY>
    </Size>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <AlignCenter>true</AlignCenter>
  </Label>
  <Button item="BW_Buff6_Button">
    <ScreenID>Buff6</ScreenID>
    <Font>3</Font>
    <Text />
    <Location>
      <X>3</X>
      <Y>213</Y>
    </Location>
    <Size>
      <CX>34</CX>
      <CY>34</CY>
    </Size>
    <TooltipReference />
    <Style_Checkbox>false</Style_Checkbox>
    <ButtonDrawTemplate>
      <Normal>BlueIconBackground</Normal>
      <NormalDecal>BuffIcons</NormalDecal>
    </ButtonDrawTemplate>
    <DecalOffset>
      <X>2</X>
      <Y>2</Y>
    </DecalOffset>
    <DecalSize>
      <CX>30</CX>
      <CY>30</CY>
    </DecalSize>
  </Button>
  <Label item="BW_Buff6_Label">
    <ScreenID>BW_Buff6_Label</ScreenID>
    <Font>1</Font>
    <EQType>51</EQType>
    <Location>
      <X>3</X>
      <Y>213</Y>
    </Location>
    <Size>
      <CX>82</CX>
      <CY>24</CY>
    </Size>
    <Text />
    <TextColor>
      <R>0</R>
      <G>255</G>
      <B>0</B>
    </TextColor>
    <AlignCenter>true</AlignCenter>
  </Label>
  <Label item="BW_Buff6_LabelDur">
    <ScreenID>BW_Buff6_LabelDur</ScreenID>
    <Font>2</Font>
    <EQType>9999</EQType>
        <TooltipReference>$char(buff,7,durationsecs)</TooltipReference>
    <Location>
      <X>3</X>
      <Y>235</Y>
    </Location>
    <Size>
      <CX>82</CX>
      <CY>12</CY>
    </Size>
    <TextColor>
      <R>0</R>
      <G>255</G>
      <B>0</B>
    </TextColor>
    <AlignCenter>true</AlignCenter>
  </Label>
  <Button item="BW_Buff7_Button">
    <ScreenID>Buff7</ScreenID>
    <Font>3</Font>
    <Text />
    <Location>
      <X>3</X>
      <Y>248</Y>
    </Location>
    <Size>
      <CX>34</CX>
      <CY>34</CY>
    </Size>
    <Style_Checkbox>false</Style_Checkbox>
    <ButtonDrawTemplate>
      <Normal>RedIconBackground</Normal>
      <NormalDecal>BuffIcons</NormalDecal>
    </ButtonDrawTemplate>
    <DecalOffset>
      <X>2</X>
      <Y>2</Y>
    </DecalOffset>
    <DecalSize>
      <CX>30</CX>
      <CY>30</CY>
    </DecalSize>
  </Button>
  <Label item="BW_Buff7_Label">
    <ScreenID>BW_Buff7_Label</ScreenID>
    <Font>1</Font>
    <EQType>52</EQType>
    <Location>
      <X>3</X>
      <Y>248</Y>
    </Location>
    <Size>
      <CX>82</CX>
      <CY>24</CY>
    </Size>
    <Text />
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <AlignCenter>true</AlignCenter>
  </Label>
  <Label item="BW_Buff7_LabelDur">
    <ScreenID>BW_Buff7_LabelDur</ScreenID>
    <Font>2</Font>
    <EQType>9999</EQType>
        <TooltipReference>$char(buff,8,durationsecs)</TooltipReference>
    <Location>
      <X>3</X>
      <Y>270</Y>
    </Location>
    <Size>
      <CX>82</CX>
      <CY>12</CY>
    </Size>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <AlignCenter>true</AlignCenter>
  </Label>
  <Button item="BW_Buff8_Button">
    <ScreenID>Buff8</ScreenID>
    <Font>3</Font>
    <Text />
    <Location>
      <X>3</X>
      <Y>283</Y>
    </Location>
    <Size>
      <CX>34</CX>
      <CY>34</CY>
    </Size>
    <Style_Checkbox>false</Style_Checkbox>
    <ButtonDrawTemplate>
      <Normal>RedIconBackground</Normal>
      <NormalDecal>BuffIcons</NormalDecal>
    </ButtonDrawTemplate>
    <DecalOffset>
      <X>2</X>
      <Y>2</Y>
    </DecalOffset>
    <DecalSize>
      <CX>30</CX>
      <CY>30</CY>
    </DecalSize>
  </Button>
  <Label item="BW_Buff8_Label">
    <ScreenID>BW_Buff8_Label</ScreenID>
    <Font>1</Font>
    <EQType>53</EQType>
    <Location>
      <X>3</X>
      <Y>283</Y>
    </Location>
    <Size>
      <CX>82</CX>
      <CY>24</CY>
    </Size>
    <Text />
    <TextColor>
      <R>0</R>
      <G>255</G>
      <B>0</B>
    </TextColor>
    <AlignCenter>true</AlignCenter>
  </Label>
  <Label item="BW_Buff8_LabelDur">
    <ScreenID>BW_Buff8_LabelDur</ScreenID>
    <Font>2</Font>
    <EQType>9999</EQType>
        <TooltipReference>$char(buff,9,durationsecs)</TooltipReference>
    <Location>
      <X>3</X>
      <Y>305</Y>
    </Location>
    <Size>
      <CX>82</CX>
      <CY>12</CY>
    </Size>
    <TextColor>
      <R>0</R>
      <G>255</G>
      <B>0</B>
    </TextColor>
    <AlignCenter>true</AlignCenter>
  </Label>
  <Button item="BW_Buff9_Button">
    <ScreenID>Buff9</ScreenID>
    <Font>3</Font>
    <Text />
    <Location>
      <X>3</X>
      <Y>318</Y>
    </Location>
    <Size>
      <CX>34</CX>
      <CY>34</CY>
    </Size>
    <Style_Checkbox>false</Style_Checkbox>
    <ButtonDrawTemplate>
      <Normal>BlueIconBackground</Normal>
      <NormalDecal>BuffIcons</NormalDecal>
    </ButtonDrawTemplate>
    <DecalOffset>
      <X>2</X>
      <Y>2</Y>
    </DecalOffset>
    <DecalSize>
      <CX>30</CX>
      <CY>30</CY>
    </DecalSize>
  </Button>
  <Label item="BW_Buff9_Label">
    <ScreenID>BW_Buff9_Label</ScreenID>
    <Font>1</Font>
    <EQType>54</EQType>
    <Location>
      <X>3</X>
      <Y>318</Y>
    </Location>
    <Size>
      <CX>82</CX>
      <CY>24</CY>
    </Size>
    <Text />
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <AlignCenter>true</AlignCenter>
  </Label>
  <Label item="BW_Buff9_LabelDur">
    <ScreenID>BW_Buff9_LabelDur</ScreenID>
    <Font>2</Font>
    <EQType>9999</EQType>
        <TooltipReference>$char(buff,10,durationsecs)</TooltipReference>
    <Location>
      <X>3</X>
      <Y>340</Y>
    </Location>
    <Size>
      <CX>82</CX>
      <CY>12</CY>
    </Size>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <AlignCenter>true</AlignCenter>
  </Label>
  <Button item="BW_Buff10_Button">
    <ScreenID>Buff10</ScreenID>
    <Font>3</Font>
    <Text />
    <Location>
      <X>3</X>
      <Y>353</Y>
    </Location>
    <Size>
      <CX>34</CX>
      <CY>34</CY>
    </Size>
    <Style_Checkbox>false</Style_Checkbox>
    <ButtonDrawTemplate>
      <Normal>RedIconBackground</Normal>
      <NormalDecal>BuffIcons</NormalDecal>
    </ButtonDrawTemplate>
    <DecalOffset>
      <X>2</X>
      <Y>2</Y>
    </DecalOffset>
    <DecalSize>
      <CX>30</CX>
      <CY>30</CY>
    </DecalSize>
  </Button>
  <Label item="BW_Buff10_Label">
    <ScreenID>BW_Buff10_Label</ScreenID>
    <Font>1</Font>
    <EQType>55</EQType>
    <Location>
      <X>3</X>
      <Y>353</Y>
    </Location>
    <Size>
      <CX>82</CX>
      <CY>24</CY>
    </Size>
    <Text />
    <TextColor>
      <R>0</R>
      <G>255</G>
      <B>0</B>
    </TextColor>
    <AlignCenter>true</AlignCenter>
  </Label>
  <Label item="BW_Buff10_LabelDur">
    <ScreenID>BW_Buff10_LabelDur</ScreenID>
    <Font>2</Font>
    <EQType>9999</EQType>
        <TooltipReference>$char(buff,11,durationsecs)</TooltipReference>
    <Location>
      <X>3</X>
      <Y>375</Y>
    </Location>
    <Size>
      <CX>82</CX>
      <CY>12</CY>
    </Size>
    <TextColor>
      <R>0</R>
      <G>255</G>
      <B>0</B>
    </TextColor>
    <AlignCenter>true</AlignCenter>
  </Label>
  <Button item="BW_Buff11_Button">
    <ScreenID>Buff11</ScreenID>
    <Font>3</Font>
    <Text />
    <Location>
      <X>3</X>
      <Y>388</Y>
    </Location>
    <Size>
      <CX>34</CX>
      <CY>34</CY>
    </Size>
    <Style_Checkbox>false</Style_Checkbox>
    <ButtonDrawTemplate>
      <Normal>RedIconBackground</Normal>
      <NormalDecal>BuffIcons</NormalDecal>
    </ButtonDrawTemplate>
    <DecalOffset>
      <X>2</X>
      <Y>2</Y>
    </DecalOffset>
    <DecalSize>
      <CX>30</CX>
      <CY>30</CY>
    </DecalSize>
  </Button>
  <Label item="BW_Buff11_Label">
    <ScreenID>BW_Buff11_Label</ScreenID>
    <Font>1</Font>
    <EQType>56</EQType>
    <Location>
      <X>3</X>
      <Y>388</Y>
    </Location>
    <Size>
      <CX>82</CX>
      <CY>24</CY>
    </Size>
    <Text />
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <AlignCenter>true</AlignCenter>
  </Label>
  <Label item="BW_Buff11_LabelDur">
    <ScreenID>BW_Buff11_LabelDur</ScreenID>
    <Font>2</Font>
    <EQType>9999</EQType>
        <TooltipReference>$char(buff,12,durationsecs)</TooltipReference>
    <Location>
      <X>3</X>
      <Y>410</Y>
    </Location>
    <Size>
      <CX>82</CX>
      <CY>12</CY>
    </Size>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <AlignCenter>true</AlignCenter>
  </Label>
  <Button item="BW_Buff12_Button">
    <ScreenID>Buff12</ScreenID>
    <Font>3</Font>
    <Text />
    <Location>
      <X>3</X>
      <Y>423</Y>
    </Location>
    <Size>
      <CX>34</CX>
      <CY>34</CY>
    </Size>
    <Style_Checkbox>false</Style_Checkbox>
    <ButtonDrawTemplate>
      <Normal>BlueIconBackground</Normal>
      <NormalDecal>BuffIcons</NormalDecal>
    </ButtonDrawTemplate>
    <DecalOffset>
      <X>2</X>
      <Y>2</Y>
    </DecalOffset>
    <DecalSize>
      <CX>30</CX>
      <CY>30</CY>
    </DecalSize>
  </Button>
  <Label item="BW_Buff12_Label">
    <ScreenID>BW_Buff12_Label</ScreenID>
    <Font>1</Font>
    <EQType>57</EQType>
    <Location>
      <X>3</X>
      <Y>423</Y>
    </Location>
    <Size>
      <CX>82</CX>
      <CY>24</CY>
    </Size>
    <Text />
    <TextColor>
      <R>0</R>
      <G>255</G>
      <B>0</B>
    </TextColor>
    <AlignCenter>true</AlignCenter>
  </Label>
  <Label item="BW_Buff12_LabelDur">
    <ScreenID>BW_Buff12_LabelDur</ScreenID>
    <Font>2</Font>
    <EQType>9999</EQType>
        <TooltipReference>$char(buff,13,durationsecs)</TooltipReference>
    <Location>
      <X>3</X>
      <Y>445</Y>
    </Location>
    <Size>
      <CX>82</CX>
      <CY>12</CY>
    </Size>
    <TextColor>
      <R>0</R>
      <G>255</G>
      <B>0</B>
    </TextColor>
    <AlignCenter>true</AlignCenter>
  </Label>
  <Button item="BW_Buff13_Button">
    <ScreenID>Buff13</ScreenID>
    <Font>3</Font>
    <Text />
    <Location>
      <X>3</X>
      <Y>458</Y>
    </Location>
    <Size>
      <CX>34</CX>
      <CY>34</CY>
    </Size>
    <Style_Checkbox>false</Style_Checkbox>
    <ButtonDrawTemplate>
      <Normal>RedIconBackground</Normal>
      <NormalDecal>BuffIcons</NormalDecal>
    </ButtonDrawTemplate>
    <DecalOffset>
      <X>2</X>
      <Y>2</Y>
    </DecalOffset>
    <DecalSize>
      <CX>30</CX>
      <CY>30</CY>
    </DecalSize>
  </Button>
  <Label item="BW_Buff13_Label">
    <ScreenID>BW_Buff13_Label</ScreenID>
    <Font>1</Font>
    <EQType>58</EQType>
    <Location>
      <X>3</X>
      <Y>458</Y>
    </Location>
    <Size>
      <CX>82</CX>
      <CY>24</CY>
    </Size>
    <Text />
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <AlignCenter>true</AlignCenter>
  </Label>
  <Label item="BW_Buff13_LabelDur">
    <ScreenID>BW_Buff13_LabelDur</ScreenID>
    <Font>2</Font>
    <EQType>9999</EQType>
        <TooltipReference>$char(buff,14,durationsecs)</TooltipReference>
    <Location>
      <X>3</X>
      <Y>480</Y>
    </Location>
    <Size>
      <CX>82</CX>
      <CY>12</CY>
    </Size>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <AlignCenter>true</AlignCenter>
  </Label>
  <Button item="BW_Buff14_Button">
    <ScreenID>Buff14</ScreenID>
    <Font>3</Font>
    <Text />
    <Location>
      <X>3</X>
      <Y>493</Y>
    </Location>
    <Size>
      <CX>34</CX>
      <CY>34</CY>
    </Size>
    <Style_Checkbox>false</Style_Checkbox>
    <ButtonDrawTemplate>
      <Normal>RedIconBackground</Normal>
      <NormalDecal>BuffIcons</NormalDecal>
    </ButtonDrawTemplate>
    <DecalOffset>
      <X>2</X>
      <Y>2</Y>
    </DecalOffset>
    <DecalSize>
      <CX>30</CX>
      <CY>30</CY>
    </DecalSize>
  </Button>
  <Label item="BW_Buff14_Label">
    <ScreenID>BW_Buff14_Label</ScreenID>
    <Font>1</Font>
    <EQType>59</EQType>
    <Location>
      <X>3</X>
      <Y>493</Y>
    </Location>
    <Size>
      <CX>82</CX>
      <CY>24</CY>
    </Size>
    <Text />
    <TextColor>
      <R>0</R>
      <G>255</G>
      <B>0</B>
    </TextColor>
    <AlignCenter>true</AlignCenter>
  </Label>
  <Label item="BW_Buff14_LabelDur">
    <ScreenID>BW_Buff14_LabelDur</ScreenID>
    <Font>2</Font>
    <EQType>9999</EQType>
        <TooltipReference>$char(buff,15,durationsecs)</TooltipReference>
    <Location>
      <X>3</X>
      <Y>515</Y>
    </Location>
    <Size>
      <CX>82</CX>
      <CY>12</CY>
    </Size>
    <TextColor>
      <R>0</R>
      <G>255</G>
      <B>0</B>
    </TextColor>
    <AlignCenter>true</AlignCenter>
  </Label>
  <Screen item="BuffWindow">
    <!--<ScreenID/>-->
    <Text>Buffs</Text>
    <RelativePosition>false</RelativePosition>
    <Location>
      <X>560</X>
      <Y>0</Y>
    </Location>
    <Size>
      <CX>120</CX>
      <CY>530</CY>
    </Size>
    <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>false</Style_Border>
    <Style_Sizable>false</Style_Sizable>
    <Pieces>BW_Buff0_Button</Pieces>
    <Pieces>BW_Buff0_Label</Pieces>
    <Pieces>BW_Buff1_Button</Pieces>
    <Pieces>BW_Buff1_Label</Pieces>
    <Pieces>BW_Buff2_Button</Pieces>
    <Pieces>BW_Buff2_Label</Pieces>
    <Pieces>BW_Buff3_Button</Pieces>
    <Pieces>BW_Buff3_Label</Pieces>
    <Pieces>BW_Buff4_Button</Pieces>
    <Pieces>BW_Buff4_Label</Pieces>
    <Pieces>BW_Buff5_Button</Pieces>
    <Pieces>BW_Buff5_Label</Pieces>
    <Pieces>BW_Buff6_Button</Pieces>
    <Pieces>BW_Buff6_Label</Pieces>
    <Pieces>BW_Buff7_Button</Pieces>
    <Pieces>BW_Buff7_Label</Pieces>
    <Pieces>BW_Buff8_Button</Pieces>
    <Pieces>BW_Buff8_Label</Pieces>
    <Pieces>BW_Buff9_Button</Pieces>
    <Pieces>BW_Buff9_Label</Pieces>
    <Pieces>BW_Buff10_Button</Pieces>
    <Pieces>BW_Buff10_Label</Pieces>
    <Pieces>BW_Buff11_Button</Pieces>
    <Pieces>BW_Buff11_Label</Pieces>
    <Pieces>BW_Buff12_Button</Pieces>
    <Pieces>BW_Buff12_Label</Pieces>
    <Pieces>BW_Buff13_Button</Pieces>
    <Pieces>BW_Buff13_Label</Pieces>
    <Pieces>BW_Buff14_Button</Pieces>
    <Pieces>BW_Buff14_Label</Pieces>
    <Pieces>BW_Buff0_LabelDur</Pieces>
    <Pieces>BW_Buff1_LabelDur</Pieces>
    <Pieces>BW_Buff2_LabelDur</Pieces>
    <Pieces>BW_Buff3_LabelDur</Pieces>
    <Pieces>BW_Buff4_LabelDur</Pieces>
    <Pieces>BW_Buff5_LabelDur</Pieces>
    <Pieces>BW_Buff6_LabelDur</Pieces>
    <Pieces>BW_Buff7_LabelDur</Pieces>
    <Pieces>BW_Buff8_LabelDur</Pieces>
    <Pieces>BW_Buff9_LabelDur</Pieces>
    <Pieces>BW_Buff10_LabelDur</Pieces>
    <Pieces>BW_Buff11_LabelDur</Pieces>
    <Pieces>BW_Buff12_LabelDur</Pieces>
    <Pieces>BW_Buff13_LabelDur</Pieces>
    <Pieces>BW_Buff14_LabelDur</Pieces>
  </Screen>
</XML>