Can someone add 1 buffslot to this?

Forum for posting custom UIs, portions of UIs, and HUD stuff using MQ's enhancements.

Moderator: MacroQuest Developers

cheater
orc pawn
orc pawn
Posts: 26
Joined: Sat Oct 04, 2003 6:06 am

Can someone add 1 buffslot to this?

Post by cheater » Sun Apr 24, 2005 4:26 pm

Window currently looks like this and I really like this version (only weak spot is the lack of numbers in the unused spots, but no big problem)

Image

The code follows below. I can kinda see the system in it and it seems all I have to do it add a bw_buff20_button, a bw_buff20 and bw_dur20 and expand the buffwindow size on the y axis

Is it just a simple copy/paste job or does the 21st slot have another name cause its a new expansion etc?

Any help would be appreciated

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>
  --> 
  <RelativePosition>true</RelativePosition> 
- <Location>
  <X>3</X> 
  <Y>3</Y> 
  </Location>
- <Size>
  <CX>198</CX> 
  <CY>20</CY> 
  </Size>
  <Style_VScroll>false</Style_VScroll> 
  <Style_HScroll>false</Style_HScroll> 
  <Style_Transparent>false</Style_Transparent> 
- <!-- </TooltipReference>
  --> 
  <Style_Checkbox>false</Style_Checkbox> 
- <!-- <RadioGroup/>   
  --> 
- <ButtonDrawTemplate>
  <Normal>BlueIconBackground</Normal> 
  <NormalDecal>BuffIcons</NormalDecal> 
  </ButtonDrawTemplate>
- <!-- 
  
			<SoundPressed/>
			<SoundUp/>
			<SoundFlyby/>
		

  --> 
- <DecalOffset>
  <X>0</X> 
  <Y>0</Y> 
  </DecalOffset>
- <DecalSize>
  <CX>20</CX> 
  <CY>20</CY> 
  </DecalSize>
  </Button>
- <Button item="BW_Buff1_Button">
  <ScreenID>Buff1</ScreenID> 
- <!-- <Font>3</Font>   
  --> 
  <RelativePosition>true</RelativePosition> 
- <Location>
  <X>3</X> 
  <Y>3</Y> 
  </Location>
- <Size>
  <CX>198</CX> 
  <CY>20</CY> 
  </Size>
  <Style_VScroll>false</Style_VScroll> 
  <Style_HScroll>false</Style_HScroll> 
  <Style_Transparent>false</Style_Transparent> 
- <!-- <TooltipReference/>   
  --> 
  <Style_Checkbox>false</Style_Checkbox> 
  <RadioGroup /> 
- <ButtonDrawTemplate>
  <Normal>RedIconBackground</Normal> 
  <NormalDecal>BuffIcons</NormalDecal> 
  </ButtonDrawTemplate>
- <!-- 
  		
			<SoundPressed/>
			<SoundUp/>
			<SoundFlyby/>
		

  --> 
- <DecalOffset>
  <X>0</X> 
  <Y>0</Y> 
  </DecalOffset>
- <DecalSize>
  <CX>20</CX> 
  <CY>20</CY> 
  </DecalSize>
  </Button>
- <Button item="BW_Buff2_Button">
  <ScreenID>Buff2</ScreenID> 
- <!-- <Font>3</Font>   
  --> 
  <RelativePosition>true</RelativePosition> 
- <Location>
  <X>93</X> 
  <Y>3</Y> 
  </Location>
- <Size>
  <CX>198</CX> 
  <CY>20</CY> 
  </Size>
  <Style_VScroll>false</Style_VScroll> 
  <Style_HScroll>false</Style_HScroll> 
  <Style_Transparent>false</Style_Transparent> 
- <!-- <TooltipReference/>   
  --> 
  <Style_Checkbox>false</Style_Checkbox> 
  <RadioGroup /> 
- <ButtonDrawTemplate>
  <Normal>RedIconBackground</Normal> 
  <NormalDecal>BuffIcons</NormalDecal> 
  </ButtonDrawTemplate>
- <!-- 
  
			<SoundPressed/>
			<SoundUp/>
			<SoundFlyby/>
		

  --> 
- <DecalOffset>
  <X>0</X> 
  <Y>0</Y> 
  </DecalOffset>
- <DecalSize>
  <CX>20</CX> 
  <CY>20</CY> 
  </DecalSize>
  </Button>
- <Button item="BW_Buff3_Button">
  <ScreenID>Buff3</ScreenID> 
- <!-- <Font>3</Font>   
  --> 
  <RelativePosition>true</RelativePosition> 
- <Location>
  <X>3</X> 
  <Y>49</Y> 
  </Location>
- <Size>
  <CX>198</CX> 
  <CY>20</CY> 
  </Size>
  <Style_VScroll>false</Style_VScroll> 
  <Style_HScroll>false</Style_HScroll> 
  <Style_Transparent>false</Style_Transparent> 
- <!-- <TooltipReference/>   
  --> 
  <Style_Checkbox>false</Style_Checkbox> 
  <RadioGroup /> 
- <ButtonDrawTemplate>
  <Normal>BlueIconBackground</Normal> 
  <NormalDecal>BuffIcons</NormalDecal> 
  </ButtonDrawTemplate>
- <!-- 
 Default and not used		
			<SoundPressed/>
			<SoundUp/>
			<SoundFlyby/>
		

  --> 
- <DecalOffset>
  <X>0</X> 
  <Y>0</Y> 
  </DecalOffset>
- <DecalSize>
  <CX>20</CX> 
  <CY>20</CY> 
  </DecalSize>
  </Button>
- <Button item="BW_Buff4_Button">
  <ScreenID>Buff4</ScreenID> 
- <!-- <Font>3</Font> Default 
  --> 
  <RelativePosition>true</RelativePosition> 
- <Location>
  <X>48</X> 
  <Y>49</Y> 
  </Location>
- <Size>
  <CX>198</CX> 
  <CY>20</CY> 
  </Size>
  <Style_VScroll>false</Style_VScroll> 
  <Style_HScroll>false</Style_HScroll> 
  <Style_Transparent>false</Style_Transparent> 
  <TooltipReference /> 
  <Style_Checkbox>false</Style_Checkbox> 
- <!-- <RadioGroup/> Default 
  --> 
- <ButtonDrawTemplate>
  <Normal>RedIconBackground</Normal> 
  <NormalDecal>BuffIcons</NormalDecal> 
  </ButtonDrawTemplate>
- <!-- 
Default
			<SoundPressed/>
			<SoundUp/>
			<SoundFlyby/>
		

  --> 
- <DecalOffset>
  <X>0</X> 
  <Y>0</Y> 
  </DecalOffset>
- <DecalSize>
  <CX>20</CX> 
  <CY>20</CY> 
  </DecalSize>
  </Button>
- <Button item="BW_Buff5_Button">
  <ScreenID>Buff5</ScreenID> 
- <!-- <Font>3</Font> Defautl 
  --> 
  <RelativePosition>true</RelativePosition> 
- <Location>
  <X>93</X> 
  <Y>49</Y> 
  </Location>
- <Size>
  <CX>198</CX> 
  <CY>20</CY> 
  </Size>
  <Style_VScroll>false</Style_VScroll> 
  <Style_HScroll>false</Style_HScroll> 
  <Style_Transparent>false</Style_Transparent> 
- <!-- <TooltipReference/> Default 
  --> 
  <Style_Checkbox>false</Style_Checkbox> 
- <!-- <RadioGroup/> Default 
  --> 
- <ButtonDrawTemplate>
  <Normal>RedIconBackground</Normal> 
  <NormalDecal>BuffIcons</NormalDecal> 
  </ButtonDrawTemplate>
- <!-- 
 
			<SoundPressed/>
			<SoundUp/>
			<SoundFlyby/>
		

  --> 
- <DecalOffset>
  <X>0</X> 
  <Y>0</Y> 
  </DecalOffset>
- <DecalSize>
  <CX>20</CX> 
  <CY>20</CY> 
  </DecalSize>
  </Button>
- <Button item="BW_Buff6_Button">
  <ScreenID>Buff6</ScreenID> 
- <!-- <Font>3</Font> Default 
  --> 
  <RelativePosition>true</RelativePosition> 
- <Location>
  <X>3</X> 
  <Y>95</Y> 
  </Location>
- <Size>
  <CX>198</CX> 
  <CY>20</CY> 
  </Size>
  <Style_VScroll>false</Style_VScroll> 
  <Style_HScroll>false</Style_HScroll> 
  <Style_Transparent>false</Style_Transparent> 
  <TooltipReference /> 
  <Style_Checkbox>false</Style_Checkbox> 
- <!-- <RadioGroup/> Default 
  --> 
- <ButtonDrawTemplate>
  <Normal>BlueIconBackground</Normal> 
  <NormalDecal>BuffIcons</NormalDecal> 
  </ButtonDrawTemplate>
- <!-- 
 
			<SoundPressed/>
			<SoundUp/>
			<SoundFlyby/>
		

  --> 
- <DecalOffset>
  <X>0</X> 
  <Y>0</Y> 
  </DecalOffset>
- <DecalSize>
  <CX>20</CX> 
  <CY>20</CY> 
  </DecalSize>
  </Button>
- <Button item="BW_Buff7_Button">
  <ScreenID>Buff7</ScreenID> 
- <!-- <Font>3</Font> Use defaults 
  --> 
  <RelativePosition>true</RelativePosition> 
- <Location>
  <X>48</X> 
  <Y>95</Y> 
  </Location>
- <Size>
  <CX>198</CX> 
  <CY>20</CY> 
  </Size>
  <Style_VScroll>false</Style_VScroll> 
  <Style_HScroll>false</Style_HScroll> 
  <Style_Transparent>false</Style_Transparent> 
- <!-- <TooltipReference/> Use defaults 
  --> 
  <Style_Checkbox>false</Style_Checkbox> 
- <!-- <RadioGroup/> Use Defaults 
  --> 
- <ButtonDrawTemplate>
  <Normal>RedIconBackground</Normal> 
  <NormalDecal>BuffIcons</NormalDecal> 
  </ButtonDrawTemplate>
- <!-- 
 Use defaults
			<SoundPressed/>
			<SoundUp/>
			<SoundFlyby/>
		

  --> 
- <DecalOffset>
  <X>0</X> 
  <Y>0</Y> 
  </DecalOffset>
- <DecalSize>
  <CX>20</CX> 
  <CY>20</CY> 
  </DecalSize>
  </Button>
- <Button item="BW_Buff8_Button">
  <ScreenID>Buff8</ScreenID> 
- <!-- <Font>3</Font>Defaults
  --> 
  <RelativePosition>true</RelativePosition> 
- <Location>
  <X>93</X> 
  <Y>95</Y> 
  </Location>
- <Size>
  <CX>198</CX> 
  <CY>20</CY> 
  </Size>
  <Style_VScroll>false</Style_VScroll> 
  <Style_HScroll>false</Style_HScroll> 
  <Style_Transparent>false</Style_Transparent> 
- <!-- <TooltipReference/> Use default 
  --> 
  <Style_Checkbox>false</Style_Checkbox> 
- <!-- <RadioGroup/>Use default
  --> 
- <ButtonDrawTemplate>
  <Normal>RedIconBackground</Normal> 
  <NormalDecal>BuffIcons</NormalDecal> 
  </ButtonDrawTemplate>
- <!-- 
 
			<SoundPressed/>
			<SoundUp/>
			<SoundFlyby/>
		

  --> 
- <DecalOffset>
  <X>0</X> 
  <Y>0</Y> 
  </DecalOffset>
- <DecalSize>
  <CX>20</CX> 
  <CY>20</CY> 
  </DecalSize>
  </Button>
- <Button item="BW_Buff9_Button">
  <ScreenID>Buff9</ScreenID> 
- <!-- <Font>3</Font>Use Defaults 
  --> 
  <RelativePosition>true</RelativePosition> 
- <Location>
  <X>3</X> 
  <Y>141</Y> 
  </Location>
- <Size>
  <CX>198</CX> 
  <CY>20</CY> 
  </Size>
  <Style_VScroll>false</Style_VScroll> 
  <Style_HScroll>false</Style_HScroll> 
  <Style_Transparent>false</Style_Transparent> 
- <!-- <TooltipReference/> Use Defaults 
  --> 
  <Style_Checkbox>false</Style_Checkbox> 
- <!-- <RadioGroup/>  
  --> 
- <ButtonDrawTemplate>
  <Normal>BlueIconBackground</Normal> 
  <NormalDecal>BuffIcons</NormalDecal> 
  </ButtonDrawTemplate>
- <DecalOffset>
  <X>0</X> 
  <Y>0</Y> 
  </DecalOffset>
- <DecalSize>
  <CX>20</CX> 
  <CY>20</CY> 
  </DecalSize>
  </Button>
- <Button item="BW_Buff10_Button">
  <ScreenID>Buff10</ScreenID> 
- <!-- <Font>3</Font> 
  --> 
  <RelativePosition>true</RelativePosition> 
- <Location>
  <X>48</X> 
  <Y>141</Y> 
  </Location>
- <Size>
  <CX>198</CX> 
  <CY>20</CY> 
  </Size>
  <Style_VScroll>false</Style_VScroll> 
  <Style_HScroll>false</Style_HScroll> 
  <Style_Transparent>false</Style_Transparent> 
- <!-- <TooltipReference/>
  --> 
  <Style_Checkbox>false</Style_Checkbox> 
- <!-- <RadioGroup/>
  --> 
- <ButtonDrawTemplate>
  <Normal>RedIconBackground</Normal> 
  <NormalDecal>BuffIcons</NormalDecal> 
  </ButtonDrawTemplate>
- <DecalOffset>
  <X>0</X> 
  <Y>0</Y> 
  </DecalOffset>
- <DecalSize>
  <CX>20</CX> 
  <CY>20</CY> 
  </DecalSize>
  </Button>
- <Button item="BW_Buff11_Button">
  <ScreenID>Buff11</ScreenID> 
- <!-- <Font>3</Font>
  --> 
  <RelativePosition>true</RelativePosition> 
- <Location>
  <X>93</X> 
  <Y>141</Y> 
  </Location>
- <Size>
  <CX>198</CX> 
  <CY>20</CY> 
  </Size>
  <Style_VScroll>false</Style_VScroll> 
  <Style_HScroll>false</Style_HScroll> 
  <Style_Transparent>false</Style_Transparent> 
- <!-- <TooltipReference/>
  --> 
  <Style_Checkbox>false</Style_Checkbox> 
- <!-- <RadioGroup/>
  --> 
- <ButtonDrawTemplate>
  <Normal>RedIconBackground</Normal> 
  <NormalDecal>BuffIcons</NormalDecal> 
  </ButtonDrawTemplate>
- <DecalOffset>
  <X>0</X> 
  <Y>0</Y> 
  </DecalOffset>
- <DecalSize>
  <CX>20</CX> 
  <CY>20</CY> 
  </DecalSize>
  </Button>
- <Button item="BW_Buff12_Button">
  <ScreenID>Buff12</ScreenID> 
- <!-- <Font>3</Font>
  --> 
  <RelativePosition>true</RelativePosition> 
- <Location>
  <X>3</X> 
  <Y>187</Y> 
  </Location>
- <Size>
  <CX>198</CX> 
  <CY>20</CY> 
  </Size>
  <Style_VScroll>false</Style_VScroll> 
  <Style_HScroll>false</Style_HScroll> 
  <Style_Transparent>false</Style_Transparent> 
- <!-- <TooltipReference/>
  --> 
  <Style_Checkbox>false</Style_Checkbox> 
- <!-- <RadioGroup/>
  --> 
- <ButtonDrawTemplate>
  <Normal>BlueIconBackground</Normal> 
  <NormalDecal>BuffIcons</NormalDecal> 
  </ButtonDrawTemplate>
- <DecalOffset>
  <X>0</X> 
  <Y>0</Y> 
  </DecalOffset>
- <DecalSize>
  <CX>20</CX> 
  <CY>20</CY> 
  </DecalSize>
  </Button>
- <Button item="BW_Buff13_Button">
  <ScreenID>Buff13</ScreenID> 
- <!-- <Font>3</Font>
  --> 
  <RelativePosition>true</RelativePosition> 
- <Location>
  <X>48</X> 
  <Y>187</Y> 
  </Location>
- <Size>
  <CX>198</CX> 
  <CY>20</CY> 
  </Size>
  <Style_VScroll>false</Style_VScroll> 
  <Style_HScroll>false</Style_HScroll> 
  <Style_Transparent>false</Style_Transparent> 
- <!-- <TooltipReference/>
  --> 
  <Style_Checkbox>false</Style_Checkbox> 
- <!-- <RadioGroup/>
  --> 
- <ButtonDrawTemplate>
  <Normal>RedIconBackground</Normal> 
  <NormalDecal>BuffIcons</NormalDecal> 
  </ButtonDrawTemplate>
- <DecalOffset>
  <X>0</X> 
  <Y>0</Y> 
  </DecalOffset>
- <DecalSize>
  <CX>20</CX> 
  <CY>20</CY> 
  </DecalSize>
  </Button>
- <Button item="BW_Buff14_Button">
  <ScreenID>Buff14</ScreenID> 
- <!-- <Font>3</Font>
  --> 
  <RelativePosition>true</RelativePosition> 
- <Location>
  <X>93</X> 
  <Y>187</Y> 
  </Location>
- <Size>
  <CX>198</CX> 
  <CY>20</CY> 
  </Size>
  <Style_VScroll>false</Style_VScroll> 
  <Style_HScroll>false</Style_HScroll> 
  <Style_Transparent>false</Style_Transparent> 
- <!-- <TooltipReference/>
  --> 
  <Style_Checkbox>false</Style_Checkbox> 
- <!-- <RadioGroup/>
  --> 
- <ButtonDrawTemplate>
  <Normal>RedIconBackground</Normal> 
  <NormalDecal>BuffIcons</NormalDecal> 
  </ButtonDrawTemplate>
- <DecalOffset>
  <X>0</X> 
  <Y>0</Y> 
  </DecalOffset>
- <DecalSize>
  <CX>20</CX> 
  <CY>20</CY> 
  </DecalSize>
  </Button>
- <Button item="BW_Buff15_Button">
  <ScreenID>Buff15</ScreenID> 
- <!-- <Font>3</Font>
  --> 
  <RelativePosition>true</RelativePosition> 
- <Location>
  <X>93</X> 
  <Y>187</Y> 
  </Location>
- <Size>
  <CX>198</CX> 
  <CY>20</CY> 
  </Size>
  <Style_VScroll>false</Style_VScroll> 
  <Style_HScroll>false</Style_HScroll> 
  <Style_Transparent>false</Style_Transparent> 
- <!-- <TooltipReference/>
  --> 
  <Style_Checkbox>false</Style_Checkbox> 
- <!-- <RadioGroup/>
  --> 
- <ButtonDrawTemplate>
  <Normal>RedIconBackground</Normal> 
  <NormalDecal>BuffIcons</NormalDecal> 
  </ButtonDrawTemplate>
- <DecalOffset>
  <X>0</X> 
  <Y>0</Y> 
  </DecalOffset>
- <DecalSize>
  <CX>20</CX> 
  <CY>20</CY> 
  </DecalSize>
  </Button>
- <Button item="BW_Buff16_Button">
  <ScreenID>Buff16</ScreenID> 
- <!-- <Font>3</Font>
  --> 
  <RelativePosition>true</RelativePosition> 
- <Location>
  <X>93</X> 
  <Y>187</Y> 
  </Location>
- <Size>
  <CX>198</CX> 
  <CY>20</CY> 
  </Size>
  <Style_VScroll>false</Style_VScroll> 
  <Style_HScroll>false</Style_HScroll> 
  <Style_Transparent>false</Style_Transparent> 
- <!-- <TooltipReference/>
  --> 
  <Style_Checkbox>false</Style_Checkbox> 
- <!-- <RadioGroup/>
  --> 
- <ButtonDrawTemplate>
  <Normal>RedIconBackground</Normal> 
  <NormalDecal>BuffIcons</NormalDecal> 
  </ButtonDrawTemplate>
- <DecalOffset>
  <X>0</X> 
  <Y>0</Y> 
  </DecalOffset>
- <DecalSize>
  <CX>20</CX> 
  <CY>20</CY> 
  </DecalSize>
  </Button>
- <Button item="BW_Buff17_Button">
  <ScreenID>Buff17</ScreenID> 
- <!-- <Font>3</Font>
  --> 
  <RelativePosition>true</RelativePosition> 
- <Location>
  <X>93</X> 
  <Y>187</Y> 
  </Location>
- <Size>
  <CX>198</CX> 
  <CY>20</CY> 
  </Size>
  <Style_VScroll>false</Style_VScroll> 
  <Style_HScroll>false</Style_HScroll> 
  <Style_Transparent>false</Style_Transparent> 
- <!-- <TooltipReference/>
  --> 
  <Style_Checkbox>false</Style_Checkbox> 
- <!-- <RadioGroup/>
  --> 
- <ButtonDrawTemplate>
  <Normal>RedIconBackground</Normal> 
  <NormalDecal>BuffIcons</NormalDecal> 
  </ButtonDrawTemplate>
- <DecalOffset>
  <X>0</X> 
  <Y>0</Y> 
  </DecalOffset>
- <DecalSize>
  <CX>20</CX> 
  <CY>20</CY> 
  </DecalSize>
  </Button>
- <Button item="BW_Buff18_Button">
  <ScreenID>Buff18</ScreenID> 
- <!-- <Font>3</Font>
  --> 
  <RelativePosition>true</RelativePosition> 
- <Location>
  <X>93</X> 
  <Y>187</Y> 
  </Location>
- <Size>
  <CX>198</CX> 
  <CY>20</CY> 
  </Size>
  <Style_VScroll>false</Style_VScroll> 
  <Style_HScroll>false</Style_HScroll> 
  <Style_Transparent>false</Style_Transparent> 
- <!-- <TooltipReference/>
  --> 
  <Style_Checkbox>false</Style_Checkbox> 
- <!-- <RadioGroup/>
  --> 
- <ButtonDrawTemplate>
  <Normal>RedIconBackground</Normal> 
  <NormalDecal>BuffIcons</NormalDecal> 
  </ButtonDrawTemplate>
- <DecalOffset>
  <X>0</X> 
  <Y>0</Y> 
  </DecalOffset>
- <DecalSize>
  <CX>20</CX> 
  <CY>20</CY> 
  </DecalSize>
  </Button>
- <Button item="BW_Buff19_Button">
  <ScreenID>Buff19</ScreenID> 
- <!-- <Font>3</Font>
  --> 
  <RelativePosition>true</RelativePosition> 
- <Location>
  <X>93</X> 
  <Y>187</Y> 
  </Location>
- <Size>
  <CX>198</CX> 
  <CY>20</CY> 
  </Size>
  <Style_VScroll>false</Style_VScroll> 
  <Style_HScroll>false</Style_HScroll> 
  <Style_Transparent>false</Style_Transparent> 
- <!-- <TooltipReference/>
  --> 
  <Style_Checkbox>false</Style_Checkbox> 
- <!-- <RadioGroup/>
  --> 
- <ButtonDrawTemplate>
  <Normal>RedIconBackground</Normal> 
  <NormalDecal>BuffIcons</NormalDecal> 
  </ButtonDrawTemplate>
- <DecalOffset>
  <X>0</X> 
  <Y>0</Y> 
  </DecalOffset>
- <DecalSize>
  <CX>20</CX> 
  <CY>20</CY> 
  </DecalSize>
  </Button>
- <Label item="BW_Buff0">
  <ScreenID>Buff0Label</ScreenID> 
  <EQType>500</EQType> 
  <Font>2</Font> 
  <RelativePosition>true</RelativePosition> 
- <Location>
  <X>67</X> 
  <Y>3</Y> 
  </Location>
- <Size>
  <CX>230</CX> 
  <CY>14</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_Buff1">
  <ScreenID>Buff1Label</ScreenID> 
  <EQType>501</EQType> 
  <Font>2</Font> 
  <RelativePosition>true</RelativePosition> 
- <Location>
  <X>67</X> 
  <Y>24</Y> 
  </Location>
- <Size>
  <CX>230</CX> 
  <CY>14</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> 
- <Location>
  <X>67</X> 
  <Y>45</Y> 
  </Location>
- <Size>
  <CX>230</CX> 
  <CY>14</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> 
- <Location>
  <X>67</X> 
  <Y>66</Y> 
  </Location>
- <Size>
  <CX>230</CX> 
  <CY>14</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> 
- <Location>
  <X>67</X> 
  <Y>87</Y> 
  </Location>
- <Size>
  <CX>230</CX> 
  <CY>14</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> 
- <Location>
  <X>67</X> 
  <Y>108</Y> 
  </Location>
- <Size>
  <CX>230</CX> 
  <CY>14</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> 
- <Location>
  <X>67</X> 
  <Y>129</Y> 
  </Location>
- <Size>
  <CX>230</CX> 
  <CY>14</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> 
- <Location>
  <X>67</X> 
  <Y>150</Y> 
  </Location>
- <Size>
  <CX>230</CX> 
  <CY>14</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> 
- <Location>
  <X>67</X> 
  <Y>171</Y> 
  </Location>
- <Size>
  <CX>230</CX> 
  <CY>14</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> 
- <Location>
  <X>67</X> 
  <Y>192</Y> 
  </Location>
- <Size>
  <CX>230</CX> 
  <CY>14</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> 
- <Location>
  <X>67</X> 
  <Y>213</Y> 
  </Location>
- <Size>
  <CX>230</CX> 
  <CY>14</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> 
- <Location>
  <X>67</X> 
  <Y>234</Y> 
  </Location>
- <Size>
  <CX>230</CX> 
  <CY>14</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> 
- <Location>
  <X>67</X> 
  <Y>255</Y> 
  </Location>
- <Size>
  <CX>230</CX> 
  <CY>14</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> 
- <Location>
  <X>67</X> 
  <Y>276</Y> 
  </Location>
- <Size>
  <CX>230</CX> 
  <CY>14</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> 
- <Location>
  <X>67</X> 
  <Y>297</Y> 
  </Location>
- <Size>
  <CX>230</CX> 
  <CY>14</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> 
- <Location>
  <X>67</X> 
  <Y>318</Y> 
  </Location>
- <Size>
  <CX>230</CX> 
  <CY>14</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> 
- <Location>
  <X>67</X> 
  <Y>339</Y> 
  </Location>
- <Size>
  <CX>230</CX> 
  <CY>14</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> 
- <Location>
  <X>67</X> 
  <Y>360</Y> 
  </Location>
- <Size>
  <CX>230</CX> 
  <CY>14</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> 
- <Location>
  <X>67</X> 
  <Y>381</Y> 
  </Location>
- <Size>
  <CX>230</CX> 
  <CY>14</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> 
- <Location>
  <X>67</X> 
  <Y>402</Y> 
  </Location>
- <Size>
  <CX>230</CX> 
  <CY>14</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_Dur0">
  <ScreenID>Dur0Label</ScreenID> 
  <EQType>9999</EQType> 
  <TooltipReference>${Me.Buff[1].Duration.Time}</TooltipReference> 
  <Font>2</Font> 
  <RelativePosition>true</RelativePosition> 
- <Location>
  <X>27</X> 
  <Y>3</Y> 
  </Location>
- <Size>
  <CX>230</CX> 
  <CY>14</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_Dur1">
  <ScreenID>Dur1Label</ScreenID> 
  <EQType>9999</EQType> 
  <TooltipReference>${Me.Buff[2].Duration.Time}</TooltipReference> 
  <Font>2</Font> 
  <RelativePosition>true</RelativePosition> 
- <Location>
  <X>26</X> 
  <Y>24</Y> 
  </Location>
- <Size>
  <CX>344</CX> 
  <CY>14</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_Dur2">
  <ScreenID>Dur2Label</ScreenID> 
  <EQType>9999</EQType> 
  <TooltipReference>${Me.Buff[3].Duration.Time}</TooltipReference> 
  <Font>2</Font> 
  <RelativePosition>true</RelativePosition> 
- <Location>
  <X>27</X> 
  <Y>45</Y> 
  </Location>
- <Size>
  <CX>400</CX> 
  <CY>14</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_Dur3">
  <ScreenID>Dur3Label</ScreenID> 
  <EQType>9999</EQType> 
  <TooltipReference>${Me.Buff[4].Duration.Time}</TooltipReference> 
  <Font>2</Font> 
  <RelativePosition>true</RelativePosition> 
- <Location>
  <X>27</X> 
  <Y>66</Y> 
  </Location>
- <Size>
  <CX>344</CX> 
  <CY>14</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_Dur4">
  <ScreenID>Dur4Label</ScreenID> 
  <EQType>9999</EQType> 
  <TooltipReference>${Me.Buff[5].Duration.Time}</TooltipReference> 
  <Font>2</Font> 
  <RelativePosition>true</RelativePosition> 
- <Location>
  <X>27</X> 
  <Y>87</Y> 
  </Location>
- <Size>
  <CX>344</CX> 
  <CY>14</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_Dur5">
  <ScreenID>Dur5Label</ScreenID> 
  <EQType>9999</EQType> 
  <TooltipReference>${Me.Buff[6].Duration.Time}</TooltipReference> 
  <Font>2</Font> 
  <RelativePosition>true</RelativePosition> 
- <Location>
  <X>27</X> 
  <Y>108</Y> 
  </Location>
- <Size>
  <CX>344</CX> 
  <CY>14</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_Dur6">
  <ScreenID>Dur6Label</ScreenID> 
  <EQType>9999</EQType> 
  <TooltipReference>${Me.Buff[7].Duration.Time}</TooltipReference> 
  <Font>2</Font> 
  <RelativePosition>true</RelativePosition> 
- <Location>
  <X>27</X> 
  <Y>129</Y> 
  </Location>
- <Size>
  <CX>344</CX> 
  <CY>14</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_Dur7">
  <ScreenID>Dur7Label</ScreenID> 
  <EQType>9999</EQType> 
  <TooltipReference>${Me.Buff[8].Duration.Time}</TooltipReference> 
  <Font>2</Font> 
  <RelativePosition>true</RelativePosition> 
- <Location>
  <X>27</X> 
  <Y>150</Y> 
  </Location>
- <Size>
  <CX>344</CX> 
  <CY>14</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_Dur8">
  <ScreenID>Dur8Label</ScreenID> 
  <EQType>9999</EQType> 
  <TooltipReference>${Me.Buff[9].Duration.Time}</TooltipReference> 
  <Font>2</Font> 
  <RelativePosition>true</RelativePosition> 
- <Location>
  <X>27</X> 
  <Y>171</Y> 
  </Location>
- <Size>
  <CX>344</CX> 
  <CY>14</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_Dur9">
  <ScreenID>Dur9Label</ScreenID> 
  <EQType>9999</EQType> 
  <TooltipReference>${Me.Buff[10].Duration.Time}</TooltipReference> 
  <Font>2</Font> 
  <RelativePosition>true</RelativePosition> 
- <Location>
  <X>27</X> 
  <Y>192</Y> 
  </Location>
- <Size>
  <CX>344</CX> 
  <CY>14</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_Dur10">
  <ScreenID>Dur10Label</ScreenID> 
  <EQType>9999</EQType> 
  <TooltipReference>${Me.Buff[11].Duration.Time}</TooltipReference> 
  <Font>2</Font> 
  <RelativePosition>true</RelativePosition> 
- <Location>
  <X>27</X> 
  <Y>213</Y> 
  </Location>
- <Size>
  <CX>344</CX> 
  <CY>14</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_Dur11">
  <ScreenID>Dur11Label</ScreenID> 
  <EQType>9999</EQType> 
  <TooltipReference>${Me.Buff[12].Duration.Time}</TooltipReference> 
  <Font>2</Font> 
  <RelativePosition>true</RelativePosition> 
- <Location>
  <X>27</X> 
  <Y>234</Y> 
  </Location>
- <Size>
  <CX>344</CX> 
  <CY>14</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_Dur12">
  <ScreenID>Dur12Label</ScreenID> 
  <EQType>9999</EQType> 
  <TooltipReference>${Me.Buff[13].Duration.Time}</TooltipReference> 
  <Font>2</Font> 
  <RelativePosition>true</RelativePosition> 
- <Location>
  <X>27</X> 
  <Y>255</Y> 
  </Location>
- <Size>
  <CX>344</CX> 
  <CY>14</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_Dur13">
  <ScreenID>Dur13Label</ScreenID> 
  <EQType>9999</EQType> 
  <TooltipReference>${Me.Buff[14].Duration.Time}</TooltipReference> 
  <Font>2</Font> 
  <RelativePosition>true</RelativePosition> 
- <Location>
  <X>27</X> 
  <Y>276</Y> 
  </Location>
- <Size>
  <CX>344</CX> 
  <CY>14</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_Dur14">
  <ScreenID>Dur14Label</ScreenID> 
  <EQType>9999</EQType> 
  <TooltipReference>${Me.Buff[15].Duration.Time}</TooltipReference> 
  <Font>2</Font> 
  <RelativePosition>true</RelativePosition> 
- <Location>
  <X>27</X> 
  <Y>297</Y> 
  </Location>
- <Size>
  <CX>344</CX> 
  <CY>14</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_Dur15">
  <ScreenID>Dur15Label</ScreenID> 
  <EQType>9999</EQType> 
  <TooltipReference>${Me.Buff[16].Duration.Time}</TooltipReference> 
  <Font>2</Font> 
  <RelativePosition>true</RelativePosition> 
- <Location>
  <X>27</X> 
  <Y>317</Y> 
  </Location>
- <Size>
  <CX>344</CX> 
  <CY>14</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_Dur16">
  <ScreenID>Dur16Label</ScreenID> 
  <EQType>9999</EQType> 
  <TooltipReference>${Me.Buff[17].Duration.Time}</TooltipReference> 
  <Font>2</Font> 
  <RelativePosition>true</RelativePosition> 
- <Location>
  <X>27</X> 
  <Y>339</Y> 
  </Location>
- <Size>
  <CX>344</CX> 
  <CY>14</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_Dur17">
  <ScreenID>Dur17Label</ScreenID> 
  <EQType>9999</EQType> 
  <TooltipReference>${Me.Buff[18].Duration.Time}</TooltipReference> 
  <Font>2</Font> 
  <RelativePosition>true</RelativePosition> 
- <Location>
  <X>27</X> 
  <Y>360</Y> 
  </Location>
- <Size>
  <CX>344</CX> 
  <CY>14</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_Dur18">
  <ScreenID>Dur18Label</ScreenID> 
  <EQType>9999</EQType> 
  <TooltipReference>${Me.Buff[19].Duration.Time}</TooltipReference> 
  <Font>2</Font> 
  <RelativePosition>true</RelativePosition> 
- <Location>
  <X>27</X> 
  <Y>381</Y> 
  </Location>
- <Size>
  <CX>344</CX> 
  <CY>14</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_Dur19">
  <ScreenID>Dur19Label</ScreenID> 
  <EQType>9999</EQType> 
  <TooltipReference>${Me.Buff[20].Duration.Time}</TooltipReference> 
  <Font>2</Font> 
  <RelativePosition>true</RelativePosition> 
- <Location>
  <X>27</X> 
  <Y>402</Y> 
  </Location>
- <Size>
  <CX>344</CX> 
  <CY>14</CY> 
  </Size>
  <Text /> 
- <TextColor>
  <R>255</R> 
  <G>255</G> 
  <B>255</B> 
  </TextColor>
  <NoWrap>true</NoWrap> 
  <AlignCenter>false</AlignCenter> 
  <AlignRight>false</AlignRight> 
  </Label>
- <Screen item="BuffWindow">
- <!-- <ScreenID/>
  --> 
  <Text>Effects</Text> 
  <RelativePosition>false</RelativePosition> 
- <Location>
  <X>496</X> 
  <Y>230</Y> 
  </Location>
- <Size>
  <CX>210</CX> 
  <CY>428</CY> 
  </Size>
  <Style_VScroll>false</Style_VScroll> 
  <Style_HScroll>false</Style_HScroll> 
  <Style_Transparent>false</Style_Transparent> 
  <DrawTemplate>WDT_RoundedNoTitle</DrawTemplate> 
  <Style_Titlebar>false</Style_Titlebar> 
  <Style_Closebox>true</Style_Closebox> 
  <Style_Minimizebox>true</Style_Minimizebox> 
  <Style_Border>true</Style_Border> 
  <Style_Sizable>false</Style_Sizable> 
  <Pieces>BW_Buff0_Button</Pieces> 
  <Pieces>BW_Buff1_Button</Pieces> 
  <Pieces>BW_Buff2_Button</Pieces> 
  <Pieces>BW_Buff3_Button</Pieces> 
  <Pieces>BW_Buff4_Button</Pieces> 
  <Pieces>BW_Buff5_Button</Pieces> 
  <Pieces>BW_Buff6_Button</Pieces> 
  <Pieces>BW_Buff7_Button</Pieces> 
  <Pieces>BW_Buff8_Button</Pieces> 
  <Pieces>BW_Buff9_Button</Pieces> 
  <Pieces>BW_Buff10_Button</Pieces> 
  <Pieces>BW_Buff11_Button</Pieces> 
  <Pieces>BW_Buff12_Button</Pieces> 
  <Pieces>BW_Buff13_Button</Pieces> 
  <Pieces>BW_Buff14_Button</Pieces> 
  <Pieces>BW_Buff15_Button</Pieces> 
  <Pieces>BW_Buff16_Button</Pieces> 
  <Pieces>BW_Buff17_Button</Pieces> 
  <Pieces>BW_Buff18_Button</Pieces> 
  <Pieces>BW_Buff19_Button</Pieces> 
  <Pieces>BW_Buff0</Pieces> 
  <Pieces>BW_Buff1</Pieces> 
  <Pieces>BW_Buff2</Pieces> 
  <Pieces>BW_Buff3</Pieces> 
  <Pieces>BW_Buff4</Pieces> 
  <Pieces>BW_Buff5</Pieces> 
  <Pieces>BW_Buff6</Pieces> 
  <Pieces>BW_Buff7</Pieces> 
  <Pieces>BW_Buff8</Pieces> 
  <Pieces>BW_Buff9</Pieces> 
  <Pieces>BW_Buff10</Pieces> 
  <Pieces>BW_Buff11</Pieces> 
  <Pieces>BW_Buff12</Pieces> 
  <Pieces>BW_Buff13</Pieces> 
  <Pieces>BW_Buff14</Pieces> 
  <Pieces>BW_Buff15</Pieces> 
  <Pieces>BW_Buff16</Pieces> 
  <Pieces>BW_Buff17</Pieces> 
  <Pieces>BW_Buff18</Pieces> 
  <Pieces>BW_Buff19</Pieces> 
  <Pieces>BW_Dur0</Pieces> 
  <Pieces>BW_Dur1</Pieces> 
  <Pieces>BW_Dur2</Pieces> 
  <Pieces>BW_Dur3</Pieces> 
  <Pieces>BW_Dur4</Pieces> 
  <Pieces>BW_Dur5</Pieces> 
  <Pieces>BW_Dur6</Pieces> 
  <Pieces>BW_Dur7</Pieces> 
  <Pieces>BW_Dur8</Pieces> 
  <Pieces>BW_Dur9</Pieces> 
  <Pieces>BW_Dur10</Pieces> 
  <Pieces>BW_Dur11</Pieces> 
  <Pieces>BW_Dur12</Pieces> 
  <Pieces>BW_Dur13</Pieces> 
  <Pieces>BW_Dur14</Pieces> 
  <Pieces>BW_Dur15</Pieces> 
  <Pieces>BW_Dur16</Pieces> 
  <Pieces>BW_Dur17</Pieces> 
  <Pieces>BW_Dur18</Pieces> 
  <Pieces>BW_Dur19</Pieces> 
  </Screen>
  </XML>

User avatar
htw
a grimling bloodguard
a grimling bloodguard
Posts: 512
Joined: Wed Feb 18, 2004 8:30 pm
Location: Albuquerque, NM USA
Contact:

Post by htw » Tue Apr 26, 2005 1:24 pm

Yes, copy/paste, modify the names of each of the 3 elements you spoke of. EQType for the buff, X/Y locs for button/buffname/duration, ${Me....} ref for the buff, and <Pieces> entries for each element added. Then modify the size of the main buff window, and you're set.

htw

cheater
orc pawn
orc pawn
Posts: 26
Joined: Sat Oct 04, 2003 6:06 am

Post by cheater » Sat Apr 30, 2005 3:41 pm

Thanks. Seems I figured it out now