Mini-Trans-Buffs with Timers.

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

Moderator: MacroQuest Developers

User avatar
Elric
Cheese Whore
Cheese Whore
Posts: 466
Joined: Sun Nov 23, 2003 12:31 am
Location: Tampa, Fl
Contact:

Mini-Trans-Buffs with Timers.

Post by Elric » Fri Dec 12, 2003 7:44 pm

Good buff window, the one I use. Added in timers for it, and they work spectacular.

Screenshots will come when I get into the game and take some. :-)

-- Buff Window (EQUI_BuffWindow.xml) --
-- Buffs Hotlink: Buff Window --

Code: Select all

<!--Mini-Buffs written by Marcin of Bertoxxulous-->
<?xml version = "1.0"?>
<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">
		<ScreenID>Buff0Label</ScreenID>
		<EQType>9999</EQType>
		<Font>1</Font>
<TooltipReference>$if("$char(buff,1)"=="NULL","","$char(buff,1) $char(buff,1,durationsecs)")</TooltipReference>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>25</X>
			<Y>0</Y>
		</Location>
		<Size>
			<CX>344</CX>
			<CY>10</CY>
		</Size>
		<Text></Text>
		<TextColor>
				<R>255</R>
				<G>255</G>
				<B>255</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignCenter>false</AlignCenter>
		<AlignRight>false</AlignRight>
	</Label>

	<Label item ="BW_Buff1">
		<ScreenID>Buff1Label</ScreenID>
		<EQType>9999</EQType>
		<Font>1</Font>
<TooltipReference>$if("$char(buff,2)"=="NULL","","$char(buff,2) $char(buff,2,durationsecs)")</TooltipReference>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>25</X>
			<Y>14</Y>
		</Location>
		<Size>
			<CX>344</CX>
			<CY>10</CY>
		</Size>
		<Text></Text>
		<TextColor>
				<R>255</R>
				<G>255</G>
				<B>255</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignCenter>false</AlignCenter>
		<AlignRight>false</AlignRight>
	</Label>

	<Label item ="BW_Buff2">
		<ScreenID>Buff2Label</ScreenID>
		<EQType>9999</EQType>
		<Font>1</Font>
<TooltipReference>$if("$char(buff,3)"=="NULL","","$char(buff,3) $char(buff,3,durationsecs)")</TooltipReference>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>25</X>
			<Y>28</Y>
		</Location>
		<Size>
			<CX>344</CX>
			<CY>10</CY>
		</Size>
		<Text></Text>
		<TextColor>
				<R>255</R>
				<G>255</G>
				<B>255</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignCenter>false</AlignCenter>
		<AlignRight>false</AlignRight>
	</Label>

	<Label item ="BW_Buff3">
		<ScreenID>Buff3Label</ScreenID>
		<EQType>9999</EQType>
		<Font>1</Font>
<TooltipReference>$if("$char(buff,4)"=="NULL","","$char(buff,4) $char(buff,4,durationsecs)")</TooltipReference>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>25</X>
			<Y>42</Y>
		</Location>
		<Size>
			<CX>344</CX>
			<CY>10</CY>
		</Size>
		<Text></Text>
		<TextColor>
				<R>255</R>
				<G>255</G>
				<B>255</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignCenter>false</AlignCenter>
		<AlignRight>false</AlignRight>
	</Label>

	<Label item ="BW_Buff4">
		<ScreenID>Buff4Label</ScreenID>
		<EQType>9999</EQType>
		<Font>1</Font>
<TooltipReference>$if("$char(buff,5)"=="NULL","","$char(buff,5) $char(buff,5,durationsecs)")</TooltipReference>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>25</X>
			<Y>56</Y>
		</Location>
		<Size>
			<CX>344</CX>
			<CY>10</CY>
		</Size>
		<Text></Text>
		<TextColor>
				<R>255</R>
				<G>255</G>
				<B>255</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignCenter>false</AlignCenter>
		<AlignRight>false</AlignRight>
	</Label>
	
	<Label item ="BW_Buff5">
		<ScreenID>Buff5Label</ScreenID>
		<EQType>9999</EQType>
		<Font>1</Font>
<TooltipReference>$if("$char(buff,6)"=="NULL","","$char(buff,6) $char(buff,6,durationsecs)")</TooltipReference>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>25</X>
			<Y>70</Y>
		</Location>
		<Size>
			<CX>344</CX>
			<CY>10</CY>
		</Size>
		<Text></Text>
		<TextColor>
				<R>255</R>
				<G>255</G>
				<B>255</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignCenter>false</AlignCenter>
		<AlignRight>false</AlignRight>
	</Label>
	
	<Label item ="BW_Buff6">
		<ScreenID>Buff6Label</ScreenID>
		<EQType>9999</EQType>
		<Font>1</Font>
<TooltipReference>$if("$char(buff,7)"=="NULL","","$char(buff,7) $char(buff,7,durationsecs)")</TooltipReference>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>25</X>
			<Y>84</Y>
		</Location>
		<Size>
			<CX>344</CX>
			<CY>10</CY>
		</Size>
		<Text></Text>
		<TextColor>
				<R>255</R>
				<G>255</G>
				<B>255</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignCenter>false</AlignCenter>
		<AlignRight>false</AlignRight>
	</Label>
	
	<Label item ="BW_Buff7">
		<ScreenID>Buff7Label</ScreenID>
		<EQType>9999</EQType>
		<Font>1</Font>
<TooltipReference>$if("$char(buff,8)"=="NULL","","$char(buff,8) $char(buff,8,durationsecs)")</TooltipReference>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>25</X>
			<Y>98</Y>
		</Location>
		<Size>
			<CX>344</CX>
			<CY>10</CY>
		</Size>
		<Text></Text>
		<TextColor>
				<R>255</R>
				<G>255</G>
				<B>255</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignCenter>false</AlignCenter>
		<AlignRight>false</AlignRight>
	</Label>
	
	<Label item ="BW_Buff8">
		<ScreenID>Buff8Label</ScreenID>
		<EQType>9999</EQType>
		<Font>1</Font>
<TooltipReference>$if("$char(buff,9)"=="NULL","","$char(buff,9) $char(buff,9,durationsecs)")</TooltipReference>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>25</X>
			<Y>112</Y>
		</Location>
		<Size>
			<CX>344</CX>
			<CY>10</CY>
		</Size>
		<Text></Text>
		<TextColor>
				<R>255</R>
				<G>255</G>
				<B>255</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignCenter>false</AlignCenter>
		<AlignRight>false</AlignRight>
	</Label>
	
	<Label item ="BW_Buff9">
		<ScreenID>Buff9Label</ScreenID>
		<EQType>9999</EQType>
		<Font>1</Font>
<TooltipReference>$if("$char(buff,10)"=="NULL","","$char(buff,10) $char(buff,10,durationsecs)")</TooltipReference>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>25</X>
			<Y>126</Y>
		</Location>
		<Size>
			<CX>344</CX>
			<CY>10</CY>
		</Size>
		<Text></Text>
		<TextColor>
				<R>255</R>
				<G>255</G>
				<B>255</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignCenter>false</AlignCenter>
		<AlignRight>false</AlignRight>
	</Label>
	
	<Label item ="BW_Buff10">
		<ScreenID>Buff10Label</ScreenID>
		<EQType>9999</EQType>
		<Font>1</Font>
<TooltipReference>$if("$char(buff,11)"=="NULL","","$char(buff,11) $char(buff,11,durationsecs)")</TooltipReference>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>25</X>
			<Y>140</Y>
		</Location>
		<Size>
			<CX>344</CX>
			<CY>10</CY>
		</Size>
		<Text></Text>
		<TextColor>
				<R>255</R>
				<G>255</G>
				<B>255</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignCenter>false</AlignCenter>
		<AlignRight>false</AlignRight>
	</Label>
	
	<Label item ="BW_Buff11">
		<ScreenID>Buff11Label</ScreenID>
		<EQType>9999</EQType>
		<Font>1</Font>
<TooltipReference>$if("$char(buff,12)"=="NULL","","$char(buff,12) $char(buff,12,durationsecs)")</TooltipReference>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>25</X>
			<Y>154</Y>
		</Location>
		<Size>
			<CX>344</CX>
			<CY>10</CY>
		</Size>
		<Text></Text>
		<TextColor>
				<R>255</R>
				<G>255</G>
				<B>255</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignCenter>false</AlignCenter>
		<AlignRight>false</AlignRight>
	</Label>
	
	<Label item ="BW_Buff12">
		<ScreenID>Buff12Label</ScreenID>
		<EQType>9999</EQType>
		<Font>1</Font>
<TooltipReference>$if("$char(buff,13)"=="NULL","","$char(buff,13) $char(buff,13,durationsecs)")</TooltipReference>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>25</X>
			<Y>169</Y>
		</Location>
		<Size>
			<CX>344</CX>
			<CY>10</CY>
		</Size>
		<Text></Text>
		<TextColor>
				<R>255</R>
				<G>255</G>
				<B>255</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignCenter>false</AlignCenter>
		<AlignRight>false</AlignRight>
	</Label>
	
	<Label item ="BW_Buff13">
		<ScreenID>Buff13Label</ScreenID>
		<EQType>9999</EQType>
		<Font>1</Font>
<TooltipReference>$if("$char(buff,14)"=="NULL","","$char(buff,14) $char(buff,14,durationsecs)")</TooltipReference>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>25</X>
			<Y>182</Y>
		</Location>
		<Size>
			<CX>344</CX>
			<CY>10</CY>
		</Size>
		<Text></Text>
		<TextColor>
				<R>255</R>
				<G>255</G>
				<B>255</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignCenter>false</AlignCenter>
		<AlignRight>false</AlignRight>
	</Label>

	<Label item ="BW_Buff14">
		<ScreenID>Buff14Label</ScreenID>
		<EQType>9999</EQType>
		<Font>1</Font>
<TooltipReference>$if("$char(buff,15)"=="NULL","","$char(buff,15) $char(buff,15,durationsecs)")</TooltipReference>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>25</X>
			<Y>197</Y>
		</Location>
		<Size>
			<CX>344</CX>
			<CY>10</CY>
		</Size>
		<Text></Text>
		<TextColor>
				<R>255</R>
				<G>255</G>
				<B>255</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignCenter>false</AlignCenter>
		<AlignRight>false</AlignRight>
	</Label>


	<Screen item = "BuffWindow">
		<Text></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>true</Style_Transparent>
		<DrawTemplate>WDT_RoundedNoTitle</DrawTemplate>
		<Style_Titlebar>false</Style_Titlebar>
		<Style_Closebox>true</Style_Closebox>
		<Style_Minimizebox>false</Style_Minimizebox>
		<Style_Border>false</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>
	</Screen>
</XML>
-- Song window (EQUI_ShortDurationBuffWindow.xml) --
-- SDBuffs Hotlink: SDBuff Window --

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>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>9999</EQType>
    <Font>1</Font>
    <TooltipReference>$if("$char(song,1)"=="NULL","","$char(song,1) $char(song,1,durationsecs)")</TooltipReference>
    <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_Buff1">
    <ScreenID>Buff1Label</ScreenID>
    <EQType>9999</EQType>
    <Font>1</Font>
    <TooltipReference>$if("$char(song,2)"=="NULL","","$char(song,2) $char(song,2,durationsecs)")</TooltipReference>
    <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_Buff2">
    <ScreenID>Buff2Label</ScreenID>
    <EQType>9999</EQType>
    <Font>1</Font>
    <TooltipReference>$if("$char(song,3)"=="NULL","","$char(song,3) $char(song,3,durationsecs)")</TooltipReference>
    <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_Buff3">
    <ScreenID>Buff3Label</ScreenID>
    <EQType>9999</EQType>
    <Font>1</Font>
    <TooltipReference>$if("$char(song,4)"=="NULL","","$char(song,4) $char(song,4,durationsecs)")</TooltipReference>
    <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_Buff4">
    <ScreenID>Buff4Label</ScreenID>
    <EQType>9999</EQType>
    <Font>1</Font>
    <TooltipReference>$if("$char(song,5)"=="NULL","","$char(song,5) $char(song,5,durationsecs)")</TooltipReference>
    <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_Buff5">
    <ScreenID>Buff5Label</ScreenID>
    <EQType>9999</EQType>
    <Font>1</Font>
    <TooltipReference>$if("$char(song,6)"=="NULL","","$char(song,6) $char(song,6,durationsecs)")</TooltipReference>
    <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>
  <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>true</Style_Transparent>
    <DrawTemplate>WDT_RoundedNoTitle</DrawTemplate>
    <Style_Titlebar>false</Style_Titlebar>
    <Style_Closebox>true</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_Buff0</Pieces>
    <Pieces>SDBW_Buff1</Pieces>
    <Pieces>SDBW_Buff2</Pieces>
    <Pieces>SDBW_Buff3</Pieces>
    <Pieces>SDBW_Buff4</Pieces>
    <Pieces>SDBW_Buff5</Pieces>
  </Screen>
</XML>
Last edited by Elric on Wed Jan 28, 2004 12:01 pm, edited 7 times in total.
-Elric

User avatar
Elric
Cheese Whore
Cheese Whore
Posts: 466
Joined: Sun Nov 23, 2003 12:31 am
Location: Tampa, Fl
Contact:

Post by Elric » Fri Dec 12, 2003 7:44 pm

Oop. Let me know if I need to upload a bitmap. I forget if this one uses one or not.
-Elric

notadruid
a ghoul
a ghoul
Posts: 143
Joined: Mon Dec 08, 2003 6:02 pm

Post by notadruid » Sat Dec 13, 2003 2:30 am

Kill the emotes in the code.

User avatar
Elric
Cheese Whore
Cheese Whore
Posts: 466
Joined: Sun Nov 23, 2003 12:31 am
Location: Tampa, Fl
Contact:

Post by Elric » Sat Dec 13, 2003 9:57 am

There we are. I knew I forgot to do something.
-Elric

blamstick
orc pawn
orc pawn
Posts: 27
Joined: Sat Sep 06, 2003 6:50 pm

Post by blamstick » Thu Dec 25, 2003 8:37 pm

can you post the short duration buff window also? =)

|| Napolion ||
a ghoul
a ghoul
Posts: 96
Joined: Sat Dec 28, 2002 7:45 am

Post by || Napolion || » Fri Dec 26, 2003 11:40 am

What XML file do I have to post this into ??
|| Napolion ||

User avatar
ieatacid
Developer
Developer
Posts: 2727
Joined: Wed Sep 03, 2003 7:44 pm

Post by ieatacid » Fri Dec 26, 2003 11:54 am

EQUI_BuffWindow.xml

User avatar
Elric
Cheese Whore
Cheese Whore
Posts: 466
Joined: Sun Nov 23, 2003 12:31 am
Location: Tampa, Fl
Contact:

Post by Elric » Sat Dec 27, 2003 8:53 am

Sorry, was away for a week.. I'll post the short dur window when I get finished with it. :-D
-Elric

User avatar
Bad Karma
a snow griffon
a snow griffon
Posts: 346
Joined: Sat Nov 22, 2003 9:34 pm
Contact:

Post by Bad Karma » Sat Dec 27, 2003 9:47 pm

welcome back
hope you had a good xmas

When you get it done, could you post screen shots of both?
thanks

User avatar
Elric
Cheese Whore
Cheese Whore
Posts: 466
Joined: Sun Nov 23, 2003 12:31 am
Location: Tampa, Fl
Contact:

Post by Elric » Sun Dec 28, 2003 1:09 am

Sure. After I make the mini-guide today (AFTER I sleep!), I'll get on the short-dur window, and the shots of both.
-Elric

User avatar
Elric
Cheese Whore
Cheese Whore
Posts: 466
Joined: Sun Nov 23, 2003 12:31 am
Location: Tampa, Fl
Contact:

Post by Elric » Sun Dec 28, 2003 11:19 am

There. Done. Loads of work finding a bard, too. But done.
-Elric

blamstick
orc pawn
orc pawn
Posts: 27
Joined: Sat Sep 06, 2003 6:50 pm

Post by blamstick » Sun Dec 28, 2003 4:22 pm

might want to remove your toons name and server from the code. just being safe.

User avatar
Elric
Cheese Whore
Cheese Whore
Posts: 466
Joined: Sun Nov 23, 2003 12:31 am
Location: Tampa, Fl
Contact:

Post by Elric » Sun Dec 28, 2003 5:08 pm

Not my toon or server.

Someone created those windows, and then I added in the timers. :-)

Never took credit for the UI itself, just the timers and integration. Hehe.
-Elric

User avatar
Bad Karma
a snow griffon
a snow griffon
Posts: 346
Joined: Sat Nov 22, 2003 9:34 pm
Contact:

Post by Bad Karma » Sun Dec 28, 2003 8:55 pm

thanks for the shots. nice and compact. just what I need. =)

blamstick
orc pawn
orc pawn
Posts: 27
Joined: Sat Sep 06, 2003 6:50 pm

Post by blamstick » Sun Jan 04, 2004 10:05 pm

for some reason on the short duration buff window, the text for the spell is one line underneath the spell icon. Any idea what's wrong?

Here's a pic - notice the chorus of marr. All the songs show up like this.

Image