View Single Post
Old 02-12-2009, 02:15 PM   #1
Tumnayar-MT
A Ghoul
 
Join Date: Dec 2008
Posts: 17
Default What changed with buff windows again? Problem

Yesterday's patch seemed to have done something to my windows, and I don't know what the issue would be to cause this. These have been working flawlessly after the tilelayout stuff was all put in up until yesterday. Sometimes the buffs will be fine, but then this will happen. Is some old code in there that would suddenly mess it up?



This is the short duration window code.

Code:
<?xml version = "1.0"?> <XML ID = "EQInterfaceDefinitionLanguage"> <Schema xmlns = "EverQuestData" xmlns:dt = "EverQuestDataTypes"/> <Label item ="SDBW_Buff0_Place"> <ScreenID>SDBW_Buff0Place</ScreenID> <Font>1</Font> <RelativePosition>true</RelativePosition> <Location> <X>119</X> <Y>-1</Y> </Location> <Size> <CX>10</CX> <CY>10</CY> </Size> <Text>1</Text> <TextColor> <R>0</R> <G>65</G> <B>240</B> </TextColor> <NoWrap>true</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>true</AlignRight> </Label> <Label item ="SDBW_Buff1_Place"> <ScreenID>SDBW_Buff1Place</ScreenID> <Font>1</Font> <RelativePosition>true</RelativePosition> <Location> <X>119</X> <Y>10</Y> </Location> <Size> <CX>10</CX> <CY>10</CY> </Size> <Text>2</Text> <TextColor> <R>0</R> <G>65</G> <B>240</B> </TextColor> <NoWrap>true</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>true</AlignRight> </Label> <Label item ="SDBW_Buff2_Place"> <ScreenID>SDBW_Buff2Place</ScreenID> <Font>1</Font> <RelativePosition>true</RelativePosition> <Location> <X>119</X> <Y>21</Y> </Location> <Size> <CX>10</CX> <CY>10</CY> </Size> <Text>3</Text> <TextColor> <R>0</R> <G>65</G> <B>240</B> </TextColor> <NoWrap>true</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>true</AlignRight> </Label> <Label item ="SDBW_Buff3_Place"> <ScreenID>SDBW_Buff3Place</ScreenID> <Font>1</Font> <RelativePosition>true</RelativePosition> <Location> <X>119</X> <Y>32</Y> </Location> <Size> <CX>10</CX> <CY>10</CY> </Size> <Text>4</Text> <TextColor> <R>0</R> <G>65</G> <B>240</B> </TextColor> <NoWrap>true</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>true</AlignRight> </Label> <Label item ="SDBW_Buff4_Place"> <ScreenID>SDBW_Buff4Place</ScreenID> <Font>1</Font> <RelativePosition>true</RelativePosition> <Location> <X>119</X> <Y>43</Y> </Location> <Size> <CX>10</CX> <CY>10</CY> </Size> <Text>5</Text> <TextColor> <R>0</R> <G>65</G> <B>240</B> </TextColor> <NoWrap>true</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>true</AlignRight> </Label> <Label item ="SDBW_Buff5_Place"> <ScreenID>SDBW_Buff5Place</ScreenID> <Font>1</Font> <RelativePosition>true</RelativePosition> <Location> <X>119</X> <Y>54</Y> </Location> <Size> <CX>10</CX> <CY>10</CY> </Size> <Text>6</Text> <TextColor> <R>0</R> <G>65</G> <B>240</B> </TextColor> <NoWrap>true</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>true</AlignRight> </Label> <Label item ="SDBW_Buff6_Place"> <ScreenID>SDBW_Buff6Place</ScreenID> <Font>1</Font> <RelativePosition>true</RelativePosition> <Location> <X>119</X> <Y>65</Y> </Location> <Size> <CX>10</CX> <CY>10</CY> </Size> <Text>7</Text> <TextColor> <R>0</R> <G>65</G> <B>240</B> </TextColor> <NoWrap>true</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>true</AlignRight> </Label> <Label item ="SDBW_Buff7_Place"> <ScreenID>SDBW_Buff7Place</ScreenID> <Font>1</Font> <RelativePosition>true</RelativePosition> <Location> <X>119</X> <Y>76</Y> </Location> <Size> <CX>10</CX> <CY>10</CY> </Size> <Text>8</Text> <TextColor> <R>0</R> <G>65</G> <B>240</B> </TextColor> <NoWrap>true</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>true</AlignRight> </Label> <Label item ="SDBW_Buff8_Place"> <ScreenID>SDBW_Buff8Place</ScreenID> <Font>1</Font> <RelativePosition>true</RelativePosition> <Location> <X>119</X> <Y>87</Y> </Location> <Size> <CX>10</CX> <CY>10</CY> </Size> <Text>9</Text> <TextColor> <R>0</R> <G>65</G> <B>240</B> </TextColor> <NoWrap>true</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>true</AlignRight> </Label> <Label item ="SDBW_Buff9_Place"> <ScreenID>SDBW_Buff9Place</ScreenID> <Font>1</Font> <RelativePosition>true</RelativePosition> <Location> <X>119</X> <Y>98</Y> </Location> <Size> <CX>10</CX> <CY>10</CY> </Size> <Text>10</Text> <TextColor> <R>0</R> <G>65</G> <B>240</B> </TextColor> <NoWrap>true</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>true</AlignRight> </Label> <Label item ="SDBW_Buff10_Place"> <ScreenID>SDBW_Buff10Place</ScreenID> <Font>1</Font> <RelativePosition>true</RelativePosition> <Location> <X>119</X> <Y>109</Y> </Location> <Size> <CX>10</CX> <CY>10</CY> </Size> <Text>11</Text> <TextColor> <R>0</R> <G>65</G> <B>240</B> </TextColor> <NoWrap>true</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>true</AlignRight> </Label> <Label item ="SDBW_Buff11_Place"> <ScreenID>SDBW_Buff11Place</ScreenID> <Font>1</Font> <RelativePosition>true</RelativePosition> <Location> <X>119</X> <Y>120</Y> </Location> <Size> <CX>10</CX> <CY>10</CY> </Size> <Text>12</Text> <TextColor> <R>0</R> <G>65</G> <B>240</B> </TextColor> <NoWrap>true</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>true</AlignRight> </Label> <Label item ="SDBW_Buff12_Place"> <ScreenID>SDBW_Buff12Place</ScreenID> <Font>1</Font> <RelativePosition>true</RelativePosition> <Location> <X>119</X> <Y>131</Y> </Location> <Size> <CX>10</CX> <CY>10</CY> </Size> <Text>13</Text> <TextColor> <R>0</R> <G>65</G> <B>240</B> </TextColor> <NoWrap>true</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>true</AlignRight> </Label> <Label item ="SDBW_Buff13_Place"> <ScreenID>SDBW_Buff13Place</ScreenID> <Font>1</Font> <RelativePosition>true</RelativePosition> <Location> <X>119</X> <Y>142</Y> </Location> <Size> <CX>10</CX> <CY>10</CY> </Size> <Text>14</Text> <TextColor> <R>0</R> <G>65</G> <B>240</B> </TextColor> <NoWrap>true</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>true</AlignRight> </Label> <Label item ="SDBW_Buff14_Place"> <ScreenID>SDBW_Buff14Place</ScreenID> <Font>1</Font> <RelativePosition>true</RelativePosition> <Location> <X>119</X> <Y>153</Y> </Location> <Size> <CX>10</CX> <CY>10</CY> </Size> <Text>15</Text> <TextColor> <R>0</R> <G>65</G> <B>240</B> </TextColor> <NoWrap>true</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>true</AlignRight> </Label> <Button item = "SDBW_Buff0_Button"> <ScreenID>Buff0</ScreenID> <Font>1</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> <DecalOffset> <X>0</X> <Y>0</Y> </DecalOffset> <DecalSize> <CX>9</CX> <CY>9</CY> </DecalSize> </Button> <Button item = "SDBW_Buff1_Button"> <ScreenID>Buff1</ScreenID> <Font>1</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> <DecalOffset> <X>0</X> <Y>0</Y> </DecalOffset> <DecalSize> <CX>9</CX> <CY>9</CY> </DecalSize> </Button> <Button item = "SDBW_Buff2_Button"> <ScreenID>Buff2</ScreenID> <Font>1</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> <DecalOffset> <X>0</X> <Y>0</Y> </DecalOffset> <DecalSize> <CX>9</CX> <CY>9</CY> </DecalSize> </Button> <Button item = "SDBW_Buff3_Button"> <ScreenID>Buff3</ScreenID> <Font>1</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> <DecalOffset> <X>0</X> <Y>0</Y> </DecalOffset> <DecalSize> <CX>9</CX> <CY>9</CY> </DecalSize> </Button> <Button item = "SDBW_Buff4_Button"> <ScreenID>Buff4</ScreenID> <Font>1</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> <DecalOffset> <X>0</X> <Y>0</Y> </DecalOffset> <DecalSize> <CX>9</CX> <CY>9</CY> </DecalSize> </Button> <Button item = "SDBW_Buff5_Button"> <ScreenID>Buff5</ScreenID> <Font>1</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> <DecalOffset> <X>0</X> <Y>0</Y> </DecalOffset> <DecalSize> <CX>9</CX> <CY>9</CY> </DecalSize> </Button> <Button item = "SDBW_Buff6_Button"> <ScreenID>Buff6</ScreenID> <Font>1</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> <DecalOffset> <X>0</X> <Y>0</Y> </DecalOffset> <DecalSize> <CX>9</CX> <CY>9</CY> </DecalSize> </Button> <Button item = "SDBW_Buff7_Button"> <ScreenID>Buff7</ScreenID> <Font>1</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> <DecalOffset> <X>0</X> <Y>0</Y> </DecalOffset> <DecalSize> <CX>9</CX> <CY>9</CY> </DecalSize> </Button> <Button item = "SDBW_Buff8_Button"> <ScreenID>Buff8</ScreenID> <Font>1</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> <DecalOffset> <X>0</X> <Y>0</Y> </DecalOffset> <DecalSize> <CX>9</CX> <CY>9</CY> </DecalSize> </Button> <Button item = "SDBW_Buff9_Button"> <ScreenID>Buff9</ScreenID> <Font>1</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> <DecalOffset> <X>0</X> <Y>0</Y> </DecalOffset> <DecalSize> <CX>9</CX> <CY>9</CY> </DecalSize> </Button> <Button item = "SDBW_Buff10_Button"> <ScreenID>Buff10</ScreenID> <Font>1</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> <DecalOffset> <X>0</X> <Y>0</Y> </DecalOffset> <DecalSize> <CX>9</CX> <CY>9</CY> </DecalSize> </Button> <Button item = "SDBW_Buff11_Button"> <ScreenID>Buff11</ScreenID> <Font>1</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> <DecalOffset> <X>0</X> <Y>0</Y> </DecalOffset> <DecalSize> <CX>9</CX> <CY>9</CY> </DecalSize> </Button> <Button item = "SDBW_Buff12_Button"> <ScreenID>Buff12</ScreenID> <Font>1</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> <DecalOffset> <X>0</X> <Y>0</Y> </DecalOffset> <DecalSize> <CX>9</CX> <CY>9</CY> </DecalSize> </Button> <Button item = "SDBW_Buff13_Button"> <ScreenID>Buff13</ScreenID> <Font>1</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> <DecalOffset> <X>0</X> <Y>0</Y> </DecalOffset> <DecalSize> <CX>9</CX> <CY>9</CY> </DecalSize> </Button> <Button item = "SDBW_Buff14_Button"> <ScreenID>Buff14</ScreenID> <Font>1</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> <DecalOffset> <X>0</X> <Y>0</Y> </DecalOffset> <DecalSize> <CX>9</CX> <CY>9</CY> </DecalSize> </Button> <Label item ="SDBW_Buff0"> <ScreenID>SDBW_Buff0Label</ScreenID> <EQType>600</EQType> <Font>1</Font> <RelativePosition>true</RelativePosition> <Location> <X>12</X> <Y>-1</Y> </Location> <Size> <CX>110</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 ="SDBW_Buff1"> <ScreenID>SDBW_Buff1Label</ScreenID> <EQType>601</EQType> <Font>1</Font> <RelativePosition>true</RelativePosition> <Location> <X>12</X> <Y>10</Y> </Location> <Size> <CX>105</CX> <CY>11</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>SDBW_Buff2Label</ScreenID> <EQType>602</EQType> <Font>1</Font> <RelativePosition>true</RelativePosition> <Location> <X>12</X> <Y>21</Y> </Location> <Size> <CX>105</CX> <CY>11</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>SDBW_Buff3Label</ScreenID> <EQType>603</EQType> <Font>1</Font> <RelativePosition>true</RelativePosition> <Location> <X>12</X> <Y>32</Y> </Location> <Size> <CX>105</CX> <CY>11</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>SDBW_Buff4Label</ScreenID> <EQType>604</EQType> <Font>1</Font> <RelativePosition>true</RelativePosition> <Location> <X>12</X> <Y>43</Y> </Location> <Size> <CX>105</CX> <CY>11</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>SDBW_Buff5Label</ScreenID> <EQType>605</EQType> <Font>1</Font> <RelativePosition>true</RelativePosition> <Location> <X>12</X> <Y>54</Y> </Location> <Size> <CX>105</CX> <CY>11</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_Buff6"> <ScreenID>SDBW_Buff6Label</ScreenID> <EQType>606</EQType> <Font>1</Font> <RelativePosition>true</RelativePosition> <Location> <X>12</X> <Y>65</Y> </Location> <Size> <CX>105</CX> <CY>11</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_Buff7"> <ScreenID>SDBW_Buff7Label</ScreenID> <EQType>607</EQType> <Font>1</Font> <RelativePosition>true</RelativePosition> <Location> <X>12</X> <Y>76</Y> </Location> <Size> <CX>105</CX> <CY>11</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_Buff8"> <ScreenID>SDBW_Buff8Label</ScreenID> <EQType>608</EQType> <Font>1</Font> <RelativePosition>true</RelativePosition> <Location> <X>12</X> <Y>87</Y> </Location> <Size> <CX>105</CX> <CY>11</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_Buff9"> <ScreenID>SDBW_Buff9Label</ScreenID> <EQType>609</EQType> <Font>1</Font> <RelativePosition>true</RelativePosition> <Location> <X>12</X> <Y>98</Y> </Location> <Size> <CX>105</CX> <CY>11</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_Buff10"> <ScreenID>SDBW_Buff10Label</ScreenID> <EQType>610</EQType> <Font>1</Font> <RelativePosition>true</RelativePosition> <Location> <X>12</X> <Y>109</Y> </Location> <Size> <CX>105</CX> <CY>11</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_Buff11"> <ScreenID>SDBW_Buff11Label</ScreenID> <EQType>611</EQType> <Font>1</Font> <RelativePosition>true</RelativePosition> <Location> <X>12</X> <Y>120</Y> </Location> <Size> <CX>105</CX> <CY>11</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_Buff12"> <ScreenID>SDBW_Buff12Label</ScreenID> <EQType>612</EQType> <Font>1</Font> <RelativePosition>true</RelativePosition> <Location> <X>12</X> <Y>131</Y> </Location> <Size> <CX>105</CX> <CY>11</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_Buff13"> <ScreenID>SDBW_Buff13Label</ScreenID> <EQType>613</EQType> <Font>1</Font> <RelativePosition>true</RelativePosition> <Location> <X>12</X> <Y>142</Y> </Location> <Size> <CX>105</CX> <CY>11</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_Buff14"> <ScreenID>SDBW_Buff14Label</ScreenID> <EQType>614</EQType> <Font>1</Font> <RelativePosition>true</RelativePosition> <Location> <X>12</X> <Y>153</Y> </Location> <Size> <CX>105</CX> <CY>11</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> <TileLayoutBox item="SDBW_Places"> <TopAnchorOffset>2</TopAnchorOffset> <BottomAnchorOffset>2</BottomAnchorOffset> <LeftAnchorOffset>2</LeftAnchorOffset> <RightAnchorOffset>2</RightAnchorOffset> <RelativePosition>true</RelativePosition> <AutoStretch>true</AutoStretch> <BottomAnchorToTop>false</BottomAnchorToTop> <RightAnchorToLeft>false</RightAnchorToLeft> <Style_Transparent>true</Style_Transparent> <Spacing>0</Spacing> <SecondarySpacing>0</SecondarySpacing> <HorizontalFirst>false</HorizontalFirst> <AnchorToTop>true</AnchorToTop> <AnchorToLeft>false</AnchorToLeft> <FirstPieceTemplate>true</FirstPieceTemplate> <Pieces>SDBW_Buff0_Place</Pieces> <Pieces>SDBW_Buff1_Place</Pieces> <Pieces>SDBW_Buff2_Place</Pieces> <Pieces>SDBW_Buff3_Place</Pieces> <Pieces>SDBW_Buff4_Place</Pieces> <Pieces>SDBW_Buff5_Place</Pieces> <Pieces>SDBW_Buff6_Place</Pieces> <Pieces>SDBW_Buff7_Place</Pieces> <Pieces>SDBW_Buff8_Place</Pieces> <Pieces>SDBW_Buff9_Place</Pieces> <Pieces>SDBW_Buff10_Place</Pieces> <Pieces>SDBW_Buff11_Place</Pieces> <Pieces>SDBW_Buff12_Place</Pieces> <Pieces>SDBW_Buff13_Place</Pieces> <Pieces>SDBW_Buff14_Place</Pieces> <Style_Tooltip>false</Style_Tooltip> </TileLayoutBox> <TileLayoutBox item="SDBW_Labels"> <TopAnchorOffset>2</TopAnchorOffset> <BottomAnchorOffset>2</BottomAnchorOffset> <LeftAnchorOffset>2</LeftAnchorOffset> <RightAnchorOffset>2</RightAnchorOffset> <RelativePosition>true</RelativePosition> <AutoStretch>true</AutoStretch> <BottomAnchorToTop>false</BottomAnchorToTop> <RightAnchorToLeft>false</RightAnchorToLeft> <Style_Transparent>true</Style_Transparent> <Spacing>0</Spacing> <SecondarySpacing>0</SecondarySpacing> <HorizontalFirst>false</HorizontalFirst> <AnchorToTop>true</AnchorToTop> <AnchorToLeft>false</AnchorToLeft> <FirstPieceTemplate>true</FirstPieceTemplate> <Style_Tooltip>false</Style_Tooltip> <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_Buff6</Pieces> <Pieces>SDBW_Buff7</Pieces> <Pieces>SDBW_Buff8</Pieces> <Pieces>SDBW_Buff9</Pieces> <Pieces>SDBW_Buff10</Pieces> <Pieces>SDBW_Buff11</Pieces> <Pieces>SDBW_Buff12</Pieces> <Pieces>SDBW_Buff13</Pieces> <Pieces>SDBW_Buff14</Pieces> </TileLayoutBox> <TileLayoutBox item="SDBW_Buttons"> <TopAnchorOffset>2</TopAnchorOffset> <BottomAnchorOffset>2</BottomAnchorOffset> <LeftAnchorOffset>2</LeftAnchorOffset> <RightAnchorOffset>2</RightAnchorOffset> <RelativePosition>true</RelativePosition> <AutoStretch>true</AutoStretch> <BottomAnchorToTop>false</BottomAnchorToTop> <RightAnchorToLeft>false</RightAnchorToLeft> <Style_Transparent>true</Style_Transparent> <Spacing>0</Spacing> <SecondarySpacing>0</SecondarySpacing> <HorizontalFirst>false</HorizontalFirst> <AnchorToTop>true</AnchorToTop> <AnchorToLeft>false</AnchorToLeft> <FirstPieceTemplate>true</FirstPieceTemplate> <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_Buff6_Button</Pieces> <Pieces>SDBW_Buff7_Button</Pieces> <Pieces>SDBW_Buff8_Button</Pieces> <Pieces>SDBW_Buff9_Button</Pieces> <Pieces>SDBW_Buff10_Button</Pieces> <Pieces>SDBW_Buff11_Button</Pieces> <Pieces>SDBW_Buff12_Button</Pieces> <Pieces>SDBW_Buff13_Button</Pieces> <Pieces>SDBW_Buff14_Button</Pieces> </TileLayoutBox> <Screen item = "ShortDurationBuffWindow"> <!--<ScreenID/>--> <Text>Songs</Text> <RelativePosition>false</RelativePosition> <Location> <X>415</X> <Y>395</Y> </Location> <Size> <CX>130</CX> <CY>175</CY> </Size> <Style_VScroll>false</Style_VScroll> <Style_HScroll>false</Style_HScroll> <Style_Transparent>true</Style_Transparent> <DrawTemplate>WDT_Inner</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>TileLayoutBox:SDBW_Places</Pieces> <Pieces>TileLayoutBox:SDBW_Buttons</Pieces> <Pieces>TileLayoutBox:SDBW_Labels</Pieces> </Screen> </XML>
Tumnayar-MT is offline   Reply With Quote