Page 22 of 44

Posted: Fri Feb 04, 2005 8:42 am
by SillyBluE
Yeah I know its not MQ :D , I crashed with out mq running . but it did work with default ui. before the new latest patch that was done .

Anyone coded up the ui to work with current eq , annoying seein your xml files are blah, use default ui . :D

Posted: Sat Feb 05, 2005 2:56 pm
by Fuergrissa
loadingpleasewait wrote:its probably not the map XML, there is a

Code: Select all

/mapfilter menu
command that allows the context menu to pop up or not..
Thank you

Posted: Sun Feb 06, 2005 1:42 pm
by htw
Well, I talked to freq last week, about the shortdurbuffs going from 6 to 12, he said looks like the eqtypes are not avail yet, but they pushed the xml anyway. I made mine like below, it just uses the mq2types doubling the buffs, so when it's pushed accurate, I can change them to what they should be. At least no XML errors until then, and then just a quick edit.

EQUI_ShortDurationBuffWindow.xml

Code: Select all

<?xml version="1.0" encoding="us-ascii"?>
<XML ID="EQInterfaceDefinitionLanguage">
  <Schema xmlns="EverQuestData" xmlns:dt="EverQuestDataTypes" />
  <Button item="SDBW_Buff0_Button">
    <ScreenID>Buff0</ScreenID>
    <!--<Font>3</Font>-->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>3</X>
      <Y>3</Y>
    </Location>
    <Size>
      <CX>36</CX>
      <CY>36</CY>
    </Size>
    <Style_VScroll>false</Style_VScroll>
    <Style_HScroll>false</Style_HScroll>
    <Style_Transparent>false</Style_Transparent>
    <!--<TooltipReference/>   -->
    <Style_Checkbox>false</Style_Checkbox>
    <!--<RadioGroup/>   -->
    <ButtonDrawTemplate>
      <Normal>BlueIconBackground</Normal>
      <NormalDecal>BuffIcons</NormalDecal>
    </ButtonDrawTemplate>
    <!--  
			<SoundPressed/>
			<SoundUp/>
			<SoundFlyby/>
		-->
    <DecalOffset>
      <X>2</X>
      <Y>2</Y>
    </DecalOffset>
    <DecalSize>
      <CX>32</CX>
      <CY>32</CY>
    </DecalSize>
  </Button>
  <Button item="SDBW_Buff1_Button">
    <ScreenID>Buff1</ScreenID>
    <!--<Font>3</Font>   -->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>3</X>
      <Y>39</Y>
    </Location>
    <Size>
      <CX>36</CX>
      <CY>36</CY>
    </Size>
    <Style_VScroll>false</Style_VScroll>
    <Style_HScroll>false</Style_HScroll>
    <Style_Transparent>false</Style_Transparent>
    <!--<TooltipReference/>   -->
    <Style_Checkbox>false</Style_Checkbox>
    <RadioGroup />
    <ButtonDrawTemplate>
      <Normal>RedIconBackground</Normal>
      <NormalDecal>BuffIcons</NormalDecal>
    </ButtonDrawTemplate>
    <!--  		
			<SoundPressed/>
			<SoundUp/>
			<SoundFlyby/>
		-->
    <DecalOffset>
      <X>2</X>
      <Y>2</Y>
    </DecalOffset>
    <DecalSize>
      <CX>32</CX>
      <CY>32</CY>
    </DecalSize>
  </Button>
  <Button item="SDBW_Buff2_Button">
    <ScreenID>Buff2</ScreenID>
    <!--<Font>3</Font>   -->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>3</X>
      <Y>75</Y>
    </Location>
    <Size>
      <CX>36</CX>
      <CY>36</CY>
    </Size>
    <Style_VScroll>false</Style_VScroll>
    <Style_HScroll>false</Style_HScroll>
    <Style_Transparent>false</Style_Transparent>
    <!--<TooltipReference/>   -->
    <Style_Checkbox>false</Style_Checkbox>
    <RadioGroup />
    <ButtonDrawTemplate>
      <Normal>RedIconBackground</Normal>
      <NormalDecal>BuffIcons</NormalDecal>
    </ButtonDrawTemplate>
    <!--  
			<SoundPressed/>
			<SoundUp/>
			<SoundFlyby/>
		-->
    <DecalOffset>
      <X>2</X>
      <Y>2</Y>
    </DecalOffset>
    <DecalSize>
      <CX>32</CX>
      <CY>32</CY>
    </DecalSize>
  </Button>
  <Button item="SDBW_Buff3_Button">
    <ScreenID>Buff3</ScreenID>
    <!--<Font>3</Font>   -->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>3</X>
      <Y>111</Y>
    </Location>
    <Size>
      <CX>36</CX>
      <CY>36</CY>
    </Size>
    <Style_VScroll>false</Style_VScroll>
    <Style_HScroll>false</Style_HScroll>
    <Style_Transparent>false</Style_Transparent>
    <!--<TooltipReference/>   -->
    <Style_Checkbox>false</Style_Checkbox>
    <RadioGroup />
    <ButtonDrawTemplate>
      <Normal>BlueIconBackground</Normal>
      <NormalDecal>BuffIcons</NormalDecal>
    </ButtonDrawTemplate>
    <!-- Default and not used		
			<SoundPressed/>
			<SoundUp/>
			<SoundFlyby/>
		-->
    <DecalOffset>
      <X>2</X>
      <Y>2</Y>
    </DecalOffset>
    <DecalSize>
      <CX>32</CX>
      <CY>32</CY>
    </DecalSize>
  </Button>
  <Button item="SDBW_Buff4_Button">
    <ScreenID>Buff4</ScreenID>
    <!--<Font>3</Font> Default -->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>3</X>
      <Y>147</Y>
    </Location>
    <Size>
      <CX>36</CX>
      <CY>36</CY>
    </Size>
    <Style_VScroll>false</Style_VScroll>
    <Style_HScroll>false</Style_HScroll>
    <Style_Transparent>false</Style_Transparent>
    <TooltipReference />
    <Style_Checkbox>false</Style_Checkbox>
    <!--<RadioGroup/> Default -->
    <ButtonDrawTemplate>
      <Normal>RedIconBackground</Normal>
      <NormalDecal>BuffIcons</NormalDecal>
    </ButtonDrawTemplate>
    <!--Default
			<SoundPressed/>
			<SoundUp/>
			<SoundFlyby/>
		-->
    <DecalOffset>
      <X>2</X>
      <Y>2</Y>
    </DecalOffset>
    <DecalSize>
      <CX>32</CX>
      <CY>32</CY>
    </DecalSize>
  </Button>
  <Button item="SDBW_Buff5_Button">
    <ScreenID>Buff5</ScreenID>
    <!--<Font>3</Font> Defautl -->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>3</X>
      <Y>183</Y>
    </Location>
    <Size>
      <CX>36</CX>
      <CY>36</CY>
    </Size>
    <Style_VScroll>false</Style_VScroll>
    <Style_HScroll>false</Style_HScroll>
    <Style_Transparent>false</Style_Transparent>
    <!--<TooltipReference/> Default -->
    <Style_Checkbox>false</Style_Checkbox>
    <!--<RadioGroup/> Default -->
    <ButtonDrawTemplate>
      <Normal>RedIconBackground</Normal>
      <NormalDecal>BuffIcons</NormalDecal>
    </ButtonDrawTemplate>
    <!-- 
			<SoundPressed/>
			<SoundUp/>
			<SoundFlyby/>
		-->
    <DecalOffset>
      <X>2</X>
      <Y>2</Y>
    </DecalOffset>
    <DecalSize>
      <CX>32</CX>
      <CY>32</CY>
    </DecalSize>
  </Button>
  <Button item="SDBW_Buff6_Button">
    <ScreenID>Buff6</ScreenID>
    <!--<Font>3</Font> Defautl -->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>3</X>
      <Y>219</Y>
    </Location>
    <Size>
      <CX>36</CX>
      <CY>36</CY>
    </Size>
    <Style_VScroll>false</Style_VScroll>
    <Style_HScroll>false</Style_HScroll>
    <Style_Transparent>false</Style_Transparent>
    <!--<TooltipReference/> Default -->
    <Style_Checkbox>false</Style_Checkbox>
    <!--<RadioGroup/> Default -->
    <ButtonDrawTemplate>
      <Normal>RedIconBackground</Normal>
      <NormalDecal>BuffIcons</NormalDecal>
    </ButtonDrawTemplate>
    <!-- 
			<SoundPressed/>
			<SoundUp/>
			<SoundFlyby/>
		-->
    <DecalOffset>
      <X>2</X>
      <Y>2</Y>
    </DecalOffset>
    <DecalSize>
      <CX>32</CX>
      <CY>32</CY>
    </DecalSize>
  </Button>
  <Button item="SDBW_Buff7_Button">
    <ScreenID>Buff7</ScreenID>
    <!--<Font>3</Font> Defautl -->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>3</X>
      <Y>255</Y>
    </Location>
    <Size>
      <CX>36</CX>
      <CY>36</CY>
    </Size>
    <Style_VScroll>false</Style_VScroll>
    <Style_HScroll>false</Style_HScroll>
    <Style_Transparent>false</Style_Transparent>
    <!--<TooltipReference/> Default -->
    <Style_Checkbox>false</Style_Checkbox>
    <!--<RadioGroup/> Default -->
    <ButtonDrawTemplate>
      <Normal>RedIconBackground</Normal>
      <NormalDecal>BuffIcons</NormalDecal>
    </ButtonDrawTemplate>
    <!-- 
			<SoundPressed/>
			<SoundUp/>
			<SoundFlyby/>
		-->
    <DecalOffset>
      <X>2</X>
      <Y>2</Y>
    </DecalOffset>
    <DecalSize>
      <CX>32</CX>
      <CY>32</CY>
    </DecalSize>
  </Button>
  <Button item="SDBW_Buff8_Button">
    <ScreenID>Buff8</ScreenID>
    <!--<Font>3</Font> Defautl -->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>3</X>
      <Y>291</Y>
    </Location>
    <Size>
      <CX>36</CX>
      <CY>36</CY>
    </Size>
    <Style_VScroll>false</Style_VScroll>
    <Style_HScroll>false</Style_HScroll>
    <Style_Transparent>false</Style_Transparent>
    <!--<TooltipReference/> Default -->
    <Style_Checkbox>false</Style_Checkbox>
    <!--<RadioGroup/> Default -->
    <ButtonDrawTemplate>
      <Normal>RedIconBackground</Normal>
      <NormalDecal>BuffIcons</NormalDecal>
    </ButtonDrawTemplate>
    <!-- 
			<SoundPressed/>
			<SoundUp/>
			<SoundFlyby/>
		-->
    <DecalOffset>
      <X>2</X>
      <Y>2</Y>
    </DecalOffset>
    <DecalSize>
      <CX>32</CX>
      <CY>32</CY>
    </DecalSize>
  </Button>
  <Button item="SDBW_Buff9_Button">
    <ScreenID>Buff9</ScreenID>
    <!--<Font>3</Font> Defautl -->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>3</X>
      <Y>327</Y>
    </Location>
    <Size>
      <CX>36</CX>
      <CY>36</CY>
    </Size>
    <Style_VScroll>false</Style_VScroll>
    <Style_HScroll>false</Style_HScroll>
    <Style_Transparent>false</Style_Transparent>
    <!--<TooltipReference/> Default -->
    <Style_Checkbox>false</Style_Checkbox>
    <!--<RadioGroup/> Default -->
    <ButtonDrawTemplate>
      <Normal>RedIconBackground</Normal>
      <NormalDecal>BuffIcons</NormalDecal>
    </ButtonDrawTemplate>
    <!-- 
			<SoundPressed/>
			<SoundUp/>
			<SoundFlyby/>
		-->
    <DecalOffset>
      <X>2</X>
      <Y>2</Y>
    </DecalOffset>
    <DecalSize>
      <CX>32</CX>
      <CY>32</CY>
    </DecalSize>
  </Button>
  <Button item="SDBW_Buff10_Button">
    <ScreenID>Buff10</ScreenID>
    <!--<Font>3</Font> Defautl -->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>3</X>
      <Y>363</Y>
    </Location>
    <Size>
      <CX>36</CX>
      <CY>36</CY>
    </Size>
    <Style_VScroll>false</Style_VScroll>
    <Style_HScroll>false</Style_HScroll>
    <Style_Transparent>false</Style_Transparent>
    <!--<TooltipReference/> Default -->
    <Style_Checkbox>false</Style_Checkbox>
    <!--<RadioGroup/> Default -->
    <ButtonDrawTemplate>
      <Normal>RedIconBackground</Normal>
      <NormalDecal>BuffIcons</NormalDecal>
    </ButtonDrawTemplate>
    <!-- 
			<SoundPressed/>
			<SoundUp/>
			<SoundFlyby/>
		-->
    <DecalOffset>
      <X>2</X>
      <Y>2</Y>
    </DecalOffset>
    <DecalSize>
      <CX>32</CX>
      <CY>32</CY>
    </DecalSize>
  </Button>
  <Button item="SDBW_Buff11_Button">
    <ScreenID>Buff11</ScreenID>
    <!--<Font>3</Font> Defautl -->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>3</X>
      <Y>399</Y>
    </Location>
    <Size>
      <CX>36</CX>
      <CY>36</CY>
    </Size>
    <Style_VScroll>false</Style_VScroll>
    <Style_HScroll>false</Style_HScroll>
    <Style_Transparent>false</Style_Transparent>
    <!--<TooltipReference/> Default -->
    <Style_Checkbox>false</Style_Checkbox>
    <!--<RadioGroup/> Default -->
    <ButtonDrawTemplate>
      <Normal>RedIconBackground</Normal>
      <NormalDecal>BuffIcons</NormalDecal>
    </ButtonDrawTemplate>
    <!-- 
			<SoundPressed/>
			<SoundUp/>
			<SoundFlyby/>
		-->
    <DecalOffset>
      <X>2</X>
      <Y>2</Y>
    </DecalOffset>
    <DecalSize>
      <CX>32</CX>
      <CY>32</CY>
    </DecalSize>
  </Button>
  <Label item="SDBW_Buff0">
    <ScreenID>Buff0Label</ScreenID>
    <Location>
      <X>4</X>
      <Y>9</Y>
    </Location>
    <EQType>80</EQType>
    <Font>1</Font>
    <RelativePosition>true</RelativePosition>
    <Size>
      <CX>92</CX>
      <CY>26</CY>
    </Size>
    <Text>Regrowth of the Grove</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>False</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
  </Label>
  <Label item="SDBW_Buff1">
    <ScreenID>Buff1Label</ScreenID>
    <Location>
      <X>4</X>
      <Y>45</Y>
    </Location>
    <EQType>81</EQType>
    <Font>1</Font>
    <RelativePosition>true</RelativePosition>
    <Size>
      <CX>92</CX>
      <CY>26</CY>
    </Size>
    <Text>Regrowth of the Grove</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>False</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
  </Label>
  <Label item="SDBW_Buff2">
    <ScreenID>Buff2Label</ScreenID>
    <Location>
      <X>4</X>
      <Y>81</Y>
    </Location>
    <EQType>82</EQType>
    <Font>1</Font>
    <RelativePosition>true</RelativePosition>
    <Size>
      <CX>92</CX>
      <CY>26</CY>
    </Size>
    <Text>Regrowth of the Grove</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>False</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
  </Label>
  <Label item="SDBW_Buff3">
    <ScreenID>Buff3Label</ScreenID>
    <Location>
      <X>4</X>
      <Y>117</Y>
    </Location>
    <EQType>83</EQType>
    <Font>1</Font>
    <RelativePosition>true</RelativePosition>
    <Size>
      <CX>92</CX>
      <CY>26</CY>
    </Size>
    <Text>Regrowth of the Grove</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>False</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
  </Label>
  <Label item="SDBW_Buff4">
    <ScreenID>Buff4Label</ScreenID>
    <Location>
      <X>4</X>
      <Y>153</Y>
    </Location>
    <EQType>84</EQType>
    <Font>1</Font>
    <RelativePosition>true</RelativePosition>
    <Size>
      <CX>92</CX>
      <CY>26</CY>
    </Size>
    <Text>Regrowth of the Grove</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>False</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
  </Label>
  <Label item="SDBW_Buff5">
    <ScreenID>Buff5Label</ScreenID>
    <Location>
      <X>4</X>
      <Y>189</Y>
    </Location>
    <EQType>85</EQType>
    <Font>1</Font>
    <RelativePosition>true</RelativePosition>
    <Size>
      <CX>92</CX>
      <CY>26</CY>
    </Size>
    <Text>Regrowth of the Grove</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>False</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
  </Label>
  <Label item="SDBW_Buff6">
    <ScreenID>Buff6Label</ScreenID>
    <Location>
      <X>4</X>
      <Y>225</Y>
    </Location>
    <EQType>80</EQType>
    <Font>1</Font>
    <RelativePosition>true</RelativePosition>
    <Size>
      <CX>92</CX>
      <CY>26</CY>
    </Size>
    <Text>Regrowth of the Grove</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>False</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
  </Label>
  <Label item="SDBW_Buff7">
    <ScreenID>Buff7Label</ScreenID>
    <Location>
      <X>4</X>
      <Y>261</Y>
    </Location>
    <EQType>81</EQType>
    <Font>1</Font>
    <RelativePosition>true</RelativePosition>
    <Size>
      <CX>92</CX>
      <CY>26</CY>
    </Size>
    <Text>Regrowth of the Grove</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>False</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
  </Label>
  <Label item="SDBW_Buff8">
    <ScreenID>Buff8Label</ScreenID>
    <Location>
      <X>4</X>
      <Y>297</Y>
    </Location>
    <EQType>82</EQType>
    <Font>1</Font>
    <RelativePosition>true</RelativePosition>
    <Size>
      <CX>92</CX>
      <CY>26</CY>
    </Size>
    <Text>Regrowth of the Grove</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>False</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
  </Label>
  <Label item="SDBW_Buff9">
    <ScreenID>Buff9Label</ScreenID>
    <Location>
      <X>4</X>
      <Y>333</Y>
    </Location>
    <EQType>83</EQType>
    <Font>1</Font>
    <RelativePosition>true</RelativePosition>
    <Size>
      <CX>92</CX>
      <CY>26</CY>
    </Size>
    <Text>Regrowth of the Grove</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>False</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
  </Label>
  <Label item="SDBW_Buff10">
    <ScreenID>Buff10Label</ScreenID>
    <Location>
      <X>4</X>
      <Y>369</Y>
    </Location>
    <EQType>84</EQType>
    <Font>1</Font>
    <RelativePosition>true</RelativePosition>
    <Size>
      <CX>92</CX>
      <CY>26</CY>
    </Size>
    <Text>Regrowth of the Grove</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>False</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
  </Label>
  <Label item="SDBW_Buff11">
    <ScreenID>Buff11Label</ScreenID>
    <Location>
      <X>4</X>
      <Y>405</Y>
    </Location>
    <EQType>85</EQType>
    <Font>1</Font>
    <RelativePosition>true</RelativePosition>
    <Size>
      <CX>92</CX>
      <CY>26</CY>
    </Size>
    <Text>Regrowth of the Grove</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>False</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
  </Label>
  <Screen item="ShortDurationBuffWindow">
    <!--<ScreenID/>-->
    <Text>Songs</Text>
    <RelativePosition>false</RelativePosition>
    <Location>
      <X>415</X>
      <Y>395</Y>
    </Location>
    <Size>
      <CX>130</CX>
      <CY>450</CY>
    </Size>
    <Style_VScroll>false</Style_VScroll>
    <Style_HScroll>false</Style_HScroll>
    <Style_Transparent>true</Style_Transparent>
    <!--<TooltipReference/>-->
    <DrawTemplate>WDT_Def</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>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_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>
  </Screen>
</XML>
htw

Posted: Sun Feb 06, 2005 2:25 pm
by wassup
htw wrote:Well, I talked to freq last week, about the shortdurbuffs going from 6 to 12, he said looks like the eqtypes are not avail yet, but they pushed the xml anyway. I made mine like below, it just uses the mq2types doubling the buffs, so when it's pushed accurate, I can change them to what they should be. At least no XML errors until then, and then just a quick edit.
I'm not sure what you mean by types since there are no types for the buffs in the SDBW, or the other buff window for that matter.

What you did to your xml was was add the 6 additional, or copied the default. I have a custom UI so I had to add the additional 6 also. That's all you needed to do to fix any errors.

Posted: Mon Feb 07, 2005 12:13 am
by FreQuency
Sorry all didn;t realize there were XML changes if i can find the time this week i'll sneek a few in hopefully taking care of all the errors

Posted: Wed Feb 16, 2005 8:37 pm
by Charisa
ANy chance of this UI ever getting updated officially any longer?

Posted: Thu Feb 17, 2005 12:20 am
by Bawlzonyer4hed
Freq is the man, give him some time, np. He'll pull through. Have been doing self-fixes to various crap when problems arise, up until DoN.. Just cant decide where to put these crystal slots and reimburse button.. hmmm. Any ideas anyone? If Freq is busy with shit and cant get around to it, will post the one i make as a temp fix for you UI fans out there. :D

-Bawlz

Posted: Thu Feb 17, 2005 9:21 am
by htw
Wassup: I'm afraid you're wrong there, there certainly are EQTypes for both buff and sdbuff. As far as the additional EQTypes for sdbuffs 6 through 11, it has been a discussion on both EQ Tech forums and EQinterface forums for a few weeks, ever since they pushed the xml code for it. People have been asking for the types since then, and what I posted was simply a workaround to clear the xml error at the time, and make it easy to edit once they gave the CORRECT eqtypes for the new buff slots. Certain epic effects and other stuff were moved (according to devs) to sdbuff slots.

htw

Posted: Thu Feb 17, 2005 2:58 pm
by FreQuency
Sorry all been hella busy, i NEED to find a programming job anywhere so that has taken priority over life atm.
will update this weekend(i hope)

Posted: Thu Feb 17, 2005 3:22 pm
by Charisa
Frequency, we all understand life has to come first ;) Honestly I'm suprised you even try to update this at all, I believe you left EQ1 for another game?

In any event, I do love this UI, I'm not willing to abandon it, I just don't know enough about XML to fix the little errors myself :)

Posted: Sat Feb 19, 2005 3:04 pm
by htw
1) If you have a custom MQUI.xml in your freq dir, make sure you copy over the default EQUI.xml to it and edit and add any custom UI windows you use (such as MQ2Dps).

2) Copy the default window_pieces04.tga to your freq dir. This will add the email icons for the selector window, but will make your compass the default style instead of freq style. I haven't had time to edit the .tga to either add the freq style compass to the default .tga, or the email icons form default to freq. That's the only difference in them btw, no other graphics changes in that one from default to freq. Just has the different compass.

3) If you feel up to editing the .tga's for the inventory window, and resize it, and add the reclaim button along with the shards info, go for it. For now, I just renamed my freq EQUI_Inventory.xml to EQUI_Inventory_freq.xml so it would use the default.

Other 2 fixes in next posts.

I think that was it for the changes I made to fix it. If any others, let me know, and if anybody wants to take time to fix inv window to freq style, or swap the compass around, share by posting a link. =)

htw
[/code]

Posted: Sat Feb 19, 2005 3:04 pm
by htw
EQUI_BuffWindow.xml

Code: Select all

<?xml version="1.0" encoding="us-ascii"?>
<XML ID="EQInterfaceDefinitionLanguage">
  <Schema xmlns="EverQuestData" xmlns:dt="EverQuestDataTypes" />
  <Button item="BW_Buff0_Button">
    <ScreenID>Buff0</ScreenID>
    <Font>3</Font>
    <Text />
    <Location>
      <X>3</X>
      <Y>0</Y>
    </Location>
    <Size>
      <CX>170</CX>
      <CY>30</CY>
    </Size>
    <Style_Checkbox>false</Style_Checkbox>
    <ButtonDrawTemplate>
      <Normal>BlueIconBackground</Normal>
      <NormalDecal>BuffIcons</NormalDecal>
    </ButtonDrawTemplate>
    <DecalOffset>
      <X>137</X>
      <Y>0</Y>
    </DecalOffset>
    <DecalSize>
      <CX>30</CX>
      <CY>30</CY>
    </DecalSize>
  </Button>
  <Label item="BW_Buff0_Label">
    <ScreenID>BW_Buff0_Label</ScreenID>
    <Font>2</Font>
    <EQType>500</EQType>
    <Location>
      <X>3</X>
      <Y>2</Y>
    </Location>
    <Size>
      <CX>137</CX>
      <CY>12</CY>
    </Size>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <AlignCenter>true</AlignCenter>
  </Label>
  <Label item="BW_Buff0_LabelDur">
    <ScreenID>BW_Buff0_LabelDur</ScreenID>
    <Font>2</Font>
    <EQType>9999</EQType>
    <TooltipReference>${Me.Buff[1].Duration.Time}</TooltipReference>
    <Location>
      <X>3</X>
      <Y>16</Y>
    </Location>
    <Size>
      <CX>137</CX>
      <CY>12</CY>
    </Size>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <AlignCenter>true</AlignCenter>
  </Label>
  <Button item="BW_Buff1_Button">
    <ScreenID>Buff1</ScreenID>
    <Font>3</Font>
    <Text />
    <Location>
      <X>3</X>
      <Y>30</Y>
    </Location>
    <Size>
      <CX>170</CX>
      <CY>30</CY>
    </Size>
    <Style_Checkbox>false</Style_Checkbox>
    <ButtonDrawTemplate>
      <Normal>RedIconBackground</Normal>
      <NormalDecal>BuffIcons</NormalDecal>
    </ButtonDrawTemplate>
    <DecalOffset>
      <X>137</X>
      <Y>0</Y>
    </DecalOffset>
    <DecalSize>
      <CX>30</CX>
      <CY>30</CY>
    </DecalSize>
  </Button>
  <Label item="BW_Buff1_Label">
    <ScreenID>BW_Buff1_Label</ScreenID>
    <Font>2</Font>
    <EQType>501</EQType>
    <Location>
      <X>3</X>
      <Y>33</Y>
    </Location>
    <Size>
      <CX>137</CX>
      <CY>12</CY>
    </Size>
    <Text />
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <AlignCenter>true</AlignCenter>
  </Label>
  <Label item="BW_Buff1_LabelDur">
    <ScreenID>BW_Buff1_LabelDur</ScreenID>
    <Font>2</Font>
    <EQType>9999</EQType>
    <TooltipReference>${Me.Buff[2].Duration.Time}</TooltipReference>
    <Location>
      <X>3</X>
      <Y>47</Y>
    </Location>
    <Size>
      <CX>137</CX>
      <CY>12</CY>
    </Size>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <AlignCenter>true</AlignCenter>
  </Label>
  <Button item="BW_Buff2_Button">
    <ScreenID>Buff2</ScreenID>
    <Font>3</Font>
    <Text />
    <Location>
      <X>3</X>
      <Y>60</Y>
    </Location>
    <Size>
      <CX>170</CX>
      <CY>30</CY>
    </Size>
    <Style_Checkbox>false</Style_Checkbox>
    <ButtonDrawTemplate>
      <Normal>RedIconBackground</Normal>
      <NormalDecal>BuffIcons</NormalDecal>
    </ButtonDrawTemplate>
    <DecalOffset>
      <X>137</X>
      <Y>0</Y>
    </DecalOffset>
    <DecalSize>
      <CX>30</CX>
      <CY>30</CY>
    </DecalSize>
  </Button>
  <Label item="BW_Buff2_Label">
    <ScreenID>BW_Buff2_Label</ScreenID>
    <Font>2</Font>
    <EQType>502</EQType>
    <Location>
      <X>3</X>
      <Y>64</Y>
    </Location>
    <Size>
      <CX>137</CX>
      <CY>12</CY>
    </Size>
    <Text />
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <AlignCenter>true</AlignCenter>
  </Label>
  <Label item="BW_Buff2_LabelDur">
    <ScreenID>BW_Buff2_LabelDur</ScreenID>
    <Font>2</Font>
    <EQType>9999</EQType>
    <TooltipReference>${Me.Buff[3].Duration.Time}</TooltipReference>
    <Location>
      <X>3</X>
      <Y>78</Y>
    </Location>
    <Size>
      <CX>137</CX>
      <CY>12</CY>
    </Size>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <AlignCenter>true</AlignCenter>
  </Label>
  <Button item="BW_Buff3_Button">
    <ScreenID>Buff3</ScreenID>
    <Font>3</Font>
    <Text />
    <Location>
      <X>3</X>
      <Y>90</Y>
    </Location>
    <Size>
      <CX>170</CX>
      <CY>30</CY>
    </Size>
    <!--<TooltipReference/>   -->
    <Style_Checkbox>false</Style_Checkbox>
    <RadioGroup />
    <ButtonDrawTemplate>
      <Normal>BlueIconBackground</Normal>
      <NormalDecal>BuffIcons</NormalDecal>
    </ButtonDrawTemplate>
    <DecalOffset>
      <X>137</X>
      <Y>0</Y>
    </DecalOffset>
    <DecalSize>
      <CX>30</CX>
      <CY>30</CY>
    </DecalSize>
  </Button>
  <Label item="BW_Buff3_Label">
    <ScreenID>BW_Buff3_Label</ScreenID>
    <Font>2</Font>
    <EQType>503</EQType>
    <Location>
      <X>3</X>
      <Y>95</Y>
    </Location>
    <Size>
      <CX>137</CX>
      <CY>12</CY>
    </Size>
    <Text />
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <AlignCenter>true</AlignCenter>
  </Label>
  <Label item="BW_Buff3_LabelDur">
    <ScreenID>BW_Buff3_LabelDur</ScreenID>
    <Font>2</Font>
    <EQType>9999</EQType>
    <TooltipReference>${Me.Buff[4].Duration.Time}</TooltipReference>
    <Location>
      <X>3</X>
      <Y>109</Y>
    </Location>
    <Size>
      <CX>137</CX>
      <CY>12</CY>
    </Size>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <AlignCenter>true</AlignCenter>
  </Label>
  <Button item="BW_Buff4_Button">
    <ScreenID>Buff4</ScreenID>
    <Font>3</Font>
    <Text />
    <Location>
      <X>3</X>
      <Y>120</Y>
    </Location>
    <Size>
      <CX>170</CX>
      <CY>30</CY>
    </Size>
    <TooltipReference />
    <Style_Checkbox>false</Style_Checkbox>
    <ButtonDrawTemplate>
      <Normal>RedIconBackground</Normal>
      <NormalDecal>BuffIcons</NormalDecal>
    </ButtonDrawTemplate>
    <DecalOffset>
      <X>137</X>
      <Y>0</Y>
    </DecalOffset>
    <DecalSize>
      <CX>30</CX>
      <CY>30</CY>
    </DecalSize>
  </Button>
  <Label item="BW_Buff4_Label">
    <ScreenID>BW_Buff4_Label</ScreenID>
    <Font>2</Font>
    <EQType>504</EQType>
    <Location>
      <X>3</X>
      <Y>126</Y>
    </Location>
    <Size>
      <CX>137</CX>
      <CY>12</CY>
    </Size>
    <Text />
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <AlignCenter>true</AlignCenter>
  </Label>
  <Label item="BW_Buff4_LabelDur">
    <ScreenID>BW_Buff4_LabelDur</ScreenID>
    <Font>2</Font>
    <EQType>9999</EQType>
    <TooltipReference>${Me.Buff[5].Duration.Time}</TooltipReference>
    <Location>
      <X>3</X>
      <Y>138</Y>
    </Location>
    <Size>
      <CX>137</CX>
      <CY>12</CY>
    </Size>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <AlignCenter>true</AlignCenter>
  </Label>
  <Button item="BW_Buff5_Button">
    <ScreenID>Buff5</ScreenID>
    <Font>3</Font>
    <Text />
    <Location>
      <X>3</X>
      <Y>150</Y>
    </Location>
    <Size>
      <CX>170</CX>
      <CY>30</CY>
    </Size>
    <Style_Checkbox>false</Style_Checkbox>
    <ButtonDrawTemplate>
      <Normal>RedIconBackground</Normal>
      <NormalDecal>BuffIcons</NormalDecal>
    </ButtonDrawTemplate>
    <DecalOffset>
      <X>137</X>
      <Y>0</Y>
    </DecalOffset>
    <DecalSize>
      <CX>30</CX>
      <CY>30</CY>
    </DecalSize>
  </Button>
  <Label item="BW_Buff5_Label">
    <ScreenID>BW_Buff5_Label</ScreenID>
    <Font>2</Font>
    <EQType>505</EQType>
    <Location>
      <X>3</X>
      <Y>157</Y>
    </Location>
    <Size>
      <CX>137</CX>
      <CY>12</CY>
    </Size>
    <Text />
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <AlignCenter>true</AlignCenter>
  </Label>
  <Label item="BW_Buff5_LabelDur">
    <ScreenID>BW_Buff5_LabelDur</ScreenID>
    <Font>2</Font>
    <EQType>9999</EQType>
    <TooltipReference>${Me.Buff[6].Duration.Time}</TooltipReference>
    <Location>
      <X>3</X>
      <Y>169</Y>
    </Location>
    <Size>
      <CX>137</CX>
      <CY>12</CY>
    </Size>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <AlignCenter>true</AlignCenter>
  </Label>
  <Button item="BW_Buff6_Button">
    <ScreenID>Buff6</ScreenID>
    <Font>3</Font>
    <Text />
    <Location>
      <X>3</X>
      <Y>180</Y>
    </Location>
    <Size>
      <CX>170</CX>
      <CY>30</CY>
    </Size>
    <TooltipReference />
    <Style_Checkbox>false</Style_Checkbox>
    <ButtonDrawTemplate>
      <Normal>BlueIconBackground</Normal>
      <NormalDecal>BuffIcons</NormalDecal>
    </ButtonDrawTemplate>
    <DecalOffset>
      <X>137</X>
      <Y>0</Y>
    </DecalOffset>
    <DecalSize>
      <CX>30</CX>
      <CY>30</CY>
    </DecalSize>
  </Button>
  <Label item="BW_Buff6_Label">
    <ScreenID>BW_Buff6_Label</ScreenID>
    <Font>2</Font>
    <EQType>506</EQType>
    <Location>
      <X>3</X>
      <Y>188</Y>
    </Location>
    <Size>
      <CX>137</CX>
      <CY>12</CY>
    </Size>
    <Text />
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <AlignCenter>true</AlignCenter>
  </Label>
  <Label item="BW_Buff6_LabelDur">
    <ScreenID>BW_Buff6_LabelDur</ScreenID>
    <Font>2</Font>
    <EQType>9999</EQType>
    <TooltipReference>${Me.Buff[7].Duration.Time}</TooltipReference>
    <Location>
      <X>3</X>
      <Y>200</Y>
    </Location>
    <Size>
      <CX>137</CX>
      <CY>12</CY>
    </Size>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <AlignCenter>true</AlignCenter>
  </Label>
  <Button item="BW_Buff7_Button">
    <ScreenID>Buff7</ScreenID>
    <Font>3</Font>
    <Text />
    <Location>
      <X>3</X>
      <Y>210</Y>
    </Location>
    <Size>
      <CX>170</CX>
      <CY>30</CY>
    </Size>
    <Style_Checkbox>false</Style_Checkbox>
    <ButtonDrawTemplate>
      <Normal>RedIconBackground</Normal>
      <NormalDecal>BuffIcons</NormalDecal>
    </ButtonDrawTemplate>
    <DecalOffset>
      <X>137</X>
      <Y>0</Y>
    </DecalOffset>
    <DecalSize>
      <CX>30</CX>
      <CY>30</CY>
    </DecalSize>
  </Button>
  <Label item="BW_Buff7_Label">
    <ScreenID>BW_Buff7_Label</ScreenID>
    <Font>2</Font>
    <EQType>507</EQType>
    <Location>
      <X>3</X>
      <Y>219</Y>
    </Location>
    <Size>
      <CX>137</CX>
      <CY>12</CY>
    </Size>
    <Text />
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <AlignCenter>true</AlignCenter>
  </Label>
  <Label item="BW_Buff7_LabelDur">
    <ScreenID>BW_Buff7_LabelDur</ScreenID>
    <Font>2</Font>
    <EQType>9999</EQType>
    <TooltipReference>${Me.Buff[8].Duration.Time}</TooltipReference>
    <Location>
      <X>3</X>
      <Y>231</Y>
    </Location>
    <Size>
      <CX>137</CX>
      <CY>12</CY>
    </Size>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <AlignCenter>true</AlignCenter>
  </Label>
  <Button item="BW_Buff8_Button">
    <ScreenID>Buff8</ScreenID>
    <Font>3</Font>
    <Text />
    <Location>
      <X>3</X>
      <Y>240</Y>
    </Location>
    <Size>
      <CX>170</CX>
      <CY>30</CY>
    </Size>
    <Style_Checkbox>false</Style_Checkbox>
    <ButtonDrawTemplate>
      <Normal>RedIconBackground</Normal>
      <NormalDecal>BuffIcons</NormalDecal>
    </ButtonDrawTemplate>
    <DecalOffset>
      <X>137</X>
      <Y>0</Y>
    </DecalOffset>
    <DecalSize>
      <CX>30</CX>
      <CY>30</CY>
    </DecalSize>
  </Button>
  <Label item="BW_Buff8_Label">
    <ScreenID>BW_Buff8_Label</ScreenID>
    <Font>2</Font>
    <EQType>508</EQType>
    <Location>
      <X>3</X>
      <Y>250</Y>
    </Location>
    <Size>
      <CX>137</CX>
      <CY>12</CY>
    </Size>
    <Text />
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <AlignCenter>true</AlignCenter>
  </Label>
  <Label item="BW_Buff8_LabelDur">
    <ScreenID>BW_Buff8_LabelDur</ScreenID>
    <Font>2</Font>
    <EQType>9999</EQType>
    <TooltipReference>${Me.Buff[9].Duration.Time}</TooltipReference>
    <Location>
      <X>3</X>
      <Y>262</Y>
    </Location>
    <Size>
      <CX>137</CX>
      <CY>12</CY>
    </Size>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <AlignCenter>true</AlignCenter>
  </Label>
  <Button item="BW_Buff9_Button">
    <ScreenID>Buff9</ScreenID>
    <Font>3</Font>
    <Text />
    <Location>
      <X>3</X>
      <Y>270</Y>
    </Location>
    <Size>
      <CX>170</CX>
      <CY>30</CY>
    </Size>
    <Style_Checkbox>false</Style_Checkbox>
    <ButtonDrawTemplate>
      <Normal>BlueIconBackground</Normal>
      <NormalDecal>BuffIcons</NormalDecal>
    </ButtonDrawTemplate>
    <DecalOffset>
      <X>137</X>
      <Y>0</Y>
    </DecalOffset>
    <DecalSize>
      <CX>30</CX>
      <CY>30</CY>
    </DecalSize>
  </Button>
  <Label item="BW_Buff9_Label">
    <ScreenID>BW_Buff9_Label</ScreenID>
    <Font>2</Font>
    <EQType>509</EQType>
    <Location>
      <X>3</X>
      <Y>281</Y>
    </Location>
    <Size>
      <CX>137</CX>
      <CY>12</CY>
    </Size>
    <Text />
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <AlignCenter>true</AlignCenter>
  </Label>
  <Label item="BW_Buff9_LabelDur">
    <ScreenID>BW_Buff9_LabelDur</ScreenID>
    <Font>2</Font>
    <EQType>9999</EQType>
    <TooltipReference>${Me.Buff[10].Duration.Time}</TooltipReference>
    <Location>
      <X>3</X>
      <Y>293</Y>
    </Location>
    <Size>
      <CX>137</CX>
      <CY>12</CY>
    </Size>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <AlignCenter>true</AlignCenter>
  </Label>
  <Button item="BW_Buff10_Button">
    <ScreenID>Buff10</ScreenID>
    <Font>3</Font>
    <Text />
    <Location>
      <X>3</X>
      <Y>300</Y>
    </Location>
    <Size>
      <CX>170</CX>
      <CY>30</CY>
    </Size>
    <Style_Checkbox>false</Style_Checkbox>
    <ButtonDrawTemplate>
      <Normal>RedIconBackground</Normal>
      <NormalDecal>BuffIcons</NormalDecal>
    </ButtonDrawTemplate>
    <DecalOffset>
      <X>137</X>
      <Y>0</Y>
    </DecalOffset>
    <DecalSize>
      <CX>30</CX>
      <CY>30</CY>
    </DecalSize>
  </Button>
  <Label item="BW_Buff10_Label">
    <ScreenID>BW_Buff10_Label</ScreenID>
    <Font>2</Font>
    <EQType>510</EQType>
    <Location>
      <X>3</X>
      <Y>312</Y>
    </Location>
    <Size>
      <CX>137</CX>
      <CY>12</CY>
    </Size>
    <Text />
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <AlignCenter>true</AlignCenter>
  </Label>
  <Label item="BW_Buff10_LabelDur">
    <ScreenID>BW_Buff10_LabelDur</ScreenID>
    <Font>2</Font>
    <EQType>9999</EQType>
    <TooltipReference>${Me.Buff[11].Duration.Time}</TooltipReference>
    <Location>
      <X>3</X>
      <Y>324</Y>
    </Location>
    <Size>
      <CX>137</CX>
      <CY>12</CY>
    </Size>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <AlignCenter>true</AlignCenter>
  </Label>
  <Button item="BW_Buff11_Button">
    <ScreenID>Buff11</ScreenID>
    <Font>3</Font>
    <Text />
    <Location>
      <X>3</X>
      <Y>330</Y>
    </Location>
    <Size>
      <CX>170</CX>
      <CY>30</CY>
    </Size>
    <Style_Checkbox>false</Style_Checkbox>
    <ButtonDrawTemplate>
      <Normal>RedIconBackground</Normal>
      <NormalDecal>BuffIcons</NormalDecal>
    </ButtonDrawTemplate>
    <DecalOffset>
      <X>137</X>
      <Y>0</Y>
    </DecalOffset>
    <DecalSize>
      <CX>30</CX>
      <CY>30</CY>
    </DecalSize>
  </Button>
  <Label item="BW_Buff11_Label">
    <ScreenID>BW_Buff11_Label</ScreenID>
    <Font>2</Font>
    <EQType>511</EQType>
    <Location>
      <X>3</X>
      <Y>343</Y>
    </Location>
    <Size>
      <CX>137</CX>
      <CY>12</CY>
    </Size>
    <Text />
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <AlignCenter>true</AlignCenter>
  </Label>
  <Label item="BW_Buff11_LabelDur">
    <ScreenID>BW_Buff11_LabelDur</ScreenID>
    <Font>2</Font>
    <EQType>9999</EQType>
    <TooltipReference>${Me.Buff[12].Duration.Time}</TooltipReference>
    <Location>
      <X>3</X>
      <Y>355</Y>
    </Location>
    <Size>
      <CX>137</CX>
      <CY>12</CY>
    </Size>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <AlignCenter>true</AlignCenter>
  </Label>
  <Button item="BW_Buff12_Button">
    <ScreenID>Buff12</ScreenID>
    <Font>3</Font>
    <Text />
    <Location>
      <X>3</X>
      <Y>460</Y>
    </Location>
    <Size>
      <CX>170</CX>
      <CY>30</CY>
    </Size>
    <Style_Checkbox>false</Style_Checkbox>
    <ButtonDrawTemplate>
      <Normal>BlueIconBackground</Normal>
      <NormalDecal>BuffIcons</NormalDecal>
    </ButtonDrawTemplate>
    <DecalOffset>
      <X>137</X>
      <Y>0</Y>
    </DecalOffset>
    <DecalSize>
      <CX>30</CX>
      <CY>30</CY>
    </DecalSize>
  </Button>
  <Label item="BW_Buff12_Label">
    <ScreenID>BW_Buff12_Label</ScreenID>
    <Font>2</Font>
    <EQType>512</EQType>
    <Location>
      <X>3</X>
      <Y>374</Y>
    </Location>
    <Size>
      <CX>137</CX>
      <CY>24</CY>
    </Size>
    <Text />
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <AlignCenter>true</AlignCenter>
  </Label>
  <Label item="BW_Buff12_LabelDur">
    <ScreenID>BW_Buff12_LabelDur</ScreenID>
    <Font>2</Font>
    <EQType>9999</EQType>
    <TooltipReference>${Me.Buff[13].Duration.Time}</TooltipReference>
    <Location>
      <X>3</X>
      <Y>386</Y>
    </Location>
    <Size>
      <CX>137</CX>
      <CY>12</CY>
    </Size>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <AlignCenter>true</AlignCenter>
  </Label>
  <Button item="BW_Buff13_Button">
    <ScreenID>Buff13</ScreenID>
    <Font>3</Font>
    <Text />
    <Location>
      <X>3</X>
      <Y>390</Y>
    </Location>
    <Size>
      <CX>170</CX>
      <CY>30</CY>
    </Size>
    <Style_Checkbox>false</Style_Checkbox>
    <ButtonDrawTemplate>
      <Normal>RedIconBackground</Normal>
      <NormalDecal>BuffIcons</NormalDecal>
    </ButtonDrawTemplate>
    <DecalOffset>
      <X>137</X>
      <Y>0</Y>
    </DecalOffset>
    <DecalSize>
      <CX>30</CX>
      <CY>30</CY>
    </DecalSize>
  </Button>
  <Label item="BW_Buff13_Label">
    <ScreenID>BW_Buff13_Label</ScreenID>
    <Font>2</Font>
    <EQType>513</EQType>
    <Location>
      <X>3</X>
      <Y>405</Y>
    </Location>
    <Size>
      <CX>137</CX>
      <CY>12</CY>
    </Size>
    <Text />
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <AlignCenter>true</AlignCenter>
  </Label>
  <Label item="BW_Buff13_LabelDur">
    <ScreenID>BW_Buff13_LabelDur</ScreenID>
    <Font>2</Font>
    <EQType>9999</EQType>
    <TooltipReference>${Me.Buff[14].Duration.Time}</TooltipReference>
    <Location>
      <X>3</X>
      <Y>417</Y>
    </Location>
    <Size>
      <CX>137</CX>
      <CY>12</CY>
    </Size>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <AlignCenter>true</AlignCenter>
  </Label>
  <Button item="BW_Buff14_Button">
    <ScreenID>Buff14</ScreenID>
    <Font>3</Font>
    <Text />
    <Location>
      <X>3</X>
      <Y>420</Y>
    </Location>
    <Size>
      <CX>170</CX>
      <CY>30</CY>
    </Size>
    <Style_Checkbox>false</Style_Checkbox>
    <ButtonDrawTemplate>
      <Normal>RedIconBackground</Normal>
      <NormalDecal>BuffIcons</NormalDecal>
    </ButtonDrawTemplate>
    <DecalOffset>
      <X>137</X>
      <Y>0</Y>
    </DecalOffset>
    <DecalSize>
      <CX>30</CX>
      <CY>30</CY>
    </DecalSize>
  </Button>
  <Label item="BW_Buff14_Label">
    <ScreenID>BW_Buff14_Label</ScreenID>
    <Font>2</Font>
    <EQType>514</EQType>
    <Location>
      <X>3</X>
      <Y>436</Y>
    </Location>
    <Size>
      <CX>137</CX>
      <CY>24</CY>
    </Size>
    <Text />
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <AlignCenter>true</AlignCenter>
  </Label>
  <Label item="BW_Buff14_LabelDur">
    <ScreenID>BW_Buff14_LabelDur</ScreenID>
    <Font>2</Font>
    <EQType>9999</EQType>
    <TooltipReference>${Me.Buff[15].Duration.Time}</TooltipReference>
    <Location>
      <X>3</X>
      <Y>448</Y>
    </Location>
    <Size>
      <CX>137</CX>
      <CY>12</CY>
    </Size>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <AlignCenter>true</AlignCenter>
  </Label>
  <Button item="BW_Buff15_Button">
    <ScreenID>Buff15</ScreenID>
    <Font>3</Font>
    <Text />
    <Location>
      <X>3</X>
      <Y>450</Y>
    </Location>
    <Size>
      <CX>170</CX>
      <CY>30</CY>
    </Size>
    <Style_Checkbox>false</Style_Checkbox>
    <ButtonDrawTemplate>
      <Normal>RedIconBackground</Normal>
      <NormalDecal>BuffIcons</NormalDecal>
    </ButtonDrawTemplate>
    <DecalOffset>
      <X>137</X>
      <Y>0</Y>
    </DecalOffset>
    <DecalSize>
      <CX>30</CX>
      <CY>30</CY>
    </DecalSize>
  </Button>
  <Label item="BW_Buff15_Label">
    <ScreenID>BW_Buff15_Label</ScreenID>
    <Font>2</Font>
    <EQType>515</EQType>
    <Location>
      <X>3</X>
      <Y>467</Y>
    </Location>
    <Size>
      <CX>137</CX>
      <CY>24</CY>
    </Size>
    <Text />
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <AlignCenter>true</AlignCenter>
  </Label>
  <Label item="BW_Buff15_LabelDur">
    <ScreenID>BW_Buff15_LabelDur</ScreenID>
    <Font>2</Font>
    <EQType>9999</EQType>
    <TooltipReference>${Me.Buff[16].Duration.Time}</TooltipReference>
    <Location>
      <X>3</X>
      <Y>481</Y>
    </Location>
    <Size>
      <CX>137</CX>
      <CY>12</CY>
    </Size>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <AlignCenter>true</AlignCenter>
  </Label>
  <Button item="BW_Buff16_Button">
    <ScreenID>Buff16</ScreenID>
    <Font>3</Font>
    <Text />
    <Location>
      <X>3</X>
      <Y>480</Y>
    </Location>
    <Size>
      <CX>170</CX>
      <CY>30</CY>
    </Size>
    <Style_Checkbox>false</Style_Checkbox>
    <ButtonDrawTemplate>
      <Normal>RedIconBackground</Normal>
      <NormalDecal>BuffIcons</NormalDecal>
    </ButtonDrawTemplate>
    <DecalOffset>
      <X>137</X>
      <Y>0</Y>
    </DecalOffset>
    <DecalSize>
      <CX>30</CX>
      <CY>30</CY>
    </DecalSize>
  </Button>
  <Label item="BW_Buff16_Label">
    <ScreenID>BW_Buff16_Label</ScreenID>
    <Font>2</Font>
    <EQType>516</EQType>
    <Location>
      <X>3</X>
      <Y>498</Y>
    </Location>
    <Size>
      <CX>137</CX>
      <CY>24</CY>
    </Size>
    <Text />
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <AlignCenter>true</AlignCenter>
  </Label>
  <Label item="BW_Buff16_LabelDur">
    <ScreenID>BW_Buff16_LabelDur</ScreenID>
    <Font>2</Font>
    <EQType>9999</EQType>
    <TooltipReference>${Me.Buff[17].Duration.Time}</TooltipReference>
    <Location>
      <X>3</X>
      <Y>512</Y>
    </Location>
    <Size>
      <CX>137</CX>
      <CY>12</CY>
    </Size>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <AlignCenter>true</AlignCenter>
  </Label>
  <Button item="BW_Buff17_Button">
    <ScreenID>Buff17</ScreenID>
    <Font>3</Font>
    <Text />
    <Location>
      <X>3</X>
      <Y>510</Y>
    </Location>
    <Size>
      <CX>170</CX>
      <CY>30</CY>
    </Size>
    <Style_Checkbox>false</Style_Checkbox>
    <ButtonDrawTemplate>
      <Normal>RedIconBackground</Normal>
      <NormalDecal>BuffIcons</NormalDecal>
    </ButtonDrawTemplate>
    <DecalOffset>
      <X>137</X>
      <Y>0</Y>
    </DecalOffset>
    <DecalSize>
      <CX>30</CX>
      <CY>30</CY>
    </DecalSize>
  </Button>
  <Label item="BW_Buff17_Label">
    <ScreenID>BW_Buff17_Label</ScreenID>
    <Font>2</Font>
    <EQType>517</EQType>
    <Location>
      <X>3</X>
      <Y>529</Y>
    </Location>
    <Size>
      <CX>137</CX>
      <CY>24</CY>
    </Size>
    <Text />
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <AlignCenter>true</AlignCenter>
  </Label>
  <Label item="BW_Buff17_LabelDur">
    <ScreenID>BW_Buff17_LabelDur</ScreenID>
    <Font>2</Font>
    <EQType>9999</EQType>
    <TooltipReference>${Me.Buff[18].Duration.Time}</TooltipReference>
    <Location>
      <X>3</X>
      <Y>543</Y>
    </Location>
    <Size>
      <CX>137</CX>
      <CY>12</CY>
    </Size>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <AlignCenter>true</AlignCenter>
  </Label>
  <Button item="BW_Buff18_Button">
    <ScreenID>Buff18</ScreenID>
    <Font>3</Font>
    <Text />
    <Location>
      <X>3</X>
      <Y>540</Y>
    </Location>
    <Size>
      <CX>170</CX>
      <CY>30</CY>
    </Size>
    <Style_Checkbox>false</Style_Checkbox>
    <ButtonDrawTemplate>
      <Normal>RedIconBackground</Normal>
      <NormalDecal>BuffIcons</NormalDecal>
    </ButtonDrawTemplate>
    <DecalOffset>
      <X>137</X>
      <Y>0</Y>
    </DecalOffset>
    <DecalSize>
      <CX>30</CX>
      <CY>30</CY>
    </DecalSize>
  </Button>
  <Label item="BW_Buff18_Label">
    <ScreenID>BW_Buff18_Label</ScreenID>
    <Font>2</Font>
    <EQType>518</EQType>
    <Location>
      <X>3</X>
      <Y>560</Y>
    </Location>
    <Size>
      <CX>137</CX>
      <CY>24</CY>
    </Size>
    <Text />
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <AlignCenter>true</AlignCenter>
  </Label>
  <Label item="BW_Buff18_LabelDur">
    <ScreenID>BW_Buff18_LabelDur</ScreenID>
    <Font>2</Font>
    <EQType>9999</EQType>
    <TooltipReference>${Me.Buff[19].Duration.Time}</TooltipReference>
    <Location>
      <X>3</X>
      <Y>576</Y>
    </Location>
    <Size>
      <CX>137</CX>
      <CY>12</CY>
    </Size>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <AlignCenter>true</AlignCenter>
  </Label>
  <Button item="BW_Buff19_Button">
    <ScreenID>Buff19</ScreenID>
    <Font>3</Font>
    <Text />
    <Location>
      <X>3</X>
      <Y>570</Y>
    </Location>
    <Size>
      <CX>170</CX>
      <CY>30</CY>
    </Size>
    <Style_Checkbox>false</Style_Checkbox>
    <ButtonDrawTemplate>
      <Normal>RedIconBackground</Normal>
      <NormalDecal>BuffIcons</NormalDecal>
    </ButtonDrawTemplate>
    <DecalOffset>
      <X>137</X>
      <Y>0</Y>
    </DecalOffset>
    <DecalSize>
      <CX>30</CX>
      <CY>30</CY>
    </DecalSize>
  </Button>
  <Label item="BW_Buff19_Label">
    <ScreenID>BW_Buff19_Label</ScreenID>
    <Font>2</Font>
    <EQType>519</EQType>
    <Location>
      <X>3</X>
      <Y>591</Y>
    </Location>
    <Size>
      <CX>137</CX>
      <CY>24</CY>
    </Size>
    <Text />
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <AlignCenter>true</AlignCenter>
  </Label>
  <Label item="BW_Buff19_LabelDur">
    <ScreenID>BW_Buff19_LabelDur</ScreenID>
    <Font>2</Font>
    <EQType>9999</EQType>
    <TooltipReference>${Me.Buff[20].Duration.Time}</TooltipReference>
    <Location>
      <X>3</X>
      <Y>605</Y>
    </Location>
    <Size>
      <CX>137</CX>
      <CY>12</CY>
    </Size>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <AlignCenter>true</AlignCenter>
  </Label>
  <Button item="BW_Buff20_Button">
    <ScreenID>Buff20</ScreenID>
    <Font>3</Font>
    <Text />
    <Location>
      <X>3</X>
      <Y>600</Y>
    </Location>
    <Size>
      <CX>170</CX>
      <CY>30</CY>
    </Size>
    <Style_Checkbox>false</Style_Checkbox>
    <ButtonDrawTemplate>
      <Normal>BlueIconBackground</Normal>
      <NormalDecal>BuffIcons</NormalDecal>
    </ButtonDrawTemplate>
    <DecalOffset>
      <X>137</X>
      <Y>0</Y>
    </DecalOffset>
    <DecalSize>
      <CX>30</CX>
      <CY>30</CY>
    </DecalSize>
  </Button>
  <Label item="BW_Buff20_Label">
    <ScreenID>BW_Buff20_Label</ScreenID>
    <Font>2</Font>
    <EQType>520</EQType>
    <Location>
      <X>3</X>
      <Y>622</Y>
    </Location>
    <Size>
      <CX>137</CX>
      <CY>12</CY>
    </Size>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <AlignCenter>true</AlignCenter>
  </Label>
  <Label item="BW_Buff20_LabelDur">
    <ScreenID>BW_Buff20_LabelDur</ScreenID>
    <Font>2</Font>
    <EQType>9999</EQType>
    <TooltipReference>${Me.Buff[21].Duration.Time}</TooltipReference>
    <Location>
      <X>3</X>
      <Y>636</Y>
    </Location>
    <Size>
      <CX>137</CX>
      <CY>12</CY>
    </Size>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <AlignCenter>true</AlignCenter>
  </Label>
  <Button item="BW_Buff21_Button">
    <ScreenID>Buff21</ScreenID>
    <Font>3</Font>
    <Text />
    <Location>
      <X>3</X>
      <Y>630</Y>
    </Location>
    <Size>
      <CX>170</CX>
      <CY>30</CY>
    </Size>
    <Style_Checkbox>false</Style_Checkbox>
    <ButtonDrawTemplate>
      <Normal>BlueIconBackground</Normal>
      <NormalDecal>BuffIcons</NormalDecal>
    </ButtonDrawTemplate>
    <DecalOffset>
      <X>137</X>
      <Y>0</Y>
    </DecalOffset>
    <DecalSize>
      <CX>30</CX>
      <CY>30</CY>
    </DecalSize>
  </Button>
  <Label item="BW_Buff21_Label">
    <ScreenID>BW_Buff21_Label</ScreenID>
    <Font>2</Font>
    <EQType>521</EQType>
    <Location>
      <X>3</X>
      <Y>653</Y>
    </Location>
    <Size>
      <CX>137</CX>
      <CY>12</CY>
    </Size>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <AlignCenter>true</AlignCenter>
  </Label>
  <Label item="BW_Buff21_LabelDur">
    <ScreenID>BW_Buff21_LabelDur</ScreenID>
    <Font>2</Font>
    <EQType>9999</EQType>
    <TooltipReference>${Me.Buff[22].Duration.Time}</TooltipReference>
    <Location>
      <X>3</X>
      <Y>667</Y>
    </Location>
    <Size>
      <CX>137</CX>
      <CY>12</CY>
    </Size>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <AlignCenter>true</AlignCenter>
  </Label>
  <Button item="BW_Buff22_Button">
    <ScreenID>Buff22</ScreenID>
    <Font>3</Font>
    <Text />
    <Location>
      <X>3</X>
      <Y>660</Y>
    </Location>
    <Size>
      <CX>170</CX>
      <CY>30</CY>
    </Size>
    <Style_Checkbox>false</Style_Checkbox>
    <ButtonDrawTemplate>
      <Normal>BlueIconBackground</Normal>
      <NormalDecal>BuffIcons</NormalDecal>
    </ButtonDrawTemplate>
    <DecalOffset>
      <X>137</X>
      <Y>0</Y>
    </DecalOffset>
    <DecalSize>
      <CX>30</CX>
      <CY>30</CY>
    </DecalSize>
  </Button>
  <Label item="BW_Buff22_Label">
    <ScreenID>BW_Buff22_Label</ScreenID>
    <Font>2</Font>
    <EQType>522</EQType>
    <Location>
      <X>3</X>
      <Y>684</Y>
    </Location>
    <Size>
      <CX>137</CX>
      <CY>12</CY>
    </Size>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <AlignCenter>true</AlignCenter>
  </Label>
  <Label item="BW_Buff22_LabelDur">
    <ScreenID>BW_Buff22_LabelDur</ScreenID>
    <Font>2</Font>
    <EQType>9999</EQType>
    <TooltipReference>${Me.Buff[23].Duration.Time}</TooltipReference>
    <Location>
      <X>3</X>
      <Y>698</Y>
    </Location>
    <Size>
      <CX>137</CX>
      <CY>12</CY>
    </Size>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <AlignCenter>true</AlignCenter>
  </Label>
  <Button item="BW_Buff23_Button">
    <ScreenID>Buff23</ScreenID>
    <Font>3</Font>
    <Text />
    <Location>
      <X>3</X>
      <Y>690</Y>
    </Location>
    <Size>
      <CX>170</CX>
      <CY>30</CY>
    </Size>
    <Style_Checkbox>false</Style_Checkbox>
    <ButtonDrawTemplate>
      <Normal>BlueIconBackground</Normal>
      <NormalDecal>BuffIcons</NormalDecal>
    </ButtonDrawTemplate>
    <DecalOffset>
      <X>137</X>
      <Y>0</Y>
    </DecalOffset>
    <DecalSize>
      <CX>30</CX>
      <CY>30</CY>
    </DecalSize>
  </Button>
  <Label item="BW_Buff23_Label">
    <ScreenID>BW_Buff23_Label</ScreenID>
    <Font>2</Font>
    <EQType>523</EQType>
    <Location>
      <X>3</X>
      <Y>715</Y>
    </Location>
    <Size>
      <CX>137</CX>
      <CY>12</CY>
    </Size>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <AlignCenter>true</AlignCenter>
  </Label>
  <Label item="BW_Buff23_LabelDur">
    <ScreenID>BW_Buff23_LabelDur</ScreenID>
    <Font>2</Font>
    <EQType>9999</EQType>
    <TooltipReference>${Me.Buff[24].Duration.Time}</TooltipReference>
    <Location>
      <X>3</X>
      <Y>729</Y>
    </Location>
    <Size>
      <CX>137</CX>
      <CY>12</CY>
    </Size>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <AlignCenter>true</AlignCenter>
  </Label>
  <Button item="BW_Buff24_Button">
    <ScreenID>Buff24</ScreenID>
    <Font>3</Font>
    <Text />
    <Location>
      <X>3</X>
      <Y>720</Y>
    </Location>
    <Size>
      <CX>170</CX>
      <CY>30</CY>
    </Size>
    <Style_Checkbox>false</Style_Checkbox>
    <ButtonDrawTemplate>
      <Normal>BlueIconBackground</Normal>
      <NormalDecal>BuffIcons</NormalDecal>
    </ButtonDrawTemplate>
    <DecalOffset>
      <X>137</X>
      <Y>0</Y>
    </DecalOffset>
    <DecalSize>
      <CX>30</CX>
      <CY>30</CY>
    </DecalSize>
  </Button>
  <Label item="BW_Buff24_Label">
    <ScreenID>BW_Buff24_Label</ScreenID>
    <Font>2</Font>
    <EQType>524</EQType>
    <Location>
      <X>3</X>
      <Y>746</Y>
    </Location>
    <Size>
      <CX>137</CX>
      <CY>12</CY>
    </Size>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <AlignCenter>true</AlignCenter>
  </Label>
  <Label item="BW_Buff24_LabelDur">
    <ScreenID>BW_Buff24_LabelDur</ScreenID>
    <Font>2</Font>
    <EQType>9999</EQType>
    <TooltipReference>${Me.Buff[25].Duration.Time}</TooltipReference>
    <Location>
      <X>3</X>
      <Y>760</Y>
    </Location>
    <Size>
      <CX>137</CX>
      <CY>12</CY>
    </Size>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <AlignCenter>true</AlignCenter>
  </Label>
  <Screen item="BuffWindow">
    <!--<ScreenID/>-->
    <Text>Buffs</Text>
    <RelativePosition>false</RelativePosition>
    <Location>
      <X>560</X>
      <Y>0</Y>
    </Location>
    <Size>
      <CX>173</CX>
      <CY>775</CY>
    </Size>
    <Style_Transparent>true</Style_Transparent>
    <DrawTemplate>WDT_RoundedNoTitle</DrawTemplate>
    <Style_Titlebar>false</Style_Titlebar>
    <Style_Closebox>false</Style_Closebox>
    <Style_Minimizebox>false</Style_Minimizebox>
    <Style_Border>false</Style_Border>
    <Style_Sizable>false</Style_Sizable>
    <Pieces>BW_Buff0_Button</Pieces>
    <Pieces>BW_Buff0_Label</Pieces>
    <Pieces>BW_Buff1_Button</Pieces>
    <Pieces>BW_Buff1_Label</Pieces>
    <Pieces>BW_Buff2_Button</Pieces>
    <Pieces>BW_Buff2_Label</Pieces>
    <Pieces>BW_Buff3_Button</Pieces>
    <Pieces>BW_Buff3_Label</Pieces>
    <Pieces>BW_Buff4_Button</Pieces>
    <Pieces>BW_Buff4_Label</Pieces>
    <Pieces>BW_Buff5_Button</Pieces>
    <Pieces>BW_Buff5_Label</Pieces>
    <Pieces>BW_Buff6_Button</Pieces>
    <Pieces>BW_Buff6_Label</Pieces>
    <Pieces>BW_Buff7_Button</Pieces>
    <Pieces>BW_Buff7_Label</Pieces>
    <Pieces>BW_Buff8_Button</Pieces>
    <Pieces>BW_Buff8_Label</Pieces>
    <Pieces>BW_Buff9_Button</Pieces>
    <Pieces>BW_Buff9_Label</Pieces>
    <Pieces>BW_Buff10_Button</Pieces>
    <Pieces>BW_Buff10_Label</Pieces>
    <Pieces>BW_Buff11_Button</Pieces>
    <Pieces>BW_Buff11_Label</Pieces>
    <Pieces>BW_Buff12_Button</Pieces>
    <Pieces>BW_Buff12_Label</Pieces>
    <Pieces>BW_Buff13_Button</Pieces>
    <Pieces>BW_Buff13_Label</Pieces>
    <Pieces>BW_Buff14_Button</Pieces>
    <Pieces>BW_Buff14_Label</Pieces>
    <Pieces>BW_Buff15_Button</Pieces>
    <Pieces>BW_Buff15_Label</Pieces>
    <Pieces>BW_Buff16_Button</Pieces>
    <Pieces>BW_Buff16_Label</Pieces>
    <Pieces>BW_Buff17_Button</Pieces>
    <Pieces>BW_Buff17_Label</Pieces>
    <Pieces>BW_Buff18_Button</Pieces>
    <Pieces>BW_Buff18_Label</Pieces>
    <Pieces>BW_Buff19_Button</Pieces>
    <Pieces>BW_Buff19_Label</Pieces>
    <Pieces>BW_Buff20_Button</Pieces>
    <Pieces>BW_Buff20_Label</Pieces>
    <Pieces>BW_Buff21_Button</Pieces>
    <Pieces>BW_Buff21_Label</Pieces>
    <Pieces>BW_Buff22_Button</Pieces>
    <Pieces>BW_Buff22_Label</Pieces>
    <Pieces>BW_Buff23_Button</Pieces>
    <Pieces>BW_Buff23_Label</Pieces>
    <Pieces>BW_Buff24_Button</Pieces>
    <Pieces>BW_Buff24_Label</Pieces>
    <Pieces>BW_Buff0_LabelDur</Pieces>
    <Pieces>BW_Buff1_LabelDur</Pieces>
    <Pieces>BW_Buff2_LabelDur</Pieces>
    <Pieces>BW_Buff3_LabelDur</Pieces>
    <Pieces>BW_Buff4_LabelDur</Pieces>
    <Pieces>BW_Buff5_LabelDur</Pieces>
    <Pieces>BW_Buff6_LabelDur</Pieces>
    <Pieces>BW_Buff7_LabelDur</Pieces>
    <Pieces>BW_Buff8_LabelDur</Pieces>
    <Pieces>BW_Buff9_LabelDur</Pieces>
    <Pieces>BW_Buff10_LabelDur</Pieces>
    <Pieces>BW_Buff11_LabelDur</Pieces>
    <Pieces>BW_Buff12_LabelDur</Pieces>
    <Pieces>BW_Buff13_LabelDur</Pieces>
    <Pieces>BW_Buff14_LabelDur</Pieces>
    <Pieces>BW_Buff15_LabelDur</Pieces>
    <Pieces>BW_Buff16_LabelDur</Pieces>
    <Pieces>BW_Buff17_LabelDur</Pieces>
    <Pieces>BW_Buff18_LabelDur</Pieces>
    <Pieces>BW_Buff19_LabelDur</Pieces>
    <Pieces>BW_Buff20_LabelDur</Pieces>
    <Pieces>BW_Buff21_LabelDur</Pieces>
    <Pieces>BW_Buff22_LabelDur</Pieces>
    <Pieces>BW_Buff23_LabelDur</Pieces>
    <Pieces>BW_Buff24_LabelDur</Pieces>
  </Screen>
</XML>

Posted: Sat Feb 19, 2005 3:05 pm
by htw
EQUI_ShortDurationBuffWindow.xml

Code: Select all

<?xml version="1.0" encoding="us-ascii"?>
<XML ID="EQInterfaceDefinitionLanguage">
  <Schema xmlns="EverQuestData" xmlns:dt="EverQuestDataTypes" />
  <Button item="SDBW_Buff0_Button">
    <ScreenID>Buff0</ScreenID>
    <!--<Font>3</Font>-->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>3</X>
      <Y>3</Y>
    </Location>
    <Size>
      <CX>36</CX>
      <CY>36</CY>
    </Size>
    <Style_VScroll>false</Style_VScroll>
    <Style_HScroll>false</Style_HScroll>
    <Style_Transparent>false</Style_Transparent>
    <!--<TooltipReference/>   -->
    <Style_Checkbox>false</Style_Checkbox>
    <!--<RadioGroup/>   -->
    <ButtonDrawTemplate>
      <Normal>BlueIconBackground</Normal>
      <NormalDecal>BuffIcons</NormalDecal>
    </ButtonDrawTemplate>
    <!--  
			<SoundPressed/>
			<SoundUp/>
			<SoundFlyby/>
		-->
    <DecalOffset>
      <X>2</X>
      <Y>2</Y>
    </DecalOffset>
    <DecalSize>
      <CX>32</CX>
      <CY>32</CY>
    </DecalSize>
  </Button>
  <Button item="SDBW_Buff1_Button">
    <ScreenID>Buff1</ScreenID>
    <!--<Font>3</Font>   -->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>3</X>
      <Y>39</Y>
    </Location>
    <Size>
      <CX>36</CX>
      <CY>36</CY>
    </Size>
    <Style_VScroll>false</Style_VScroll>
    <Style_HScroll>false</Style_HScroll>
    <Style_Transparent>false</Style_Transparent>
    <!--<TooltipReference/>   -->
    <Style_Checkbox>false</Style_Checkbox>
    <RadioGroup />
    <ButtonDrawTemplate>
      <Normal>RedIconBackground</Normal>
      <NormalDecal>BuffIcons</NormalDecal>
    </ButtonDrawTemplate>
    <!--  		
			<SoundPressed/>
			<SoundUp/>
			<SoundFlyby/>
		-->
    <DecalOffset>
      <X>2</X>
      <Y>2</Y>
    </DecalOffset>
    <DecalSize>
      <CX>32</CX>
      <CY>32</CY>
    </DecalSize>
  </Button>
  <Button item="SDBW_Buff2_Button">
    <ScreenID>Buff2</ScreenID>
    <!--<Font>3</Font>   -->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>3</X>
      <Y>75</Y>
    </Location>
    <Size>
      <CX>36</CX>
      <CY>36</CY>
    </Size>
    <Style_VScroll>false</Style_VScroll>
    <Style_HScroll>false</Style_HScroll>
    <Style_Transparent>false</Style_Transparent>
    <!--<TooltipReference/>   -->
    <Style_Checkbox>false</Style_Checkbox>
    <RadioGroup />
    <ButtonDrawTemplate>
      <Normal>RedIconBackground</Normal>
      <NormalDecal>BuffIcons</NormalDecal>
    </ButtonDrawTemplate>
    <!--  
			<SoundPressed/>
			<SoundUp/>
			<SoundFlyby/>
		-->
    <DecalOffset>
      <X>2</X>
      <Y>2</Y>
    </DecalOffset>
    <DecalSize>
      <CX>32</CX>
      <CY>32</CY>
    </DecalSize>
  </Button>
  <Button item="SDBW_Buff3_Button">
    <ScreenID>Buff3</ScreenID>
    <!--<Font>3</Font>   -->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>3</X>
      <Y>111</Y>
    </Location>
    <Size>
      <CX>36</CX>
      <CY>36</CY>
    </Size>
    <Style_VScroll>false</Style_VScroll>
    <Style_HScroll>false</Style_HScroll>
    <Style_Transparent>false</Style_Transparent>
    <!--<TooltipReference/>   -->
    <Style_Checkbox>false</Style_Checkbox>
    <RadioGroup />
    <ButtonDrawTemplate>
      <Normal>BlueIconBackground</Normal>
      <NormalDecal>BuffIcons</NormalDecal>
    </ButtonDrawTemplate>
    <!-- Default and not used		
			<SoundPressed/>
			<SoundUp/>
			<SoundFlyby/>
		-->
    <DecalOffset>
      <X>2</X>
      <Y>2</Y>
    </DecalOffset>
    <DecalSize>
      <CX>32</CX>
      <CY>32</CY>
    </DecalSize>
  </Button>
  <Button item="SDBW_Buff4_Button">
    <ScreenID>Buff4</ScreenID>
    <!--<Font>3</Font> Default -->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>3</X>
      <Y>147</Y>
    </Location>
    <Size>
      <CX>36</CX>
      <CY>36</CY>
    </Size>
    <Style_VScroll>false</Style_VScroll>
    <Style_HScroll>false</Style_HScroll>
    <Style_Transparent>false</Style_Transparent>
    <TooltipReference />
    <Style_Checkbox>false</Style_Checkbox>
    <!--<RadioGroup/> Default -->
    <ButtonDrawTemplate>
      <Normal>RedIconBackground</Normal>
      <NormalDecal>BuffIcons</NormalDecal>
    </ButtonDrawTemplate>
    <!--Default
			<SoundPressed/>
			<SoundUp/>
			<SoundFlyby/>
		-->
    <DecalOffset>
      <X>2</X>
      <Y>2</Y>
    </DecalOffset>
    <DecalSize>
      <CX>32</CX>
      <CY>32</CY>
    </DecalSize>
  </Button>
  <Button item="SDBW_Buff5_Button">
    <ScreenID>Buff5</ScreenID>
    <!--<Font>3</Font> Defautl -->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>3</X>
      <Y>183</Y>
    </Location>
    <Size>
      <CX>36</CX>
      <CY>36</CY>
    </Size>
    <Style_VScroll>false</Style_VScroll>
    <Style_HScroll>false</Style_HScroll>
    <Style_Transparent>false</Style_Transparent>
    <!--<TooltipReference/> Default -->
    <Style_Checkbox>false</Style_Checkbox>
    <!--<RadioGroup/> Default -->
    <ButtonDrawTemplate>
      <Normal>RedIconBackground</Normal>
      <NormalDecal>BuffIcons</NormalDecal>
    </ButtonDrawTemplate>
    <!-- 
			<SoundPressed/>
			<SoundUp/>
			<SoundFlyby/>
		-->
    <DecalOffset>
      <X>2</X>
      <Y>2</Y>
    </DecalOffset>
    <DecalSize>
      <CX>32</CX>
      <CY>32</CY>
    </DecalSize>
  </Button>
  <Button item="SDBW_Buff6_Button">
    <ScreenID>Buff6</ScreenID>
    <!--<Font>3</Font> Defautl -->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>3</X>
      <Y>219</Y>
    </Location>
    <Size>
      <CX>36</CX>
      <CY>36</CY>
    </Size>
    <Style_VScroll>false</Style_VScroll>
    <Style_HScroll>false</Style_HScroll>
    <Style_Transparent>false</Style_Transparent>
    <!--<TooltipReference/> Default -->
    <Style_Checkbox>false</Style_Checkbox>
    <!--<RadioGroup/> Default -->
    <ButtonDrawTemplate>
      <Normal>RedIconBackground</Normal>
      <NormalDecal>BuffIcons</NormalDecal>
    </ButtonDrawTemplate>
    <!-- 
			<SoundPressed/>
			<SoundUp/>
			<SoundFlyby/>
		-->
    <DecalOffset>
      <X>2</X>
      <Y>2</Y>
    </DecalOffset>
    <DecalSize>
      <CX>32</CX>
      <CY>32</CY>
    </DecalSize>
  </Button>
  <Button item="SDBW_Buff7_Button">
    <ScreenID>Buff7</ScreenID>
    <!--<Font>3</Font> Defautl -->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>3</X>
      <Y>255</Y>
    </Location>
    <Size>
      <CX>36</CX>
      <CY>36</CY>
    </Size>
    <Style_VScroll>false</Style_VScroll>
    <Style_HScroll>false</Style_HScroll>
    <Style_Transparent>false</Style_Transparent>
    <!--<TooltipReference/> Default -->
    <Style_Checkbox>false</Style_Checkbox>
    <!--<RadioGroup/> Default -->
    <ButtonDrawTemplate>
      <Normal>RedIconBackground</Normal>
      <NormalDecal>BuffIcons</NormalDecal>
    </ButtonDrawTemplate>
    <!-- 
			<SoundPressed/>
			<SoundUp/>
			<SoundFlyby/>
		-->
    <DecalOffset>
      <X>2</X>
      <Y>2</Y>
    </DecalOffset>
    <DecalSize>
      <CX>32</CX>
      <CY>32</CY>
    </DecalSize>
  </Button>
  <Button item="SDBW_Buff8_Button">
    <ScreenID>Buff8</ScreenID>
    <!--<Font>3</Font> Defautl -->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>3</X>
      <Y>291</Y>
    </Location>
    <Size>
      <CX>36</CX>
      <CY>36</CY>
    </Size>
    <Style_VScroll>false</Style_VScroll>
    <Style_HScroll>false</Style_HScroll>
    <Style_Transparent>false</Style_Transparent>
    <!--<TooltipReference/> Default -->
    <Style_Checkbox>false</Style_Checkbox>
    <!--<RadioGroup/> Default -->
    <ButtonDrawTemplate>
      <Normal>RedIconBackground</Normal>
      <NormalDecal>BuffIcons</NormalDecal>
    </ButtonDrawTemplate>
    <!-- 
			<SoundPressed/>
			<SoundUp/>
			<SoundFlyby/>
		-->
    <DecalOffset>
      <X>2</X>
      <Y>2</Y>
    </DecalOffset>
    <DecalSize>
      <CX>32</CX>
      <CY>32</CY>
    </DecalSize>
  </Button>
  <Button item="SDBW_Buff9_Button">
    <ScreenID>Buff9</ScreenID>
    <!--<Font>3</Font> Defautl -->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>3</X>
      <Y>327</Y>
    </Location>
    <Size>
      <CX>36</CX>
      <CY>36</CY>
    </Size>
    <Style_VScroll>false</Style_VScroll>
    <Style_HScroll>false</Style_HScroll>
    <Style_Transparent>false</Style_Transparent>
    <!--<TooltipReference/> Default -->
    <Style_Checkbox>false</Style_Checkbox>
    <!--<RadioGroup/> Default -->
    <ButtonDrawTemplate>
      <Normal>RedIconBackground</Normal>
      <NormalDecal>BuffIcons</NormalDecal>
    </ButtonDrawTemplate>
    <!-- 
			<SoundPressed/>
			<SoundUp/>
			<SoundFlyby/>
		-->
    <DecalOffset>
      <X>2</X>
      <Y>2</Y>
    </DecalOffset>
    <DecalSize>
      <CX>32</CX>
      <CY>32</CY>
    </DecalSize>
  </Button>
  <Button item="SDBW_Buff10_Button">
    <ScreenID>Buff10</ScreenID>
    <!--<Font>3</Font> Defautl -->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>3</X>
      <Y>363</Y>
    </Location>
    <Size>
      <CX>36</CX>
      <CY>36</CY>
    </Size>
    <Style_VScroll>false</Style_VScroll>
    <Style_HScroll>false</Style_HScroll>
    <Style_Transparent>false</Style_Transparent>
    <!--<TooltipReference/> Default -->
    <Style_Checkbox>false</Style_Checkbox>
    <!--<RadioGroup/> Default -->
    <ButtonDrawTemplate>
      <Normal>RedIconBackground</Normal>
      <NormalDecal>BuffIcons</NormalDecal>
    </ButtonDrawTemplate>
    <!-- 
			<SoundPressed/>
			<SoundUp/>
			<SoundFlyby/>
		-->
    <DecalOffset>
      <X>2</X>
      <Y>2</Y>
    </DecalOffset>
    <DecalSize>
      <CX>32</CX>
      <CY>32</CY>
    </DecalSize>
  </Button>
  <Button item="SDBW_Buff11_Button">
    <ScreenID>Buff11</ScreenID>
    <!--<Font>3</Font> Defautl -->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>3</X>
      <Y>399</Y>
    </Location>
    <Size>
      <CX>36</CX>
      <CY>36</CY>
    </Size>
    <Style_VScroll>false</Style_VScroll>
    <Style_HScroll>false</Style_HScroll>
    <Style_Transparent>false</Style_Transparent>
    <!--<TooltipReference/> Default -->
    <Style_Checkbox>false</Style_Checkbox>
    <!--<RadioGroup/> Default -->
    <ButtonDrawTemplate>
      <Normal>RedIconBackground</Normal>
      <NormalDecal>BuffIcons</NormalDecal>
    </ButtonDrawTemplate>
    <!-- 
			<SoundPressed/>
			<SoundUp/>
			<SoundFlyby/>
		-->
    <DecalOffset>
      <X>2</X>
      <Y>2</Y>
    </DecalOffset>
    <DecalSize>
      <CX>32</CX>
      <CY>32</CY>
    </DecalSize>
  </Button>
  <Label item="SDBW_Buff0">
    <ScreenID>Buff0Label</ScreenID>
    <Location>
      <X>4</X>
      <Y>9</Y>
    </Location>
    <EQType>600</EQType>
    <Font>1</Font>
    <RelativePosition>true</RelativePosition>
    <Size>
      <CX>92</CX>
      <CY>26</CY>
    </Size>
    <Text>Regrowth of the Grove</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>False</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
  </Label>
  <Label item="SDBW_Buff1">
    <ScreenID>Buff1Label</ScreenID>
    <Location>
      <X>4</X>
      <Y>45</Y>
    </Location>
    <EQType>601</EQType>
    <Font>1</Font>
    <RelativePosition>true</RelativePosition>
    <Size>
      <CX>92</CX>
      <CY>26</CY>
    </Size>
    <Text>Regrowth of the Grove</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>False</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
  </Label>
  <Label item="SDBW_Buff2">
    <ScreenID>Buff2Label</ScreenID>
    <Location>
      <X>4</X>
      <Y>81</Y>
    </Location>
    <EQType>602</EQType>
    <Font>1</Font>
    <RelativePosition>true</RelativePosition>
    <Size>
      <CX>92</CX>
      <CY>26</CY>
    </Size>
    <Text>Regrowth of the Grove</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>False</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
  </Label>
  <Label item="SDBW_Buff3">
    <ScreenID>Buff3Label</ScreenID>
    <Location>
      <X>4</X>
      <Y>117</Y>
    </Location>
    <EQType>603</EQType>
    <Font>1</Font>
    <RelativePosition>true</RelativePosition>
    <Size>
      <CX>92</CX>
      <CY>26</CY>
    </Size>
    <Text>Regrowth of the Grove</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>False</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
  </Label>
  <Label item="SDBW_Buff4">
    <ScreenID>Buff4Label</ScreenID>
    <Location>
      <X>4</X>
      <Y>153</Y>
    </Location>
    <EQType>604</EQType>
    <Font>1</Font>
    <RelativePosition>true</RelativePosition>
    <Size>
      <CX>92</CX>
      <CY>26</CY>
    </Size>
    <Text>Regrowth of the Grove</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>False</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
  </Label>
  <Label item="SDBW_Buff5">
    <ScreenID>Buff5Label</ScreenID>
    <Location>
      <X>4</X>
      <Y>189</Y>
    </Location>
    <EQType>605</EQType>
    <Font>1</Font>
    <RelativePosition>true</RelativePosition>
    <Size>
      <CX>92</CX>
      <CY>26</CY>
    </Size>
    <Text>Regrowth of the Grove</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>False</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
  </Label>
  <Label item="SDBW_Buff6">
    <ScreenID>Buff6Label</ScreenID>
    <Location>
      <X>4</X>
      <Y>225</Y>
    </Location>
    <EQType>606</EQType>
    <Font>1</Font>
    <RelativePosition>true</RelativePosition>
    <Size>
      <CX>92</CX>
      <CY>26</CY>
    </Size>
    <Text>Regrowth of the Grove</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>False</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
  </Label>
  <Label item="SDBW_Buff7">
    <ScreenID>Buff7Label</ScreenID>
    <Location>
      <X>4</X>
      <Y>261</Y>
    </Location>
    <EQType>607</EQType>
    <Font>1</Font>
    <RelativePosition>true</RelativePosition>
    <Size>
      <CX>92</CX>
      <CY>26</CY>
    </Size>
    <Text>Regrowth of the Grove</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>False</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
  </Label>
  <Label item="SDBW_Buff8">
    <ScreenID>Buff8Label</ScreenID>
    <Location>
      <X>4</X>
      <Y>297</Y>
    </Location>
    <EQType>608</EQType>
    <Font>1</Font>
    <RelativePosition>true</RelativePosition>
    <Size>
      <CX>92</CX>
      <CY>26</CY>
    </Size>
    <Text>Regrowth of the Grove</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>False</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
  </Label>
  <Label item="SDBW_Buff9">
    <ScreenID>Buff9Label</ScreenID>
    <Location>
      <X>4</X>
      <Y>333</Y>
    </Location>
    <EQType>609</EQType>
    <Font>1</Font>
    <RelativePosition>true</RelativePosition>
    <Size>
      <CX>92</CX>
      <CY>26</CY>
    </Size>
    <Text>Regrowth of the Grove</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>False</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
  </Label>
  <Label item="SDBW_Buff10">
    <ScreenID>Buff10Label</ScreenID>
    <Location>
      <X>4</X>
      <Y>369</Y>
    </Location>
    <EQType>610</EQType>
    <Font>1</Font>
    <RelativePosition>true</RelativePosition>
    <Size>
      <CX>92</CX>
      <CY>26</CY>
    </Size>
    <Text>Regrowth of the Grove</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>False</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
  </Label>
  <Label item="SDBW_Buff11">
    <ScreenID>Buff11Label</ScreenID>
    <Location>
      <X>4</X>
      <Y>405</Y>
    </Location>
    <EQType>611</EQType>
    <Font>1</Font>
    <RelativePosition>true</RelativePosition>
    <Size>
      <CX>92</CX>
      <CY>26</CY>
    </Size>
    <Text>Regrowth of the Grove</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>False</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
  </Label>
  <Screen item="ShortDurationBuffWindow">
    <!--<ScreenID/>-->
    <Text>Songs</Text>
    <RelativePosition>false</RelativePosition>
    <Location>
      <X>415</X>
      <Y>395</Y>
    </Location>
    <Size>
      <CX>130</CX>
      <CY>450</CY>
    </Size>
    <Style_VScroll>false</Style_VScroll>
    <Style_HScroll>false</Style_HScroll>
    <Style_Transparent>true</Style_Transparent>
    <!--<TooltipReference/>-->
    <DrawTemplate>WDT_Def</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>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_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>
  </Screen>
</XML>

Posted: Sun Feb 20, 2005 12:35 pm
by htw
EQUI_Animations.xml

Won't fit to post properly. PM me with your email, and I'll send it.

Posted: Mon Feb 21, 2005 6:40 pm
by Scythen60
took down link