EQInterface Forums

EQInterface Forums (http://www.eqinterface.com/forums/index.php)
-   General UI Talk (http://www.eqinterface.com/forums/forumdisplay.php?f=17)
-   -   DBG just killed my Buff and Short Duration buff windows :( (http://www.eqinterface.com/forums/showthread.php?t=22251)

mh272 03-08-2022 07:28 PM

ya, I have been doing it for 2 days. that is the best I can get it. I had to align right properly as well. Again, thanks for the help.

BalforH 03-09-2022 06:34 AM

4 Attachment(s)
Howdy All

Here is what I was able to get..
As you can see when resized I lose the buff timers and charges.
I have also lost the ability to drag the window with the X
Seems the new template forces you to define button size vs using offsets allowing resizability
Hopefully those in here smarter then I can figure it out

arykus 03-09-2022 04:15 PM

Thank you so much for posting this. Is there a way to increase the font size, though? I tried just changing the <font>2</font> to 4, but that made the text clipped in half.

Quote:
Originally Posted by Leigo

Buff Window
Code:
<?xml version="1.0" encoding="us-ascii"?> <XML ID="EQInterfaceDefinitionLanguage"> <Schema xmlns="EverQuestData" xmlns:dt="EverQuestDataTypes" /> <Button item="BW_Player_Buff_Template"> <ScreenID>Player_Buff_Template</ScreenID> <RelativePosition>true</RelativePosition> <Size> <CX>167</CX> <CY>12</CY> </Size> <Template>BDT_PlayerBuff</Template> <DecalOffset> <X>0</X> <Y>0</Y> </DecalOffset> <DecalSize> <CX>14</CX> <CY>14</CY> </DecalSize> </Button> <TileLayoutBox item="BW_Buttons"> <ScreenID>Buff_Buttons</ScreenID> <RelativePosition>true</RelativePosition> <AutoStretch>true</AutoStretch> <BottomAnchorToTop>false</BottomAnchorToTop> <RightAnchorToLeft>false</RightAnchorToLeft> <Style_Transparent>true</Style_Transparent> <Spacing>1</Spacing> <SecondarySpacing>0</SecondarySpacing> <HorizontalFirst>false</HorizontalFirst> <AnchorToTop>true</AnchorToTop> <AnchorToLeft>false</AnchorToLeft> <FirstPieceTemplate>true</FirstPieceTemplate> <Pieces>BW_Player_Buff_Template</Pieces> </TileLayoutBox> <Label item="BW_Buff0"> <ScreenID>Buff0Label</ScreenID> <EQType>500</EQType> <Font>2</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>19</X> <Y>-2</Y> </Location> <Size> <CX>150</CX> <CY>12</CY> </Size> <Template>BDT_BlueBuff</Template> <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>501</EQType> <Font>2</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>19</X> <Y>11</Y> </Location> <Size> <CX>150</CX> <CY>12</CY> </Size> <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>502</EQType> <Font>2</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>19</X> <Y>24</Y> </Location> <Size> <CX>150</CX> <CY>12</CY> </Size> <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>503</EQType> <Font>2</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>19</X> <Y>37</Y> </Location> <Size> <CX>150</CX> <CY>12</CY> </Size> <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>504</EQType> <Font>2</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>19</X> <Y>50</Y> </Location> <Size> <CX>150</CX> <CY>12</CY> </Size> <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>505</EQType> <Font>2</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>19</X> <Y>63</Y> </Location> <Size> <CX>150</CX> <CY>12</CY> </Size> <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>506</EQType> <Font>2</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>19</X> <Y>76</Y> </Location> <Size> <CX>150</CX> <CY>12</CY> </Size> <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>507</EQType> <Font>2</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>19</X> <Y>89</Y> </Location> <Size> <CX>150</CX> <CY>12</CY> </Size> <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>508</EQType> <Font>2</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>19</X> <Y>102</Y> </Location> <Size> <CX>150</CX> <CY>12</CY> </Size> <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>509</EQType> <Font>2</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>19</X> <Y>115</Y> </Location> <Size> <CX>150</CX> <CY>12</CY> </Size> <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>510</EQType> <Font>2</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>19</X> <Y>128</Y> </Location> <Size> <CX>150</CX> <CY>12</CY> </Size> <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>511</EQType> <Font>2</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>19</X> <Y>141</Y> </Location> <Size> <CX>150</CX> <CY>12</CY> </Size> <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>512</EQType> <Font>2</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>19</X> <Y>154</Y> </Location> <Size> <CX>150</CX> <CY>12</CY> </Size> <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>513</EQType> <Font>2</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>19</X> <Y>169</Y> </Location> <Size> <CX>150</CX> <CY>12</CY> </Size> <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>514</EQType> <Font>2</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>19</X> <Y>182</Y> </Location> <Size> <CX>150</CX> <CY>12</CY> </Size> <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_Buff15"> <ScreenID>Buff15Label</ScreenID> <EQType>515</EQType> <Font>2</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>19</X> <Y>195</Y> </Location> <Size> <CX>150</CX> <CY>12</CY> </Size> <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_Buff16"> <ScreenID>Buff16Label</ScreenID> <EQType>516</EQType> <Font>2</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>19</X> <Y>208</Y> </Location> <Size> <CX>150</CX> <CY>12</CY> </Size> <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_Buff17"> <ScreenID>Buff17Label</ScreenID> <EQType>517</EQType> <Font>2</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>19</X> <Y>221</Y> </Location> <Size> <CX>150</CX> <CY>12</CY> </Size> <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_Buff18"> <ScreenID>Buff18Label</ScreenID> <EQType>518</EQType> <Font>2</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>19</X> <Y>234</Y> </Location> <Size> <CX>150</CX> <CY>12</CY> </Size> <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_Buff19"> <ScreenID>Buff19Label</ScreenID> <EQType>519</EQType> <Font>2</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>19</X> <Y>247</Y> </Location> <Size> <CX>150</CX> <CY>12</CY> </Size> <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_Buff20"> <ScreenID>Buff20Label</ScreenID> <EQType>520</EQType> <Font>2</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>19</X> <Y>260</Y> </Location> <Size> <CX>150</CX> <CY>12</CY> </Size> <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_Buff21"> <ScreenID>Buff21Label</ScreenID> <EQType>521</EQType> <Font>2</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>19</X> <Y>273</Y> </Location> <Size> <CX>150</CX> <CY>12</CY> </Size> <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_Buff22"> <ScreenID>Buff22Label</ScreenID> <EQType>522</EQType> <Font>2</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>19</X> <Y>286</Y> </Location> <Size> <CX>150</CX> <CY>12</CY> </Size> <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_Buff23"> <ScreenID>Buff23Label</ScreenID> <EQType>523</EQType> <Font>2</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>19</X> <Y>299</Y> </Location> <Size> <CX>150</CX> <CY>12</CY> </Size> <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_Buff24"> <ScreenID>Buff24Label</ScreenID> <EQType>524</EQType> <Font>2</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>19</X> <Y>312</Y> </Location> <Size> <CX>150</CX> <CY>12</CY> </Size> <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_Buff25"> <ScreenID>Buff25Label</ScreenID> <EQType>525</EQType> <Font>2</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>19</X> <Y>325</Y> </Location> <Size> <CX>150</CX> <CY>12</CY> </Size> <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_Buff26"> <ScreenID>Buff26Label</ScreenID> <EQType>526</EQType> <Font>2</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>19</X> <Y>338</Y> </Location> <Size> <CX>150</CX> <CY>12</CY> </Size> <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_Buff27"> <ScreenID>Buff27Label</ScreenID> <EQType>527</EQType> <Font>2</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>19</X> <Y>351</Y> </Location> <Size> <CX>150</CX> <CY>12</CY> </Size> <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_Buff28"> <ScreenID>Buff28Label</ScreenID> <EQType>528</EQType> <Font>2</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>19</X> <Y>364</Y> </Location> <Size> <CX>150</CX> <CY>12</CY> </Size> <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_Buff29"> <ScreenID>Buff29Label</ScreenID> <EQType>529</EQType> <Font>2</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>19</X> <Y>377</Y> </Location> <Size> <CX>150</CX> <CY>12</CY> </Size> <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_Buff30"> <ScreenID>Buff30Label</ScreenID> <EQType>530</EQType> <Font>2</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>19</X> <Y>390</Y> </Location> <Size> <CX>150</CX> <CY>12</CY> </Size> <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_Buff31"> <ScreenID>Buff31Label</ScreenID> <EQType>531</EQType> <Font>2</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>19</X> <Y>403</Y> </Location> <Size> <CX>150</CX> <CY>12</CY> </Size> <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_Buff32"> <ScreenID>Buff32Label</ScreenID> <EQType>532</EQType> <Font>2</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>19</X> <Y>416</Y> </Location> <Size> <CX>150</CX> <CY>12</CY> </Size> <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_Buff33"> <ScreenID>Buff33Label</ScreenID> <EQType>533</EQType> <Font>2</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>19</X> <Y>429</Y> </Location> <Size> <CX>150</CX> <CY>12</CY> </Size> <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_Buff34"> <ScreenID>Buff34Label</ScreenID> <EQType>534</EQType> <Font>2</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>19</X> <Y>442</Y> </Location> <Size> <CX>150</CX> <CY>12</CY> </Size> <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_Buff35"> <ScreenID>Buff35Label</ScreenID> <EQType>535</EQType> <Font>2</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>19</X> <Y>455</Y> </Location> <Size> <CX>150</CX> <CY>12</CY> </Size> <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_Buff36"> <ScreenID>Buff36Label</ScreenID> <EQType>536</EQType> <Font>2</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>19</X> <Y>468</Y> </Location> <Size> <CX>150</CX> <CY>12</CY> </Size> <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_Buff37"> <ScreenID>Buff37Label</ScreenID> <EQType>537</EQType> <Font>2</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>19</X> <Y>481</Y> </Location> <Size> <CX>150</CX> <CY>12</CY> </Size> <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_Buff38"> <ScreenID>Buff38Label</ScreenID> <EQType>538</EQType> <Font>2</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>19</X> <Y>494</Y> </Location> <Size> <CX>150</CX> <CY>12</CY> </Size> <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_Buff39"> <ScreenID>Buff39Label</ScreenID> <EQType>539</EQType> <Font>2</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>19</X> <Y>507</Y> </Location> <Size> <CX>150</CX> <CY>12</CY> </Size> <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_Buff40"> <ScreenID>Buff40Label</ScreenID> <EQType>540</EQType> <Font>2</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>19</X> <Y>520</Y> </Location> <Size> <CX>150</CX> <CY>12</CY> </Size> <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_Buff41"> <ScreenID>Buff41Label</ScreenID> <EQType>541</EQType> <Font>2</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>19</X> <Y>533</Y> </Location> <Size> <CX>150</CX> <CY>12</CY> </Size> <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_Buff0Number"> <ScreenID>Buff0No</ScreenID> <Font>1</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>147</X> <Y>1</Y> </Location> <Size> <CX>23</CX> <CY>12</CY> </Size> <Text>1</Text> <TextColor> <R>175</R> <G>175</G> <B>175</B> </TextColor> <NoWrap>true</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>true</AlignRight> </Label> <Label item="BW_Buff1Number"> <ScreenID>Buff1No</ScreenID> <Font>1</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>147</X> <Y>14</Y> </Location> <Size> <CX>23</CX> <CY>12</CY> </Size> <Text>2</Text> <TextColor> <R>175</R> <G>175</G> <B>175</B> </TextColor> <NoWrap>true</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>true</AlignRight> </Label> <Label item="BW_Buff2Number"> <ScreenID>Buff2No</ScreenID> <Font>1</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>147</X> <Y>27</Y> </Location> <Size> <CX>23</CX> <CY>12</CY> </Size> <Text>3</Text> <TextColor> <R>175</R> <G>175</G> <B>175</B> </TextColor> <NoWrap>true</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>true</AlignRight> </Label> <Label item="BW_Buff3Number"> <ScreenID>Buff3No</ScreenID> <Font>1</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>147</X> <Y>40</Y> </Location> <Size> <CX>23</CX> <CY>12</CY> </Size> <Text>4</Text> <TextColor> <R>175</R> <G>175</G> <B>175</B> </TextColor> <NoWrap>true</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>true</AlignRight> </Label> <Label item="BW_Buff4Number"> <ScreenID>Buff4No</ScreenID> <Font>1</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>147</X> <Y>53</Y> </Location> <Size> <CX>23</CX> <CY>12</CY> </Size> <Text>5</Text> <TextColor> <R>175</R> <G>175</G> <B>175</B> </TextColor> <NoWrap>true</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>true</AlignRight> </Label> <Label item="BW_Buff5Number"> <ScreenID>Buff5No</ScreenID> <Font>1</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>147</X> <Y>66</Y> </Location> <Size> <CX>23</CX> <CY>12</CY> </Size> <Text>6</Text> <TextColor> <R>175</R> <G>175</G> <B>175</B> </TextColor> <NoWrap>true</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>true</AlignRight> </Label> <Label item="BW_Buff6Number"> <ScreenID>Buff6No</ScreenID> <Font>1</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>147</X> <Y>79</Y> </Location> <Size> <CX>23</CX> <CY>12</CY> </Size> <Text>7</Text> <TextColor> <R>175</R> <G>175</G> <B>175</B> </TextColor> <NoWrap>true</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>true</AlignRight> </Label> <Label item="BW_Buff7Number"> <ScreenID>Buff7No</ScreenID> <Font>1</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>147</X> <Y>92</Y> </Location> <Size> <CX>23</CX> <CY>12</CY> </Size> <Text>8</Text> <TextColor> <R>175</R> <G>175</G> <B>175</B> </TextColor> <NoWrap>true</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>true</AlignRight> </Label> <Label item="BW_Buff8Number"> <ScreenID>Buff8No</ScreenID> <Font>1</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>147</X> <Y>105</Y> </Location> <Size> <CX>23</CX> <CY>12</CY> </Size> <Text>9</Text> <TextColor> <R>175</R> <G>175</G> <B>175</B> </TextColor> <NoWrap>true</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>true</AlignRight> </Label> <Label item="BW_Buff9Number"> <ScreenID>Buff9No</ScreenID> <Font>1</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>147</X> <Y>118</Y> </Location> <Size> <CX>23</CX> <CY>12</CY> </Size> <Text>10</Text> <TextColor> <R>175</R> <G>175</G> <B>175</B> </TextColor> <NoWrap>true</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>true</AlignRight> </Label> <Label item="BW_Buff10Number"> <ScreenID>Buff10No</ScreenID> <Font>1</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>147</X> <Y>131</Y> </Location> <Size> <CX>23</CX> <CY>12</CY> </Size> <Text>11</Text> <TextColor> <R>175</R> <G>175</G> <B>175</B> </TextColor> <NoWrap>true</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>true</AlignRight> </Label> <Label item="BW_Buff11Number"> <ScreenID>Buff11No</ScreenID> <Font>1</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>147</X> <Y>144</Y> </Location> <Size> <CX>23</CX> <CY>12</CY> </Size> <Text>12</Text> <TextColor> <R>175</R> <G>175</G> <B>175</B> </TextColor> <NoWrap>true</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>true</AlignRight> </Label> <Label item="BW_Buff12Number"> <ScreenID>Buff12No</ScreenID> <Font>1</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>147</X> <Y>157</Y> </Location> <Size> <CX>23</CX> <CY>12</CY> </Size> <Text>13</Text> <TextColor> <R>175</R> <G>175</G> <B>175</B> </TextColor> <NoWrap>true</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>true</AlignRight> </Label> <Label item="BW_Buff13Number"> <ScreenID>Buff13No</ScreenID> <Font>1</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>147</X> <Y>170</Y> </Location> <Size> <CX>23</CX> <CY>12</CY> </Size> <Text>14</Text> <TextColor> <R>175</R> <G>175</G> <B>175</B> </TextColor> <NoWrap>true</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>true</AlignRight> </Label> <Label item="BW_Buff14Number"> <ScreenID>Buff14No</ScreenID> <Font>1</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>147</X> <Y>183</Y> </Location> <Size> <CX>23</CX> <CY>12</CY> </Size> <Text>15</Text> <TextColor> <R>175</R> <G>175</G> <B>175</B> </TextColor> <NoWrap>true</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>true</AlignRight> </Label> <Label item="BW_Buff15Number"> <ScreenID>Buff15No</ScreenID> <Font>1</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>147</X> <Y>196</Y> </Location> <Size> <CX>23</CX> <CY>12</CY> </Size> <Text>16</Text> <TextColor> <R>175</R> <G>175</G> <B>175</B> </TextColor> <NoWrap>true</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>true</AlignRight> </Label> <Label item="BW_Buff16Number"> <ScreenID>Buff16No</ScreenID> <Font>1</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>147</X> <Y>209</Y> </Location> <Size> <CX>23</CX> <CY>12</CY> </Size> <Text>17</Text> <TextColor> <R>175</R> <G>175</G> <B>175</B> </TextColor> <NoWrap>true</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>true</AlignRight> </Label> <Label item="BW_Buff17Number"> <ScreenID>Buff17No</ScreenID> <Font>1</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>147</X> <Y>222</Y> </Location> <Size> <CX>23</CX> <CY>12</CY> </Size> <Text>18</Text> <TextColor> <R>175</R> <G>175</G> <B>175</B> </TextColor> <NoWrap>true</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>true</AlignRight> </Label> <Label item="BW_Buff18Number"> <ScreenID>Buff18No</ScreenID> <Font>1</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>147</X> <Y>235</Y> </Location> <Size> <CX>23</CX> <CY>12</CY> </Size> <Text>19</Text> <TextColor> <R>175</R> <G>175</G> <B>175</B> </TextColor> <NoWrap>true</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>true</AlignRight> </Label> <Label item="BW_Buff19Number"> <ScreenID>Buff19No</ScreenID> <Font>1</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>147</X> <Y>248</Y> </Location> <Size> <CX>23</CX> <CY>12</CY> </Size> <Text>20</Text> <TextColor> <R>175</R> <G>175</G> <B>175</B> </TextColor> <NoWrap>true</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>true</AlignRight> </Label> <Label item="BW_Buff20Number"> <ScreenID>Buff20No</ScreenID> <Font>1</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>147</X> <Y>261</Y> </Location> <Size> <CX>23</CX> <CY>12</CY> </Size> <Text>21</Text> <TextColor> <R>175</R> <G>175</G> <B>175</B> </TextColor> <NoWrap>true</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>true</AlignRight> </Label> <Label item="BW_Buff21Number"> <ScreenID>Buff21No</ScreenID> <Font>1</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>147</X> <Y>274</Y> </Location> <Size> <CX>23</CX> <CY>12</CY> </Size> <Text>22</Text> <TextColor> <R>175</R> <G>175</G> <B>175</B> </TextColor> <NoWrap>true</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>true</AlignRight> </Label> <Label item="BW_Buff22Number"> <ScreenID>Buff22No</ScreenID> <Font>1</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>147</X> <Y>287</Y> </Location> <Size> <CX>23</CX> <CY>12</CY> </Size> <Text>23</Text> <TextColor> <R>175</R> <G>175</G> <B>175</B> </TextColor> <NoWrap>true</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>true</AlignRight> </Label> <Label item="BW_Buff23Number"> <ScreenID>Buff23No</ScreenID> <Font>1</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>147</X> <Y>300</Y> </Location> <Size> <CX>23</CX> <CY>12</CY> </Size> <Text>24</Text> <TextColor> <R>175</R> <G>175</G> <B>175</B> </TextColor> <NoWrap>true</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>true</AlignRight> </Label> <Label item="BW_Buff24Number"> <ScreenID>Buff24No</ScreenID> <Font>1</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>147</X> <Y>313</Y> </Location> <Size> <CX>23</CX> <CY>12</CY> </Size> <Text>25</Text> <TextColor> <R>175</R> <G>175</G> <B>175</B> </TextColor> <NoWrap>true</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>true</AlignRight> </Label> <Label item="BW_Buff25Number"> <ScreenID>Buff25No</ScreenID> <Font>1</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>147</X> <Y>326</Y> </Location> <Size> <CX>23</CX> <CY>12</CY> </Size> <Text>26</Text> <TextColor> <R>175</R> <G>175</G> <B>175</B> </TextColor> <NoWrap>true</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>true</AlignRight> </Label> <Label item="BW_Buff26Number"> <ScreenID>Buff26No</ScreenID> <Font>1</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>147</X> <Y>339</Y> </Location> <Size> <CX>23</CX> <CY>12</CY> </Size> <Text>27</Text> <TextColor> <R>175</R> <G>175</G> <B>175</B> </TextColor> <NoWrap>true</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>true</AlignRight> </Label> <Label item="BW_Buff27Number"> <ScreenID>Buff27No</ScreenID> <Font>1</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>147</X> <Y>352</Y> </Location> <Size> <CX>23</CX> <CY>12</CY> </Size> <Text>28</Text> <TextColor> <R>175</R> <G>175</G> <B>175</B> </TextColor> <NoWrap>true</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>true</AlignRight> </Label> <Label item="BW_Buff28Number"> <ScreenID>Buff28No</ScreenID> <Font>1</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>147</X> <Y>365</Y> </Location> <Size> <CX>23</CX> <CY>12</CY> </Size> <Text>29</Text> <TextColor> <R>175</R> <G>175</G> <B>175</B> </TextColor> <NoWrap>true</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>true</AlignRight> </Label> <Label item="BW_Buff29Number"> <ScreenID>Buff29No</ScreenID> <Font>1</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>147</X> <Y>378</Y> </Location> <Size> <CX>23</CX> <CY>12</CY> </Size> <Text>30</Text> <TextColor> <R>175</R> <G>175</G> <B>175</B> </TextColor> <NoWrap>true</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>true</AlignRight> </Label> <Label item="BW_Buff30Number"> <ScreenID>Buff30No</ScreenID> <Font>1</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>147</X> <Y>391</Y> </Location> <Size> <CX>23</CX> <CY>12</CY> </Size> <Text>31</Text> <TextColor> <R>175</R> <G>175</G> <B>175</B> </TextColor> <NoWrap>true</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>true</AlignRight> </Label> <Label item="BW_Buff31Number"> <ScreenID>Buff31No</ScreenID> <Font>1</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>147</X> <Y>404</Y> </Location> <Size> <CX>23</CX> <CY>12</CY> </Size> <Text>32</Text> <TextColor> <R>175</R> <G>175</G> <B>175</B> </TextColor> <NoWrap>true</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>true</AlignRight> </Label> <Label item="BW_Buff32Number"> <ScreenID>Buff32No</ScreenID> <Font>1</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>147</X> <Y>417</Y> </Location> <Size> <CX>23</CX> <CY>12</CY> </Size> <Text>33</Text> <TextColor> <R>175</R> <G>175</G> <B>175</B> </TextColor> <NoWrap>true</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>true</AlignRight> </Label> <Label item="BW_Buff33Number"> <ScreenID>Buff33No</ScreenID> <Font>1</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>147</X> <Y>430</Y> </Location> <Size> <CX>23</CX> <CY>12</CY> </Size> <Text>34</Text> <TextColor> <R>175</R> <G>175</G> <B>175</B> </TextColor> <NoWrap>true</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>true</AlignRight> </Label> <Label item="BW_Buff34Number"> <ScreenID>Buff34No</ScreenID> <Font>1</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>147</X> <Y>443</Y> </Location> <Size> <CX>23</CX> <CY>12</CY> </Size> <Text>35</Text> <TextColor> <R>175</R> <G>175</G> <B>175</B> </TextColor> <NoWrap>true</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>true</AlignRight> </Label> <Label item="BW_Buff35Number"> <ScreenID>Buff35No</ScreenID> <Font>1</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>147</X> <Y>456</Y> </Location> <Size> <CX>23</CX> <CY>12</CY> </Size> <Text>36</Text> <TextColor> <R>175</R> <G>175</G> <B>175</B> </TextColor> <NoWrap>true</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>true</AlignRight> </Label> <Label item="BW_Buff36Number"> <ScreenID>Buff36No</ScreenID> <Font>1</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>147</X> <Y>469</Y> </Location> <Size> <CX>23</CX> <CY>12</CY> </Size> <Text>37</Text> <TextColor> <R>175</R> <G>175</G> <B>175</B> </TextColor> <NoWrap>true</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>true</AlignRight> </Label> <Label item="BW_Buff37Number"> <ScreenID>Buff37No</ScreenID> <Font>1</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>147</X> <Y>482</Y> </Location> <Size> <CX>23</CX> <CY>12</CY> </Size> <Text>38</Text> <TextColor> <R>175</R> <G>175</G> <B>175</B> </TextColor> <NoWrap>true</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>true</AlignRight> </Label> <Label item="BW_Buff38Number"> <ScreenID>Buff38No</ScreenID> <Font>1</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>147</X> <Y>495</Y> </Location> <Size> <CX>23</CX> <CY>12</CY> </Size> <Text>39</Text> <TextColor> <R>175</R> <G>175</G> <B>175</B> </TextColor> <NoWrap>true</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>true</AlignRight> </Label> <Label item="BW_Buff39Number"> <ScreenID>Buff39No</ScreenID> <Font>1</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>147</X> <Y>508</Y> </Location> <Size> <CX>23</CX> <CY>12</CY> </Size> <Text>40</Text> <TextColor> <R>175</R> <G>175</G> <B>175</B> </TextColor> <NoWrap>true</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>true</AlignRight> </Label> <Label item="BW_Buff40Number"> <ScreenID>Buff40No</ScreenID> <Font>1</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>147</X> <Y>521</Y> </Location> <Size> <CX>23</CX> <CY>12</CY> </Size> <Text>41</Text> <TextColor> <R>175</R> <G>175</G> <B>175</B> </TextColor> <NoWrap>true</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>true</AlignRight> </Label> <Label item="BW_Buff41Number"> <ScreenID>Buff41No</ScreenID> <Font>1</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>147</X> <Y>534</Y> </Location> <Size> <CX>23</CX> <CY>12</CY> </Size> <Text>42</Text> <TextColor> <R>175</R> <G>175</G> <B>175</B> </TextColor> <NoWrap>true</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>true</AlignRight> </Label> <Screen item="BuffWindow"> <Text>Sparxx Buffs</Text> <RelativePosition>false</RelativePosition> <Location> <X>200</X> <Y>200</Y> </Location> <Size> <CX>180</CX> <CY>550</CY> </Size> <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>true</Style_Border> <Style_Sizable>true</Style_Sizable> <Style_ClientMovable>true</Style_ClientMovable> <Pieces>TileLayoutBox:BW_Buttons</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_Buff20</Pieces> <Pieces>BW_Buff21</Pieces> <Pieces>BW_Buff22</Pieces> <Pieces>BW_Buff23</Pieces> <Pieces>BW_Buff24</Pieces> <Pieces>BW_Buff25</Pieces> <Pieces>BW_Buff26</Pieces> <Pieces>BW_Buff27</Pieces> <Pieces>BW_Buff28</Pieces> <Pieces>BW_Buff29</Pieces> <Pieces>BW_Buff30</Pieces> <Pieces>BW_Buff31</Pieces> <Pieces>BW_Buff32</Pieces> <Pieces>BW_Buff33</Pieces> <Pieces>BW_Buff34</Pieces> <Pieces>BW_Buff35</Pieces> <Pieces>BW_Buff36</Pieces> <Pieces>BW_Buff37</Pieces> <Pieces>BW_Buff38</Pieces> <Pieces>BW_Buff39</Pieces> <Pieces>BW_Buff40</Pieces> <Pieces>BW_Buff41</Pieces> <Pieces>BW_Buff0Number</Pieces> <Pieces>BW_Buff1Number</Pieces> <Pieces>BW_Buff2Number</Pieces> <Pieces>BW_Buff3Number</Pieces> <Pieces>BW_Buff4Number</Pieces> <Pieces>BW_Buff5Number</Pieces> <Pieces>BW_Buff6Number</Pieces> <Pieces>BW_Buff7Number</Pieces> <Pieces>BW_Buff8Number</Pieces> <Pieces>BW_Buff9Number</Pieces> <Pieces>BW_Buff10Number</Pieces> <Pieces>BW_Buff11Number</Pieces> <Pieces>BW_Buff12Number</Pieces> <Pieces>BW_Buff13Number</Pieces> <Pieces>BW_Buff14Number</Pieces> <Pieces>BW_Buff15Number</Pieces> <Pieces>BW_Buff16Number</Pieces> <Pieces>BW_Buff17Number</Pieces> <Pieces>BW_Buff18Number</Pieces> <Pieces>BW_Buff19Number</Pieces> <Pieces>BW_Buff20Number</Pieces> <Pieces>BW_Buff21Number</Pieces> <Pieces>BW_Buff22Number</Pieces> <Pieces>BW_Buff23Number</Pieces> <Pieces>BW_Buff24Number</Pieces> <Pieces>BW_Buff25Number</Pieces> <Pieces>BW_Buff26Number</Pieces> <Pieces>BW_Buff27Number</Pieces> <Pieces>BW_Buff28Number</Pieces> <Pieces>BW_Buff29Number</Pieces> <Pieces>BW_Buff30Number</Pieces> <Pieces>BW_Buff31Number</Pieces> <Pieces>BW_Buff32Number</Pieces> <Pieces>BW_Buff33Number</Pieces> <Pieces>BW_Buff34Number</Pieces> <Pieces>BW_Buff35Number</Pieces> <Pieces>BW_Buff36Number</Pieces> <Pieces>BW_Buff37Number</Pieces> <Pieces>BW_Buff38Number</Pieces> <Pieces>BW_Buff39Number</Pieces> <Pieces>BW_Buff40Number</Pieces> <Pieces>BW_Buff41Number</Pieces> <Font>2</Font> </Screen> </XML>

Song Window
Code:
<?xml version="1.0" encoding="us-ascii"?> <XML ID="EQInterfaceDefinitionLanguage"> <Schema xmlns="EverQuestData" xmlns:dt="EverQuestDataTypes" /> <Button item="SDBW_Player_Buff_Template"> <ScreenID>Player_Buff_Template</ScreenID> <RelativePosition>true</RelativePosition> <Size> <CX>167</CX> <CY>12</CY> </Size> <Template>BDT_PlayerBuff</Template> <DecalOffset> <X>0</X> <Y>0</Y> </DecalOffset> <DecalSize> <CX>16</CX> <CY>16</CY> </DecalSize> </Button> <TileLayoutBox item="SDBW_Buttons"> <ScreenID>Buff_Buttons</ScreenID> <RelativePosition>true</RelativePosition> <AutoStretch>true</AutoStretch> <BottomAnchorToTop>false</BottomAnchorToTop> <RightAnchorToLeft>false</RightAnchorToLeft> <Style_Transparent>true</Style_Transparent> <Spacing>1</Spacing> <SecondarySpacing>0</SecondarySpacing> <HorizontalFirst>false</HorizontalFirst> <AnchorToTop>true</AnchorToTop> <AnchorToLeft>false</AnchorToLeft> <FirstPieceTemplate>true</FirstPieceTemplate> <Pieces>SDBW_Player_Buff_Template</Pieces> </TileLayoutBox> <Label item="SDBW_Buff0"> <ScreenID>Buff0Label</ScreenID> <EQType>600</EQType> <Font>2</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>19</X> <Y>0</Y> </Location> <Size> <CX>150</CX> <CY>12</CY> </Size> <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>601</EQType> <Font>2</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>19</X> <Y>13</Y> </Location> <Size> <CX>150</CX> <CY>12</CY> </Size> <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>602</EQType> <Font>2</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>19</X> <Y>26</Y> </Location> <Size> <CX>150</CX> <CY>12</CY> </Size> <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>603</EQType> <Font>2</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>19</X> <Y>39</Y> </Location> <Size> <CX>150</CX> <CY>12</CY> </Size> <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>604</EQType> <Font>2</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>19</X> <Y>52</Y> </Location> <Size> <CX>150</CX> <CY>12</CY> </Size> <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>605</EQType> <Font>2</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>19</X> <Y>65</Y> </Location> <Size> <CX>150</CX> <CY>12</CY> </Size> <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>Buff6Label</ScreenID> <EQType>606</EQType> <Font>2</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>19</X> <Y>78</Y> </Location> <Size> <CX>150</CX> <CY>12</CY> </Size> <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>Buff7Label</ScreenID> <EQType>607</EQType> <Font>2</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>19</X> <Y>91</Y> </Location> <Size> <CX>150</CX> <CY>12</CY> </Size> <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>Buff8Label</ScreenID> <EQType>608</EQType> <Font>2</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>19</X> <Y>104</Y> </Location> <Size> <CX>150</CX> <CY>12</CY> </Size> <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>Buff9Label</ScreenID> <EQType>609</EQType> <Font>2</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>19</X> <Y>117</Y> </Location> <Size> <CX>150</CX> <CY>12</CY> </Size> <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>Buff10Label</ScreenID> <EQType>610</EQType> <Font>2</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>19</X> <Y>130</Y> </Location> <Size> <CX>150</CX> <CY>12</CY> </Size> <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>Buff11Label</ScreenID> <EQType>611</EQType> <Font>2</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>19</X> <Y>143</Y> </Location> <Size> <CX>150</CX> <CY>12</CY> </Size> <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>Buff12Label</ScreenID> <EQType>612</EQType> <Font>2</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>19</X> <Y>156</Y> </Location> <Size> <CX>150</CX> <CY>12</CY> </Size> <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>Buff13Label</ScreenID> <EQType>613</EQType> <Font>2</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>19</X> <Y>169</Y> </Location> <Size> <CX>150</CX> <CY>12</CY> </Size> <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>Buff14Label</ScreenID> <EQType>614</EQType> <Font>2</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>19</X> <Y>182</Y> </Location> <Size> <CX>150</CX> <CY>12</CY> </Size> <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_Buff15"> <ScreenID>Buff15Label</ScreenID> <EQType>615</EQType> <Font>2</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>19</X> <Y>195</Y> </Location> <Size> <CX>150</CX> <CY>12</CY> </Size> <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_Buff16"> <ScreenID>Buff16Label</ScreenID> <EQType>616</EQType> <Font>2</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>19</X> <Y>208</Y> </Location> <Size> <CX>150</CX> <CY>12</CY> </Size> <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_Buff17"> <ScreenID>Buff17Label</ScreenID> <EQType>617</EQType> <Font>2</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>19</X> <Y>221</Y> </Location> <Size> <CX>150</CX> <CY>12</CY> </Size> <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_Buff18"> <ScreenID>Buff18Label</ScreenID> <EQType>618</EQType> <Font>2</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>19</X> <Y>234</Y> </Location> <Size> <CX>150</CX> <CY>12</CY> </Size> <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_Buff19"> <ScreenID>Buff19Label</ScreenID> <EQType>619</EQType> <Font>2</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>19</X> <Y>247</Y> </Location> <Size> <CX>150</CX> <CY>12</CY> </Size> <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_Buff20"> <ScreenID>Buff20Label</ScreenID> <EQType>620</EQType> <Font>2</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>19</X> <Y>260</Y> </Location> <Size> <CX>150</CX> <CY>12</CY> </Size> <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_Buff21"> <ScreenID>Buff21Label</ScreenID> <EQType>621</EQType> <Font>2</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>19</X> <Y>273</Y> </Location> <Size> <CX>150</CX> <CY>12</CY> </Size> <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_Buff22"> <ScreenID>Buff22Label</ScreenID> <EQType>622</EQType> <Font>2</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>19</X> <Y>286</Y> </Location> <Size> <CX>150</CX> <CY>12</CY> </Size> <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_Buff23"> <ScreenID>Buff23Label</ScreenID> <EQType>623</EQType> <Font>2</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>19</X> <Y>300</Y> </Location> <Size> <CX>150</CX> <CY>12</CY> </Size> <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_Buff24"> <ScreenID>Buff24Label</ScreenID> <EQType>624</EQType> <Font>2</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>19</X> <Y>312</Y> </Location> <Size> <CX>150</CX> <CY>12</CY> </Size> <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_Buff25"> <ScreenID>Buff25Label</ScreenID> <EQType>625</EQType> <Font>2</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>19</X> <Y>325</Y> </Location> <Size> <CX>150</CX> <CY>12</CY> </Size> <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_Buff26"> <ScreenID>Buff26Label</ScreenID> <EQType>626</EQType> <Font>2</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>19</X> <Y>338</Y> </Location> <Size> <CX>150</CX> <CY>12</CY> </Size> <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_Buff27"> <ScreenID>Buff27Label</ScreenID> <EQType>627</EQType> <Font>2</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>19</X> <Y>351</Y> </Location> <Size> <CX>150</CX> <CY>12</CY> </Size> <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_Buff28"> <ScreenID>Buff28Label</ScreenID> <EQType>628</EQType> <Font>2</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>19</X> <Y>364</Y> </Location> <Size> <CX>150</CX> <CY>12</CY> </Size> <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_Buff29"> <ScreenID>Buff29Label</ScreenID> <EQType>629</EQType> <Font>2</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>19</X> <Y>377</Y> </Location> <Size> <CX>150</CX> <CY>12</CY> </Size> <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_Buff0Number"> <ScreenID>Buff0No</ScreenID> <Font>1</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>148</X> <Y>1</Y> </Location> <Size> <CX>23</CX> <CY>14</CY> </Size> <Text>1</Text> <TextColor> <R>175</R> <G>175</G> <B>175</B> </TextColor> <NoWrap>true</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>true</AlignRight> </Label> <Label item="SDBW_Buff1Number"> <ScreenID>Buff1No</ScreenID> <Font>1</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>148</X> <Y>14</Y> </Location> <Size> <CX>23</CX> <CY>14</CY> </Size> <Text>2</Text> <TextColor> <R>175</R> <G>175</G> <B>175</B> </TextColor> <NoWrap>true</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>true</AlignRight> </Label> <Label item="SDBW_Buff2Number"> <ScreenID>Buff2No</ScreenID> <Font>1</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>148</X> <Y>27</Y> </Location> <Size> <CX>23</CX> <CY>14</CY> </Size> <Text>3</Text> <TextColor> <R>175</R> <G>175</G> <B>175</B> </TextColor> <NoWrap>true</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>true</AlignRight> </Label> <Label item="SDBW_Buff3Number"> <ScreenID>Buff3No</ScreenID> <Font>1</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>148</X> <Y>40</Y> </Location> <Size> <CX>23</CX> <CY>14</CY> </Size> <Text>4</Text> <TextColor> <R>175</R> <G>175</G> <B>175</B> </TextColor> <NoWrap>true</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>true</AlignRight> </Label> <Label item="SDBW_Buff4Number"> <ScreenID>Buff4No</ScreenID> <Font>1</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>148</X> <Y>53</Y> </Location> <Size> <CX>23</CX> <CY>14</CY> </Size> <Text>5</Text> <TextColor> <R>175</R> <G>175</G> <B>175</B> </TextColor> <NoWrap>true</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>true</AlignRight> </Label> <Label item="SDBW_Buff5Number"> <ScreenID>Buff5No</ScreenID> <Font>1</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>148</X> <Y>66</Y> </Location> <Size> <CX>23</CX> <CY>14</CY> </Size> <Text>6</Text> <TextColor> <R>175</R> <G>175</G> <B>175</B> </TextColor> <NoWrap>true</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>true</AlignRight> </Label> <Label item="SDBW_Buff6Number"> <ScreenID>Buff6No</ScreenID> <Font>1</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>148</X> <Y>79</Y> </Location> <Size> <CX>23</CX> <CY>14</CY> </Size> <Text>7</Text> <TextColor> <R>175</R> <G>175</G> <B>175</B> </TextColor> <NoWrap>true</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>true</AlignRight> </Label> <Label item="SDBW_Buff7Number"> <ScreenID>Buff7No</ScreenID> <Font>1</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>148</X> <Y>92</Y> </Location> <Size> <CX>23</CX> <CY>14</CY> </Size> <Text>8</Text> <TextColor> <R>175</R> <G>175</G> <B>175</B> </TextColor> <NoWrap>true</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>true</AlignRight> </Label> <Label item="SDBW_Buff8Number"> <ScreenID>Buff8No</ScreenID> <Font>1</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>148</X> <Y>105</Y> </Location> <Size> <CX>23</CX> <CY>14</CY> </Size> <Text>9</Text> <TextColor> <R>175</R> <G>175</G> <B>175</B> </TextColor> <NoWrap>true</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>true</AlignRight> </Label> <Label item="SDBW_Buff9Number"> <ScreenID>Buff9No</ScreenID> <Font>1</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>148</X> <Y>118</Y> </Location> <Size> <CX>23</CX> <CY>14</CY> </Size> <Text>10</Text> <TextColor> <R>175</R> <G>175</G> <B>175</B> </TextColor> <NoWrap>true</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>true</AlignRight> </Label> <Label item="SDBW_Buff10Number"> <ScreenID>Buff10No</ScreenID> <Font>1</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>148</X> <Y>131</Y> </Location> <Size> <CX>23</CX> <CY>14</CY> </Size> <Text>11</Text> <TextColor> <R>175</R> <G>175</G> <B>175</B> </TextColor> <NoWrap>true</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>true</AlignRight> </Label> <Label item="SDBW_Buff11Number"> <ScreenID>Buff11No</ScreenID> <Font>1</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>148</X> <Y>144</Y> </Location> <Size> <CX>23</CX> <CY>14</CY> </Size> <Text>12</Text> <TextColor> <R>175</R> <G>175</G> <B>175</B> </TextColor> <NoWrap>true</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>true</AlignRight> </Label> <Label item="SDBW_Buff12Number"> <ScreenID>Buff12No</ScreenID> <Font>1</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>148</X> <Y>157</Y> </Location> <Size> <CX>23</CX> <CY>14</CY> </Size> <Text>13</Text> <TextColor> <R>175</R> <G>175</G> <B>175</B> </TextColor> <NoWrap>true</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>true</AlignRight> </Label> <Label item="SDBW_Buff13Number"> <ScreenID>Buff13No</ScreenID> <Font>1</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>148</X> <Y>170</Y> </Location> <Size> <CX>23</CX> <CY>14</CY> </Size> <Text>14</Text> <TextColor> <R>175</R> <G>175</G> <B>175</B> </TextColor> <NoWrap>true</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>true</AlignRight> </Label> <Label item="SDBW_Buff14Number"> <ScreenID>Buff14No</ScreenID> <Font>1</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>148</X> <Y>183</Y> </Location> <Size> <CX>23</CX> <CY>14</CY> </Size> <Text>15</Text> <TextColor> <R>175</R> <G>175</G> <B>175</B> </TextColor> <NoWrap>true</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>true</AlignRight> </Label> <Label item="SDBW_Buff15Number"> <ScreenID>Buff15No</ScreenID> <Font>1</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>148</X> <Y>196</Y> </Location> <Size> <CX>23</CX> <CY>14</CY> </Size> <Text>16</Text> <TextColor> <R>175</R> <G>175</G> <B>175</B> </TextColor> <NoWrap>true</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>true</AlignRight> </Label> <Label item="SDBW_Buff16Number"> <ScreenID>Buff16No</ScreenID> <Font>1</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>148</X> <Y>209</Y> </Location> <Size> <CX>23</CX> <CY>14</CY> </Size> <Text>17</Text> <TextColor> <R>175</R> <G>175</G> <B>175</B> </TextColor> <NoWrap>true</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>true</AlignRight> </Label> <Label item="SDBW_Buff17Number"> <ScreenID>Buff17No</ScreenID> <Font>1</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>148</X> <Y>222</Y> </Location> <Size> <CX>23</CX> <CY>14</CY> </Size> <Text>18</Text> <TextColor> <R>175</R> <G>175</G> <B>175</B> </TextColor> <NoWrap>true</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>true</AlignRight> </Label> <Label item="SDBW_Buff18Number"> <ScreenID>Buff18No</ScreenID> <Font>1</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>148</X> <Y>235</Y> </Location> <Size> <CX>23</CX> <CY>14</CY> </Size> <Text>19</Text> <TextColor> <R>175</R> <G>175</G> <B>175</B> </TextColor> <NoWrap>true</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>true</AlignRight> </Label> <Label item="SDBW_Buff19Number"> <ScreenID>Buff19No</ScreenID> <Font>1</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>148</X> <Y>248</Y> </Location> <Size> <CX>23</CX> <CY>14</CY> </Size> <Text>20</Text> <TextColor> <R>175</R> <G>175</G> <B>175</B> </TextColor> <NoWrap>true</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>true</AlignRight> </Label> <Label item="SDBW_Buff20Number"> <ScreenID>Buff20No</ScreenID> <Font>1</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>148</X> <Y>261</Y> </Location> <Size> <CX>23</CX> <CY>14</CY> </Size> <Text>21</Text> <TextColor> <R>175</R> <G>175</G> <B>175</B> </TextColor> <NoWrap>true</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>true</AlignRight> </Label> <Label item="SDBW_Buff21Number"> <ScreenID>Buff21No</ScreenID> <Font>1</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>148</X> <Y>274</Y> </Location> <Size> <CX>23</CX> <CY>14</CY> </Size> <Text>22</Text> <TextColor> <R>175</R> <G>175</G> <B>175</B> </TextColor> <NoWrap>true</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>true</AlignRight> </Label> <Label item="SDBW_Buff22Number"> <ScreenID>Buff22No</ScreenID> <Font>1</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>148</X> <Y>287</Y> </Location> <Size> <CX>23</CX> <CY>14</CY> </Size> <Text>23</Text> <TextColor> <R>175</R> <G>175</G> <B>175</B> </TextColor> <NoWrap>true</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>true</AlignRight> </Label> <Label item="SDBW_Buff23Number"> <ScreenID>Buff23No</ScreenID> <Font>1</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>148</X> <Y>300</Y> </Location> <Size> <CX>23</CX> <CY>14</CY> </Size> <Text>24</Text> <TextColor> <R>175</R> <G>175</G> <B>175</B> </TextColor> <NoWrap>true</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>true</AlignRight> </Label> <Label item="SDBW_Buff24Number"> <ScreenID>Buff24No</ScreenID> <Font>1</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>148</X> <Y>313</Y> </Location> <Size> <CX>23</CX> <CY>14</CY> </Size> <Text>25</Text> <TextColor> <R>175</R> <G>175</G> <B>175</B> </TextColor> <NoWrap>true</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>true</AlignRight> </Label> <Label item="SDBW_Buff25Number"> <ScreenID>Buff25No</ScreenID> <Font>1</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>148</X> <Y>326</Y> </Location> <Size> <CX>23</CX> <CY>14</CY> </Size> <Text>26</Text> <TextColor> <R>175</R> <G>175</G> <B>175</B> </TextColor> <NoWrap>true</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>true</AlignRight> </Label> <Label item="SDBW_Buff26Number"> <ScreenID>Buff26No</ScreenID> <Font>1</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>148</X> <Y>339</Y> </Location> <Size> <CX>23</CX> <CY>14</CY> </Size> <Text>27</Text> <TextColor> <R>175</R> <G>175</G> <B>175</B> </TextColor> <NoWrap>true</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>true</AlignRight> </Label> <Label item="SDBW_Buff27Number"> <ScreenID>Buff27No</ScreenID> <Font>1</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>148</X> <Y>352</Y> </Location> <Size> <CX>23</CX> <CY>14</CY> </Size> <Text>28</Text> <TextColor> <R>175</R> <G>175</G> <B>175</B> </TextColor> <NoWrap>true</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>true</AlignRight> </Label> <Label item="SDBW_Buff28Number"> <ScreenID>Buff28No</ScreenID> <Font>1</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>148</X> <Y>365</Y> </Location> <Size> <CX>23</CX> <CY>14</CY> </Size> <Text>29</Text> <TextColor> <R>175</R> <G>175</G> <B>175</B> </TextColor> <NoWrap>true</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>true</AlignRight> </Label> <Label item="SDBW_Buff29Number"> <ScreenID>Buff29No</ScreenID> <Font>1</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>148</X> <Y>378</Y> </Location> <Size> <CX>23</CX> <CY>14</CY> </Size> <Text>30</Text> <TextColor> <R>175</R> <G>175</G> <B>175</B> </TextColor> <NoWrap>true</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>true</AlignRight> </Label> <Screen item="ShortDurationBuffWindow"> <Text>Sparxx Songs</Text> <RelativePosition>false</RelativePosition> <Location> <X>200</X> <Y>200</Y> </Location> <Size> <CX>180</CX> <CY>400</CY> </Size> <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>true</Style_Border> <Style_Sizable>true</Style_Sizable> <Style_ClientMovable>true</Style_ClientMovable> <Pieces>TileLayoutBox:SDBW_Buttons</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_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> <Pieces>SDBW_Buff15</Pieces> <Pieces>SDBW_Buff16</Pieces> <Pieces>SDBW_Buff17</Pieces> <Pieces>SDBW_Buff18</Pieces> <Pieces>SDBW_Buff19</Pieces> <Pieces>SDBW_Buff20</Pieces> <Pieces>SDBW_Buff21</Pieces> <Pieces>SDBW_Buff22</Pieces> <Pieces>SDBW_Buff23</Pieces> <Pieces>SDBW_Buff24</Pieces> <Pieces>SDBW_Buff25</Pieces> <Pieces>SDBW_Buff26</Pieces> <Pieces>SDBW_Buff27</Pieces> <Pieces>SDBW_Buff28</Pieces> <Pieces>SDBW_Buff29</Pieces> <Pieces>SDBW_Buff0Number</Pieces> <Pieces>SDBW_Buff1Number</Pieces> <Pieces>SDBW_Buff2Number</Pieces> <Pieces>SDBW_Buff3Number</Pieces> <Pieces>SDBW_Buff4Number</Pieces> <Pieces>SDBW_Buff5Number</Pieces> <Pieces>SDBW_Buff6Number</Pieces> <Pieces>SDBW_Buff7Number</Pieces> <Pieces>SDBW_Buff8Number</Pieces> <Pieces>SDBW_Buff9Number</Pieces> <Pieces>SDBW_Buff10Number</Pieces> <Pieces>SDBW_Buff11Number</Pieces> <Pieces>SDBW_Buff12Number</Pieces> <Pieces>SDBW_Buff13Number</Pieces> <Pieces>SDBW_Buff14Number</Pieces> <Pieces>SDBW_Buff15Number</Pieces> <Pieces>SDBW_Buff16Number</Pieces> <Pieces>SDBW_Buff17Number</Pieces> <Pieces>SDBW_Buff18Number</Pieces> <Pieces>SDBW_Buff19Number</Pieces> <Pieces>SDBW_Buff20Number</Pieces> <Pieces>SDBW_Buff21Number</Pieces> <Pieces>SDBW_Buff22Number</Pieces> <Pieces>SDBW_Buff23Number</Pieces> <Pieces>SDBW_Buff24Number</Pieces> <Pieces>SDBW_Buff25Number</Pieces> <Pieces>SDBW_Buff26Number</Pieces> <Pieces>SDBW_Buff27Number</Pieces> <Pieces>SDBW_Buff28Number</Pieces> <Pieces>SDBW_Buff29Number</Pieces> <Font>2</Font> </Screen> </XML>

Leigo 03-09-2022 04:55 PM

Quote:
Originally Posted by arykus
Thank you so much for posting this. Is there a way to increase the font size, though? I tried just changing the <font>2</font> to 4, but that made the text clipped in half.

Yes i have double size ones. However I am working on a fix. Seems buffs cannot be clicked off currently with my windows. If anyone see's where I missed it let me know.

Emilari 03-09-2022 05:29 PM

Alright, so... here's how I fixed mine, and should solve many of peoples remaining issues. Unfortunately staggered buffs aren't possible, UI's using custom art for staggered buffs will need to update their art to a non-staggered form.

So first, the actual new buff template (not much change from the original):

Code:
<Button item="BW_Player_Buff_Template"> <ScreenID>Player_Buff_Template</ScreenID> <RelativePosition>true</RelativePosition> <Size> <CX>170</CX> <CY>15</CY> </Size> <Template>BDT_PlayerBuff</Template> <DecalOffset> <X>0</X> <Y>0</Y> </DecalOffset> <DecalSize> <CX>15</CX> <CY>15</CY> </DecalSize> </Button> <TileLayoutBox item="BW_Buttons"> <ScreenID>Buff_Buttons</ScreenID> <RelativePosition>true</RelativePosition> <AutoStretch>true</AutoStretch> <TopAnchorOffset>1</TopAnchorOffset> <LeftAnchorOffset>1</LeftAnchorOffset> <RightAnchorOffset>1</RightAnchorOffset> <BottomAnchorOffset>1</BottomAnchorOffset> <BottomAnchorToTop>false</BottomAnchorToTop> <RightAnchorToLeft>false</RightAnchorToLeft> <Style_Transparent>true</Style_Transparent> <Spacing>0</Spacing> <SecondarySpacing>0</SecondarySpacing> <HorizontalFirst>true</HorizontalFirst> <AnchorToTop>true</AnchorToTop> <AnchorToLeft>true</AnchorToLeft> <FirstPieceTemplate>true</FirstPieceTemplate> <SnapToChildren>true</SnapToChildren> <Style_Sizable>false</Style_Sizable> <Pieces>BW_Player_Buff_Template</Pieces> </TileLayoutBox>


Then, to add number placeholders (1, 2, 3, 4, etc): (only listed 2 here, you can see my pending uploads for the full version).

Code:
<Label item="BW_Buff0_Place"> <ScreenID>Buff0Place</ScreenID> <RelativePosition>true</RelativePosition> <Font>2</Font> <Size> <CX>170</CX> <CY>15</CY> </Size> <Text>1</Text> <NoWrap>true</NoWrap> <Style_Tooltip>false</Style_Tooltip> <AlignLeft>true</AlignLeft> </Label> <Label item="BW_Buff1_Place"> <ScreenID>Buff1Place</ScreenID> <RelativePosition>true</RelativePosition> <Font>2</Font> <Text>2</Text> <Style_Tooltip>false</Style_Tooltip> </Label><TileLayoutBox item="BW_Places"> <RelativePosition>true</RelativePosition> <AutoStretch>true</AutoStretch> <TopAnchorOffset>1</TopAnchorOffset> <LeftAnchorOffset>1</LeftAnchorOffset> <RightAnchorOffset>1</RightAnchorOffset> <BottomAnchorOffset>1</BottomAnchorOffset> <BottomAnchorToTop>false</BottomAnchorToTop> <RightAnchorToLeft>false</RightAnchorToLeft> <Style_Transparent>true</Style_Transparent> <Spacing>0</Spacing> <SecondarySpacing>0</SecondarySpacing> <HorizontalFirst>true</HorizontalFirst> <AnchorToTop>true</AnchorToTop> <AnchorToLeft>true</AnchorToLeft> <FirstPieceTemplate>true</FirstPieceTemplate> <SnapToChildren>true</SnapToChildren> <Style_Sizable>false</Style_Sizable> <Style_Tooltip>false</Style_Tooltip> <Pieces>BW_Buff0_Place</Pieces> <Pieces>BW_Buff1_Place</Pieces></TileLayoutBox>


Then, to add labels in proper places with proper spacing:

Code:
<Label item="BW_Buff_FrontSpacer"> <ScreenID>BuffFrontSpacer</ScreenID> <RelativePosition>true</RelativePosition> <Font>2</Font> <Location> <X>0</X> <Y>2</Y> </Location> <Size> <CX>12</CX> <CY>16</CY> </Size> <Style_Tooltip>false</Style_Tooltip> </Label> <Label item="BW_Buff_BackSpacer"> <ScreenID>BuffBackSpacer</ScreenID> <RelativePosition>true</RelativePosition> <Font>2</Font> <Location> <X>151</X> <Y>2</Y> </Location> <Size> <CX>15</CX> <CY>16</CY> </Size> <Style_Tooltip>false</Style_Tooltip> </Label> <Label item="BW_Buff0_Label"> <ScreenID>Buff0Label</ScreenID> <RelativePosition>true</RelativePosition> <Font>2</Font> <Location> <X>16</X> <Y>2</Y> </Location> <Size> <CX>135</CX> <CY>15</CY> </Size> <EQType>500</EQType> <NoWrap>true</NoWrap> <Style_Tooltip>false</Style_Tooltip> </Label> <Screen item="BW_00_Screen"> <Size> <CX>170</CX> <CY>15</CY> </Size> <Pieces>BW_Buff_FrontSpacer</Pieces> <Pieces>BW_Buff0_Label</Pieces> <Pieces>BW_Buff_BackSpacer</Pieces> </Screen> <Label item="BW_Buff1_Label"> <ScreenID>Buff1Label</ScreenID> <RelativePosition>true</RelativePosition> <Font>2</Font> <Location> <X>16</X> <Y>2</Y> </Location> <Size> <CX>135</CX> <CY>15</CY> </Size> <EQType>501</EQType> <NoWrap>true</NoWrap> <Style_Tooltip>false</Style_Tooltip> </Label> <Screen item="BW_01_Screen"> <Size> <CX>170</CX> <CY>15</CY> </Size> <Pieces>BW_Buff_FrontSpacer</Pieces> <Pieces>BW_Buff1_Label</Pieces> <Pieces>BW_Buff_BackSpacer</Pieces> </Screen><TileLayoutBox item="BW_Labels"> <RelativePosition>true</RelativePosition> <AutoStretch>true</AutoStretch> <TopAnchorOffset>1</TopAnchorOffset> <LeftAnchorOffset>1</LeftAnchorOffset> <RightAnchorOffset>1</RightAnchorOffset> <BottomAnchorOffset>1</BottomAnchorOffset> <BottomAnchorToTop>false</BottomAnchorToTop> <RightAnchorToLeft>false</RightAnchorToLeft> <Style_Transparent>true</Style_Transparent> <Spacing>0</Spacing> <SecondarySpacing>0</SecondarySpacing> <HorizontalFirst>true</HorizontalFirst> <AnchorToTop>true</AnchorToTop> <AnchorToLeft>true</AnchorToLeft> <FirstPieceTemplate>true</FirstPieceTemplate> <SnapToChildren>true</SnapToChildren> <Style_Sizable>false</Style_Sizable> <Style_Tooltip>false</Style_Tooltip> <Pieces>Screen:BW_00_Screen</Pieces> <Pieces>Screen:BW_01_Screen</Pieces></TileLayoutBox>


And to put it all together at the end:

Code:
<LayoutStrategy item="BW_Snap_Both"> <Padding>0</Padding> <ResizeHorizontal>true</ResizeHorizontal> <ResizeVertical>true</ResizeVertical> </LayoutStrategy> <Screen item="BuffWindow"> <RelativePosition>false</RelativePosition> <Font>2</Font> <Location> <X>415</X> <Y>0</Y> </Location> <Size> <CX>104</CX> <CY>395</CY> </Size> <DrawTemplate>WDT_Inner</DrawTemplate> <Layout>BW_Snap_Both</Layout> <Style_Transparent>true</Style_Transparent> <Style_Titlebar>false</Style_Titlebar> <Style_Closebox>true</Style_Closebox> <Style_Minimizebox>false</Style_Minimizebox> <Style_Border>true</Style_Border> <Style_Sizable>true</Style_Sizable> <Style_ClientMovable>true</Style_ClientMovable> <Escapable>false</Escapable> <Pieces>TileLayoutBox:BW_Places</Pieces> <Pieces>TileLayoutBox:BW_Buttons</Pieces> <Pieces>TileLayoutBox:BW_Labels</Pieces> </Screen>


I've tested and all functionality works, adjusting properly, being able to click, etc, etc. I hope this helps some of you figure yours out.

arykus 03-09-2022 05:37 PM

Clicking off works fine for me with the code you posted

Quote:
Originally Posted by Leigo
Yes i have double size ones. However I am working on a fix. Seems buffs cannot be clicked off currently with my windows. If anyone see's where I missed it let me know.

Angahran 03-09-2022 05:57 PM

Quote:
Originally Posted by Leigo
Yes i have double size ones. However I am working on a fix. Seems buffs cannot be clicked off currently with my windows. If anyone see's where I missed it let me know.

Make sure nothing is layered on top of the 'button' elements.

BalforH 03-10-2022 12:06 AM

BalforUI Fixed
 
3 Attachment(s)
Howdy All
Here is how I fixed my buff/song windows, they are sizable and movable (grab the top)

Perri 03-10-2022 07:26 AM

Is there a way to make these buff windows scrollable so they don't hog all the real-estate on my ui? Playing on a 15" laptop (.

Prior to March 9th, the ones i were using for songs, buffs and auras were scrollable and resizable.

Huevos 03-10-2022 08:13 PM

Quote:
Originally Posted by BalforH
Howdy All
Here is how I fixed my buff/song windows, they are sizable and movable (grab the top)


Just tried them and it loads the default UI from errors.

turk182 03-11-2022 04:12 AM

same as above, there was some fixed target files from various creator and i just loaded balfors but it just bugs out to the default . Also the fixed target is no longer working as well.

did they sneak in a change in the last 24 hours?

Cudya 03-12-2022 12:22 AM

I did get mine working, pretty much the same as before the patch. Just like above, it has the icon (I use old ones but you can use whatever), then the name of the buff, then the time left.

If you look at the screenshot here, even though it is an old one, it still looks the same: https://www.eqinterface.com/downloa...nfo.php?id=5945

Just tried it tonight (March 11, 2022) and nothing seems to have changed since the patch.

Billa 03-12-2022 01:21 PM

Still Stuck
 
1 Attachment(s)
My buff window is set up differently from the way most people in this thread so far have done. I've run into an odd problem and hope one of you can help me. I've got the label showing up, but I only get a label for the first buff. Here's the code I'm using for my labels:

<Label item="BW_Player_Label_Template">
<ScreenID>Player_Label_Template</ScreenID>
<EQType>500</EQType>
<Font>0</Font>
<RelativePosition>true</RelativePosition>
<Style_Tooltip>false</Style_Tooltip>
<Location>
<X>16</X>
<Y>2</Y>
</Location>
<Size>
<CX>40</CX>
<CY>50</CY>
</Size>
<Template>BDT_BuffLabel</Template>
<Text />
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>false</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
</Label>

<TileLayoutBox item="BW_Labels">
<ScreenID>Buff_Labels</ScreenID>
<RelativePosition>true</RelativePosition>
<AutoStretch>true</AutoStretch>
<BottomAnchorToTop>false</BottomAnchorToTop>
<RightAnchorToLeft>false</RightAnchorToLeft>
<Style_Transparent>true</Style_Transparent>
<TopAnchorOffset>50</TopAnchorOffset>
<Spacing>24</Spacing>
<SecondarySpacing>0</SecondarySpacing>
<HorizontalFirst>false</HorizontalFirst>
<AnchorToTop>true</AnchorToTop>
<AnchorToLeft>false</AnchorToLeft>
<FirstPieceTemplate>true</FirstPieceTemplate>
<Pieces>BW_Player_Label_Template</Pieces>
</TileLayoutBox>

and <Pieces>TileLayoutBox:BW_Labels</Pieces>
down at the bottom.

Any help would be appreciated. Thanks.

Cudya 03-12-2022 03:53 PM

Quote:
Originally Posted by Billa
I've got the label showing up, but I only get a label for the first buff.

I don't know how others are doing it, but I have separate code for each label, 0 through 41

Billa 03-13-2022 08:08 AM

Quote:
Originally Posted by Cudya
I don't know how others are doing it, but I have separate code for each label, 0 through 41



I tried adding a second, numbered label & template to see if it gave me a second label, before going all in, and I got nothing. :(


All times are GMT -5. The time now is 05:58 AM.

vBulletin Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.