Anyway, was wondering if anyone could show me how to add simple timers to it, I have tried to use others examples but I got nowhere, I would load it and it would look exactly the same.
Code: Select all
<?xml version = "1.0"?>
<XML ID = "EQInterfaceDefinitionLanguage">
<Schema xmlns = "EverQuestData" xmlns:dt = "EverQuestDataTypes"/>
<Button item = "BW_Buff0_Button">
<ScreenID>Buff0</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>3</X>
<Y>3</Y>
</Location>
<Size>
<CX>120</CX>
<CY>10</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>10</CX>
<CY>10</CY>
</DecalSize>
</Button>
<Button item = "BW_Buff1_Button">
<ScreenID>Buff1</ScreenID>
<!--<Font>3</Font> -->
<RelativePosition>true</RelativePosition>
<Location>
<X>3</X>
<Y>3</Y>
</Location>
<Size>
<CX>120</CX>
<CY>10</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>10</CX>
<CY>10</CY>
</DecalSize>
</Button>
<Button item = "BW_Buff2_Button">
<ScreenID>Buff2</ScreenID>
<!--<Font>3</Font> -->
<RelativePosition>true</RelativePosition>
<Location>
<X>93</X>
<Y>3</Y>
</Location>
<Size>
<CX>120</CX>
<CY>10</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>10</CX>
<CY>10</CY>
</DecalSize>
</Button>
<Button item = "BW_Buff3_Button">
<ScreenID>Buff3</ScreenID>
<!--<Font>3</Font> -->
<RelativePosition>true</RelativePosition>
<Location>
<X>3</X>
<Y>49</Y>
</Location>
<Size>
<CX>120</CX>
<CY>10</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>10</CX>
<CY>10</CY>
</DecalSize>
</Button>
<Button item = "BW_Buff4_Button">
<ScreenID>Buff4</ScreenID>
<!--<Font>3</Font> Default -->
<RelativePosition>true</RelativePosition>
<Location>
<X>48</X>
<Y>49</Y>
</Location>
<Size>
<CX>120</CX>
<CY>10</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>10</CX>
<CY>10</CY>
</DecalSize>
</Button>
<Button item = "BW_Buff5_Button">
<ScreenID>Buff5</ScreenID>
<!--<Font>3</Font> Defautl -->
<RelativePosition>true</RelativePosition>
<Location>
<X>93</X>
<Y>49</Y>
</Location>
<Size>
<CX>120</CX>
<CY>10</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>10</CX>
<CY>10</CY>
</DecalSize>
</Button>
<Button item = "BW_Buff6_Button">
<ScreenID>Buff6</ScreenID>
<!--<Font>3</Font> Default -->
<RelativePosition>true</RelativePosition>
<Location>
<X>3</X>
<Y>95</Y>
</Location>
<Size>
<CX>120</CX>
<CY>10</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>BlueIconBackground</Normal>
<NormalDecal>BuffIcons</NormalDecal>
</ButtonDrawTemplate>
<!--
<SoundPressed/>
<SoundUp/>
<SoundFlyby/>
-->
<DecalOffset>
<X>0</X>
<Y>0</Y>
</DecalOffset>
<DecalSize>
<CX>10</CX>
<CY>10</CY>
</DecalSize>
</Button>
<Button item = "BW_Buff7_Button">
<ScreenID>Buff7</ScreenID>
<!--<Font>3</Font> Use defaults -->
<RelativePosition>true</RelativePosition>
<Location>
<X>48</X>
<Y>95</Y>
</Location>
<Size>
<CX>120</CX>
<CY>10</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<!--<TooltipReference/> Use defaults -->
<Style_Checkbox>false</Style_Checkbox>
<!--<RadioGroup/> Use Defaults -->
<ButtonDrawTemplate>
<Normal>RedIconBackground</Normal>
<NormalDecal>BuffIcons</NormalDecal>
</ButtonDrawTemplate>
<!-- Use defaults
<SoundPressed/>
<SoundUp/>
<SoundFlyby/>
-->
<DecalOffset>
<X>0</X>
<Y>0</Y>
</DecalOffset>
<DecalSize>
<CX>10</CX>
<CY>10</CY>
</DecalSize>
</Button>
<Button item = "BW_Buff8_Button">
<ScreenID>Buff8</ScreenID>
<!--<Font>3</Font>Defaults-->
<RelativePosition>true</RelativePosition>
<Location>
<X>93</X>
<Y>95</Y>
</Location>
<Size>
<CX>120</CX>
<CY>10</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<!--<TooltipReference/> Use default -->
<Style_Checkbox>false</Style_Checkbox>
<!--<RadioGroup/>Use default-->
<ButtonDrawTemplate>
<Normal>RedIconBackground</Normal>
<NormalDecal>BuffIcons</NormalDecal>
</ButtonDrawTemplate>
<!--
<SoundPressed/>
<SoundUp/>
<SoundFlyby/>
-->
<DecalOffset>
<X>0</X>
<Y>0</Y>
</DecalOffset>
<DecalSize>
<CX>10</CX>
<CY>10</CY>
</DecalSize>
</Button>
<Button item = "BW_Buff9_Button">
<ScreenID>Buff9</ScreenID>
<!--<Font>3</Font>Use Defaults -->
<RelativePosition>true</RelativePosition>
<Location>
<X>3</X>
<Y>141</Y>
</Location>
<Size>
<CX>120</CX>
<CY>10</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<!--<TooltipReference/> Use Defaults -->
<Style_Checkbox>false</Style_Checkbox>
<!--<RadioGroup/> -->
<ButtonDrawTemplate>
<Normal>BlueIconBackground</Normal>
<NormalDecal>BuffIcons</NormalDecal>
</ButtonDrawTemplate>
<DecalOffset>
<X>0</X>
<Y>0</Y>
</DecalOffset>
<DecalSize>
<CX>10</CX>
<CY>10</CY>
</DecalSize>
</Button>
<Button item = "BW_Buff10_Button">
<ScreenID>Buff10</ScreenID>
<!--<Font>3</Font> -->
<RelativePosition>true</RelativePosition>
<Location>
<X>48</X>
<Y>141</Y>
</Location>
<Size>
<CX>120</CX>
<CY>10</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>
<DecalOffset>
<X>0</X>
<Y>0</Y>
</DecalOffset>
<DecalSize>
<CX>10</CX>
<CY>10</CY>
</DecalSize>
</Button>
<Button item = "BW_Buff11_Button">
<ScreenID>Buff11</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>93</X>
<Y>141</Y>
</Location>
<Size>
<CX>120</CX>
<CY>10</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>
<DecalOffset>
<X>0</X>
<Y>0</Y>
</DecalOffset>
<DecalSize>
<CX>10</CX>
<CY>10</CY>
</DecalSize>
</Button>
<Button item = "BW_Buff12_Button">
<ScreenID>Buff12</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>3</X>
<Y>187</Y>
</Location>
<Size>
<CX>120</CX>
<CY>10</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>
<DecalOffset>
<X>0</X>
<Y>0</Y>
</DecalOffset>
<DecalSize>
<CX>10</CX>
<CY>10</CY>
</DecalSize>
</Button>
<Button item = "BW_Buff13_Button">
<ScreenID>Buff13</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>48</X>
<Y>187</Y>
</Location>
<Size>
<CX>120</CX>
<CY>10</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>
<DecalOffset>
<X>0</X>
<Y>0</Y>
</DecalOffset>
<DecalSize>
<CX>10</CX>
<CY>10</CY>
</DecalSize>
</Button>
<Button item = "BW_Buff14_Button">
<ScreenID>Buff14</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>93</X>
<Y>187</Y>
</Location>
<Size>
<CX>120</CX>
<CY>10</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>
<DecalOffset>
<X>0</X>
<Y>0</Y>
</DecalOffset>
<DecalSize>
<CX>10</CX>
<CY>10</CY>
</DecalSize>
</Button>
<Label item ="BW_Buff0">
<ScreenID>Buff0Label</ScreenID>
<EQType>45</EQType>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>14</X>
<Y>0</Y>
</Location>
<Size>
<CX>105</CX>
<CY>10</CY>
</Size>
<Text></Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
</Label>
<Label item ="BW_Buff1">
<ScreenID>Buff1Label</ScreenID>
<EQType>46</EQType>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>14</X>
<Y>11</Y>
</Location>
<Size>
<CX>105</CX>
<CY>10</CY>
</Size>
<Text></Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
</Label>
<Label item ="BW_Buff2">
<ScreenID>Buff2Label</ScreenID>
<EQType>47</EQType>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>14</X>
<Y>22</Y>
</Location>
<Size>
<CX>105</CX>
<CY>10</CY>
</Size>
<Text></Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
</Label>
<Label item ="BW_Buff3">
<ScreenID>Buff3Label</ScreenID>
<EQType>48</EQType>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>14</X>
<Y>33</Y>
</Location>
<Size>
<CX>105</CX>
<CY>10</CY>
</Size>
<Text></Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
</Label>
<Label item ="BW_Buff4">
<ScreenID>Buff4Label</ScreenID>
<EQType>49</EQType>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>14</X>
<Y>44</Y>
</Location>
<Size>
<CX>105</CX>
<CY>10</CY>
</Size>
<Text></Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
</Label>
<Label item ="BW_Buff5">
<ScreenID>Buff5Label</ScreenID>
<EQType>50</EQType>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>14</X>
<Y>55</Y>
</Location>
<Size>
<CX>105</CX>
<CY>10</CY>
</Size>
<Text></Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
</Label>
<Label item ="BW_Buff6">
<ScreenID>Buff6Label</ScreenID>
<EQType>51</EQType>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>14</X>
<Y>66</Y>
</Location>
<Size>
<CX>105</CX>
<CY>10</CY>
</Size>
<Text></Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
</Label>
<Label item ="BW_Buff7">
<ScreenID>Buff7Label</ScreenID>
<EQType>52</EQType>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>14</X>
<Y>77</Y>
</Location>
<Size>
<CX>105</CX>
<CY>10</CY>
</Size>
<Text></Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
</Label>
<Label item ="BW_Buff8">
<ScreenID>Buff8Label</ScreenID>
<EQType>53</EQType>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>14</X>
<Y>88</Y>
</Location>
<Size>
<CX>105</CX>
<CY>10</CY>
</Size>
<Text></Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
</Label>
<Label item ="BW_Buff9">
<ScreenID>Buff9Label</ScreenID>
<EQType>54</EQType>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>14</X>
<Y>99</Y>
</Location>
<Size>
<CX>105</CX>
<CY>10</CY>
</Size>
<Text></Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
</Label>
<Label item ="BW_Buff10">
<ScreenID>Buff10Label</ScreenID>
<EQType>55</EQType>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>14</X>
<Y>110</Y>
</Location>
<Size>
<CX>105</CX>
<CY>10</CY>
</Size>
<Text></Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
</Label>
<Label item ="BW_Buff11">
<ScreenID>Buff11Label</ScreenID>
<EQType>56</EQType>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>14</X>
<Y>121</Y>
</Location>
<Size>
<CX>105</CX>
<CY>10</CY>
</Size>
<Text></Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
</Label>
<Label item ="BW_Buff12">
<ScreenID>Buff12Label</ScreenID>
<EQType>57</EQType>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>14</X>
<Y>132</Y>
</Location>
<Size>
<CX>105</CX>
<CY>10</CY>
</Size>
<Text></Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
</Label>
<Label item ="BW_Buff13">
<ScreenID>Buff13Label</ScreenID>
<EQType>58</EQType>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>14</X>
<Y>143</Y>
</Location>
<Size>
<CX>105</CX>
<CY>10</CY>
</Size>
<Text></Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
</Label>
<Label item ="BW_Buff14">
<ScreenID>Buff14Label</ScreenID>
<EQType>59</EQType>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>14</X>
<Y>154</Y>
</Location>
<Size>
<CX>105</CX>
<CY>10</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>
<Screen item = "BuffWindow">
<!--<ScreenID/>-->
<Text>Effects</Text>
<RelativePosition>false</RelativePosition>
<Location>
<X>496</X>
<Y>230</Y>
</Location>
<Size>
<CX>129</CX>
<CY>173</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>true</Style_Transparent>
<DrawTemplate>WDT_RoundedNoTitle</DrawTemplate>
<Style_Titlebar>false</Style_Titlebar>
<Style_Closebox>true</Style_Closebox>
<Style_Minimizebox>true</Style_Minimizebox>
<Style_Border>true</Style_Border>
<Style_Sizable>false</Style_Sizable>
<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_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>
</Screen>
</XML>
Harika
