Page 1 of 1

buff & bard window with spell name, duration, and song m

Posted: Sat Nov 15, 2003 12:27 am
by GothOpie
I like to see the names of my buffs, so I took alot of chunks from Lax's buff UI ( http://macroquest2.com/phpBB2/viewtopic.php?t=3909 ) and added it to my old buff window
I can't find the exact place I got my old EQUI_BuffWindow.xml from, this is the closest thing I could find looks wise:
http://www.eqinterface.com/sdownload/fi ... ?s=&id=163
just picture the amount of time left on each buff shown to the right, and the mod(if any) listed to the right of that number


this belongs in EQUI_BuffWindow.xml in your UI folder
(edit, updated 11-16-03, removed mod's from all slots but first)

Code: Select all


<!-- Duration and spell mod code taken from Lax's UI, added here by GothOpie -->
<!-- edited with XMLSPY v5 rel. 4 U (http://www.xmlspy.com) by pino (pino) -->
<!--Mini-Buffs written by Marcin of Bertoxxulous-->
<XML ID="EQInterfaceDefinitionLanguage">
	<Schema xmlns="EverQuestData" xmlns:dt="EverQuestDataTypes"/>
	<Button item="BW_Buff0_Button">
		<ScreenID>Buff0</ScreenID>
		<Font>2</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>3</X>
			<Y>3</Y>
		</Location>
		<Size>
			<CX>198</CX>
			<CY>13</CY>
		</Size>
		<Style_VScroll>false</Style_VScroll>
		<Style_HScroll>false</Style_HScroll>
		<Style_Transparent>false</Style_Transparent>
		<Style_Checkbox>false</Style_Checkbox>
		<ButtonDrawTemplate>
			<Normal>BlueIconBackground</Normal>
			<NormalDecal>BuffIcons</NormalDecal>
		</ButtonDrawTemplate>
		<DecalOffset>
			<X>0</X>
			<Y>0</Y>
		</DecalOffset>
		<DecalSize>
			<CX>12</CX>
			<CY>12</CY>
		</DecalSize>
	</Button>
	<Button item="BW_Buff1_Button">
		<ScreenID>Buff1</ScreenID>
		<Font>2</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>3</X>
			<Y>3</Y>
		</Location>
		<Size>
			<CX>198</CX>
			<CY>13</CY>
		</Size>
		<Style_VScroll>false</Style_VScroll>
		<Style_HScroll>false</Style_HScroll>
		<Style_Transparent>false</Style_Transparent>
		<Style_Checkbox>false</Style_Checkbox>
		<ButtonDrawTemplate>
			<Normal>RedIconBackground</Normal>
			<NormalDecal>BuffIcons</NormalDecal>
		</ButtonDrawTemplate>
		<DecalOffset>
			<X>0</X>
			<Y>0</Y>
		</DecalOffset>
		<DecalSize>
			<CX>12</CX>
			<CY>12</CY>
		</DecalSize>
	</Button>
	<Button item="BW_Buff2_Button">
		<ScreenID>Buff2</ScreenID>
		<Font>2</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>93</X>
			<Y>3</Y>
		</Location>
		<Size>
			<CX>198</CX>
			<CY>13</CY>
		</Size>
		<Style_VScroll>false</Style_VScroll>
		<Style_HScroll>false</Style_HScroll>
		<Style_Transparent>false</Style_Transparent>
		<Style_Checkbox>false</Style_Checkbox>
		<ButtonDrawTemplate>
			<Normal>RedIconBackground</Normal>
			<NormalDecal>BuffIcons</NormalDecal>
		</ButtonDrawTemplate>
		<DecalOffset>
			<X>0</X>
			<Y>0</Y>
		</DecalOffset>
		<DecalSize>
			<CX>12</CX>
			<CY>12</CY>
		</DecalSize>
	</Button>
	<Button item="BW_Buff3_Button">
		<ScreenID>Buff3</ScreenID>
		<Font>2</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>3</X>
			<Y>49</Y>
		</Location>
		<Size>
			<CX>198</CX>
			<CY>13</CY>
		</Size>
		<Style_VScroll>false</Style_VScroll>
		<Style_HScroll>false</Style_HScroll>
		<Style_Transparent>false</Style_Transparent>
		<Style_Checkbox>false</Style_Checkbox>
		<ButtonDrawTemplate>
			<Normal>BlueIconBackground</Normal>
			<NormalDecal>BuffIcons</NormalDecal>
		</ButtonDrawTemplate>
		<DecalOffset>
			<X>0</X>
			<Y>0</Y>
		</DecalOffset>
		<DecalSize>
			<CX>12</CX>
			<CY>12</CY>
		</DecalSize>
	</Button>
	<Button item="BW_Buff4_Button">
		<ScreenID>Buff4</ScreenID>
		<Font>2</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>48</X>
			<Y>49</Y>
		</Location>
		<Size>
			<CX>198</CX>
			<CY>13</CY>
		</Size>
		<Style_VScroll>false</Style_VScroll>
		<Style_HScroll>false</Style_HScroll>
		<Style_Transparent>false</Style_Transparent>
		<Style_Checkbox>false</Style_Checkbox>
		<ButtonDrawTemplate>
			<Normal>RedIconBackground</Normal>
			<NormalDecal>BuffIcons</NormalDecal>
		</ButtonDrawTemplate>
		<DecalOffset>
			<X>0</X>
			<Y>0</Y>
		</DecalOffset>
		<DecalSize>
			<CX>12</CX>
			<CY>12</CY>
		</DecalSize>
	</Button>
	<Button item="BW_Buff5_Button">
		<ScreenID>Buff5</ScreenID>
		<Font>2</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>93</X>
			<Y>49</Y>
		</Location>
		<Size>
			<CX>198</CX>
			<CY>13</CY>
		</Size>
		<Style_VScroll>false</Style_VScroll>
		<Style_HScroll>false</Style_HScroll>
		<Style_Transparent>false</Style_Transparent>
		<Style_Checkbox>false</Style_Checkbox>
		<ButtonDrawTemplate>
			<Normal>RedIconBackground</Normal>
			<NormalDecal>BuffIcons</NormalDecal>
		</ButtonDrawTemplate>
		<DecalOffset>
			<X>0</X>
			<Y>0</Y>
		</DecalOffset>
		<DecalSize>
			<CX>12</CX>
			<CY>12</CY>
		</DecalSize>
	</Button>
	<Button item="BW_Buff6_Button">
		<ScreenID>Buff6</ScreenID>
		<Font>2</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>3</X>
			<Y>95</Y>
		</Location>
		<Size>
			<CX>198</CX>
			<CY>13</CY>
		</Size>
		<Style_VScroll>false</Style_VScroll>
		<Style_HScroll>false</Style_HScroll>
		<Style_Transparent>false</Style_Transparent>
		<Style_Checkbox>false</Style_Checkbox>
		<ButtonDrawTemplate>
			<Normal>BlueIconBackground</Normal>
			<NormalDecal>BuffIcons</NormalDecal>
		</ButtonDrawTemplate>
		<DecalOffset>
			<X>0</X>
			<Y>0</Y>
		</DecalOffset>
		<DecalSize>
			<CX>12</CX>
			<CY>12</CY>
		</DecalSize>
	</Button>
	<Button item="BW_Buff7_Button">
		<ScreenID>Buff7</ScreenID>
		<Font>2</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>48</X>
			<Y>95</Y>
		</Location>
		<Size>
			<CX>198</CX>
			<CY>13</CY>
		</Size>
		<Style_VScroll>false</Style_VScroll>
		<Style_HScroll>false</Style_HScroll>
		<Style_Transparent>false</Style_Transparent>
		<Style_Checkbox>false</Style_Checkbox>
		<ButtonDrawTemplate>
			<Normal>RedIconBackground</Normal>
			<NormalDecal>BuffIcons</NormalDecal>
		</ButtonDrawTemplate>
		<DecalOffset>
			<X>0</X>
			<Y>0</Y>
		</DecalOffset>
		<DecalSize>
			<CX>12</CX>
			<CY>12</CY>
		</DecalSize>
	</Button>
	<Button item="BW_Buff8_Button">
		<ScreenID>Buff8</ScreenID>
		<Font>2</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>93</X>
			<Y>95</Y>
		</Location>
		<Size>
			<CX>198</CX>
			<CY>13</CY>
		</Size>
		<Style_VScroll>false</Style_VScroll>
		<Style_HScroll>false</Style_HScroll>
		<Style_Transparent>false</Style_Transparent>
		<Style_Checkbox>false</Style_Checkbox>
		<ButtonDrawTemplate>
			<Normal>RedIconBackground</Normal>
			<NormalDecal>BuffIcons</NormalDecal>
		</ButtonDrawTemplate>
		<DecalOffset>
			<X>0</X>
			<Y>0</Y>
		</DecalOffset>
		<DecalSize>
			<CX>12</CX>
			<CY>12</CY>
		</DecalSize>
	</Button>
	<Button item="BW_Buff9_Button">
		<ScreenID>Buff9</ScreenID>
		<Font>2</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>3</X>
			<Y>141</Y>
		</Location>
		<Size>
			<CX>198</CX>
			<CY>13</CY>
		</Size>
		<Style_VScroll>false</Style_VScroll>
		<Style_HScroll>false</Style_HScroll>
		<Style_Transparent>false</Style_Transparent>
		<Style_Checkbox>false</Style_Checkbox>
		<ButtonDrawTemplate>
			<Normal>BlueIconBackground</Normal>
			<NormalDecal>BuffIcons</NormalDecal>
		</ButtonDrawTemplate>
		<DecalOffset>
			<X>0</X>
			<Y>0</Y>
		</DecalOffset>
		<DecalSize>
			<CX>12</CX>
			<CY>12</CY>
		</DecalSize>
	</Button>
	<Button item="BW_Buff10_Button">
		<ScreenID>Buff10</ScreenID>
		<Font>1</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>48</X>
			<Y>141</Y>
		</Location>
		<Size>
			<CX>198</CX>
			<CY>13</CY>
		</Size>
		<Style_VScroll>false</Style_VScroll>
		<Style_HScroll>false</Style_HScroll>
		<Style_Transparent>false</Style_Transparent>
		<Style_Checkbox>false</Style_Checkbox>
		<ButtonDrawTemplate>
			<Normal>RedIconBackground</Normal>
			<NormalDecal>BuffIcons</NormalDecal>
		</ButtonDrawTemplate>
		<DecalOffset>
			<X>0</X>
			<Y>0</Y>
		</DecalOffset>
		<DecalSize>
			<CX>12</CX>
			<CY>12</CY>
		</DecalSize>
	</Button>
	<Button item="BW_Buff11_Button">
		<ScreenID>Buff11</ScreenID>
		<Font>2</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>93</X>
			<Y>141</Y>
		</Location>
		<Size>
			<CX>198</CX>
			<CY>13</CY>
		</Size>
		<Style_VScroll>false</Style_VScroll>
		<Style_HScroll>false</Style_HScroll>
		<Style_Transparent>false</Style_Transparent>
		<Style_Checkbox>false</Style_Checkbox>
		<ButtonDrawTemplate>
			<Normal>RedIconBackground</Normal>
			<NormalDecal>BuffIcons</NormalDecal>
		</ButtonDrawTemplate>
		<DecalOffset>
			<X>0</X>
			<Y>0</Y>
		</DecalOffset>
		<DecalSize>
			<CX>12</CX>
			<CY>12</CY>
		</DecalSize>
	</Button>
	<Button item="BW_Buff12_Button">
		<ScreenID>Buff12</ScreenID>
		<Font>2</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>3</X>
			<Y>187</Y>
		</Location>
		<Size>
			<CX>198</CX>
			<CY>13</CY>
		</Size>
		<Style_VScroll>false</Style_VScroll>
		<Style_HScroll>false</Style_HScroll>
		<Style_Transparent>false</Style_Transparent>
		<Style_Checkbox>false</Style_Checkbox>
		<ButtonDrawTemplate>
			<Normal>BlueIconBackground</Normal>
			<NormalDecal>BuffIcons</NormalDecal>
		</ButtonDrawTemplate>
		<DecalOffset>
			<X>0</X>
			<Y>0</Y>
		</DecalOffset>
		<DecalSize>
			<CX>12</CX>
			<CY>12</CY>
		</DecalSize>
	</Button>
	<Button item="BW_Buff13_Button">
		<ScreenID>Buff13</ScreenID>
		<Font>2</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>48</X>
			<Y>187</Y>
		</Location>
		<Size>
			<CX>198</CX>
			<CY>13</CY>
		</Size>
		<Style_VScroll>false</Style_VScroll>
		<Style_HScroll>false</Style_HScroll>
		<Style_Transparent>false</Style_Transparent>
		<Style_Checkbox>false</Style_Checkbox>
		<ButtonDrawTemplate>
			<Normal>RedIconBackground</Normal>
			<NormalDecal>BuffIcons</NormalDecal>
		</ButtonDrawTemplate>
		<DecalOffset>
			<X>0</X>
			<Y>0</Y>
		</DecalOffset>
		<DecalSize>
			<CX>12</CX>
			<CY>12</CY>
		</DecalSize>
	</Button>
	<Button item="BW_Buff14_Button">
		<ScreenID>Buff14</ScreenID>
		<Font>2</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>93</X>
			<Y>187</Y>
		</Location>
		<Size>
			<CX>198</CX>
			<CY>13</CY>
		</Size>
		<Style_VScroll>false</Style_VScroll>
		<Style_HScroll>false</Style_HScroll>
		<Style_Transparent>false</Style_Transparent>
		<Style_Checkbox>false</Style_Checkbox>
		<ButtonDrawTemplate>
			<Normal>RedIconBackground</Normal>
			<NormalDecal>BuffIcons</NormalDecal>
		</ButtonDrawTemplate>
		<DecalOffset>
			<X>0</X>
			<Y>0</Y>
		</DecalOffset>
		<DecalSize>
			<CX>12</CX>
			<CY>12</CY>
		</DecalSize>
	</Button>
	<Label item="BW_Buff0_Duration">
		<ScreenID>Buff0Duration</ScreenID>
		<EQType>9999</EQType>
		<TooltipReference>$char(buff,1,durationsecs)</TooltipReference>
		<Font>2</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>140</X>
			<Y>0</Y>
		</Location>
		<Size>
			<CX>153</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_Buff0_Mod">
		<ScreenID>Buff0Mod</ScreenID>
		<EQType>9999</EQType>
		<TooltipReference>$char(buff,1,mod)</TooltipReference>
		<Font>2</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>170</X>
			<Y>0</Y>
		</Location>
		<Size>
			<CX>153</CX>
			<CY>14</CY>
		</Size>
		<Text/>
		<TextColor>
			<R>255</R>
			<G>255</G>
			<B>0</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignCenter>false</AlignCenter>
		<AlignRight>false</AlignRight>
	</Label>
	<Label item="BW_Buff1_Duration">
		<ScreenID>Buff1Duration</ScreenID>
		<EQType>9999</EQType>
		<TooltipReference>$char(buff,2,durationsecs)</TooltipReference>
		<Font>2</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>140</X>
			<Y>14</Y>
		</Location>
		<Size>
			<CX>153</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_Duration">
		<ScreenID>Buff2Duration</ScreenID>
		<EQType>9999</EQType>
		<TooltipReference>$char(buff,3,durationsecs)</TooltipReference>
		<Font>2</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>140</X>
			<Y>28</Y>
		</Location>
		<Size>
			<CX>153</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_Duration">
		<ScreenID>Buff3Duration</ScreenID>
		<EQType>9999</EQType>
		<TooltipReference>$char(buff,4,durationsecs)</TooltipReference>
		<Font>2</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>140</X>
			<Y>42</Y>
		</Location>
		<Size>
			<CX>153</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_Duration">
		<ScreenID>Buff4Duration</ScreenID>
		<EQType>9999</EQType>
		<TooltipReference>$char(buff,5,durationsecs)</TooltipReference>
		<Font>2</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>140</X>
			<Y>56</Y>
		</Location>
		<Size>
			<CX>153</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_Duration">
		<ScreenID>Buff5Duration</ScreenID>
		<EQType>9999</EQType>
		<TooltipReference>$char(buff,6,durationsecs)</TooltipReference>
		<Font>2</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>140</X>
			<Y>70</Y>
		</Location>
		<Size>
			<CX>153</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_Duration">
		<ScreenID>Buff6Duration</ScreenID>
		<EQType>9999</EQType>
		<TooltipReference>$char(buff,7,durationsecs)</TooltipReference>
		<Font>2</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>140</X>
			<Y>84</Y>
		</Location>
		<Size>
			<CX>153</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_Duration">
		<ScreenID>Buff7Duration</ScreenID>
		<EQType>9999</EQType>
		<TooltipReference>$char(buff,8,durationsecs)</TooltipReference>
		<Font>2</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>140</X>
			<Y>98</Y>
		</Location>
		<Size>
			<CX>153</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_Duration">
		<ScreenID>Buff8Duration</ScreenID>
		<EQType>9999</EQType>
		<TooltipReference>$char(buff,9,durationsecs)</TooltipReference>
		<Font>2</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>140</X>
			<Y>112</Y>
		</Location>
		<Size>
			<CX>153</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_Duration">
		<ScreenID>Buff9Duration</ScreenID>
		<EQType>9999</EQType>
		<TooltipReference>$char(buff,10,durationsecs)</TooltipReference>
		<Font>2</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>140</X>
			<Y>126</Y>
		</Location>
		<Size>
			<CX>153</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_Duration">
		<ScreenID>Buff10Duration</ScreenID>
		<EQType>9999</EQType>
		<TooltipReference>$char(buff,11,durationsecs)</TooltipReference>
		<Font>2</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>140</X>
			<Y>140</Y>
		</Location>
		<Size>
			<CX>153</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_Duration">
		<ScreenID>Buff11Duration</ScreenID>
		<EQType>9999</EQType>
		<TooltipReference>$char(buff,12,durationsecs)</TooltipReference>
		<Font>2</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>140</X>
			<Y>154</Y>
		</Location>
		<Size>
			<CX>153</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_Duration">
		<ScreenID>Buff12Duration</ScreenID>
		<EQType>9999</EQType>
		<TooltipReference>$char(buff,13,durationsecs)</TooltipReference>
		<Font>2</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>140</X>
			<Y>168</Y>
		</Location>
		<Size>
			<CX>153</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_Duration">
		<ScreenID>Buff13Duration</ScreenID>
		<EQType>9999</EQType>
		<TooltipReference>$char(buff,14,durationsecs)</TooltipReference>
		<Font>2</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>140</X>
			<Y>182</Y>
		</Location>
		<Size>
			<CX>153</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_Duration">
		<ScreenID>Buff14Duration</ScreenID>
		<EQType>9999</EQType>
		<TooltipReference>$char(buff,15,durationsecs)</TooltipReference>
		<Font>2</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>140</X>
			<Y>196</Y>
		</Location>
		<Size>
			<CX>153</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_Buff0">
		<ScreenID>Buff0Label</ScreenID>
		<EQType>45</EQType>
		<Font>1</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>25</X>
			<Y>0</Y>
		</Location>
		<Size>
			<CX>344</CX>
			<CY>10</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>46</EQType>
		<Font>1</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>25</X>
			<Y>14</Y>
		</Location>
		<Size>
			<CX>344</CX>
			<CY>10</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>47</EQType>
		<Font>1</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>25</X>
			<Y>28</Y>
		</Location>
		<Size>
			<CX>344</CX>
			<CY>10</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>48</EQType>
		<Font>1</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>25</X>
			<Y>42</Y>
		</Location>
		<Size>
			<CX>344</CX>
			<CY>10</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>49</EQType>
		<Font>1</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>25</X>
			<Y>56</Y>
		</Location>
		<Size>
			<CX>344</CX>
			<CY>10</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>50</EQType>
		<Font>1</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>25</X>
			<Y>70</Y>
		</Location>
		<Size>
			<CX>344</CX>
			<CY>10</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>51</EQType>
		<Font>1</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>25</X>
			<Y>84</Y>
		</Location>
		<Size>
			<CX>344</CX>
			<CY>10</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>52</EQType>
		<Font>1</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>25</X>
			<Y>98</Y>
		</Location>
		<Size>
			<CX>344</CX>
			<CY>10</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>53</EQType>
		<Font>1</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>25</X>
			<Y>112</Y>
		</Location>
		<Size>
			<CX>344</CX>
			<CY>10</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>54</EQType>
		<Font>1</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>25</X>
			<Y>126</Y>
		</Location>
		<Size>
			<CX>344</CX>
			<CY>10</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>55</EQType>
		<Font>1</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>25</X>
			<Y>140</Y>
		</Location>
		<Size>
			<CX>344</CX>
			<CY>10</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>56</EQType>
		<Font>1</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>25</X>
			<Y>154</Y>
		</Location>
		<Size>
			<CX>344</CX>
			<CY>10</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>57</EQType>
		<Font>1</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>25</X>
			<Y>169</Y>
		</Location>
		<Size>
			<CX>344</CX>
			<CY>10</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>58</EQType>
		<Font>1</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>25</X>
			<Y>182</Y>
		</Location>
		<Size>
			<CX>344</CX>
			<CY>10</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>59</EQType>
		<Font>1</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>25</X>
			<Y>197</Y>
		</Location>
		<Size>
			<CX>344</CX>
			<CY>10</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">
		<Text/>
		<RelativePosition>false</RelativePosition>
		<Location>
			<X>496</X>
			<Y>230</Y>
		</Location>
		<Size>
			<CX>210</CX>
			<CY>218</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>false</Style_Minimizebox>
		<Style_Border>true</Style_Border>
		<Style_Sizable>false</Style_Sizable>
		<Pieces>BW_Buff0_Button</Pieces>
		<Pieces>BW_Buff1_Button</Pieces>
		<Pieces>BW_Buff2_Button</Pieces>
		<Pieces>BW_Buff3_Button</Pieces>
		<Pieces>BW_Buff4_Button</Pieces>
		<Pieces>BW_Buff5_Button</Pieces>
		<Pieces>BW_Buff6_Button</Pieces>
		<Pieces>BW_Buff7_Button</Pieces>
		<Pieces>BW_Buff8_Button</Pieces>
		<Pieces>BW_Buff9_Button</Pieces>
		<Pieces>BW_Buff10_Button</Pieces>
		<Pieces>BW_Buff11_Button</Pieces>
		<Pieces>BW_Buff12_Button</Pieces>
		<Pieces>BW_Buff13_Button</Pieces>
		<Pieces>BW_Buff14_Button</Pieces>
		<Pieces>BW_Buff0</Pieces>
		<Pieces>BW_Buff1</Pieces>
		<Pieces>BW_Buff2</Pieces>
		<Pieces>BW_Buff3</Pieces>
		<Pieces>BW_Buff4</Pieces>
		<Pieces>BW_Buff5</Pieces>
		<Pieces>BW_Buff6</Pieces>
		<Pieces>BW_Buff7</Pieces>
		<Pieces>BW_Buff8</Pieces>
		<Pieces>BW_Buff9</Pieces>
		<Pieces>BW_Buff10</Pieces>
		<Pieces>BW_Buff11</Pieces>
		<Pieces>BW_Buff12</Pieces>
		<Pieces>BW_Buff13</Pieces>
		<Pieces>BW_Buff14</Pieces>
		<Pieces>BW_Buff0_Duration</Pieces>
		<Pieces>BW_Buff1_Duration</Pieces>
		<Pieces>BW_Buff2_Duration</Pieces>
		<Pieces>BW_Buff3_Duration</Pieces>
		<Pieces>BW_Buff4_Duration</Pieces>
		<Pieces>BW_Buff5_Duration</Pieces>
		<Pieces>BW_Buff6_Duration</Pieces>
		<Pieces>BW_Buff7_Duration</Pieces>
		<Pieces>BW_Buff8_Duration</Pieces>
		<Pieces>BW_Buff9_Duration</Pieces>
		<Pieces>BW_Buff10_Duration</Pieces>
		<Pieces>BW_Buff11_Duration</Pieces>
		<Pieces>BW_Buff12_Duration</Pieces>
		<Pieces>BW_Buff13_Duration</Pieces>
		<Pieces>BW_Buff14_Duration</Pieces>
		<Pieces>BW_Buff0_Mod</Pieces>
	</Screen>
</XML>


part 2

Posted: Sat Nov 15, 2003 12:32 am
by GothOpie
here's the bard song window, I've changed the mod color to red and moved it so it partly covers the icon and the empty space between the icon and song name
the time left on the song is shown to the right

this code belongs in EQUI_ShortDurationBuffWindow.xml

Code: Select all

<!-- Duration and song mod code taken from Lax's UI, added here by GothOpie -->
<!-- edited with XMLSPY v5 rel. 4 U (http://www.xmlspy.com) by pino (pino) -->
<XML ID="EQInterfaceDefinitionLanguage">
	<Schema xmlns="EverQuestData" xmlns:dt="EverQuestDataTypes"/>
	<Button item="SDBW_Buff0_Button">
		<ScreenID>Buff0</ScreenID>
		<Font>2</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>3</X>
			<Y>3</Y>
		</Location>
		<Size>
			<CX>198</CX>
			<CY>13</CY>
		</Size>
		<Style_VScroll>false</Style_VScroll>
		<Style_HScroll>false</Style_HScroll>
		<Style_Transparent>false</Style_Transparent>
		<Style_Checkbox>false</Style_Checkbox>
		<ButtonDrawTemplate>
			<Normal>BlueIconBackground</Normal>
			<NormalDecal>BuffIcons</NormalDecal>
		</ButtonDrawTemplate>
		<DecalOffset>
			<X>0</X>
			<Y>0</Y>
		</DecalOffset>
		<DecalSize>
			<CX>12</CX>
			<CY>12</CY>
		</DecalSize>
	</Button>
	<Button item="SDBW_Buff1_Button">
		<ScreenID>Buff1</ScreenID>
		<Font>2</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>3</X>
			<Y>3</Y>
		</Location>
		<Size>
			<CX>198</CX>
			<CY>13</CY>
		</Size>
		<Style_VScroll>false</Style_VScroll>
		<Style_HScroll>false</Style_HScroll>
		<Style_Transparent>false</Style_Transparent>
		<Style_Checkbox>false</Style_Checkbox>
		<ButtonDrawTemplate>
			<Normal>RedIconBackground</Normal>
			<NormalDecal>BuffIcons</NormalDecal>
		</ButtonDrawTemplate>
		<DecalOffset>
			<X>0</X>
			<Y>0</Y>
		</DecalOffset>
		<DecalSize>
			<CX>12</CX>
			<CY>12</CY>
		</DecalSize>
	</Button>
	<Button item="SDBW_Buff2_Button">
		<ScreenID>Buff2</ScreenID>
		<Font>2</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>93</X>
			<Y>3</Y>
		</Location>
		<Size>
			<CX>198</CX>
			<CY>13</CY>
		</Size>
		<Style_VScroll>false</Style_VScroll>
		<Style_HScroll>false</Style_HScroll>
		<Style_Transparent>false</Style_Transparent>
		<Style_Checkbox>false</Style_Checkbox>
		<ButtonDrawTemplate>
			<Normal>RedIconBackground</Normal>
			<NormalDecal>BuffIcons</NormalDecal>
		</ButtonDrawTemplate>
		<DecalOffset>
			<X>0</X>
			<Y>0</Y>
		</DecalOffset>
		<DecalSize>
			<CX>12</CX>
			<CY>12</CY>
		</DecalSize>
	</Button>
	<Button item="SDBW_Buff3_Button">
		<ScreenID>Buff3</ScreenID>
		<Font>2</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>3</X>
			<Y>49</Y>
		</Location>
		<Size>
			<CX>198</CX>
			<CY>13</CY>
		</Size>
		<Style_VScroll>false</Style_VScroll>
		<Style_HScroll>false</Style_HScroll>
		<Style_Transparent>false</Style_Transparent>
		<Style_Checkbox>false</Style_Checkbox>
		<ButtonDrawTemplate>
			<Normal>BlueIconBackground</Normal>
			<NormalDecal>BuffIcons</NormalDecal>
		</ButtonDrawTemplate>
		<DecalOffset>
			<X>0</X>
			<Y>0</Y>
		</DecalOffset>
		<DecalSize>
			<CX>12</CX>
			<CY>12</CY>
		</DecalSize>
	</Button>
	<Button item="SDBW_Buff4_Button">
		<ScreenID>Buff4</ScreenID>
		<Font>2</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>48</X>
			<Y>49</Y>
		</Location>
		<Size>
			<CX>198</CX>
			<CY>13</CY>
		</Size>
		<Style_VScroll>false</Style_VScroll>
		<Style_HScroll>false</Style_HScroll>
		<Style_Transparent>false</Style_Transparent>
		<Style_Checkbox>false</Style_Checkbox>
		<ButtonDrawTemplate>
			<Normal>RedIconBackground</Normal>
			<NormalDecal>BuffIcons</NormalDecal>
		</ButtonDrawTemplate>
		<DecalOffset>
			<X>0</X>
			<Y>0</Y>
		</DecalOffset>
		<DecalSize>
			<CX>12</CX>
			<CY>12</CY>
		</DecalSize>
	</Button>
	<Button item="SDBW_Buff5_Button">
		<ScreenID>Buff5</ScreenID>
		<Font>2</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>93</X>
			<Y>49</Y>
		</Location>
		<Size>
			<CX>198</CX>
			<CY>13</CY>
		</Size>
		<Style_VScroll>false</Style_VScroll>
		<Style_HScroll>false</Style_HScroll>
		<Style_Transparent>false</Style_Transparent>
		<Style_Checkbox>false</Style_Checkbox>
		<ButtonDrawTemplate>
			<Normal>RedIconBackground</Normal>
			<NormalDecal>BuffIcons</NormalDecal>
		</ButtonDrawTemplate>
		<DecalOffset>
			<X>0</X>
			<Y>0</Y>
		</DecalOffset>
		<DecalSize>
			<CX>12</CX>
			<CY>12</CY>
		</DecalSize>
	</Button>
	<Label item="SDBW_Buff0">
		<ScreenID>Buff0Label</ScreenID>
		<EQType>80</EQType>
		<Font>1</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>25</X>
			<Y>0</Y>
		</Location>
		<Size>
			<CX>344</CX>
			<CY>10</CY>
		</Size>
		<Text/>
		<TextColor>
			<R>255</R>
			<G>255</G>
			<B>255</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignCenter>false</AlignCenter>
		<AlignRight>false</AlignRight>
	</Label>
	<Label item="SDBW_Buff0_Duration">
		<ScreenID>SDBuff0Duration</ScreenID>
		<EQType>9999</EQType>
		<TooltipReference>$char(song,1,durationsecs)</TooltipReference>
		<Font>2</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>150</X>
			<Y>0</Y>
		</Location>
		<Size>
			<CX>153</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="SDBW_Buff0_Mod">
		<ScreenID>SDBuff0Mod</ScreenID>
		<EQType>9999</EQType>
		<TooltipReference>$char(song,1,mod)</TooltipReference>
		<Font>2</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>10</X>
			<Y>0</Y>
		</Location>
		<Size>
			<CX>153</CX>
			<CY>11</CY>
		</Size>
		<Text/>
		<TextColor>
			<R>255</R>
			<G>0</G>
			<B>0</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignCenter>false</AlignCenter>
		<AlignRight>false</AlignRight>
	</Label>
	<Label item="SDBW_Buff1">
		<ScreenID>Buff1Label</ScreenID>
		<EQType>81</EQType>
		<Font>1</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>25</X>
			<Y>14</Y>
		</Location>
		<Size>
			<CX>344</CX>
			<CY>10</CY>
		</Size>
		<Text/>
		<TextColor>
			<R>255</R>
			<G>255</G>
			<B>255</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignCenter>false</AlignCenter>
		<AlignRight>false</AlignRight>
	</Label>
	<Label item="SDBW_Buff1_Duration">
		<ScreenID>SDBuff1Duration</ScreenID>
		<EQType>9999</EQType>
		<TooltipReference>$char(song,2,durationsecs)</TooltipReference>
		<Font>2</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>150</X>
			<Y>14</Y>
		</Location>
		<Size>
			<CX>153</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="SDBW_Buff1_Mod">
		<ScreenID>SDBuff1Mod</ScreenID>
		<EQType>9999</EQType>
		<TooltipReference>$char(song,2,mod)</TooltipReference>
		<Font>2</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>10</X>
			<Y>14</Y>
		</Location>
		<Size>
			<CX>153</CX>
			<CY>11</CY>
		</Size>
		<Text/>
		<TextColor>
			<R>255</R>
			<G>0</G>
			<B>0</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignCenter>false</AlignCenter>
		<AlignRight>false</AlignRight>
	</Label>
	<Label item="SDBW_Buff2">
		<ScreenID>Buff2Label</ScreenID>
		<EQType>82</EQType>
		<Font>1</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>25</X>
			<Y>28</Y>
		</Location>
		<Size>
			<CX>344</CX>
			<CY>10</CY>
		</Size>
		<Text/>
		<TextColor>
			<R>255</R>
			<G>255</G>
			<B>255</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignCenter>false</AlignCenter>
		<AlignRight>false</AlignRight>
	</Label>
	<Label item="SDBW_Buff2_Duration">
		<ScreenID>SDBuff2Duration</ScreenID>
		<EQType>9999</EQType>
		<TooltipReference>$char(song,3,durationsecs)</TooltipReference>
		<Font>2</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>150</X>
			<Y>28</Y>
		</Location>
		<Size>
			<CX>153</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="SDBW_Buff2_Mod">
		<ScreenID>SDBuff2Mod</ScreenID>
		<EQType>9999</EQType>
		<TooltipReference>$char(song,3,mod)</TooltipReference>
		<Font>2</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>10</X>
			<Y>28</Y>
		</Location>
		<Size>
			<CX>153</CX>
			<CY>11</CY>
		</Size>
		<Text/>
		<TextColor>
			<R>255</R>
			<G>0</G>
			<B>0</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignCenter>false</AlignCenter>
		<AlignRight>false</AlignRight>
	</Label>
	<Label item="SDBW_Buff3">
		<ScreenID>Buff3Label</ScreenID>
		<EQType>83</EQType>
		<Font>1</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>25</X>
			<Y>42</Y>
		</Location>
		<Size>
			<CX>344</CX>
			<CY>10</CY>
		</Size>
		<Text/>
		<TextColor>
			<R>255</R>
			<G>255</G>
			<B>255</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignCenter>false</AlignCenter>
		<AlignRight>false</AlignRight>
	</Label>
	<Label item="SDBW_Buff3_Duration">
		<ScreenID>SDBuff3Duration</ScreenID>
		<EQType>9999</EQType>
		<TooltipReference>$char(song,4,durationsecs)</TooltipReference>
		<Font>2</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>150</X>
			<Y>42</Y>
		</Location>
		<Size>
			<CX>153</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="SDBW_Buff3_Mod">
		<ScreenID>SDBuff3Mod</ScreenID>
		<EQType>9999</EQType>
		<TooltipReference>$char(song,4,mod)</TooltipReference>
		<Font>2</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>10</X>
			<Y>42</Y>
		</Location>
		<Size>
			<CX>153</CX>
			<CY>11</CY>
		</Size>
		<Text/>
		<TextColor>
			<R>255</R>
			<G>0</G>
			<B>0</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignCenter>false</AlignCenter>
		<AlignRight>false</AlignRight>
	</Label>
	<Label item="SDBW_Buff4">
		<ScreenID>Buff4Label</ScreenID>
		<EQType>84</EQType>
		<Font>1</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>25</X>
			<Y>56</Y>
		</Location>
		<Size>
			<CX>344</CX>
			<CY>10</CY>
		</Size>
		<Text/>
		<TextColor>
			<R>255</R>
			<G>255</G>
			<B>255</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignCenter>false</AlignCenter>
		<AlignRight>false</AlignRight>
	</Label>
	<Label item="SDBW_Buff4_Duration">
		<ScreenID>SDBuff4Duration</ScreenID>
		<EQType>9999</EQType>
		<TooltipReference>$char(song,5,durationsecs)</TooltipReference>
		<Font>2</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>150</X>
			<Y>56</Y>
		</Location>
		<Size>
			<CX>153</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="SDBW_Buff4_Mod">
		<ScreenID>SDBuff4Mod</ScreenID>
		<EQType>9999</EQType>
		<TooltipReference>$char(song,5,mod)</TooltipReference>
		<Font>2</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>10</X>
			<Y>56</Y>
		</Location>
		<Size>
			<CX>153</CX>
			<CY>11</CY>
		</Size>
		<Text/>
		<TextColor>
			<R>255</R>
			<G>0</G>
			<B>0</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignCenter>false</AlignCenter>
		<AlignRight>false</AlignRight>
	</Label>
	<Label item="SDBW_Buff5">
		<ScreenID>Buff5Label</ScreenID>
		<EQType>85</EQType>
		<Font>1</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>25</X>
			<Y>70</Y>
		</Location>
		<Size>
			<CX>344</CX>
			<CY>10</CY>
		</Size>
		<Text/>
		<TextColor>
			<R>255</R>
			<G>255</G>
			<B>255</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignCenter>false</AlignCenter>
		<AlignRight>false</AlignRight>
	</Label>
	<Label item="SDBW_Buff5_Duration">
		<ScreenID>SDBuff5Duration</ScreenID>
		<EQType>9999</EQType>
		<TooltipReference>$char(song,6,durationsecs)</TooltipReference>
		<Font>2</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>150</X>
			<Y>70</Y>
		</Location>
		<Size>
			<CX>153</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="SDBW_Buff5_Mod">
		<ScreenID>SDBuff5Mod</ScreenID>
		<EQType>9999</EQType>
		<TooltipReference>$char(song,6,mod)</TooltipReference>
		<Font>2</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>10</X>
			<Y>70</Y>
		</Location>
		<Size>
			<CX>153</CX>
			<CY>11</CY>
		</Size>
		<Text/>
		<TextColor>
			<R>255</R>
			<G>0</G>
			<B>0</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignCenter>false</AlignCenter>
		<AlignRight>false</AlignRight>
	</Label>
	<Screen item="ShortDurationBuffWindow">
		<Text/>
		<RelativePosition>false</RelativePosition>
		<Location>
			<X>415</X>
			<Y>395</Y>
		</Location>
		<Size>
			<CX>210</CX>
			<CY>88</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>false</Style_Minimizebox>
		<Style_Border>true</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_Buff0</Pieces>
		<Pieces>SDBW_Buff1</Pieces>
		<Pieces>SDBW_Buff2</Pieces>
		<Pieces>SDBW_Buff3</Pieces>
		<Pieces>SDBW_Buff4</Pieces>
		<Pieces>SDBW_Buff5</Pieces>
		<Pieces>SDBW_Buff0_Duration</Pieces>
		<Pieces>SDBW_Buff1_Duration</Pieces>
		<Pieces>SDBW_Buff2_Duration</Pieces>
		<Pieces>SDBW_Buff3_Duration</Pieces>
		<Pieces>SDBW_Buff4_Duration</Pieces>
		<Pieces>SDBW_Buff5_Duration</Pieces>
		<Pieces>SDBW_Buff0_Mod</Pieces>
		<Pieces>SDBW_Buff1_Mod</Pieces>
		<Pieces>SDBW_Buff2_Mod</Pieces>
		<Pieces>SDBW_Buff3_Mod</Pieces>
		<Pieces>SDBW_Buff4_Mod</Pieces>
		<Pieces>SDBW_Buff5_Mod</Pieces>
	</Screen>
</XML>


Posted: Sat Nov 15, 2003 1:20 am
by Amadeus
Can anyone show me how to modify this so that it doesn't show buff names?

Actually, what would be nice would be if the buff window were like the one I have now (just icons) and then when I mouse-over ...the duration and name would pop up ;)

Posted: Sat Nov 15, 2003 3:02 am
by wassup
That's not a bad buff window at all, although I don't see hte point of having the icons in there... they are so small you can hardly make them out.

I'll probably switch over to this one with some mods.

Posted: Sat Nov 15, 2003 9:46 am
by GothOpie
Amadeus, you'd be better off changing Lax's ( http://macroquest2.com/phpBB2/viewtopic.php?t=3909 ) he has icons that are a little bit bigger, and no buff name, but the time left isn't a mouse over, it's to the right of the icon.

Wassup, the icons are fine for me, small yes, but I like em. It would be possible to adjust the size of them, or out right remove em with a bit of toying around :)

I plan to toy around with a bard buff window during the next few days, if no one says anything about mod being useful in the normal buff window I'll cut those sections out, and post the new version and my bard window.
I haven't checked how it looks with really really long buff names, if they overlap the time left, I may move them to the right a little more in the next update.

Posted: Sat Nov 15, 2003 10:44 am
by Lax
The only bard song that shows up in the main buff window and has a modifier is selos I believe. It can be useful but not always. If you plan on getting rid of it put it on top of the icon instead I'd say. Mine originally (before all of this label stuff I had this) were on top of the icon and it wasnt that bad