Page 1 of 2
Small buff window w/timers *SS added**MQ2Data version added*
Posted: Tue Dec 09, 2003 10:26 pm
by nightgod
All the buff windows I found up here were too big for my personal tastes, so I went and added timers into my personal fav (which I got from a site long since dead =x). If anyone knows of a good host to throw the pic up on, I can post a screenshot.
Basic descrption is:
20x20 icons (most UIs use 30x30)
Icons are on the left side of the window, opposed to the standard right-side orientation.
One line of text showing spell name (Font 1, white text)
One line showing timer (Font 1, green text)
Blue background for it all.
Tooltips are included for those who just HAVE to see the last two letters of that long buff name.
||||| Protection of the Nine
||||| 30:45
||||| Focus of Souls
||||| 43:12
^^ rough ASCII of what you're getting, with ||||| representing icons.
Would love to hear comments.
Code: Select all
MQ2Parms version is obsolete, see below
Code: Select all
Updated version for 25 buff slots and new changes implemented to UI files on 9DEC08
Posted: Wed Dec 10, 2003 5:52 pm
by Lane
Three cheers for ASCII art!
-Lane
Posted: Wed Dec 10, 2003 11:51 pm
by nightgod
ROFL.
Hey, its a dying art.
And I didn't want to use my personal web space to host the image, for the normal reasons, and was worried my description might not make sense to some people /shrug.
Hope to replace it with a screenie soonish-I miss the old days of being able to direct-link images on freebie web sites

Posted: Wed Jan 07, 2004 8:44 am
by NewB6987
Like it nice and compackt, but when i run it i dont get any icons. Also you going to do a Shortduration Buff window?
Posted: Wed Jan 07, 2004 1:08 pm
by Elric
Hey Nightgod, I'll hotlink your screenie for you. No big deal.
Just send me a PM, and we'll get to work on it.
Posted: Sun Feb 15, 2004 8:59 am
by wrangler
been running this for a few days now, nice work
there an easy way to make it slightly larger? at 1600x1200 it's a bit difficult to read
no worries if not, will still use it, thanks much
MQ2Data version
Posted: Wed Mar 31, 2004 9:47 pm
by nightgod
Code: Select all
People less lazy than me have updated this for the new buff slots below-thanks guys, one of those things I've been meaning to do, but haven't bought the AA yet, so haven't bothered...
Song buffs window version
Posted: Fri Apr 02, 2004 5:53 pm
by CrankyBaby
Well, try using this for the Song window:
Code: Select all
<?xml version = "1.0"?>
<XML ID = "EQInterfaceDefinitionLanguage">
<Schema xmlns = "EverQuestData" xmlns:dt = "EverQuestDataTypes"/>
<Button item = "SDBW_Buff0_Button">
<ScreenID>Buff0</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>3</X>
<Y>3</Y>
</Location>
<Size>
<CX>92</CX>
<CY>20</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<!--</TooltipReference>-->
<Style_Checkbox>false</Style_Checkbox>
<!--<RadioGroup/> -->
<ButtonDrawTemplate>
<Normal>BlueIconBackground</Normal>
<NormalDecal>BuffIcons</NormalDecal>
</ButtonDrawTemplate>
<!--
<SoundPressed/>
<SoundUp/>
<SoundFlyby/>
-->
<DecalOffset>
<X>0</X>
<Y>0</Y>
</DecalOffset>
<DecalSize>
<CX>20</CX>
<CY>20</CY>
</DecalSize>
</Button>
<Button item = "SDBW_Buff1_Button">
<ScreenID>Buff1</ScreenID>
<!--<Font>3</Font> -->
<RelativePosition>true</RelativePosition>
<Location>
<X>3</X>
<Y>3</Y>
</Location>
<Size>
<CX>92</CX>
<CY>20</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<!--<TooltipReference/> -->
<Style_Checkbox>false</Style_Checkbox>
<RadioGroup/>
<ButtonDrawTemplate>
<Normal>RedIconBackground</Normal>
<NormalDecal>BuffIcons</NormalDecal>
</ButtonDrawTemplate>
<!--
<SoundPressed/>
<SoundUp/>
<SoundFlyby/>
-->
<DecalOffset>
<X>0</X>
<Y>0</Y>
</DecalOffset>
<DecalSize>
<CX>20</CX>
<CY>20</CY>
</DecalSize>
</Button>
<Button item = "SDBW_Buff2_Button">
<ScreenID>Buff2</ScreenID>
<!--<Font>3</Font> -->
<RelativePosition>true</RelativePosition>
<Location>
<X>93</X>
<Y>3</Y>
</Location>
<Size>
<CX>92</CX>
<CY>20</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<!--<TooltipReference/> -->
<Style_Checkbox>false</Style_Checkbox>
<RadioGroup/>
<ButtonDrawTemplate>
<Normal>RedIconBackground</Normal>
<NormalDecal>BuffIcons</NormalDecal>
</ButtonDrawTemplate>
<!--
<SoundPressed/>
<SoundUp/>
<SoundFlyby/>
-->
<DecalOffset>
<X>0</X>
<Y>0</Y>
</DecalOffset>
<DecalSize>
<CX>20</CX>
<CY>20</CY>
</DecalSize>
</Button>
<Button item = "SDBW_Buff3_Button">
<ScreenID>Buff3</ScreenID>
<!--<Font>3</Font> -->
<RelativePosition>true</RelativePosition>
<Location>
<X>3</X>
<Y>49</Y>
</Location>
<Size>
<CX>92</CX>
<CY>20</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<!--<TooltipReference/> -->
<Style_Checkbox>false</Style_Checkbox>
<RadioGroup/>
<ButtonDrawTemplate>
<Normal>BlueIconBackground</Normal>
<NormalDecal>BuffIcons</NormalDecal>
</ButtonDrawTemplate>
<!-- Default and not used
<SoundPressed/>
<SoundUp/>
<SoundFlyby/>
-->
<DecalOffset>
<X>0</X>
<Y>0</Y>
</DecalOffset>
<DecalSize>
<CX>20</CX>
<CY>20</CY>
</DecalSize>
</Button>
<Button item = "SDBW_Buff4_Button">
<ScreenID>Buff4</ScreenID>
<!--<Font>3</Font> Default -->
<RelativePosition>true</RelativePosition>
<Location>
<X>48</X>
<Y>49</Y>
</Location>
<Size>
<CX>92</CX>
<CY>20</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<TooltipReference/>
<Style_Checkbox>false</Style_Checkbox>
<!--<RadioGroup/> Default -->
<ButtonDrawTemplate>
<Normal>RedIconBackground</Normal>
<NormalDecal>BuffIcons</NormalDecal>
</ButtonDrawTemplate>
<!--Default
<SoundPressed/>
<SoundUp/>
<SoundFlyby/>
-->
<DecalOffset>
<X>0</X>
<Y>0</Y>
</DecalOffset>
<DecalSize>
<CX>20</CX>
<CY>20</CY>
</DecalSize>
</Button>
<Button item = "SDBW_Buff5_Button">
<ScreenID>Buff5</ScreenID>
<!--<Font>3</Font> Defautl -->
<RelativePosition>true</RelativePosition>
<Location>
<X>93</X>
<Y>49</Y>
</Location>
<Size>
<CX>92</CX>
<CY>20</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<!--<TooltipReference/> Default -->
<Style_Checkbox>false</Style_Checkbox>
<!--<RadioGroup/> Default -->
<ButtonDrawTemplate>
<Normal>RedIconBackground</Normal>
<NormalDecal>BuffIcons</NormalDecal>
</ButtonDrawTemplate>
<!--
<SoundPressed/>
<SoundUp/>
<SoundFlyby/>
-->
<DecalOffset>
<X>0</X>
<Y>0</Y>
</DecalOffset>
<DecalSize>
<CX>20</CX>
<CY>20</CY>
</DecalSize>
</Button>
<Label item ="SDBW_Buff0">
<ScreenID>Buff0Label</ScreenID>
<EQType>45</EQType>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>25</X>
<Y>1</Y>
</Location>
<Size>
<CX>344</CX>
<CY>9</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 ="SDBW_Buff1">
<ScreenID>Buff1Label</ScreenID>
<EQType>46</EQType>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>25</X>
<Y>22</Y>
</Location>
<Size>
<CX>344</CX>
<CY>9</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 ="SDBW_Buff2">
<ScreenID>Buff2Label</ScreenID>
<EQType>47</EQType>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>25</X>
<Y>43</Y>
</Location>
<Size>
<CX>344</CX>
<CY>9</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 ="SDBW_Buff3">
<ScreenID>Buff3Label</ScreenID>
<EQType>48</EQType>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>25</X>
<Y>64</Y>
</Location>
<Size>
<CX>344</CX>
<CY>9</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 ="SDBW_Buff4">
<ScreenID>Buff4Label</ScreenID>
<EQType>49</EQType>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>25</X>
<Y>85</Y>
</Location>
<Size>
<CX>344</CX>
<CY>9</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 ="SDBW_Buff5">
<ScreenID>Buff5Label</ScreenID>
<EQType>50</EQType>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>25</X>
<Y>106</Y>
</Location>
<Size>
<CX>344</CX>
<CY>9</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="SDBW_Dur0">
<ScreenID>Dur0Label</ScreenID>
<Font>1</Font>
<EQType>9999</EQType>
<TooltipReference>${Me.Song[1].Duration.Time}</TooltipReference>
<Location>
<X>25</X>
<Y>11</Y>
</Location>
<Size>
<CX>30</CX>
<CY>9</CY>
</Size>
<TextColor>
<R>0</R>
<G>240</G>
<B>0</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
</Label>
<Label item="SDBW_Dur1">
<ScreenID>Dur1Label</ScreenID>
<Font>1</Font>
<EQType>9999</EQType>
<TooltipReference>${Me.Song[2].Duration.Time}</TooltipReference>
<Location>
<X>25</X>
<Y>32</Y>
</Location>
<Size>
<CX>30</CX>
<CY>9</CY>
</Size>
<TextColor>
<R>0</R>
<G>240</G>
<B>0</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
</Label>
<Label item="SDBW_Dur2">
<ScreenID>Dur2Label</ScreenID>
<Font>1</Font>
<EQType>9999</EQType>
<TooltipReference>${Me.Song[3].Duration.Time}</TooltipReference>
<Location>
<X>25</X>
<Y>53</Y>
</Location>
<Size>
<CX>30</CX>
<CY>9</CY>
</Size>
<TextColor>
<R>0</R>
<G>240</G>
<B>0</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
</Label>
<Label item="SDBW_Dur3">
<ScreenID>Dur3Label</ScreenID>
<Font>1</Font>
<EQType>9999</EQType>
<TooltipReference>${Me.Song[4].Duration.Time}</TooltipReference>
<Location>
<X>25</X>
<Y>74</Y>
</Location>
<Size>
<CX>30</CX>
<CY>9</CY>
</Size>
<TextColor>
<R>0</R>
<G>240</G>
<B>0</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
</Label>
<Label item="SDBW_Dur4">
<ScreenID>Dur4Label</ScreenID>
<Font>1</Font>
<EQType>9999</EQType>
<TooltipReference>${Me.Song[5].Duration.Time}</TooltipReference>
<Location>
<X>25</X>
<Y>95</Y>
</Location>
<Size>
<CX>30</CX>
<CY>9</CY>
</Size>
<TextColor>
<R>0</R>
<G>240</G>
<B>0</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
</Label>
<Label item="SDBW_Dur5">
<ScreenID>Dur5Label</ScreenID>
<Font>1</Font>
<EQType>9999</EQType>
<TooltipReference>${Me.Song[6].Duration.Time}</TooltipReference>
<Location>
<X>25</X>
<Y>116</Y>
</Location>
<Size>
<CX>30</CX>
<CY>9</CY>
</Size>
<TextColor>
<R>0</R>
<G>240</G>
<B>0</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
</Label>
<Screen item="ShortDurationBuffWindow">
<!--<ScreenID/>-->
<Text>Songs</Text>
<RelativePosition>false</RelativePosition>
<Location>
<X>536</X>
<Y>541</Y>
</Location>
<Size>
<CX>102</CX>
<CY>130</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</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>false</Style_Sizable>
<Pieces>SDBW_Buff0_Button</Pieces>
<Pieces>SDBW_Buff1_Button</Pieces>
<Pieces>SDBW_Buff2_Button</Pieces>
<Pieces>SDBW_Buff3_Button</Pieces>
<Pieces>SDBW_Buff4_Button</Pieces>
<Pieces>SDBW_Buff5_Button</Pieces>
<Pieces>SDBW_Buff0</Pieces>
<Pieces>SDBW_Buff1</Pieces>
<Pieces>SDBW_Buff2</Pieces>
<Pieces>SDBW_Buff3</Pieces>
<Pieces>SDBW_Buff4</Pieces>
<Pieces>SDBW_Buff5</Pieces>
<Pieces>SDBW_Dur0</Pieces>
<Pieces>SDBW_Dur1</Pieces>
<Pieces>SDBW_Dur2</Pieces>
<Pieces>SDBW_Dur3</Pieces>
<Pieces>SDBW_Dur4</Pieces>
<Pieces>SDBW_Dur5</Pieces>
</Screen>
</XML>
Posted: Fri Apr 23, 2004 9:10 pm
by nickr98
Thanx for the update i love this UI mod
Direction...
Posted: Fri Apr 23, 2004 10:26 pm
by Sensay
Awsome mod, btu si there any chance can get where it says " Class " replaced by targets direction? The class lsit its self is pretty obvious hehe, If could get direction added there would be best ive seen =)
Thanks ^^
Looking around found the
$target(heading)
code... not sure if thats what id need or not, i would just mess stuff up if i tried to put taht in anywhere tho, lol had to undo everything once when i screwd up trying to experiment with it ><
Posted: Tue Sep 21, 2004 7:45 am
by nickr98
Can someone update this for the 5 New Buff slots?
Thx in advance
Posted: Wed Sep 29, 2004 6:09 am
by Whrip
Added 15-20 buff slots
Updated for new EqTypes 500-519 (previously 45-59)
EQUI_BuffWindow.xml
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>
<RelativePosition>true</RelativePosition>
<Location>
<X>3</X>
<Y>3</Y>
</Location>
<Size>
<CX>92</CX>
<CY>20</CY>
</Size>
<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>
<Location>
<X>3</X>
<Y>3</Y>
</Location>
<Size>
<CX>92</CX>
<CY>20</CY>
</Size>
<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>
<Location>
<X>93</X>
<Y>3</Y>
</Location>
<Size>
<CX>92</CX>
<CY>20</CY>
</Size>
<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>
<Location>
<X>3</X>
<Y>49</Y>
</Location>
<Size>
<CX>92</CX>
<CY>20</CY>
</Size>
<RadioGroup />
<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>
<Location>
<X>48</X>
<Y>49</Y>
</Location>
<Size>
<CX>92</CX>
<CY>20</CY>
</Size>
<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>
<Location>
<X>93</X>
<Y>49</Y>
</Location>
<Size>
<CX>92</CX>
<CY>20</CY>
</Size>
<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>
<Location>
<X>3</X>
<Y>95</Y>
</Location>
<Size>
<CX>92</CX>
<CY>20</CY>
</Size>
<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>
<Location>
<X>48</X>
<Y>95</Y>
</Location>
<Size>
<CX>92</CX>
<CY>20</CY>
</Size>
<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>
<Location>
<X>93</X>
<Y>95</Y>
</Location>
<Size>
<CX>92</CX>
<CY>20</CY>
</Size>
<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>
<Location>
<X>3</X>
<Y>141</Y>
</Location>
<Size>
<CX>92</CX>
<CY>20</CY>
</Size>
<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>
<Location>
<X>48</X>
<Y>141</Y>
</Location>
<Size>
<CX>92</CX>
<CY>20</CY>
</Size>
<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>
<Location>
<X>93</X>
<Y>141</Y>
</Location>
<Size>
<CX>92</CX>
<CY>20</CY>
</Size>
<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>
<Location>
<X>3</X>
<Y>187</Y>
</Location>
<Size>
<CX>92</CX>
<CY>20</CY>
</Size>
<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>
<Location>
<X>48</X>
<Y>187</Y>
</Location>
<Size>
<CX>92</CX>
<CY>20</CY>
</Size>
<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>93</X>
<Y>187</Y>
</Location>
<Size>
<CX>92</CX>
<CY>20</CY>
</Size>
<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>93</X>
<Y>187</Y>
</Location>
<Size>
<CX>92</CX>
<CY>20</CY>
</Size>
<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_Buff16_Button">
<ScreenID>Buff16</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>93</X>
<Y>187</Y>
</Location>
<Size>
<CX>92</CX>
<CY>20</CY>
</Size>
<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>93</X>
<Y>187</Y>
</Location>
<Size>
<CX>92</CX>
<CY>20</CY>
</Size>
<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>93</X>
<Y>187</Y>
</Location>
<Size>
<CX>92</CX>
<CY>20</CY>
</Size>
<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_Buff19_Button">
<ScreenID>Buff19</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>93</X>
<Y>187</Y>
</Location>
<Size>
<CX>92</CX>
<CY>20</CY>
</Size>
<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>
<Label item="BW_Buff0">
<ScreenID>Buff0Label</ScreenID>
<EQType>500</EQType>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>25</X>
<Y>1</Y>
</Location>
<Size>
<CX>344</CX>
<CY>9</CY>
</Size>
<Text />
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
</Label>
<Label item="BW_Buff1">
<ScreenID>Buff1Label</ScreenID>
<EQType>501</EQType>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>25</X>
<Y>22</Y>
</Location>
<Size>
<CX>344</CX>
<CY>9</CY>
</Size>
<Text />
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
</Label>
<Label item="BW_Buff2">
<ScreenID>Buff2Label</ScreenID>
<EQType>502</EQType>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>25</X>
<Y>43</Y>
</Location>
<Size>
<CX>344</CX>
<CY>9</CY>
</Size>
<Text />
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
</Label>
<Label item="BW_Buff3">
<ScreenID>Buff3Label</ScreenID>
<EQType>503</EQType>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>25</X>
<Y>64</Y>
</Location>
<Size>
<CX>344</CX>
<CY>9</CY>
</Size>
<Text />
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
</Label>
<Label item="BW_Buff4">
<ScreenID>Buff4Label</ScreenID>
<EQType>504</EQType>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>25</X>
<Y>85</Y>
</Location>
<Size>
<CX>344</CX>
<CY>9</CY>
</Size>
<Text />
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
</Label>
<Label item="BW_Buff5">
<ScreenID>Buff5Label</ScreenID>
<EQType>505</EQType>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>25</X>
<Y>106</Y>
</Location>
<Size>
<CX>344</CX>
<CY>9</CY>
</Size>
<Text />
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
</Label>
<Label item="BW_Buff6">
<ScreenID>Buff6Label</ScreenID>
<EQType>506</EQType>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>25</X>
<Y>127</Y>
</Location>
<Size>
<CX>344</CX>
<CY>9</CY>
</Size>
<Text />
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
</Label>
<Label item="BW_Buff7">
<ScreenID>Buff7Label</ScreenID>
<EQType>507</EQType>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>25</X>
<Y>148</Y>
</Location>
<Size>
<CX>344</CX>
<CY>9</CY>
</Size>
<Text />
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
</Label>
<Label item="BW_Buff8">
<ScreenID>Buff8Label</ScreenID>
<EQType>508</EQType>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>25</X>
<Y>169</Y>
</Location>
<Size>
<CX>344</CX>
<CY>9</CY>
</Size>
<Text />
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
</Label>
<Label item="BW_Buff9">
<ScreenID>Buff9Label</ScreenID>
<EQType>509</EQType>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>25</X>
<Y>190</Y>
</Location>
<Size>
<CX>344</CX>
<CY>9</CY>
</Size>
<Text />
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
</Label>
<Label item="BW_Buff10">
<ScreenID>Buff10Label</ScreenID>
<EQType>510</EQType>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>25</X>
<Y>211</Y>
</Location>
<Size>
<CX>344</CX>
<CY>9</CY>
</Size>
<Text />
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
</Label>
<Label item="BW_Buff11">
<ScreenID>Buff11Label</ScreenID>
<EQType>511</EQType>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>25</X>
<Y>232</Y>
</Location>
<Size>
<CX>344</CX>
<CY>9</CY>
</Size>
<Text />
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
</Label>
<Label item="BW_Buff12">
<ScreenID>Buff12Label</ScreenID>
<EQType>512</EQType>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>25</X>
<Y>253</Y>
</Location>
<Size>
<CX>344</CX>
<CY>9</CY>
</Size>
<Text />
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
</Label>
<Label item="BW_Buff13">
<ScreenID>Buff13Label</ScreenID>
<EQType>513</EQType>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>25</X>
<Y>274</Y>
</Location>
<Size>
<CX>344</CX>
<CY>9</CY>
</Size>
<Text />
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
</Label>
<Label item="BW_Buff14">
<ScreenID>Buff14Label</ScreenID>
<EQType>514</EQType>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>25</X>
<Y>295</Y>
</Location>
<Size>
<CX>344</CX>
<CY>9</CY>
</Size>
<Text />
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
</Label>
<Label item="BW_Buff15">
<ScreenID>Buff15Label</ScreenID>
<EQType>515</EQType>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>25</X>
<Y>316</Y>
</Location>
<Size>
<CX>344</CX>
<CY>9</CY>
</Size>
<Text />
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
</Label>
<Label item="BW_Buff16">
<ScreenID>Buff16Label</ScreenID>
<EQType>516</EQType>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>25</X>
<Y>337</Y>
</Location>
<Size>
<CX>344</CX>
<CY>9</CY>
</Size>
<Text />
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
</Label>
<Label item="BW_Buff17">
<ScreenID>Buff17Label</ScreenID>
<EQType>517</EQType>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>25</X>
<Y>358</Y>
</Location>
<Size>
<CX>344</CX>
<CY>9</CY>
</Size>
<Text />
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
</Label>
<Label item="BW_Buff18">
<ScreenID>Buff18Label</ScreenID>
<EQType>518</EQType>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>25</X>
<Y>379</Y>
</Location>
<Size>
<CX>344</CX>
<CY>9</CY>
</Size>
<Text />
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
</Label>
<Label item="BW_Buff19">
<ScreenID>Buff19Label</ScreenID>
<EQType>519</EQType>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>25</X>
<Y>400</Y>
</Location>
<Size>
<CX>344</CX>
<CY>9</CY>
</Size>
<Text />
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
</Label>
<Label item="BW_Dur0">
<ScreenID>Dur0Label</ScreenID>
<Font>1</Font>
<EQType>9999</EQType>
<TooltipReference>${Me.Buff[1].Duration.Time}</TooltipReference>
<Location>
<X>25</X>
<Y>11</Y>
</Location>
<Size>
<CX>30</CX>
<CY>9</CY>
</Size>
<TextColor>
<R>0</R>
<G>240</G>
<B>0</B>
</TextColor>
<NoWrap>true</NoWrap>
</Label>
<Label item="BW_Dur1">
<ScreenID>Dur1Label</ScreenID>
<Font>1</Font>
<EQType>9999</EQType>
<TooltipReference>${Me.Buff[2].Duration.Time}</TooltipReference>
<Location>
<X>25</X>
<Y>32</Y>
</Location>
<Size>
<CX>30</CX>
<CY>9</CY>
</Size>
<TextColor>
<R>0</R>
<G>240</G>
<B>0</B>
</TextColor>
<NoWrap>true</NoWrap>
</Label>
<Label item="BW_Dur2">
<ScreenID>Dur2Label</ScreenID>
<Font>1</Font>
<EQType>9999</EQType>
<TooltipReference>${Me.Buff[3].Duration.Time}</TooltipReference>
<Location>
<X>25</X>
<Y>53</Y>
</Location>
<Size>
<CX>30</CX>
<CY>9</CY>
</Size>
<TextColor>
<R>0</R>
<G>240</G>
<B>0</B>
</TextColor>
<NoWrap>true</NoWrap>
</Label>
<Label item="BW_Dur3">
<ScreenID>Dur3Label</ScreenID>
<Font>1</Font>
<EQType>9999</EQType>
<TooltipReference>${Me.Buff[4].Duration.Time}</TooltipReference>
<Location>
<X>25</X>
<Y>74</Y>
</Location>
<Size>
<CX>30</CX>
<CY>9</CY>
</Size>
<TextColor>
<R>0</R>
<G>240</G>
<B>0</B>
</TextColor>
<NoWrap>true</NoWrap>
</Label>
<Label item="BW_Dur4">
<ScreenID>Dur4Label</ScreenID>
<Font>1</Font>
<EQType>9999</EQType>
<TooltipReference>${Me.Buff[5].Duration.Time}</TooltipReference>
<Location>
<X>25</X>
<Y>95</Y>
</Location>
<Size>
<CX>30</CX>
<CY>9</CY>
</Size>
<TextColor>
<R>0</R>
<G>240</G>
<B>0</B>
</TextColor>
<NoWrap>true</NoWrap>
</Label>
<Label item="BW_Dur5">
<ScreenID>Dur5Label</ScreenID>
<Font>1</Font>
<EQType>9999</EQType>
<TooltipReference>${Me.Buff[6].Duration.Time}</TooltipReference>
<Location>
<X>25</X>
<Y>116</Y>
</Location>
<Size>
<CX>30</CX>
<CY>9</CY>
</Size>
<TextColor>
<R>0</R>
<G>240</G>
<B>0</B>
</TextColor>
<NoWrap>true</NoWrap>
</Label>
<Label item="BW_Dur6">
<ScreenID>Dur6Label</ScreenID>
<Font>1</Font>
<EQType>9999</EQType>
<TooltipReference>${Me.Buff[7].Duration.Time}</TooltipReference>
<Location>
<X>25</X>
<Y>137</Y>
</Location>
<Size>
<CX>30</CX>
<CY>9</CY>
</Size>
<TextColor>
<R>0</R>
<G>240</G>
<B>0</B>
</TextColor>
<NoWrap>true</NoWrap>
</Label>
<Label item="BW_Dur7">
<ScreenID>Dur7Label</ScreenID>
<Font>1</Font>
<EQType>9999</EQType>
<TooltipReference>${Me.Buff[8].Duration.Time}</TooltipReference>
<Location>
<X>25</X>
<Y>158</Y>
</Location>
<Size>
<CX>30</CX>
<CY>9</CY>
</Size>
<TextColor>
<R>0</R>
<G>240</G>
<B>0</B>
</TextColor>
<NoWrap>true</NoWrap>
</Label>
<Label item="BW_Dur8">
<ScreenID>Dur8Label</ScreenID>
<Font>1</Font>
<EQType>9999</EQType>
<TooltipReference>${Me.Buff[9].Duration.Time}</TooltipReference>
<Location>
<X>25</X>
<Y>179</Y>
</Location>
<Size>
<CX>30</CX>
<CY>9</CY>
</Size>
<TextColor>
<R>0</R>
<G>240</G>
<B>0</B>
</TextColor>
<NoWrap>true</NoWrap>
</Label>
<Label item="BW_Dur9">
<ScreenID>Dur9Label</ScreenID>
<Font>1</Font>
<EQType>9999</EQType>
<TooltipReference>${Me.Buff[10].Duration.Time}</TooltipReference>
<Location>
<X>25</X>
<Y>200</Y>
</Location>
<Size>
<CX>30</CX>
<CY>9</CY>
</Size>
<TextColor>
<R>0</R>
<G>240</G>
<B>0</B>
</TextColor>
<NoWrap>true</NoWrap>
</Label>
<Label item="BW_Dur10">
<ScreenID>Dur10Label</ScreenID>
<Font>1</Font>
<EQType>9999</EQType>
<TooltipReference>${Me.Buff[11].Duration.Time}</TooltipReference>
<Location>
<X>25</X>
<Y>221</Y>
</Location>
<Size>
<CX>30</CX>
<CY>9</CY>
</Size>
<TextColor>
<R>0</R>
<G>240</G>
<B>0</B>
</TextColor>
<NoWrap>true</NoWrap>
</Label>
<Label item="BW_Dur11">
<ScreenID>Dur11Label</ScreenID>
<Font>1</Font>
<EQType>9999</EQType>
<TooltipReference>${Me.Buff[12].Duration.Time}</TooltipReference>
<Location>
<X>25</X>
<Y>242</Y>
</Location>
<Size>
<CX>30</CX>
<CY>9</CY>
</Size>
<TextColor>
<R>0</R>
<G>240</G>
<B>0</B>
</TextColor>
<NoWrap>true</NoWrap>
</Label>
<Label item="BW_Dur12">
<ScreenID>Dur12Label</ScreenID>
<Font>1</Font>
<EQType>9999</EQType>
<TooltipReference>${Me.Buff[13].Duration.Time}</TooltipReference>
<Location>
<X>25</X>
<Y>263</Y>
</Location>
<Size>
<CX>30</CX>
<CY>9</CY>
</Size>
<TextColor>
<R>0</R>
<G>240</G>
<B>0</B>
</TextColor>
<NoWrap>true</NoWrap>
</Label>
<Label item="BW_Dur13">
<ScreenID>Dur13Label</ScreenID>
<Font>1</Font>
<EQType>9999</EQType>
<TooltipReference>${Me.Buff[14].Duration.Time}</TooltipReference>
<Location>
<X>25</X>
<Y>284</Y>
</Location>
<Size>
<CX>30</CX>
<CY>9</CY>
</Size>
<TextColor>
<R>0</R>
<G>240</G>
<B>0</B>
</TextColor>
<NoWrap>true</NoWrap>
</Label>
<Label item="BW_Dur14">
<ScreenID>Dur14Label</ScreenID>
<Font>1</Font>
<EQType>9999</EQType>
<TooltipReference>${Me.Buff[15].Duration.Time}</TooltipReference>
<Location>
<X>25</X>
<Y>305</Y>
</Location>
<Size>
<CX>30</CX>
<CY>9</CY>
</Size>
<TextColor>
<R>0</R>
<G>240</G>
<B>0</B>
</TextColor>
<NoWrap>true</NoWrap>
</Label>
<Label item="BW_Dur15">
<ScreenID>Dur15Label</ScreenID>
<Font>1</Font>
<EQType>9999</EQType>
<TooltipReference>${Me.Buff[16].Duration.Time}</TooltipReference>
<Location>
<X>25</X>
<Y>326</Y>
</Location>
<Size>
<CX>30</CX>
<CY>9</CY>
</Size>
<TextColor>
<R>0</R>
<G>240</G>
<B>0</B>
</TextColor>
<NoWrap>true</NoWrap>
</Label>
<Label item="BW_Dur16">
<ScreenID>Dur16Label</ScreenID>
<Font>1</Font>
<EQType>9999</EQType>
<TooltipReference>${Me.Buff[17].Duration.Time}</TooltipReference>
<Location>
<X>25</X>
<Y>347</Y>
</Location>
<Size>
<CX>30</CX>
<CY>9</CY>
</Size>
<TextColor>
<R>0</R>
<G>240</G>
<B>0</B>
</TextColor>
<NoWrap>true</NoWrap>
</Label>
<Label item="BW_Dur17">
<ScreenID>Dur17Label</ScreenID>
<Font>1</Font>
<EQType>9999</EQType>
<TooltipReference>${Me.Buff[18].Duration.Time}</TooltipReference>
<Location>
<X>25</X>
<Y>368</Y>
</Location>
<Size>
<CX>30</CX>
<CY>9</CY>
</Size>
<TextColor>
<R>0</R>
<G>240</G>
<B>0</B>
</TextColor>
<NoWrap>true</NoWrap>
</Label>
<Label item="BW_Dur18">
<ScreenID>Dur18Label</ScreenID>
<Font>1</Font>
<EQType>9999</EQType>
<TooltipReference>${Me.Buff[19].Duration.Time}</TooltipReference>
<Location>
<X>25</X>
<Y>389</Y>
</Location>
<Size>
<CX>30</CX>
<CY>9</CY>
</Size>
<TextColor>
<R>0</R>
<G>240</G>
<B>0</B>
</TextColor>
<NoWrap>true</NoWrap>
</Label>
<Label item="BW_Dur19">
<ScreenID>Dur19Label</ScreenID>
<Font>1</Font>
<EQType>9999</EQType>
<TooltipReference>${Me.Buff[20].Duration.Time}</TooltipReference>
<Location>
<X>25</X>
<Y>410</Y>
</Location>
<Size>
<CX>30</CX>
<CY>9</CY>
</Size>
<TextColor>
<R>0</R>
<G>240</G>
<B>0</B>
</TextColor>
<NoWrap>true</NoWrap>
</Label>
<Screen item="BuffWindow">
<RelativePosition>false</RelativePosition>
<Location>
<X>650</X>
<Y>216</Y>
</Location>
<Size>
<CX>102</CX>
<CY>430</CY>
</Size>
<Style_Border>true</Style_Border>
<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_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_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>
<BottomAnchorToTop>False</BottomAnchorToTop>
<DrawTemplate>WDT_RoundedNoTitle</DrawTemplate>
</Screen>
</XML>
Posted: Wed Sep 29, 2004 8:29 am
by Cr4zyb4rd
This is just about perfect for me. Many thanks.
Posted: Wed Sep 29, 2004 10:42 am
by Clueless_Coder
Very nice job!! Thanks for the nice mod. Fits perfectly with the UI Im using atm.
I took the liberty of cleaning up the code a wee bit, Nothing major really, just a tweak to make the labels easier to read for these tired old eyes.
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>
<RelativePosition>true</RelativePosition>
<Location>
<X>3</X>
<Y>3</Y>
</Location>
<Size>
<CX>92</CX>
<CY>20</CY>
</Size>
<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>
<Location>
<X>3</X>
<Y>3</Y>
</Location>
<Size>
<CX>92</CX>
<CY>20</CY>
</Size>
<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>
<Location>
<X>93</X>
<Y>3</Y>
</Location>
<Size>
<CX>92</CX>
<CY>20</CY>
</Size>
<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>
<Location>
<X>3</X>
<Y>49</Y>
</Location>
<Size>
<CX>92</CX>
<CY>20</CY>
</Size>
<RadioGroup />
<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>
<Location>
<X>48</X>
<Y>49</Y>
</Location>
<Size>
<CX>92</CX>
<CY>20</CY>
</Size>
<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>
<Location>
<X>93</X>
<Y>49</Y>
</Location>
<Size>
<CX>92</CX>
<CY>20</CY>
</Size>
<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>
<Location>
<X>3</X>
<Y>95</Y>
</Location>
<Size>
<CX>92</CX>
<CY>20</CY>
</Size>
<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>
<Location>
<X>48</X>
<Y>95</Y>
</Location>
<Size>
<CX>92</CX>
<CY>20</CY>
</Size>
<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>
<Location>
<X>93</X>
<Y>95</Y>
</Location>
<Size>
<CX>92</CX>
<CY>20</CY>
</Size>
<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>
<Location>
<X>3</X>
<Y>141</Y>
</Location>
<Size>
<CX>92</CX>
<CY>20</CY>
</Size>
<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>
<Location>
<X>48</X>
<Y>141</Y>
</Location>
<Size>
<CX>92</CX>
<CY>20</CY>
</Size>
<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>
<Location>
<X>93</X>
<Y>141</Y>
</Location>
<Size>
<CX>92</CX>
<CY>20</CY>
</Size>
<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>
<Location>
<X>3</X>
<Y>187</Y>
</Location>
<Size>
<CX>92</CX>
<CY>20</CY>
</Size>
<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>
<Location>
<X>48</X>
<Y>187</Y>
</Location>
<Size>
<CX>92</CX>
<CY>20</CY>
</Size>
<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>93</X>
<Y>187</Y>
</Location>
<Size>
<CX>92</CX>
<CY>20</CY>
</Size>
<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>93</X>
<Y>187</Y>
</Location>
<Size>
<CX>92</CX>
<CY>20</CY>
</Size>
<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_Buff16_Button">
<ScreenID>Buff16</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>93</X>
<Y>187</Y>
</Location>
<Size>
<CX>92</CX>
<CY>20</CY>
</Size>
<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>93</X>
<Y>187</Y>
</Location>
<Size>
<CX>92</CX>
<CY>20</CY>
</Size>
<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>93</X>
<Y>187</Y>
</Location>
<Size>
<CX>92</CX>
<CY>20</CY>
</Size>
<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_Buff19_Button">
<ScreenID>Buff19</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>93</X>
<Y>187</Y>
</Location>
<Size>
<CX>92</CX>
<CY>20</CY>
</Size>
<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>
<Label item="BW_Buff0">
<ScreenID>Buff0Label</ScreenID>
<EQType>500</EQType>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>25</X>
<Y>1</Y>
</Location>
<Size>
<CX>344</CX>
<CY>10</CY>
</Size>
<Text />
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
</Label>
<Label item="BW_Buff1">
<ScreenID>Buff1Label</ScreenID>
<EQType>501</EQType>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>25</X>
<Y>22</Y>
</Location>
<Size>
<CX>344</CX>
<CY>10</CY>
</Size>
<Text />
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
</Label>
<Label item="BW_Buff2">
<ScreenID>Buff2Label</ScreenID>
<EQType>502</EQType>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>25</X>
<Y>43</Y>
</Location>
<Size>
<CX>344</CX>
<CY>10</CY>
</Size>
<Text />
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
</Label>
<Label item="BW_Buff3">
<ScreenID>Buff3Label</ScreenID>
<EQType>503</EQType>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>25</X>
<Y>64</Y>
</Location>
<Size>
<CX>344</CX>
<CY>10</CY>
</Size>
<Text />
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
</Label>
<Label item="BW_Buff4">
<ScreenID>Buff4Label</ScreenID>
<EQType>504</EQType>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>25</X>
<Y>85</Y>
</Location>
<Size>
<CX>344</CX>
<CY>10</CY>
</Size>
<Text />
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
</Label>
<Label item="BW_Buff5">
<ScreenID>Buff5Label</ScreenID>
<EQType>505</EQType>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>25</X>
<Y>106</Y>
</Location>
<Size>
<CX>344</CX>
<CY>10</CY>
</Size>
<Text />
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
</Label>
<Label item="BW_Buff6">
<ScreenID>Buff6Label</ScreenID>
<EQType>506</EQType>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>25</X>
<Y>127</Y>
</Location>
<Size>
<CX>344</CX>
<CY>10</CY>
</Size>
<Text />
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
</Label>
<Label item="BW_Buff7">
<ScreenID>Buff7Label</ScreenID>
<EQType>507</EQType>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>25</X>
<Y>148</Y>
</Location>
<Size>
<CX>344</CX>
<CY>10</CY>
</Size>
<Text />
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
</Label>
<Label item="BW_Buff8">
<ScreenID>Buff8Label</ScreenID>
<EQType>508</EQType>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>25</X>
<Y>169</Y>
</Location>
<Size>
<CX>344</CX>
<CY>10</CY>
</Size>
<Text />
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
</Label>
<Label item="BW_Buff9">
<ScreenID>Buff9Label</ScreenID>
<EQType>509</EQType>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>25</X>
<Y>190</Y>
</Location>
<Size>
<CX>344</CX>
<CY>10</CY>
</Size>
<Text />
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
</Label>
<Label item="BW_Buff10">
<ScreenID>Buff10Label</ScreenID>
<EQType>510</EQType>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>25</X>
<Y>211</Y>
</Location>
<Size>
<CX>344</CX>
<CY>10</CY>
</Size>
<Text />
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
</Label>
<Label item="BW_Buff11">
<ScreenID>Buff11Label</ScreenID>
<EQType>511</EQType>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>25</X>
<Y>232</Y>
</Location>
<Size>
<CX>344</CX>
<CY>10</CY>
</Size>
<Text />
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
</Label>
<Label item="BW_Buff12">
<ScreenID>Buff12Label</ScreenID>
<EQType>512</EQType>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>25</X>
<Y>253</Y>
</Location>
<Size>
<CX>344</CX>
<CY>10</CY>
</Size>
<Text />
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
</Label>
<Label item="BW_Buff13">
<ScreenID>Buff13Label</ScreenID>
<EQType>513</EQType>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>25</X>
<Y>274</Y>
</Location>
<Size>
<CX>344</CX>
<CY>10</CY>
</Size>
<Text />
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
</Label>
<Label item="BW_Buff14">
<ScreenID>Buff14Label</ScreenID>
<EQType>514</EQType>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>25</X>
<Y>295</Y>
</Location>
<Size>
<CX>344</CX>
<CY>10</CY>
</Size>
<Text />
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
</Label>
<Label item="BW_Buff15">
<ScreenID>Buff15Label</ScreenID>
<EQType>515</EQType>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>25</X>
<Y>316</Y>
</Location>
<Size>
<CX>344</CX>
<CY>10</CY>
</Size>
<Text />
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
</Label>
<Label item="BW_Buff16">
<ScreenID>Buff16Label</ScreenID>
<EQType>516</EQType>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>25</X>
<Y>337</Y>
</Location>
<Size>
<CX>344</CX>
<CY>10</CY>
</Size>
<Text />
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
</Label>
<Label item="BW_Buff17">
<ScreenID>Buff17Label</ScreenID>
<EQType>517</EQType>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>25</X>
<Y>358</Y>
</Location>
<Size>
<CX>344</CX>
<CY>10</CY>
</Size>
<Text />
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
</Label>
<Label item="BW_Buff18">
<ScreenID>Buff18Label</ScreenID>
<EQType>518</EQType>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>25</X>
<Y>379</Y>
</Location>
<Size>
<CX>344</CX>
<CY>10</CY>
</Size>
<Text />
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
</Label>
<Label item="BW_Buff19">
<ScreenID>Buff19Label</ScreenID>
<EQType>519</EQType>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>25</X>
<Y>400</Y>
</Location>
<Size>
<CX>344</CX>
<CY>10</CY>
</Size>
<Text />
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
</Label>
<Label item="BW_Dur0">
<ScreenID>Dur0Label</ScreenID>
<Font>1</Font>
<EQType>9999</EQType>
<TooltipReference>${Me.Buff[1].Duration.Time}</TooltipReference>
<Location>
<X>25</X>
<Y>11</Y>
</Location>
<Size>
<CX>30</CX>
<CY>10</CY>
</Size>
<TextColor>
<R>0</R>
<G>240</G>
<B>0</B>
</TextColor>
<NoWrap>true</NoWrap>
</Label>
<Label item="BW_Dur1">
<ScreenID>Dur1Label</ScreenID>
<Font>1</Font>
<EQType>9999</EQType>
<TooltipReference>${Me.Buff[2].Duration.Time}</TooltipReference>
<Location>
<X>25</X>
<Y>32</Y>
</Location>
<Size>
<CX>30</CX>
<CY>10</CY>
</Size>
<TextColor>
<R>0</R>
<G>240</G>
<B>0</B>
</TextColor>
<NoWrap>true</NoWrap>
</Label>
<Label item="BW_Dur2">
<ScreenID>Dur2Label</ScreenID>
<Font>1</Font>
<EQType>9999</EQType>
<TooltipReference>${Me.Buff[3].Duration.Time}</TooltipReference>
<Location>
<X>25</X>
<Y>53</Y>
</Location>
<Size>
<CX>30</CX>
<CY>10</CY>
</Size>
<TextColor>
<R>0</R>
<G>240</G>
<B>0</B>
</TextColor>
<NoWrap>true</NoWrap>
</Label>
<Label item="BW_Dur3">
<ScreenID>Dur3Label</ScreenID>
<Font>1</Font>
<EQType>9999</EQType>
<TooltipReference>${Me.Buff[4].Duration.Time}</TooltipReference>
<Location>
<X>25</X>
<Y>74</Y>
</Location>
<Size>
<CX>30</CX>
<CY>10</CY>
</Size>
<TextColor>
<R>0</R>
<G>240</G>
<B>0</B>
</TextColor>
<NoWrap>true</NoWrap>
</Label>
<Label item="BW_Dur4">
<ScreenID>Dur4Label</ScreenID>
<Font>1</Font>
<EQType>9999</EQType>
<TooltipReference>${Me.Buff[5].Duration.Time}</TooltipReference>
<Location>
<X>25</X>
<Y>95</Y>
</Location>
<Size>
<CX>30</CX>
<CY>10</CY>
</Size>
<TextColor>
<R>0</R>
<G>240</G>
<B>0</B>
</TextColor>
<NoWrap>true</NoWrap>
</Label>
<Label item="BW_Dur5">
<ScreenID>Dur5Label</ScreenID>
<Font>1</Font>
<EQType>9999</EQType>
<TooltipReference>${Me.Buff[6].Duration.Time}</TooltipReference>
<Location>
<X>25</X>
<Y>116</Y>
</Location>
<Size>
<CX>30</CX>
<CY>10</CY>
</Size>
<TextColor>
<R>0</R>
<G>240</G>
<B>0</B>
</TextColor>
<NoWrap>true</NoWrap>
</Label>
<Label item="BW_Dur6">
<ScreenID>Dur6Label</ScreenID>
<Font>1</Font>
<EQType>9999</EQType>
<TooltipReference>${Me.Buff[7].Duration.Time}</TooltipReference>
<Location>
<X>25</X>
<Y>137</Y>
</Location>
<Size>
<CX>30</CX>
<CY>10</CY>
</Size>
<TextColor>
<R>0</R>
<G>240</G>
<B>0</B>
</TextColor>
<NoWrap>true</NoWrap>
</Label>
<Label item="BW_Dur7">
<ScreenID>Dur7Label</ScreenID>
<Font>1</Font>
<EQType>9999</EQType>
<TooltipReference>${Me.Buff[8].Duration.Time}</TooltipReference>
<Location>
<X>25</X>
<Y>158</Y>
</Location>
<Size>
<CX>30</CX>
<CY>10</CY>
</Size>
<TextColor>
<R>0</R>
<G>240</G>
<B>0</B>
</TextColor>
<NoWrap>true</NoWrap>
</Label>
<Label item="BW_Dur8">
<ScreenID>Dur8Label</ScreenID>
<Font>1</Font>
<EQType>9999</EQType>
<TooltipReference>${Me.Buff[9].Duration.Time}</TooltipReference>
<Location>
<X>25</X>
<Y>179</Y>
</Location>
<Size>
<CX>30</CX>
<CY>10</CY>
</Size>
<TextColor>
<R>0</R>
<G>240</G>
<B>0</B>
</TextColor>
<NoWrap>true</NoWrap>
</Label>
<Label item="BW_Dur9">
<ScreenID>Dur9Label</ScreenID>
<Font>1</Font>
<EQType>9999</EQType>
<TooltipReference>${Me.Buff[10].Duration.Time}</TooltipReference>
<Location>
<X>25</X>
<Y>200</Y>
</Location>
<Size>
<CX>30</CX>
<CY>10</CY>
</Size>
<TextColor>
<R>0</R>
<G>240</G>
<B>0</B>
</TextColor>
<NoWrap>true</NoWrap>
</Label>
<Label item="BW_Dur10">
<ScreenID>Dur10Label</ScreenID>
<Font>1</Font>
<EQType>9999</EQType>
<TooltipReference>${Me.Buff[11].Duration.Time}</TooltipReference>
<Location>
<X>25</X>
<Y>221</Y>
</Location>
<Size>
<CX>30</CX>
<CY>10</CY>
</Size>
<TextColor>
<R>0</R>
<G>240</G>
<B>0</B>
</TextColor>
<NoWrap>true</NoWrap>
</Label>
<Label item="BW_Dur11">
<ScreenID>Dur11Label</ScreenID>
<Font>1</Font>
<EQType>9999</EQType>
<TooltipReference>${Me.Buff[12].Duration.Time}</TooltipReference>
<Location>
<X>25</X>
<Y>242</Y>
</Location>
<Size>
<CX>30</CX>
<CY>10</CY>
</Size>
<TextColor>
<R>0</R>
<G>240</G>
<B>0</B>
</TextColor>
<NoWrap>true</NoWrap>
</Label>
<Label item="BW_Dur12">
<ScreenID>Dur12Label</ScreenID>
<Font>1</Font>
<EQType>9999</EQType>
<TooltipReference>${Me.Buff[13].Duration.Time}</TooltipReference>
<Location>
<X>25</X>
<Y>263</Y>
</Location>
<Size>
<CX>30</CX>
<CY>10</CY>
</Size>
<TextColor>
<R>0</R>
<G>240</G>
<B>0</B>
</TextColor>
<NoWrap>true</NoWrap>
</Label>
<Label item="BW_Dur13">
<ScreenID>Dur13Label</ScreenID>
<Font>1</Font>
<EQType>9999</EQType>
<TooltipReference>${Me.Buff[14].Duration.Time}</TooltipReference>
<Location>
<X>25</X>
<Y>284</Y>
</Location>
<Size>
<CX>30</CX>
<CY>10</CY>
</Size>
<TextColor>
<R>0</R>
<G>240</G>
<B>0</B>
</TextColor>
<NoWrap>true</NoWrap>
</Label>
<Label item="BW_Dur14">
<ScreenID>Dur14Label</ScreenID>
<Font>1</Font>
<EQType>9999</EQType>
<TooltipReference>${Me.Buff[15].Duration.Time}</TooltipReference>
<Location>
<X>25</X>
<Y>305</Y>
</Location>
<Size>
<CX>30</CX>
<CY>10</CY>
</Size>
<TextColor>
<R>0</R>
<G>240</G>
<B>0</B>
</TextColor>
<NoWrap>true</NoWrap>
</Label>
<Label item="BW_Dur15">
<ScreenID>Dur15Label</ScreenID>
<Font>1</Font>
<EQType>9999</EQType>
<TooltipReference>${Me.Buff[16].Duration.Time}</TooltipReference>
<Location>
<X>25</X>
<Y>326</Y>
</Location>
<Size>
<CX>30</CX>
<CY>10</CY>
</Size>
<TextColor>
<R>0</R>
<G>240</G>
<B>0</B>
</TextColor>
<NoWrap>true</NoWrap>
</Label>
<Label item="BW_Dur16">
<ScreenID>Dur16Label</ScreenID>
<Font>1</Font>
<EQType>9999</EQType>
<TooltipReference>${Me.Buff[17].Duration.Time}</TooltipReference>
<Location>
<X>25</X>
<Y>347</Y>
</Location>
<Size>
<CX>30</CX>
<CY>10</CY>
</Size>
<TextColor>
<R>0</R>
<G>240</G>
<B>0</B>
</TextColor>
<NoWrap>true</NoWrap>
</Label>
<Label item="BW_Dur17">
<ScreenID>Dur17Label</ScreenID>
<Font>1</Font>
<EQType>9999</EQType>
<TooltipReference>${Me.Buff[18].Duration.Time}</TooltipReference>
<Location>
<X>25</X>
<Y>368</Y>
</Location>
<Size>
<CX>30</CX>
<CY>10</CY>
</Size>
<TextColor>
<R>0</R>
<G>240</G>
<B>0</B>
</TextColor>
<NoWrap>true</NoWrap>
</Label>
<Label item="BW_Dur18">
<ScreenID>Dur18Label</ScreenID>
<Font>1</Font>
<EQType>9999</EQType>
<TooltipReference>${Me.Buff[19].Duration.Time}</TooltipReference>
<Location>
<X>25</X>
<Y>389</Y>
</Location>
<Size>
<CX>30</CX>
<CY>10</CY>
</Size>
<TextColor>
<R>0</R>
<G>240</G>
<B>0</B>
</TextColor>
<NoWrap>true</NoWrap>
</Label>
<Label item="BW_Dur19">
<ScreenID>Dur19Label</ScreenID>
<Font>1</Font>
<EQType>9999</EQType>
<TooltipReference>${Me.Buff[20].Duration.Time}</TooltipReference>
<Location>
<X>25</X>
<Y>410</Y>
</Location>
<Size>
<CX>30</CX>
<CY>10</CY>
</Size>
<TextColor>
<R>0</R>
<G>240</G>
<B>0</B>
</TextColor>
<NoWrap>true</NoWrap>
</Label>
<Screen item="BuffWindow">
<RelativePosition>false</RelativePosition>
<Location>
<X>650</X>
<Y>216</Y>
</Location>
<Size>
<CX>110</CX>
<CY>430</CY>
</Size>
<Style_Border>true</Style_Border>
<Style_Transparent>true</Style_Transparent>
<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_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_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>
<BottomAnchorToTop>False</BottomAnchorToTop>
<DrawTemplate>WDT_RoundedNoTitle</DrawTemplate>
</Screen>
</XML>
Someday when I grow up and learn to code for C++, I'll put my XML knowledge to use and make a whole UI customized for MQ2.
But till then, thanks to all the folks out there that take the time to put these mods together :)
Posted: Sun Oct 03, 2004 2:53 pm
by nightgod
Thanks for updating this-I've been entirely too lazy to do so, especially since I didn't have the AAs bought to be able to test it.
Clueless-the reason I had them as 9 instead of 10 was I occasionally saw a little overlap, though whatever works best for you.
I'm glad (and a little surprised) so many people like this UI. Compacting as much info as possible into as small a space as practical is what I usually aim for with my UIs, nice to see some other people with the same ideas.