Moderator: MacroQuest Developers
Code: Select all
${If[${Me.Gem[1].ID},${Math.Calc[${Me.CurrentMana}/${If[${Me.Gem[1].Mana},${Me.Gem[1].Mana},9999999999]}].Int},]}

Code: Select all
<?xml version="1.0" encoding="us-ascii"?>
<XML ID="EQInterfaceDefinitionLanguage">
<Schema xmlns="EverQuestData" xmlns:dt="EverQuestDataTypes" />
<!-- Graphics By: t.king -->
<!-- Code by: Remelio Gemweaver updated by Kuvasie-->
<!-- TK Graphics -->
<TextureInfo item="tkspellbar.tga">
<Size>
<CX>128</CX>
<CY>256</CY>
</Size>
</TextureInfo>
<Ui2DAnimation item="TK_CastBar01">
<Frames>
<Texture>tkspellbar.tga</Texture>
<Location>
<X>0</X>
<Y>0</Y>
</Location>
<Size>
<CX>61</CX>
<CY>256</CY>
</Size>
</Frames>
</Ui2DAnimation>
<Ui2DAnimation item="TK_CastBar02">
<Frames>
<Texture>tkspellbar.tga</Texture>
<Location>
<X>66</X>
<Y>2</Y>
</Location>
<Size>
<CX>61</CX>
<CY>141</CY>
</Size>
</Frames>
</Ui2DAnimation>
<Ui2DAnimation item="TK_SpellGemHolder">
<Frames>
<Texture>tkspellbar.tga</Texture>
<Location>
<X>69</X>
<Y>192</Y>
</Location>
<Size>
<CX>28</CX>
<CY>28</CY>
</Size>
</Frames>
</Ui2DAnimation>
<Ui2DAnimation item="TK_SpellGemBackground">
<Frames>
<Texture>tkspellbar.tga</Texture>
<Location>
<X>69</X>
<Y>164</Y>
</Location>
<Size>
<CX>28</CX>
<CY>28</CY>
</Size>
</Frames>
</Ui2DAnimation>
<Ui2DAnimation item="TK_SpellGemHighlight">
<Frames>
<Texture>tkspellbar.tga</Texture>
<Location>
<X>69</X>
<Y>224</Y>
</Location>
<Size>
<CX>28</CX>
<CY>28</CY>
</Size>
</Frames>
</Ui2DAnimation>
<Ui2DAnimation item="TK_SpellBookOpening">
<Cycle>true</Cycle>
<Frames>
<Texture>tkspellbar.tga</Texture>
<Location>
<X>99</X>
<Y>229</Y>
</Location>
<Size>
<CX>26</CX>
<CY>26</CY>
</Size>
<Duration>2120</Duration>
</Frames>
<Frames>
<Texture>tkspellbar.tga</Texture>
<Location>
<X>99</X>
<Y>145</Y>
</Location>
<Size>
<CX>26</CX>
<CY>26</CY>
</Size>
<Duration>120</Duration>
</Frames>
<Frames>
<Texture>tkspellbar.tga</Texture>
<Location>
<X>99</X>
<Y>173</Y>
</Location>
<Size>
<CX>26</CX>
<CY>26</CY>
</Size>
<Duration>120</Duration>
</Frames>
<Frames>
<Texture>tkspellbar.tga</Texture>
<Location>
<X>99</X>
<Y>201</Y>
</Location>
<Size>
<CX>26</CX>
<CY>26</CY>
</Size>
<Duration>2120</Duration>
</Frames>
</Ui2DAnimation>
<Ui2DAnimation item="TK_SpellBookClosing">
<Cycle>true</Cycle>
<Frames>
<Texture>tkspellbar.tga</Texture>
<Location>
<X>99</X>
<Y>173</Y>
</Location>
<Size>
<CX>26</CX>
<CY>26</CY>
</Size>
<Duration>120</Duration>
</Frames>
<Frames>
<Texture>tkspellbar.tga</Texture>
<Location>
<X>99</X>
<Y>145</Y>
</Location>
<Size>
<CX>26</CX>
<CY>26</CY>
</Size>
<Duration>120</Duration>
</Frames>
<Frames>
<Texture>tkspellbar.tga</Texture>
<Location>
<X>99</X>
<Y>275</Y>
</Location>
<Size>
<CX>26</CX>
<CY>26</CY>
</Size>
<Duration>2120</Duration>
</Frames>
<Frames>
<Texture>tkspellbar.tga</Texture>
<Location>
<X>99</X>
<Y>201</Y>
</Location>
<Size>
<CX>26</CX>
<CY>26</CY>
</Size>
<Duration>2120</Duration>
</Frames>
</Ui2DAnimation>
<Ui2DAnimation item="TK_SpellBookOpen">
<Frames>
<Texture>tkspellbar.tga</Texture>
<Location>
<X>99</X>
<Y>201</Y>
</Location>
<Size>
<CX>26</CX>
<CY>26</CY>
</Size>
</Frames>
</Ui2DAnimation>
<Ui2DAnimation item="TK_SpellBookClosed">
<Frames>
<Texture>tkspellbar.tga</Texture>
<Location>
<X>99</X>
<Y>229</Y>
</Location>
<Size>
<CX>26</CX>
<CY>26</CY>
</Size>
</Frames>
</Ui2DAnimation>
<!-- End of Graphics -->
<SpellGem item="CSPW_Spell0">
<ScreenID>CSPW_Spell0</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>24</X>
<Y>14</Y>
</Location>
<Size>
<CX>28</CX>
<CY>28</CY>
</Size>
<SpellGemDrawTemplate>
<Highlight>TK_SpellGemHighlight</Highlight>
<Background>TK_SpellGemBackground</Background>
<Holder>TK_SpellGemHolder</Holder>
</SpellGemDrawTemplate>
<SpellIconOffsetX>2</SpellIconOffsetX>
<SpellIconOffsetY>2</SpellIconOffsetY>
</SpellGem>
<Label item="MQ_Spell1">
<ScreenID>MQ_Spell1</ScreenID>
<EQType>9999</EQType>
<Font>5</Font>
<TooltipReference>${Int[${Math.Calc[${Me.CurrentMana}/${Math.Calc[${Me.Gem[1].Mana} + 0.01]}]}]}</TooltipReference>
<RelativePosition>true</RelativePosition>
<Location>
<X>65</X>
<Y>18</Y>
</Location>
<Size>
<CX>50</CX>
<CY>20</CY>
</Size>
<Text>100</Text>
<TextColor>
<R>0</R>
<G>255</G>
<B>0</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
<AlignLeft>true</AlignLeft>
</Label>
<SpellGem item="CSPW_Spell1">
<ScreenID>CSPW_Spell1</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>24</X>
<Y>54</Y>
</Location>
<Size>
<CX>28</CX>
<CY>28</CY>
</Size>
<SpellGemDrawTemplate>
<Highlight>TK_SpellGemHighlight</Highlight>
<Background>TK_SpellGemBackground</Background>
<Holder>TK_SpellGemHolder</Holder>
</SpellGemDrawTemplate>
<SpellIconOffsetX>2</SpellIconOffsetX>
<SpellIconOffsetY>2</SpellIconOffsetY>
</SpellGem>
<Label item="MQ_Spell2">
<ScreenID>MQ_Spell2</ScreenID>
<EQType>9999</EQType>
<Font>5</Font>
<TooltipReference>${Int[${Math.Calc[${Me.CurrentMana}/${Math.Calc[${Me.Gem[2].Mana} + 0.01]}]}]}</TooltipReference>
<RelativePosition>true</RelativePosition>
<Location>
<X>65</X>
<Y>58</Y>
</Location>
<Size>
<CX>50</CX>
<CY>20</CY>
</Size>
<Text>100</Text>
<TextColor>
<R>0</R>
<G>255</G>
<B>0</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
<AlignLeft>true</AlignLeft>
</Label>
<SpellGem item="CSPW_Spell2">
<ScreenID>CSPW_Spell2</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>24</X>
<Y>94</Y>
</Location>
<Size>
<CX>28</CX>
<CY>28</CY>
</Size>
<SpellGemDrawTemplate>
<Highlight>TK_SpellGemHighlight</Highlight>
<Background>TK_SpellGemBackground</Background>
<Holder>TK_SpellGemHolder</Holder>
</SpellGemDrawTemplate>
<SpellIconOffsetX>2</SpellIconOffsetX>
<SpellIconOffsetY>2</SpellIconOffsetY>
</SpellGem>
<Label item="MQ_Spell3">
<ScreenID>MQ_Spell3</ScreenID>
<EQType>9999</EQType>
<Font>5</Font>
<TooltipReference>${Int[${Math.Calc[${Me.CurrentMana}/${Math.Calc[${Me.Gem[3].Mana} + 0.01]}]}]}</TooltipReference>
<RelativePosition>true</RelativePosition>
<Location>
<X>65</X>
<Y>98</Y>
</Location>
<Size>
<CX>100</CX>
<CY>20</CY>
</Size>
<Text>100</Text>
<TextColor>
<R>0</R>
<G>255</G>
<B>0</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
<AlignLeft>true</AlignLeft>
</Label>
<SpellGem item="CSPW_Spell3">
<ScreenID>CSPW_Spell3</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>24</X>
<Y>134</Y>
</Location>
<Size>
<CX>28</CX>
<CY>28</CY>
</Size>
<SpellGemDrawTemplate>
<Highlight>TK_SpellGemHighlight</Highlight>
<Background>TK_SpellGemBackground</Background>
<Holder>TK_SpellGemHolder</Holder>
</SpellGemDrawTemplate>
<SpellIconOffsetX>2</SpellIconOffsetX>
<SpellIconOffsetY>2</SpellIconOffsetY>
</SpellGem>
<Label item="MQ_Spell4">
<ScreenID>MQ_Spell4</ScreenID>
<EQType>9999</EQType>
<Font>5</Font>
<TooltipReference>${Int[${Math.Calc[${Me.CurrentMana}/${Math.Calc[${Me.Gem[4].Mana} + 0.01]}]}]}</TooltipReference>
<RelativePosition>true</RelativePosition>
<Location>
<X>65</X>
<Y>138</Y>
</Location>
<Size>
<CX>50</CX>
<CY>20</CY>
</Size>
<Text>100</Text>
<TextColor>
<R>0</R>
<G>255</G>
<B>0</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
<AlignLeft>true</AlignLeft>
</Label>
<SpellGem item="CSPW_Spell4">
<ScreenID>CSPW_Spell4</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>24</X>
<Y>174</Y>
</Location>
<Size>
<CX>28</CX>
<CY>28</CY>
</Size>
<SpellGemDrawTemplate>
<Highlight>TK_SpellGemHighlight</Highlight>
<Background>TK_SpellGemBackground</Background>
<Holder>TK_SpellGemHolder</Holder>
</SpellGemDrawTemplate>
<SpellIconOffsetX>2</SpellIconOffsetX>
<SpellIconOffsetY>2</SpellIconOffsetY>
</SpellGem>
<Label item="MQ_Spell5">
<ScreenID>MQ_Spell5</ScreenID>
<EQType>9999</EQType>
<Font>5</Font>
<TooltipReference>${Int[${Math.Calc[${Me.CurrentMana}/${Math.Calc[${Me.Gem[5].Mana} + 0.01]}]}]}</TooltipReference>
<RelativePosition>true</RelativePosition>
<Location>
<X>65</X>
<Y>178</Y>
</Location>
<Size>
<CX>50</CX>
<CY>20</CY>
</Size>
<Text>100</Text>
<TextColor>
<R>0</R>
<G>255</G>
<B>0</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
<AlignLeft>true</AlignLeft>
</Label>
<SpellGem item="CSPW_Spell5">
<ScreenID>CSPW_Spell5</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>24</X>
<Y>214</Y>
</Location>
<Size>
<CX>28</CX>
<CY>28</CY>
</Size>
<SpellGemDrawTemplate>
<Highlight>TK_SpellGemHighlight</Highlight>
<Background>TK_SpellGemBackground</Background>
<Holder>TK_SpellGemHolder</Holder>
</SpellGemDrawTemplate>
<SpellIconOffsetX>2</SpellIconOffsetX>
<SpellIconOffsetY>2</SpellIconOffsetY>
</SpellGem>
<Label item="MQ_Spell6">
<ScreenID>MQ_Spell6</ScreenID>
<EQType>9999</EQType>
<Font>5</Font>
<TooltipReference>${Int[${Math.Calc[${Me.CurrentMana}/${Math.Calc[${Me.Gem[6].Mana} + 0.01]}]}]}</TooltipReference>
<RelativePosition>true</RelativePosition>
<Location>
<X>65</X>
<Y>218</Y>
</Location>
<Size>
<CX>50</CX>
<CY>20</CY>
</Size>
<Text>100</Text>
<TextColor>
<R>0</R>
<G>255</G>
<B>0</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
<AlignLeft>true</AlignLeft>
</Label>
<SpellGem item="CSPW_Spell6">
<ScreenID>CSPW_Spell6</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>24</X>
<Y>253</Y>
</Location>
<Size>
<CX>28</CX>
<CY>28</CY>
</Size>
<SpellGemDrawTemplate>
<Highlight>TK_SpellGemHighlight</Highlight>
<Background>TK_SpellGemBackground</Background>
<Holder>TK_SpellGemHolder</Holder>
</SpellGemDrawTemplate>
<SpellIconOffsetX>2</SpellIconOffsetX>
<SpellIconOffsetY>2</SpellIconOffsetY>
</SpellGem>
<Label item="MQ_Spell7">
<ScreenID>MQ_Spell7</ScreenID>
<EQType>9999</EQType>
<Font>5</Font>
<TooltipReference>${Int[${Math.Calc[${Me.CurrentMana}/${Math.Calc[${Me.Gem[7].Mana} + 0.01]}]}]}</TooltipReference>
<RelativePosition>true</RelativePosition>
<Location>
<X>65</X>
<Y>258</Y>
</Location>
<Size>
<CX>50</CX>
<CY>20</CY>
</Size>
<Text>100</Text>
<TextColor>
<R>0</R>
<G>255</G>
<B>0</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
<AlignLeft>true</AlignLeft>
</Label>
<SpellGem item="CSPW_Spell7">
<ScreenID>CSPW_Spell7</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>24</X>
<Y>292</Y>
</Location>
<Size>
<CX>28</CX>
<CY>28</CY>
</Size>
<SpellGemDrawTemplate>
<Highlight>TK_SpellGemHighlight</Highlight>
<Background>TK_SpellGemBackground</Background>
<Holder>TK_SpellGemHolder</Holder>
</SpellGemDrawTemplate>
<SpellIconOffsetX>2</SpellIconOffsetX>
<SpellIconOffsetY>2</SpellIconOffsetY>
</SpellGem>
<Label item="MQ_Spell8">
<ScreenID>MQ_Spell8</ScreenID>
<EQType>9999</EQType>
<Font>5</Font>
<TooltipReference>${Int[${Math.Calc[${Me.CurrentMana}/${Math.Calc[${Me.Gem[8].Mana} + 0.01]}]}]}</TooltipReference>
<RelativePosition>true</RelativePosition>
<Location>
<X>65</X>
<Y>298</Y>
</Location>
<Size>
<CX>50</CX>
<CY>20</CY>
</Size>
<Text>100</Text>
<TextColor>
<R>0</R>
<G>255</G>
<B>0</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
<AlignLeft>true</AlignLeft>
</Label>
<SpellGem item="CSPW_Spell8">
<ScreenID>CSPW_Spell8</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>24</X>
<Y>332</Y>
</Location>
<Size>
<CX>28</CX>
<CY>28</CY>
</Size>
<SpellGemDrawTemplate>
<Highlight>TK_SpellGemHighlight</Highlight>
<Background>TK_SpellGemBackground</Background>
<Holder>TK_SpellGemHolder</Holder>
</SpellGemDrawTemplate>
<SpellIconOffsetX>2</SpellIconOffsetX>
<SpellIconOffsetY>2</SpellIconOffsetY>
</SpellGem>
<Label item="MQ_Spell9">
<ScreenID>MQ_Spell9</ScreenID>
<EQType>9999</EQType>
<Font>5</Font>
<TooltipReference>${Int[${Math.Calc[${Me.CurrentMana}/${Math.Calc[${Me.Gem[9].Mana} + 0.01]}]}]}</TooltipReference>
<RelativePosition>true</RelativePosition>
<Location>
<X>65</X>
<Y>338</Y>
</Location>
<Size>
<CX>50</CX>
<CY>20</CY>
</Size>
<Text>100</Text>
<TextColor>
<R>0</R>
<G>255</G>
<B>0</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
<AlignLeft>true</AlignLeft>
</Label>
<Button item="CSPW_SpellBook">
<ScreenID>CSPW_SpellBook</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>7</X>
<Y>364</Y>
</Location>
<Size>
<CX>26</CX>
<CY>26</CY>
</Size>
<Style_Transparent>True</Style_Transparent>
<TooltipReference>Opens and closes Your Spellbook</TooltipReference>
<Style_Checkbox>true</Style_Checkbox>
<!--<RadioGroup/>-->
<ButtonDrawTemplate>
<Normal>TK_SpellBookClosed</Normal>
<Pressed>TK_SpellBookOpen</Pressed>
<Flyby>TK_SpellBookOpening</Flyby>
<PressedFlyby>TK_SpellBookClosing</PressedFlyby>
</ButtonDrawTemplate>
</Button>
<StaticAnimation item="CSPW_Back1">
<ScreenID>CSPW_Back1</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>0</X>
<Y>0</Y>
</Location>
<Size>
<CX>61</CX>
<CY>256</CY>
</Size>
<Animation>TK_CastBar01</Animation>
</StaticAnimation>
<StaticAnimation item="CSPW_Back2">
<ScreenID>CSPW_Back2</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>0</X>
<Y>256</Y>
</Location>
<Size>
<CX>61</CX>
<CY>141</CY>
</Size>
<Animation>TK_CastBar02</Animation>
</StaticAnimation>
<Button item="CSPW_Unclickable">
<ScreenID>Unclickable</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>8</X>
<Y>3</Y>
</Location>
<Size>
<CX>47</CX>
<CY>364</CY>
</Size>
<Style_Transparent>True</Style_Transparent>
<ButtonDrawTemplate />
</Button>
<Screen item="CastSpellWnd">
<!--<ScreenID/>-->
<!--<Font/>-->
<RelativePosition>false</RelativePosition>
<Location>
<X>0</X>
<Y>25</Y>
</Location>
<Size>
<CX>111</CX>
<CY>395</CY>
</Size>
<Text>Spells</Text>
<Style_Transparent>true</Style_Transparent>
<TooltipReference>Allows you to cast your memorized spells</TooltipReference>
<DrawTemplate>WDT_RoundedNoTitle</DrawTemplate>
<Style_Titlebar>false</Style_Titlebar>
<Style_Closebox>false</Style_Closebox>
<Style_Minimizebox>false</Style_Minimizebox>
<Style_Border>false</Style_Border>
<Style_Sizable>false</Style_Sizable>
<Pieces>CSPW_Unclickable</Pieces>
<Pieces>CSPW_Back1</Pieces>
<Pieces>CSPW_Back2</Pieces>
<Pieces>CSPW_Spell0</Pieces>
<Pieces>MQ_Spell1</Pieces>
<Pieces>CSPW_Spell1</Pieces>
<Pieces>MQ_Spell2</Pieces>
<Pieces>CSPW_Spell2</Pieces>
<Pieces>MQ_Spell3</Pieces>
<Pieces>CSPW_Spell3</Pieces>
<Pieces>MQ_Spell4</Pieces>
<Pieces>CSPW_Spell4</Pieces>
<Pieces>MQ_Spell5</Pieces>
<Pieces>CSPW_Spell5</Pieces>
<Pieces>MQ_Spell6</Pieces>
<Pieces>CSPW_Spell6</Pieces>
<Pieces>MQ_Spell7</Pieces>
<Pieces>CSPW_Spell7</Pieces>
<Pieces>MQ_Spell8</Pieces>
<Pieces>CSPW_Spell8</Pieces>
<Pieces>MQ_Spell9</Pieces>
<Pieces>CSPW_SpellBook</Pieces>
</Screen>
</XML>
Code: Select all
<?xml version="1.0"?>
<XML ID="EQInterfaceDefinitionLanguage">
<Schema xmlns="EverQuestData" xmlns:dt="EverQuestDataTypes"/>
<!-- Created by Drakah -->
<TextureInfo item="drakah_buffbackground.tga">
<Size>
<CX>256</CX>
<CY>256</CY>
</Size>
</TextureInfo>
<Ui2DAnimation item="Drak_BuffBackground1">
<Frames>
<Texture>drakah_buffbackground.tga</Texture>
<Location>
<X>0</X>
<Y>0</Y>
</Location>
<Size>
<CX>44</CX>
<CY>256</CY>
</Size>
<Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
</Frames>
</Ui2DAnimation>
<Ui2DAnimation item="Drak_BuffBackground2">
<Frames>
<Texture>drakah_buffbackground.tga</Texture>
<Location>
<X>45</X>
<Y>0</Y>
</Location>
<Size>
<CX>44</CX>
<CY>185</CY>
</Size>
<Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
</Frames>
</Ui2DAnimation>
<Ui2DAnimation item="Drak_BuffBackground3">
<Frames>
<Texture>drakah_buffbackground.tga</Texture>
<Location>
<X>92</X>
<Y>0</Y>
</Location>
<Size>
<CX>44</CX>
<CY>151</CY>
</Size>
<Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
</Frames>
</Ui2DAnimation>
<StaticAnimation item="Drak_BuffBack1">
<ScreenID>Drak_BuffBack1</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>115</X>
<Y>-3</Y>
</Location>
<Size>
<CX>44</CX>
<CY>256</CY>
</Size>
<Animation>Drak_BuffBackground1</Animation>
</StaticAnimation>
<StaticAnimation item="Drak_BuffBack2">
<ScreenID>Drak_BuffBack2</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>115</X>
<Y>253</Y>
</Location>
<Size>
<CX>44</CX>
<CY>185</CY>
</Size>
<Animation>Drak_BuffBackground2</Animation>
</StaticAnimation>
<StaticAnimation item="Drak_BuffBack3">
<ScreenID>Drak_BuffBack3</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>115</X>
<Y>433</Y>
</Location>
<Size>
<CX>44</CX>
<CY>151</CY>
</Size>
<Animation>Drak_BuffBackground3</Animation>
</StaticAnimation>
<Button item="BW_Buff0_Button">
<ScreenID>Buff0</ScreenID>
<Font>3</Font>
<Text/>
<Location>
<X>3</X>
<Y>3</Y>
</Location>
<Size>
<CX>38</CX>
<CY>28</CY>
</Size>
<Style_Checkbox>false</Style_Checkbox>
<ButtonDrawTemplate>
<NormalDecal>BuffIcons</NormalDecal>
</ButtonDrawTemplate>
<DecalOffset>
<X>0</X>
<Y>0</Y>
</DecalOffset>
<DecalSize>
<CX>28</CX>
<CY>28</CY>
</DecalSize>
</Button>
<Label item="BW_Buff0_Label">
<ScreenID>BW_Buff0_Label</ScreenID>
<Font>1</Font>
<EQType>500</EQType>
<Location>
<X>13</X>
<Y>3</Y>
</Location>
<Size>
<CX>100</CX>
<CY>24</CY>
</Size>
<TextColor>
<R>255</R>
<G>255</G>
<B>0</B>
</TextColor>
<AlignRight>true</AlignRight>
</Label>
<Label item="MQ_Buff0">
<ScreenID>MQ_Buff0</ScreenID>
<Font>2</Font>
<EQType>9999</EQType>
<TooltipReference>${Me.Buff[1].Duration.Time}</TooltipReference>
<Location>
<X>29</X>
<Y>13</Y>
</Location>
<Size>
<CX>82</CX>
<CY>12</CY>
</Size>
<TextColor>
<R>0</R>
<G>255</G>
<B>0</B>
</TextColor>
<AlignCenter>false</AlignCenter>
<AlignRight>true</AlignRight>
</Label>
<Button item="BW_Buff1_Button">
<ScreenID>Buff1</ScreenID>
<Font>3</Font>
<Text/>
<Location>
<X>3</X>
<Y>30</Y>
</Location>
<Size>
<CX>38</CX>
<CY>28</CY>
</Size>
<Style_Checkbox>false</Style_Checkbox>
<ButtonDrawTemplate>
<NormalDecal>BuffIcons</NormalDecal>
</ButtonDrawTemplate>
<DecalOffset>
<X>0</X>
<Y>0</Y>
</DecalOffset>
<DecalSize>
<CX>28</CX>
<CY>28</CY>
</DecalSize>
</Button>
<Label item="BW_Buff1_Label">
<ScreenID>BW_Buff1_Label</ScreenID>
<Font>1</Font>
<EQType>501</EQType>
<Location>
<X>13</X>
<Y>30</Y>
</Location>
<Size>
<CX>100</CX>
<CY>24</CY>
</Size>
<Text/>
<TextColor>
<R>255</R>
<G>255</G>
<B>0</B>
</TextColor>
<AlignRight>true</AlignRight>
</Label>
<Label item="MQ_Buff1">
<ScreenID>MQ_Buff0</ScreenID>
<Font>2</Font>
<EQType>9999</EQType>
<TooltipReference>${Me.Buff[2].Duration.Time}</TooltipReference>
<Location>
<X>29</X>
<Y>40</Y>
</Location>
<Size>
<CX>82</CX>
<CY>12</CY>
</Size>
<TextColor>
<R>0</R>
<G>255</G>
<B>0</B>
</TextColor>
<AlignCenter>false</AlignCenter>
<AlignRight>true</AlignRight>
</Label>
<Button item="BW_Buff2_Button">
<ScreenID>Buff2</ScreenID>
<Font>3</Font>
<Text/>
<Location>
<X>3</X>
<Y>60</Y>
</Location>
<Size>
<CX>38</CX>
<CY>28</CY>
</Size>
<Style_Checkbox>false</Style_Checkbox>
<ButtonDrawTemplate>
<NormalDecal>BuffIcons</NormalDecal>
</ButtonDrawTemplate>
<DecalOffset>
<X>0</X>
<Y>0</Y>
</DecalOffset>
<DecalSize>
<CX>28</CX>
<CY>28</CY>
</DecalSize>
</Button>
<Label item="BW_Buff2_Label">
<ScreenID>BW_Buff2_Label</ScreenID>
<Font>1</Font>
<EQType>502</EQType>
<Location>
<X>13</X>
<Y>60</Y>
</Location>
<Size>
<CX>100</CX>
<CY>24</CY>
</Size>
<Text/>
<TextColor>
<R>255</R>
<G>255</G>
<B>0</B>
</TextColor>
<AlignRight>true</AlignRight>
</Label>
<Label item="MQ_Buff2">
<ScreenID>MQ_Buff2</ScreenID>
<Font>2</Font>
<EQType>9999</EQType>
<TooltipReference>${Me.Buff[3].Duration.Time}</TooltipReference>
<Location>
<X>29</X>
<Y>70</Y>
</Location>
<Size>
<CX>82</CX>
<CY>12</CY>
</Size>
<TextColor>
<R>0</R>
<G>255</G>
<B>0</B>
</TextColor>
<AlignCenter>false</AlignCenter>
<AlignRight>true</AlignRight>
</Label>
<Button item="BW_Buff3_Button">
<ScreenID>Buff3</ScreenID>
<Font>3</Font>
<Text/>
<Location>
<X>3</X>
<Y>90</Y>
</Location>
<Size>
<CX>38</CX>
<CY>28</CY>
</Size>
<!--<TooltipReference/> -->
<Style_Checkbox>false</Style_Checkbox>
<RadioGroup/>
<ButtonDrawTemplate>
<NormalDecal>BuffIcons</NormalDecal>
</ButtonDrawTemplate>
<DecalOffset>
<X>0</X>
<Y>0</Y>
</DecalOffset>
<DecalSize>
<CX>28</CX>
<CY>28</CY>
</DecalSize>
</Button>
<Label item="BW_Buff3_Label">
<ScreenID>BW_Buff3_Label</ScreenID>
<Font>1</Font>
<EQType>503</EQType>
<Location>
<X>13</X>
<Y>90</Y>
</Location>
<Size>
<CX>100</CX>
<CY>24</CY>
</Size>
<Text/>
<TextColor>
<R>255</R>
<G>255</G>
<B>0</B>
</TextColor>
<AlignRight>true</AlignRight>
</Label>
<Label item="MQ_Buff3">
<ScreenID>MQ_Buff3</ScreenID>
<Font>2</Font>
<EQType>9999</EQType>
<TooltipReference>${Me.Buff[4].Duration.Time}</TooltipReference>
<Location>
<X>29</X>
<Y>100</Y>
</Location>
<Size>
<CX>82</CX>
<CY>12</CY>
</Size>
<TextColor>
<R>0</R>
<G>255</G>
<B>0</B>
</TextColor>
<AlignCenter>false</AlignCenter>
<AlignRight>true</AlignRight>
</Label>
<Button item="BW_Buff4_Button">
<ScreenID>Buff4</ScreenID>
<Font>3</Font>
<Text/>
<Location>
<X>3</X>
<Y>119</Y>
</Location>
<Size>
<CX>38</CX>
<CY>28</CY>
</Size>
<TooltipReference/>
<Style_Checkbox>false</Style_Checkbox>
<ButtonDrawTemplate>
<NormalDecal>BuffIcons</NormalDecal>
</ButtonDrawTemplate>
<DecalOffset>
<X>0</X>
<Y>0</Y>
</DecalOffset>
<DecalSize>
<CX>28</CX>
<CY>28</CY>
</DecalSize>
</Button>
<Label item="BW_Buff4_Label">
<ScreenID>BW_Buff4_Label</ScreenID>
<Font>1</Font>
<EQType>504</EQType>
<Location>
<X>13</X>
<Y>119</Y>
</Location>
<Size>
<CX>100</CX>
<CY>34</CY>
</Size>
<Text/>
<TextColor>
<R>255</R>
<G>255</G>
<B>0</B>
</TextColor>
<AlignRight>true</AlignRight>
</Label>
<Label item="MQ_Buff4">
<ScreenID>MQ_Buff4</ScreenID>
<Font>2</Font>
<EQType>9999</EQType>
<TooltipReference>${Me.Buff[5].Duration.Time}</TooltipReference>
<Location>
<X>29</X>
<Y>129</Y>
</Location>
<Size>
<CX>82</CX>
<CY>12</CY>
</Size>
<TextColor>
<R>0</R>
<G>255</G>
<B>0</B>
</TextColor>
<AlignCenter>false</AlignCenter>
<AlignRight>true</AlignRight>
</Label>
<Button item="BW_Buff5_Button">
<ScreenID>Buff5</ScreenID>
<Font>3</Font>
<Text/>
<Location>
<X>3</X>
<Y>149</Y>
</Location>
<Size>
<CX>38</CX>
<CY>28</CY>
</Size>
<Style_Checkbox>false</Style_Checkbox>
<ButtonDrawTemplate>
<NormalDecal>BuffIcons</NormalDecal>
</ButtonDrawTemplate>
<DecalOffset>
<X>0</X>
<Y>0</Y>
</DecalOffset>
<DecalSize>
<CX>28</CX>
<CY>28</CY>
</DecalSize>
</Button>
<Label item="BW_Buff5_Label">
<ScreenID>BW_Buff5_Label</ScreenID>
<Font>1</Font>
<EQType>505</EQType>
<Location>
<X>13</X>
<Y>149</Y>
</Location>
<Size>
<CX>100</CX>
<CY>34</CY>
</Size>
<Text/>
<TextColor>
<R>255</R>
<G>255</G>
<B>0</B>
</TextColor>
<AlignRight>true</AlignRight>
</Label>
<Label item="MQ_Buff5">
<ScreenID>MQ_Buff5</ScreenID>
<Font>2</Font>
<EQType>9999</EQType>
<TooltipReference>${Me.Buff[6].Duration.Time}</TooltipReference>
<Location>
<X>29</X>
<Y>159</Y>
</Location>
<Size>
<CX>82</CX>
<CY>12</CY>
</Size>
<TextColor>
<R>0</R>
<G>255</G>
<B>0</B>
</TextColor>
<AlignCenter>false</AlignCenter>
<AlignRight>true</AlignRight>
</Label>
<Button item="BW_Buff6_Button">
<ScreenID>Buff6</ScreenID>
<Font>3</Font>
<Text/>
<Location>
<X>3</X>
<Y>178</Y>
</Location>
<Size>
<CX>38</CX>
<CY>28</CY>
</Size>
<TooltipReference/>
<Style_Checkbox>false</Style_Checkbox>
<ButtonDrawTemplate>
<NormalDecal>BuffIcons</NormalDecal>
</ButtonDrawTemplate>
<DecalOffset>
<X>0</X>
<Y>0</Y>
</DecalOffset>
<DecalSize>
<CX>28</CX>
<CY>28</CY>
</DecalSize>
</Button>
<Label item="BW_Buff6_Label">
<ScreenID>BW_Buff6_Label</ScreenID>
<Font>1</Font>
<EQType>506</EQType>
<Location>
<X>13</X>
<Y>178</Y>
</Location>
<Size>
<CX>100</CX>
<CY>34</CY>
</Size>
<Text/>
<TextColor>
<R>255</R>
<G>255</G>
<B>0</B>
</TextColor>
<AlignRight>true</AlignRight>
</Label>
<Label item="MQ_Buff6">
<ScreenID>MQ_Buff6</ScreenID>
<Font>2</Font>
<EQType>9999</EQType>
<TooltipReference>${Me.Buff[7].Duration.Time}</TooltipReference>
<Location>
<X>29</X>
<Y>188</Y>
</Location>
<Size>
<CX>82</CX>
<CY>12</CY>
</Size>
<TextColor>
<R>0</R>
<G>255</G>
<B>0</B>
</TextColor>
<AlignCenter>false</AlignCenter>
<AlignRight>true</AlignRight>
</Label>
<Button item="BW_Buff7_Button">
<ScreenID>Buff7</ScreenID>
<Font>3</Font>
<Text/>
<Location>
<X>3</X>
<Y>205</Y>
</Location>
<Size>
<CX>38</CX>
<CY>28</CY>
</Size>
<Style_Checkbox>false</Style_Checkbox>
<ButtonDrawTemplate>
<NormalDecal>BuffIcons</NormalDecal>
</ButtonDrawTemplate>
<DecalOffset>
<X>0</X>
<Y>0</Y>
</DecalOffset>
<DecalSize>
<CX>28</CX>
<CY>28</CY>
</DecalSize>
</Button>
<Label item="BW_Buff7_Label">
<ScreenID>BW_Buff7_Label</ScreenID>
<Font>1</Font>
<EQType>507</EQType>
<Location>
<X>13</X>
<Y>205</Y>
</Location>
<Size>
<CX>100</CX>
<CY>34</CY>
</Size>
<Text/>
<TextColor>
<R>255</R>
<G>255</G>
<B>0</B>
</TextColor>
<AlignRight>true</AlignRight>
</Label>
<Label item="MQ_Buff7">
<ScreenID>MQ_Buff7</ScreenID>
<Font>2</Font>
<EQType>9999</EQType>
<TooltipReference>${Me.Buff[8].Duration.Time}</TooltipReference>
<Location>
<X>29</X>
<Y>215</Y>
</Location>
<Size>
<CX>82</CX>
<CY>12</CY>
</Size>
<TextColor>
<R>0</R>
<G>255</G>
<B>0</B>
</TextColor>
<AlignCenter>false</AlignCenter>
<AlignRight>true</AlignRight>
</Label>
<Button item="BW_Buff8_Button">
<ScreenID>Buff8</ScreenID>
<Font>3</Font>
<Text/>
<Location>
<X>3</X>
<Y>236</Y>
</Location>
<Size>
<CX>38</CX>
<CY>28</CY>
</Size>
<Style_Checkbox>false</Style_Checkbox>
<ButtonDrawTemplate>
<NormalDecal>BuffIcons</NormalDecal>
</ButtonDrawTemplate>
<DecalOffset>
<X>0</X>
<Y>0</Y>
</DecalOffset>
<DecalSize>
<CX>28</CX>
<CY>28</CY>
</DecalSize>
</Button>
<Label item="BW_Buff8_Label">
<ScreenID>BW_Buff8_Label</ScreenID>
<Font>1</Font>
<EQType>508</EQType>
<Location>
<X>13</X>
<Y>236</Y>
</Location>
<Size>
<CX>100</CX>
<CY>34</CY>
</Size>
<Text/>
<TextColor>
<R>255</R>
<G>255</G>
<B>0</B>
</TextColor>
<AlignRight>true</AlignRight>
</Label>
<Label item="MQ_Buff8">
<ScreenID>MQ_Buff8</ScreenID>
<Font>2</Font>
<EQType>9999</EQType>
<TooltipReference>${Me.Buff[9].Duration.Time}</TooltipReference>
<Location>
<X>29</X>
<Y>246</Y>
</Location>
<Size>
<CX>82</CX>
<CY>12</CY>
</Size>
<TextColor>
<R>0</R>
<G>255</G>
<B>0</B>
</TextColor>
<AlignCenter>false</AlignCenter>
<AlignRight>true</AlignRight>
</Label>
<Button item="BW_Buff9_Button">
<ScreenID>Buff9</ScreenID>
<Font>3</Font>
<Text/>
<Location>
<X>3</X>
<Y>265</Y>
</Location>
<Size>
<CX>38</CX>
<CY>28</CY>
</Size>
<Style_Checkbox>false</Style_Checkbox>
<ButtonDrawTemplate>
<NormalDecal>BuffIcons</NormalDecal>
</ButtonDrawTemplate>
<DecalOffset>
<X>0</X>
<Y>0</Y>
</DecalOffset>
<DecalSize>
<CX>28</CX>
<CY>28</CY>
</DecalSize>
</Button>
<Label item="BW_Buff9_Label">
<ScreenID>BW_Buff9_Label</ScreenID>
<Font>1</Font>
<EQType>509</EQType>
<Location>
<X>13</X>
<Y>265</Y>
</Location>
<Size>
<CX>100</CX>
<CY>34</CY>
</Size>
<Text/>
<TextColor>
<R>255</R>
<G>255</G>
<B>0</B>
</TextColor>
<AlignRight>true</AlignRight>
</Label>
<Label item="MQ_Buff9">
<ScreenID>MQ_Buff9</ScreenID>
<Font>2</Font>
<EQType>9999</EQType>
<TooltipReference>${Me.Buff[10].Duration.Time}</TooltipReference>
<Location>
<X>29</X>
<Y>275</Y>
</Location>
<Size>
<CX>82</CX>
<CY>12</CY>
</Size>
<TextColor>
<R>0</R>
<G>255</G>
<B>0</B>
</TextColor>
<AlignCenter>false</AlignCenter>
<AlignRight>true</AlignRight>
</Label>
<Button item="BW_Buff10_Button">
<ScreenID>Buff10</ScreenID>
<Font>3</Font>
<Text/>
<Location>
<X>3</X>
<Y>295</Y>
</Location>
<Size>
<CX>38</CX>
<CY>28</CY>
</Size>
<Style_Checkbox>false</Style_Checkbox>
<ButtonDrawTemplate>
<NormalDecal>BuffIcons</NormalDecal>
</ButtonDrawTemplate>
<DecalOffset>
<X>0</X>
<Y>0</Y>
</DecalOffset>
<DecalSize>
<CX>28</CX>
<CY>28</CY>
</DecalSize>
</Button>
<Label item="BW_Buff10_Label">
<ScreenID>BW_Buff10_Label</ScreenID>
<Font>1</Font>
<EQType>510</EQType>
<Location>
<X>13</X>
<Y>295</Y>
</Location>
<Size>
<CX>100</CX>
<CY>34</CY>
</Size>
<Text/>
<TextColor>
<R>255</R>
<G>255</G>
<B>0</B>
</TextColor>
<AlignRight>true</AlignRight>
</Label>
<Label item="MQ_Buff10">
<ScreenID>MQ_Buff10</ScreenID>
<Font>2</Font>
<EQType>9999</EQType>
<TooltipReference>${Me.Buff[11].Duration.Time}</TooltipReference>
<Location>
<X>29</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>false</AlignCenter>
<AlignRight>true</AlignRight>
</Label>
<Button item="BW_Buff11_Button">
<ScreenID>Buff11</ScreenID>
<Font>3</Font>
<Text/>
<Location>
<X>3</X>
<Y>325</Y>
</Location>
<Size>
<CX>38</CX>
<CY>28</CY>
</Size>
<Style_Checkbox>false</Style_Checkbox>
<ButtonDrawTemplate>
<NormalDecal>BuffIcons</NormalDecal>
</ButtonDrawTemplate>
<DecalOffset>
<X>0</X>
<Y>0</Y>
</DecalOffset>
<DecalSize>
<CX>28</CX>
<CY>28</CY>
</DecalSize>
</Button>
<Label item="BW_Buff11_Label">
<ScreenID>BW_Buff11_Label</ScreenID>
<Font>1</Font>
<EQType>511</EQType>
<Location>
<X>13</X>
<Y>325</Y>
</Location>
<Size>
<CX>100</CX>
<CY>34</CY>
</Size>
<Text/>
<TextColor>
<R>255</R>
<G>255</G>
<B>0</B>
</TextColor>
<AlignRight>true</AlignRight>
</Label>
<Label item="MQ_Buff11">
<ScreenID>MQ_Buff11</ScreenID>
<Font>2</Font>
<EQType>9999</EQType>
<TooltipReference>${Me.Buff[12].Duration.Time}</TooltipReference>
<Location>
<X>29</X>
<Y>335</Y>
</Location>
<Size>
<CX>82</CX>
<CY>12</CY>
</Size>
<TextColor>
<R>0</R>
<G>255</G>
<B>0</B>
</TextColor>
<AlignCenter>false</AlignCenter>
<AlignRight>true</AlignRight>
</Label>
<Button item="BW_Buff12_Button">
<ScreenID>Buff12</ScreenID>
<Font>3</Font>
<Text/>
<Location>
<X>3</X>
<Y>353</Y>
</Location>
<Size>
<CX>38</CX>
<CY>28</CY>
</Size>
<Style_Checkbox>false</Style_Checkbox>
<ButtonDrawTemplate>
<NormalDecal>BuffIcons</NormalDecal>
</ButtonDrawTemplate>
<DecalOffset>
<X>0</X>
<Y>0</Y>
</DecalOffset>
<DecalSize>
<CX>28</CX>
<CY>28</CY>
</DecalSize>
</Button>
<Label item="BW_Buff12_Label">
<ScreenID>BW_Buff12_Label</ScreenID>
<Font>1</Font>
<EQType>512</EQType>
<Location>
<X>13</X>
<Y>353</Y>
</Location>
<Size>
<CX>100</CX>
<CY>34</CY>
</Size>
<Text/>
<TextColor>
<R>255</R>
<G>255</G>
<B>0</B>
</TextColor>
<AlignRight>true</AlignRight>
</Label>
<Label item="MQ_Buff12">
<ScreenID>MQ_Buff12</ScreenID>
<Font>2</Font>
<EQType>9999</EQType>
<TooltipReference>${Me.Buff[13].Duration.Time}</TooltipReference>
<Location>
<X>29</X>
<Y>363</Y>
</Location>
<Size>
<CX>82</CX>
<CY>12</CY>
</Size>
<TextColor>
<R>0</R>
<G>255</G>
<B>0</B>
</TextColor>
<AlignCenter>false</AlignCenter>
<AlignRight>true</AlignRight>
</Label>
<Button item="BW_Buff13_Button">
<ScreenID>Buff13</ScreenID>
<Font>3</Font>
<Text/>
<Location>
<X>3</X>
<Y>382</Y>
</Location>
<Size>
<CX>38</CX>
<CY>28</CY>
</Size>
<Style_Checkbox>false</Style_Checkbox>
<ButtonDrawTemplate>
<NormalDecal>BuffIcons</NormalDecal>
</ButtonDrawTemplate>
<DecalOffset>
<X>0</X>
<Y>0</Y>
</DecalOffset>
<DecalSize>
<CX>28</CX>
<CY>28</CY>
</DecalSize>
</Button>
<Label item="BW_Buff13_Label">
<ScreenID>BW_Buff13_Label</ScreenID>
<Font>1</Font>
<EQType>513</EQType>
<Location>
<X>13</X>
<Y>382</Y>
</Location>
<Size>
<CX>100</CX>
<CY>34</CY>
</Size>
<Text/>
<TextColor>
<R>255</R>
<G>255</G>
<B>0</B>
</TextColor>
<AlignRight>true</AlignRight>
</Label>
<Label item="MQ_Buff13">
<ScreenID>MQ_Buff13</ScreenID>
<Font>2</Font>
<EQType>9999</EQType>
<TooltipReference>${Me.Buff[14].Duration.Time}</TooltipReference>
<Location>
<X>29</X>
<Y>392</Y>
</Location>
<Size>
<CX>82</CX>
<CY>12</CY>
</Size>
<TextColor>
<R>0</R>
<G>255</G>
<B>0</B>
</TextColor>
<AlignCenter>false</AlignCenter>
<AlignRight>true</AlignRight>
</Label>
<Button item="BW_Buff14_Button">
<ScreenID>Buff14</ScreenID>
<Font>3</Font>
<Text/>
<Location>
<X>3</X>
<Y>408</Y>
</Location>
<Size>
<CX>38</CX>
<CY>28</CY>
</Size>
<Style_Checkbox>false</Style_Checkbox>
<ButtonDrawTemplate>
<NormalDecal>BuffIcons</NormalDecal>
</ButtonDrawTemplate>
<DecalOffset>
<X>0</X>
<Y>0</Y>
</DecalOffset>
<DecalSize>
<CX>28</CX>
<CY>28</CY>
</DecalSize>
</Button>
<Label item="BW_Buff14_Label">
<ScreenID>BW_Buff14_Label</ScreenID>
<Font>1</Font>
<EQType>514</EQType>
<Location>
<X>13</X>
<Y>408</Y>
</Location>
<Size>
<CX>100</CX>
<CY>34</CY>
</Size>
<Text/>
<TextColor>
<R>255</R>
<G>255</G>
<B>0</B>
</TextColor>
<AlignRight>true</AlignRight>
</Label>
<Label item="MQ_Buff14">
<ScreenID>MQ_Buff14</ScreenID>
<Font>2</Font>
<EQType>9999</EQType>
<TooltipReference>${Me.Buff[15].Duration.Time}</TooltipReference>
<Location>
<X>29</X>
<Y>418</Y>
</Location>
<Size>
<CX>82</CX>
<CY>12</CY>
</Size>
<TextColor>
<R>0</R>
<G>255</G>
<B>0</B>
</TextColor>
<AlignCenter>false</AlignCenter>
<AlignRight>true</AlignRight>
</Label>
<Button item="BW_Buff15_Button">
<ScreenID>Buff15</ScreenID>
<Font>3</Font>
<Text/>
<Location>
<X>3</X>
<Y>434</Y>
</Location>
<Size>
<CX>38</CX>
<CY>28</CY>
</Size>
<Style_Checkbox>false</Style_Checkbox>
<ButtonDrawTemplate>
<NormalDecal>BuffIcons</NormalDecal>
</ButtonDrawTemplate>
<DecalOffset>
<X>0</X>
<Y>0</Y>
</DecalOffset>
<DecalSize>
<CX>28</CX>
<CY>28</CY>
</DecalSize>
</Button>
<Label item="BW_Buff15_Label">
<ScreenID>BW_Buff15_Label</ScreenID>
<Font>1</Font>
<EQType>515</EQType>
<Location>
<X>13</X>
<Y>434</Y>
</Location>
<Size>
<CX>100</CX>
<CY>34</CY>
</Size>
<Text/>
<TextColor>
<R>255</R>
<G>255</G>
<B>0</B>
</TextColor>
<AlignRight>true</AlignRight>
</Label>
<Label item="MQ_Buff15">
<ScreenID>MQ_Buff15</ScreenID>
<Font>2</Font>
<EQType>9999</EQType>
<TooltipReference>${Me.Buff[16].Duration.Time}</TooltipReference>
<Location>
<X>29</X>
<Y>448</Y>
</Location>
<Size>
<CX>82</CX>
<CY>12</CY>
</Size>
<TextColor>
<R>0</R>
<G>255</G>
<B>0</B>
</TextColor>
<AlignCenter>false</AlignCenter>
<AlignRight>true</AlignRight>
</Label>
<Button item="BW_Buff16_Button">
<ScreenID>Buff16</ScreenID>
<Font>3</Font>
<Text/>
<Location>
<X>3</X>
<Y>460</Y>
</Location>
<Size>
<CX>38</CX>
<CY>28</CY>
</Size>
<Style_Checkbox>false</Style_Checkbox>
<ButtonDrawTemplate>
<NormalDecal>BuffIcons</NormalDecal>
</ButtonDrawTemplate>
<DecalOffset>
<X>0</X>
<Y>0</Y>
</DecalOffset>
<DecalSize>
<CX>28</CX>
<CY>28</CY>
</DecalSize>
</Button>
<Label item="BW_Buff16_Label">
<ScreenID>BW_Buff16_Label</ScreenID>
<Font>1</Font>
<EQType>516</EQType>
<Location>
<X>13</X>
<Y>460</Y>
</Location>
<Size>
<CX>100</CX>
<CY>34</CY>
</Size>
<Text/>
<TextColor>
<R>255</R>
<G>255</G>
<B>0</B>
</TextColor>
<AlignRight>true</AlignRight>
</Label>
<Label item="MQ_Buff16">
<ScreenID>MQ_Buff16</ScreenID>
<Font>2</Font>
<EQType>9999</EQType>
<TooltipReference>${Me.Buff[17].Duration.Time}</TooltipReference>
<Location>
<X>29</X>
<Y>478</Y>
</Location>
<Size>
<CX>82</CX>
<CY>12</CY>
</Size>
<TextColor>
<R>0</R>
<G>255</G>
<B>0</B>
</TextColor>
<AlignCenter>false</AlignCenter>
<AlignRight>true</AlignRight>
</Label>
<Button item="BW_Buff17_Button">
<ScreenID>Buff17</ScreenID>
<Font>3</Font>
<Text/>
<Location>
<X>3</X>
<Y>486</Y>
</Location>
<Size>
<CX>38</CX>
<CY>28</CY>
</Size>
<Style_Checkbox>false</Style_Checkbox>
<ButtonDrawTemplate>
<NormalDecal>BuffIcons</NormalDecal>
</ButtonDrawTemplate>
<DecalOffset>
<X>0</X>
<Y>0</Y>
</DecalOffset>
<DecalSize>
<CX>28</CX>
<CY>28</CY>
</DecalSize>
</Button>
<Label item="BW_Buff17_Label">
<ScreenID>BW_Buff17_Label</ScreenID>
<Font>1</Font>
<EQType>517</EQType>
<Location>
<X>13</X>
<Y>486</Y>
</Location>
<Size>
<CX>100</CX>
<CY>34</CY>
</Size>
<Text/>
<TextColor>
<R>255</R>
<G>255</G>
<B>0</B>
</TextColor>
<AlignRight>true</AlignRight>
</Label>
<Label item="MQ_Buff17">
<ScreenID>MQ_Buff17</ScreenID>
<Font>2</Font>
<EQType>9999</EQType>
<TooltipReference>${Me.Buff[18].Duration.Time}</TooltipReference>
<Location>
<X>29</X>
<Y>508</Y>
</Location>
<Size>
<CX>82</CX>
<CY>12</CY>
</Size>
<TextColor>
<R>0</R>
<G>255</G>
<B>0</B>
</TextColor>
<AlignCenter>false</AlignCenter>
<AlignRight>true</AlignRight>
</Label>
<Button item="BW_Buff18_Button">
<ScreenID>Buff18</ScreenID>
<Font>3</Font>
<Text/>
<Location>
<X>3</X>
<Y>512</Y>
</Location>
<Size>
<CX>38</CX>
<CY>28</CY>
</Size>
<Style_Checkbox>false</Style_Checkbox>
<ButtonDrawTemplate>
<NormalDecal>BuffIcons</NormalDecal>
</ButtonDrawTemplate>
<DecalOffset>
<X>0</X>
<Y>0</Y>
</DecalOffset>
<DecalSize>
<CX>28</CX>
<CY>28</CY>
</DecalSize>
</Button>
<Label item="BW_Buff18_Label">
<ScreenID>BW_Buff18_Label</ScreenID>
<Font>1</Font>
<EQType>518</EQType>
<Location>
<X>13</X>
<Y>512</Y>
</Location>
<Size>
<CX>100</CX>
<CY>34</CY>
</Size>
<Text/>
<TextColor>
<R>255</R>
<G>255</G>
<B>0</B>
</TextColor>
<AlignRight>true</AlignRight>
</Label>
<Label item="MQ_Buff18">
<ScreenID>MQ_Buff18</ScreenID>
<Font>2</Font>
<EQType>9999</EQType>
<TooltipReference>${Me.Buff[19].Duration.Time}</TooltipReference>
<Location>
<X>29</X>
<Y>538</Y>
</Location>
<Size>
<CX>82</CX>
<CY>12</CY>
</Size>
<TextColor>
<R>0</R>
<G>255</G>
<B>0</B>
</TextColor>
<AlignCenter>false</AlignCenter>
<AlignRight>true</AlignRight>
</Label>
<Button item="BW_Buff19_Button">
<ScreenID>Buff19</ScreenID>
<Font>3</Font>
<Text/>
<Location>
<X>3</X>
<Y>538</Y>
</Location>
<Size>
<CX>38</CX>
<CY>28</CY>
</Size>
<Style_Checkbox>false</Style_Checkbox>
<ButtonDrawTemplate>
<NormalDecal>BuffIcons</NormalDecal>
</ButtonDrawTemplate>
<DecalOffset>
<X>0</X>
<Y>0</Y>
</DecalOffset>
<DecalSize>
<CX>28</CX>
<CY>28</CY>
</DecalSize>
</Button>
<Label item="BW_Buff19_Label">
<ScreenID>BW_Buff19_Label</ScreenID>
<Font>1</Font>
<EQType>519</EQType>
<Location>
<X>13</X>
<Y>538</Y>
</Location>
<Size>
<CX>100</CX>
<CY>34</CY>
</Size>
<Text/>
<TextColor>
<R>255</R>
<G>255</G>
<B>0</B>
</TextColor>
<AlignRight>true</AlignRight>
</Label>
<Label item="MQ_Buff19">
<ScreenID>MQ_Buff19</ScreenID>
<Font>2</Font>
<EQType>9999</EQType>
<TooltipReference>${Me.Buff[20].Duration.Time}</TooltipReference>
<Location>
<X>29</X>
<Y>568</Y>
</Location>
<Size>
<CX>82</CX>
<CY>12</CY>
</Size>
<TextColor>
<R>0</R>
<G>255</G>
<B>0</B>
</TextColor>
<AlignCenter>false</AlignCenter>
<AlignRight>true</AlignRight>
</Label>
<Screen item="BuffWindow">
<!--<ScreenID/>-->
<Text>Buffs</Text>
<RelativePosition>false</RelativePosition>
<Location>
<X>560</X>
<Y>0</Y>
</Location>
<Size>
<CX>160</CX>
<CY>585</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>Drak_BuffBack1</Pieces>
<Pieces>Drak_BuffBack2</Pieces>
<Pieces>Drak_BuffBack3</Pieces>
<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_Buff15_Button</Pieces>
<Pieces>BW_Buff15_Label</Pieces>
<Pieces>BW_Buff16_Button</Pieces>
<Pieces>BW_Buff16_Label</Pieces>
<Pieces>BW_Buff17_Button</Pieces>
<Pieces>BW_Buff17_Label</Pieces>
<Pieces>BW_Buff18_Button</Pieces>
<Pieces>BW_Buff18_Label</Pieces>
<Pieces>BW_Buff19_Button</Pieces>
<Pieces>BW_Buff19_Label</Pieces>
<Pieces>MQ_Buff0</Pieces>
<Pieces>MQ_Buff1</Pieces>
<Pieces>MQ_Buff2</Pieces>
<Pieces>MQ_Buff3</Pieces>
<Pieces>MQ_Buff4</Pieces>
<Pieces>MQ_Buff5</Pieces>
<Pieces>MQ_Buff6</Pieces>
<Pieces>MQ_Buff7</Pieces>
<Pieces>MQ_Buff8</Pieces>
<Pieces>MQ_Buff9</Pieces>
<Pieces>MQ_Buff10</Pieces>
<Pieces>MQ_Buff11</Pieces>
<Pieces>MQ_Buff12</Pieces>
<Pieces>MQ_Buff13</Pieces>
<Pieces>MQ_Buff14</Pieces>
<Pieces>MQ_Buff15</Pieces>
<Pieces>MQ_Buff16</Pieces>
<Pieces>MQ_Buff17</Pieces>
<Pieces>MQ_Buff18</Pieces>
<Pieces>MQ_Buff19</Pieces>
</Screen>
</XML>