Sars Vertical group and Target + HOTT windows

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

Moderator: MacroQuest Developers

kabl2k
a hill giant
a hill giant
Posts: 168
Joined: Fri Feb 20, 2004 6:25 pm

Sars Vertical group and Target + HOTT windows

Post by kabl2k » Tue Sep 27, 2005 5:25 pm

Well didnt see anyone update sars at all so i just did the 2 windows that i actually cared about. class and lvl in group window and class, level, distance and direction for target and hott.

The Hott part is untested as i dont have hott but the target and group stuff is right.. if the hott doesnt work ill look at it after and fix it lemme know.


Vertical Group Window

Code: Select all

<?xml version = "1.0"?> <XML ID = "EQInterfaceDefinitionLanguage"> 	<Schema xmlns = "EverQuestData" xmlns:dt = "EverQuestDataTypes"/> 


<Label item ="Group1_Level">
<ScreenID>T_Level</ScreenID>
<EQType>9999</EQType>
<TooltipReference>${Group.Member[1].Level}</TooltipReference>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>92</X>
<Y>0</Y>
</Location>
<Size>
<CX>20</CX>
<CY>12</CY>
</Size>
<Text>0</Text>
<TextColor>
<R>0</R>
<G>255</G>
<B>0</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>true</AlignRight>
</Label>

<Label item ="Group1_Class">
<ScreenID>T_Class</ScreenID>
<EQType>9999</EQType>
<TooltipReference>${Group.Member[1].Class.ShortName}</TooltipReference>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>80</X>
<Y>0</Y>
</Location>
<Size>
<CX>34</CX>
<CY>12</CY>
</Size>
<Text>0</Text>
<TextColor>
<R>255</R>
<G>0</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignLeft>true</AlignLeft>
</Label>

<Label item ="Group2_Level">
<ScreenID>T_Level</ScreenID>
<EQType>9999</EQType>
<TooltipReference>${Group.Member[2].Level}</TooltipReference>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>92</X>
<Y>35</Y>
</Location>
<Size>
<CX>20</CX>
<CY>12</CY>
</Size>
<Text>0</Text>
<TextColor>
<R>0</R>
<G>255</G>
<B>0</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>true</AlignRight>
</Label>

<Label item ="Group2_Class">
<ScreenID>T_Class</ScreenID>
<EQType>9999</EQType>
<TooltipReference>${Group.Member[2].Class.ShortName}</TooltipReference>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>80</X>
<Y>35</Y>
</Location>
<Size>
<CX>34</CX>
<CY>12</CY>
</Size>
<Text>0</Text>
<TextColor>
<R>255</R>
<G>0</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignLeft>true</AlignLeft>
</Label>

<Label item ="Group3_Level">
<ScreenID>T_Level</ScreenID>
<EQType>9999</EQType>
<TooltipReference>${Group.Member[3].Level}</TooltipReference>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>92</X>
<Y>70</Y>
</Location>
<Size>
<CX>20</CX>
<CY>12</CY>
</Size>
<Text>0</Text>
<TextColor>
<R>0</R>
<G>255</G>
<B>0</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>true</AlignRight>
</Label>

<Label item ="Group3_Class">
<ScreenID>T_Class</ScreenID>
<EQType>9999</EQType>
<TooltipReference>${Group.Member[3].Class.ShortName}</TooltipReference>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>80</X>
<Y>70</Y>
</Location>
<Size>
<CX>34</CX>
<CY>12</CY>
</Size>
<Text>0</Text>
<TextColor>
<R>255</R>
<G>0</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignLeft>true</AlignLeft>
</Label>

<Label item ="Group4_Level">
<ScreenID>T_Level</ScreenID>
<EQType>9999</EQType>
<TooltipReference>${Group.Member[4].Level}</TooltipReference>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>92</X>
<Y>105</Y>
</Location>
<Size>
<CX>20</CX>
<CY>12</CY>
</Size>
<Text>0</Text>
<TextColor>
<R>0</R>
<G>255</G>
<B>0</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>true</AlignRight>
</Label>

<Label item ="Group4_Class">
<ScreenID>T_Class</ScreenID>
<EQType>9999</EQType>
<TooltipReference>${Group.Member[4].Class.ShortName}</TooltipReference>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>80</X>
<Y>105</Y>
</Location>
<Size>
<CX>34</CX>
<CY>12</CY>
</Size>
<Text>0</Text>
<TextColor>
<R>255</R>
<G>0</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignLeft>true</AlignLeft>
</Label>

<Label item ="Group5_Level">
<ScreenID>T_Level</ScreenID>
<EQType>9999</EQType>
<TooltipReference>${Group.Member[5].Level}</TooltipReference>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>92</X>
<Y>140</Y>
</Location>
<Size>
<CX>20</CX>
<CY>12</CY>
</Size>
<Text>0</Text>
<TextColor>
<R>0</R>
<G>255</G>
<B>0</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>true</AlignRight>
</Label>

<Label item ="Group5_Class">
<ScreenID>T_Class</ScreenID>
<EQType>9999</EQType>
<TooltipReference>${Group.Member[5].Class.ShortName}</TooltipReference>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>80</X>
<Y>140</Y>
</Location>
<Size>
<CX>34</CX>
<CY>12</CY>
</Size>
<Text>0</Text>
<TextColor>
<R>255</R>
<G>0</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignLeft>true</AlignLeft>
</Label>

	<Button item = "GW_InviteButton">
 		<ScreenID>InviteButton</ScreenID>
 		<Font>1</Font>
 		<RelativePosition>true</RelativePosition>
 		<Location>
 			<X>31</X>
 			<Y>188</Y>
 		</Location>
 		<Size>
 			<CX>29</CX>
 			<CY>28</CY>
 		</Size>
 		<Style_VScroll>false</Style_VScroll>
 		<Style_HScroll>false</Style_HScroll>
 		<Style_Transparent>false</Style_Transparent>
 		<TooltipReference>Select a player and click to invite into the group</TooltipReference>

 		<Style_Checkbox>false</Style_Checkbox>
 		<!--<RadioGroup/>-->
 		<Text></Text>
 		<TextColor>
 				<R>255</R>
 				<G>255</G>
 				<B>255</B>
 		</TextColor>
 		<ButtonDrawTemplate>
 			<Normal>A_InvBtnNormal</Normal>
 			<Pressed>A_InvBtnPressed</Pressed>
 			<Flyby>A_InvBtnFlyby</Flyby> 
			<PressedFlyby>A_InvBtnPressedFlyby</PressedFlyby>
 		</ButtonDrawTemplate>
 		<Text>Invite</Text>
 	</Button>
  	<Button item = "GW_DisbandButton">
 		<ScreenID>DisbandButton</ScreenID>
 		<Font>1</Font>
 		<RelativePosition>true</RelativePosition>
 		<Location>
 			<X>60</X>
 			<Y>188</Y>
 		</Location>
 		<Size>
 			<CX>29</CX>
 			<CY>28</CY>
 		</Size>
 		<Style_VScroll>false</Style_VScroll>
 		<Style_HScroll>false</Style_HScroll>
 		<Style_Transparent>false</Style_Transparent>
 		<TooltipReference>Click to disband your target from the group</TooltipReference>
 		<Style_Checkbox>false</Style_Checkbox>
 		<!--<RadioGroup/>--> 
		<ButtonDrawTemplate> 
			<Normal>A_DisBtnNormal</Normal>
 			<Pressed>A_DisBtnPressed</Pressed>
 			<Flyby>A_DisBtnFlyby</Flyby> 
			<PressedFlyby>A_DisBtnPressedFlyby</PressedFlyby>
 		</ButtonDrawTemplate>
 		<Text></Text> 
		<TextColor> 	
			<R>255</R> 	
			<G>255</G> 	
			<B>255</B> 	
	</TextColor> 
	</Button>
  	<Button item = "GW_FollowButton">
 		<ScreenID>FollowButton</ScreenID>
 		<Font>1</Font>
 		<RelativePosition>true</RelativePosition>
 		<Location>
 			<X>31</X>
 			<Y>188</Y>
 		</Location> 
		<Size>
 			<CX>29</CX>
 			<CY>28</CY>
 		</Size>
 		<Style_VScroll>false</Style_VScroll>
 		<Style_HScroll>false</Style_HScroll>
 		<Style_Transparent>false</Style_Transparent>
 		<TooltipReference>Accept an invitation to group</TooltipReference>
 		<Style_Checkbox>false</Style_Checkbox>
 		<!--<RadioGroup/>-->
 		<Text></Text> 
		<TextColor> 
				<R>255</R>
 				<G>255</G>
 				<B>255</B>
 		</TextColor>
 		<ButtonDrawTemplate>
 			<Normal>A_FolBtnNormal</Normal>
 			<Pressed>A_FolBtnPressed</Pressed>
 			<Flyby>A_FolBtnFlyby</Flyby>
			<PressedFlyby>A_FolBtnPressedFlyby</PressedFlyby>
 		</ButtonDrawTemplate>
 		<Text>Invite</Text>
 	</Button>
  	<Button item = "GW_DeclineButton">
 		<ScreenID>DeclineButton</ScreenID>
 		<Font>1</Font>
 		<RelativePosition>true</RelativePosition>
 		<Location>
 			<X>60</X>
 			<Y>188</Y>
 		</Location>
 		<Size>
 			<CX>29</CX>
 			<CY>28</CY>
 		</Size>
 		<Style_VScroll>false</Style_VScroll>
 		<Style_HScroll>false</Style_HScroll>
 		<Style_Transparent>false</Style_Transparent>
 		<TooltipReference>Refuse an invtitation to group</TooltipReference>
 		<Style_Checkbox>false</Style_Checkbox>
 		<!--<RadioGroup/>-->
 		<ButtonDrawTemplate>
 			<Normal>A_DecBtnNormal</Normal>
 			<Pressed>A_DecBtnPressed</Pressed>
 			<Flyby>A_DecBtnFlyby</Flyby>
 			<PressedFlyby>A_DecBtnPressedFlyby</PressedFlyby>
 		</ButtonDrawTemplate>
 		<Text></Text>
 		<TextColor>
 				<R>255</R>
 				<G>255</G>
 				<B>255</B>
 		</TextColor>
 	</Button>

<!-- Gauges -->

  	<Gauge item = "GW_Gauge1">
 		<ScreenID>Gauge1</ScreenID>
 		<Font>1</Font>
 		<TextColor>
 				<R>255</R>
 				<G>255</G>
 				<B>0</B>
 		</TextColor>
 		<RelativePosition>true</RelativePosition>
 		<Location>
 			<X>0</X>
 			<Y>0</Y>
 		</Location>
 		<Size>
 			<CX>119</CX>
 			<CY>28</CY>
 		</Size>
 		<TextOffsetX>5</TextOffsetX>
		<TextOffsetY>0</TextOffsetY>
		<GaugeOffsetX>0</GaugeOffsetX>
		<GaugeOffsetY>0</GaugeOffsetY>
 		<Style_VScroll>false</Style_VScroll>
 		<Style_HScroll>false</Style_HScroll>
 		<Style_Transparent>false</Style_Transparent>
 		<!--<TooltipReference/>-->
 		<FillTint>
 				<R>220</R>
 				<G>0</G>
 				<B>0</B>
 		</FillTint>
 		<LinesFillTint>
 				<R>220</R>
 				<G>220</G>
 				<B>0</B>
 		</LinesFillTint>
 		<DrawLinesFill>false</DrawLinesFill>
 		<EQType>11</EQType>
 		<GaugeDrawTemplate>
 			<Background>GroupGauge1Background</Background>
 			<Fill>GroupGauge1Fill</Fill>
			<EndCapLeft>GroupGauge1EndCapLeft</EndCapLeft>
			<EndCapRight>GroupGauge1EndCapRight</EndCapRight>
		</GaugeDrawTemplate>
 	</Gauge>

  	<Gauge item = "GW_PetGauge1">
 		<ScreenID>PetGauge1</ScreenID>
 		<!--<Font>3</Font>-->
 		<TextColor>
 				<R>255</R>
 				<G>255</G>
 				<B>0</B>
 		</TextColor>
 		<RelativePosition>true</RelativePosition>
 		<Location>
 			<X>23</X>
 			<Y>22</Y>
 		</Location>
 		<Size>
 			<CX>89</CX>
 			<CY>2</CY>
 		</Size>
 		<TextOffsetY>0</TextOffsetY>
 		<GaugeOffsetY>0</GaugeOffsetY>
 		<Style_VScroll>false</Style_VScroll>
 		<Style_HScroll>false</Style_HScroll>
 		<Style_Transparent>true</Style_Transparent>
 		<!--<TooltipReference/>-->
 		<FillTint>
 				<R>51</R>
 				<G>192</G>
 				<B>51</B>
 		</FillTint>
 		<LinesFillTint>
 				<R>220</R>
 				<G>220</G>
 				<B>0</B>
 		</LinesFillTint>
 		<DrawLinesFill>false</DrawLinesFill>
 		<EQType>17</EQType>
 		<GaugeDrawTemplate>
 			<Fill>SarsGauge3LinesFill</Fill>
 		</GaugeDrawTemplate>
 	</Gauge>

  	<Gauge item = "GW_Gauge2">
 		<ScreenID>Gauge2</ScreenID>
 		<Font>1</Font>
 		<TextColor>
 				<R>255</R>
 				<G>255</G>
 				<B>0</B>
 		</TextColor>
 		<RelativePosition>true</RelativePosition>
 		<Location>
 			<X>0</X>
 			<Y>35</Y>
 		</Location>
 		<Size>
 			<CX>119</CX>
 			<CY>28</CY>
 		</Size>
 		<TextOffsetX>5</TextOffsetX>
		<TextOffsetY>0</TextOffsetY>
		<GaugeOffsetX>0</GaugeOffsetX>
		<GaugeOffsetY>0</GaugeOffsetY>
 		<Style_VScroll>false</Style_VScroll>
 		<Style_HScroll>false</Style_HScroll>
 		<Style_Transparent>false</Style_Transparent>
 		<!--<TooltipReference/>-->
 		<FillTint>
 				<R>220</R>
 				<G>0</G>
 				<B>0</B>
 		</FillTint>
 		<LinesFillTint>
 				<R>220</R>
 				<G>220</G>
 				<B>0</B>
 		</LinesFillTint>
 		<DrawLinesFill>false</DrawLinesFill>
 		<EQType>12</EQType>
 		<GaugeDrawTemplate>
 			<Background>GroupGauge2Background</Background>
 			<Fill>GroupGauge2Fill</Fill>
			<EndCapLeft>GroupGauge2EndCapLeft</EndCapLeft>
			<EndCapRight>GroupGauge2EndCapRight</EndCapRight>
		</GaugeDrawTemplate>
 	</Gauge>


  	<Gauge item = "GW_PetGauge2">
 		<ScreenID>PetGauge2</ScreenID>
 		<Font>1</Font>
 		<TextColor>
 				<R>240</R>
 				<G>240</G>
 				<B>240</B>
 		</TextColor>
 		<RelativePosition>true</RelativePosition>
 		<Location>
 			<X>23</X>
 			<Y>57</Y>
 		</Location>
 		<Size>
 			<CX>89</CX>
 			<CY>2</CY>
 		</Size>
 		<TextOffsetY>0</TextOffsetY>
 		<GaugeOffsetY>0</GaugeOffsetY>
 		<Style_VScroll>false</Style_VScroll>
 		<Style_HScroll>false</Style_HScroll>
 		<Style_Transparent>true</Style_Transparent>
 		<!--<TooltipReference/>-->
 		<FillTint>
 				<R>51</R>
 				<G>192</G>
 				<B>51</B>
 		</FillTint>
 		<LinesFillTint>
 				<R>220</R>
 				<G>220</G>
 				<B>0</B>
 		</LinesFillTint>
 		<DrawLinesFill>false</DrawLinesFill>
 		<EQType>18</EQType>
 		<GaugeDrawTemplate>
 			<Fill>SarsGauge3LinesFill</Fill>
 		</GaugeDrawTemplate>
 	</Gauge>

  	<Gauge item = "GW_Gauge3">
 		<ScreenID>Gauge3</ScreenID>
 		<Font>1</Font>
 		<TextColor>
 				<R>255</R>
 				<G>255</G>
 				<B>0</B>
 		</TextColor>
 		<RelativePosition>true</RelativePosition>
 		<Location>
 			<X>0</X>
 			<Y>70</Y>
 		</Location>
 		<Size>
 			<CX>119</CX>
 			<CY>28</CY>
 		</Size>
 		<TextOffsetX>5</TextOffsetX>
		<TextOffsetY>0</TextOffsetY>
		<GaugeOffsetX>0</GaugeOffsetX>
		<GaugeOffsetY>0</GaugeOffsetY>
 		<Style_VScroll>false</Style_VScroll>
 		<Style_HScroll>false</Style_HScroll>
 		<Style_Transparent>false</Style_Transparent>
 		<!--<TooltipReference/>-->
 		<FillTint>
 				<R>220</R>
 				<G>0</G>
 				<B>0</B>
 		</FillTint>
 		<LinesFillTint>
 				<R>220</R>
 				<G>220</G>
 				<B>0</B>
 		</LinesFillTint>
 		<DrawLinesFill>false</DrawLinesFill>
 		<EQType>13</EQType>
 		<GaugeDrawTemplate>
 			<Background>GroupGauge3Background</Background>
 			<Fill>GroupGauge3Fill</Fill>
			<EndCapLeft>GroupGauge3EndCapLeft</EndCapLeft>
			<EndCapRight>GroupGauge3EndCapRight</EndCapRight>
		</GaugeDrawTemplate>
 	</Gauge>


  	<Gauge item = "GW_PetGauge3">
 		<ScreenID>PetGauge3</ScreenID>
 		<!--<Font>3</Font>-->
 		<TextColor>
 				<R>240</R>
 				<G>240</G>
 				<B>240</B>
 		</TextColor>
 		<RelativePosition>true</RelativePosition>
 		<Location>
 			<X>23</X>
 			<Y>92</Y>
 		</Location>
 		<Size>
 			<CX>89</CX>
 			<CY>2</CY>
 		</Size>
 		<TextOffsetY>0</TextOffsetY>
 		<GaugeOffsetY>0</GaugeOffsetY>
 		<Style_VScroll>false</Style_VScroll>
 		<Style_HScroll>false</Style_HScroll>
 		<Style_Transparent>false</Style_Transparent>
 		<!--<TooltipReference/>-->
		<FillTint>
 				<R>51</R>
 				<G>192</G>
 				<B>51</B>
		</FillTint>
 		<LinesFillTint>
 				<R>220</R>
 				<G>220</G>
 				<B>0</B>
 		</LinesFillTint>
 		<DrawLinesFill>false</DrawLinesFill>
 		<EQType>19</EQType>
 		<GaugeDrawTemplate>
 			<Fill>SarsGauge3LinesFill</Fill> 
		</GaugeDrawTemplate>
 	</Gauge> 

  	<Gauge item = "GW_Gauge4">
 		<ScreenID>Gauge4</ScreenID>
 		<Font>1</Font>
 		<TextColor>
 				<R>255</R>
 				<G>255</G>
 				<B>0</B>
 		</TextColor>
 		<RelativePosition>true</RelativePosition>
 		<Location>
 			<X>0</X>
 			<Y>105</Y>
 		</Location>
 		<Size>
 			<CX>119</CX>
 			<CY>28</CY>
 		</Size>
 		<TextOffsetX>5</TextOffsetX>
		<TextOffsetY>0</TextOffsetY>
		<GaugeOffsetX>0</GaugeOffsetX>
		<GaugeOffsetY>0</GaugeOffsetY>
 		<Style_VScroll>false</Style_VScroll>
 		<Style_HScroll>false</Style_HScroll>
 		<Style_Transparent>false</Style_Transparent>
 		<!--<TooltipReference/>-->
 		<FillTint>
 				<R>220</R>
 				<G>0</G>
 				<B>0</B>
 		</FillTint>
 		<LinesFillTint>
 				<R>220</R>
 				<G>220</G>
 				<B>0</B>
 		</LinesFillTint>
 		<DrawLinesFill>false</DrawLinesFill>
 		<EQType>14</EQType>
 		<GaugeDrawTemplate>
 			<Background>GroupGauge4Background</Background>
 			<Fill>GroupGauge4Fill</Fill>
			<EndCapLeft>GroupGauge4EndCapLeft</EndCapLeft>
			<EndCapRight>GroupGauge4EndCapRight</EndCapRight>
		</GaugeDrawTemplate>
 	</Gauge>


  	<Gauge item = "GW_PetGauge4"> 
		<ScreenID>PetGauge4</ScreenID>
	 	<!--<Font>3</Font>--> 
		<TextColor> 
				<R>240</R>
 				<G>240</G>
 				<B>240</B> 
		</TextColor> 
		<RelativePosition>true</RelativePosition>
 		<Location> 
			<X>23</X>
 			<Y>127</Y>
 		</Location> 
		<Size> 	
			<CX>89</CX> 
			<CY>2</CY> 
		</Size> 
		<TextOffsetY>0</TextOffsetY>
 		<GaugeOffsetY>0</GaugeOffsetY> 
		<Style_VScroll>false</Style_VScroll> 
		<Style_HScroll>false</Style_HScroll> 
		<Style_Transparent>false</Style_Transparent> 
		<!--<TooltipReference/>--> 
		<FillTint> 
				<R>51</R> 
				<G>192</G> 
				<B>51</B> 
		</FillTint>
 		<LinesFillTint>
 				<R>220</R>
 				<G>220</G>
 				<B>0</B> 
		</LinesFillTint>
 		<DrawLinesFill>false</DrawLinesFill>
 		<EQType>20</EQType> 
		<GaugeDrawTemplate>
 			<Fill>SarsGauge3LinesFill</Fill>
 		</GaugeDrawTemplate>
 	</Gauge>

  	<Gauge item = "GW_Gauge5">
 		<ScreenID>Gauge5</ScreenID>
 		<Font>1</Font>
 		<TextColor>
 				<R>255</R>
 				<G>255</G>
 				<B>0</B>
 		</TextColor>
 		<RelativePosition>true</RelativePosition>
 		<Location>
 			<X>0</X>
 			<Y>140</Y>
 		</Location>
 		<Size>
 			<CX>119</CX>
 			<CY>28</CY>
 		</Size>
 		<TextOffsetX>5</TextOffsetX>
		<TextOffsetY>0</TextOffsetY>
		<GaugeOffsetX>0</GaugeOffsetX>
		<GaugeOffsetY>0</GaugeOffsetY>
 		<Style_VScroll>false</Style_VScroll>
 		<Style_HScroll>false</Style_HScroll>
 		<Style_Transparent>false</Style_Transparent>
 		<!--<TooltipReference/>-->
 		<FillTint>
 				<R>220</R>
 				<G>0</G>
 				<B>0</B>
 		</FillTint>
 		<LinesFillTint>
 				<R>220</R>
 				<G>220</G>
 				<B>0</B>
 		</LinesFillTint>
 		<DrawLinesFill>false</DrawLinesFill>
 		<EQType>15</EQType>
 		<GaugeDrawTemplate>
 			<Background>GroupGauge5Background</Background>
 			<Fill>GroupGauge5Fill</Fill>
			<EndCapLeft>GroupGauge5EndCapLeft</EndCapLeft>
			<EndCapRight>GroupGauge5EndCapRight</EndCapRight>
		</GaugeDrawTemplate>
 	</Gauge>


  	<Gauge item = "GW_PetGauge5"> 
		<ScreenID>PetGauge5</ScreenID>
 		<Font>1</Font>
 		<TextColor> 
				<R>240</R> 
				<G>240</G>
 				<B>240</B> 
		</TextColor>
 		<RelativePosition>true</RelativePosition> 
		<Location> 
			<X>23</X>
 			<Y>162</Y> 
		</Location> 
		<Size> 
			<CX>89</CX>
 			<CY>2</CY>
 		</Size>
 		<TextOffsetY>0</TextOffsetY>
 		<GaugeOffsetY>0</GaugeOffsetY> 
		<Style_VScroll>false</Style_VScroll> 
		<Style_HScroll>false</Style_HScroll>
 		<Style_Transparent>false</Style_Transparent>
 		<!--<TooltipReference/>-->
 		<FillTint>
 				<R>51</R>
 				<G>192</G>
 				<B>51</B> 
		</FillTint> 
		<LinesFillTint>
 				<R>220</R>
 				<G>220</G>
 				<B>0</B> 
		</LinesFillTint> 
		<DrawLinesFill>false</DrawLinesFill> 
		<EQType>21</EQType> 
		<GaugeDrawTemplate>
 			<Fill>SarsGauge3LinesFill</Fill>
 		</GaugeDrawTemplate>
 	</Gauge> 



<!-- PATCH 5/3 -->

<Label item ="GW_HPLabel1">
<ScreenID>HPLabel1</ScreenID>
 		<Font>1</Font>
<EQType>35</EQType>
<RelativePosition>true</RelativePosition>
<Location>
<X>46</X>
<Y>15</Y>
</Location>
<Size>
<CX>60</CX>
<CY>12</CY>
</Size>
<Text>Playername123456</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>true</AlignRight>
</Label>

<Label item ="GW_HPPercLabel1">
<ScreenID>HPPercLabel1</ScreenID>
 		<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>105</X>
<Y>15</Y>
</Location>
<Size>
<CX>16</CX>
<CY>12</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 ="GW_HPLabel2">
<ScreenID>HPLabel2</ScreenID>
 		<Font>1</Font>
<EQType>36</EQType>
<RelativePosition>true</RelativePosition>
<Location>
<X>46</X>
<Y>50</Y>
</Location>
<Size>
<CX>60</CX>
<CY>12</CY>
</Size>
<Text>Playername123456</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>true</AlignRight>
</Label>

<Label item ="GW_HPPercLabel2">
<ScreenID>HPPercLabel2</ScreenID>
 		<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>105</X>
<Y>50</Y>
</Location>
<Size>
<CX>16</CX>
<CY>12</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 ="GW_HPLabel3">
<ScreenID>HPLabel3</ScreenID>
 		<Font>1</Font>
<EQType>37</EQType>
<RelativePosition>true</RelativePosition>
<Location>
<X>46</X>
<Y>85</Y>
</Location>
<Size>
<CX>60</CX>
<CY>12</CY>
</Size>
<Text>Playername123456</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>true</AlignRight>
</Label>

<Label item ="GW_HPPercLabel3">
<ScreenID>HPPercLabel3</ScreenID>
 		<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>105</X>
<Y>85</Y>
</Location>
<Size>
<CX>16</CX>
<CY>12</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 ="GW_HPLabel4">
<ScreenID>HPLabel4</ScreenID>
 		<Font>1</Font>
<EQType>38</EQType>
<RelativePosition>true</RelativePosition>
<Location>
<X>46</X>
<Y>120</Y>
</Location>
<Size>
<CX>60</CX>
<CY>12</CY>
</Size>
<Text>Playername123456</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>true</AlignRight>
</Label>

<Label item ="GW_HPPercLabel4">
<ScreenID>HPPercLabel4</ScreenID>
 		<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>105</X>
<Y>120</Y>
</Location>
<Size>
<CX>16</CX>
<CY>12</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 ="GW_HPLabel5">
<ScreenID>HPLabel5</ScreenID>
 		<Font>1</Font>
<EQType>39</EQType>
<RelativePosition>true</RelativePosition>
<Location>
<X>46</X>
<Y>155</Y>
</Location>
<Size>
<CX>60</CX>
<CY>12</CY>
</Size>
<Text>Playername123456</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>true</AlignRight>
</Label>

<Label item ="GW_HPPercLabel5">
<ScreenID>HPPercLabel5</ScreenID>
 		<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>105</X>
<Y>155</Y>
</Location>
<Size>
<CX>16</CX>
<CY>12</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>


<!-- PATCH 2/24 -->

	<Button item = "GW_LFGButton">
		<ScreenID>LFGButton</ScreenID>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>0</X>
			<Y>188</Y>
		</Location>
		<Size>
			<CX>32</CX>
			<CY>28</CY>
		</Size>
		<Style_Checkbox>false</Style_Checkbox>
		<TooltipReference>Open LFG Window</TooltipReference>
		<ButtonDrawTemplate>
			<Normal>A_LFGBtnNormal</Normal>
			<Pressed>A_LFGBtnPressed</Pressed>
			<Flyby>A_LFGBtnFlyby</Flyby>
			<Disabled>A_LFGBtnNormal</Disabled>
			<PressedFlyby>A_LFGBtnPressedFlyby</PressedFlyby>
		</ButtonDrawTemplate>
	</Button>

<!-- END PATCH -->


 	<Screen item = "GroupWindow">
 		<ScreenID/>
 		<RelativePosition>false</RelativePosition>
 		<Location>
 			<X>100</X>
 			<Y>96</Y>
 		</Location>
 		<Size>
 			<CX>120</CX>
 			<CY>216</CY>
 		</Size>
 		<Text>Group</Text>
 		<Style_VScroll>false</Style_VScroll>
 		<Style_HScroll>false</Style_HScroll>
 		<Style_Transparent>true</Style_Transparent>
 		<TooltipReference>Advanced Grouping Window</TooltipReference>
 		<DrawTemplate>WDT_Rounded</DrawTemplate>
 		<Style_Titlebar>false</Style_Titlebar>
 		<Style_Closebox>true</Style_Closebox>
 		<Style_Minimizebox>true</Style_Minimizebox>
 		<Style_Border>false</Style_Border>
 		<Style_Sizable>false</Style_Sizable> 
		<Pieces>GW_InviteButton</Pieces>
 		<Pieces>GW_DisbandButton</Pieces>
 		<Pieces>GW_FollowButton</Pieces>
 		<Pieces>GW_DeclineButton</Pieces>
 		<Pieces>GW_Gauge1</Pieces> 
		<Pieces>GW_Gauge2</Pieces> 
		<Pieces>GW_Gauge3</Pieces> 
		<Pieces>GW_Gauge4</Pieces> 
		<Pieces>GW_Gauge5</Pieces> 
		<Pieces>GW_PetGauge1</Pieces> 
		<Pieces>GW_PetGauge2</Pieces> 
		<Pieces>GW_PetGauge3</Pieces> 
		<Pieces>GW_PetGauge4</Pieces> 
		<Pieces>GW_PetGauge5</Pieces> 
		<Pieces>GW_HPLabel1</Pieces>
  		<Pieces>GW_HPPercLabel1</Pieces>
		<Pieces>GW_HPLabel2</Pieces>
		<Pieces>GW_HPPercLabel2</Pieces>
		<Pieces>GW_HPLabel3</Pieces>
		<Pieces>GW_HPPercLabel3</Pieces>
		<Pieces>GW_HPLabel4</Pieces>
		<Pieces>GW_HPPercLabel4</Pieces>
		<Pieces>GW_HPLabel5</Pieces>
		<Pieces>GW_HPPercLabel5</Pieces>
		<Pieces>GW_LFGButton</Pieces>
		<Pieces>Group1_Level</Pieces>
		<Pieces>Group1_Class</Pieces>
		<Pieces>Group2_Level</Pieces>
		<Pieces>Group2_Class</Pieces>
		<Pieces>Group3_Level</Pieces>
		<Pieces>Group3_Class</Pieces>
		<Pieces>Group4_Level</Pieces>
		<Pieces>Group4_Class</Pieces>
		<Pieces>Group5_Level</Pieces>
		<Pieces>Group5_Class</Pieces>

 	</Screen>

  </XML>

Target + HOTT

Code: Select all

<?xml version="1.0"?>
<XML ID="EQInterfaceDefinitionLanguage">
	<Schema xmlns="EverQuestData" xmlns:dt="EverQuestDataTypes"/>
	
<Label item ="Target_Level">
<ScreenID>T_Level</ScreenID>
<EQType>9999</EQType>
<TooltipReference>${Target.Level}</TooltipReference>
<Font>4</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>207</X>
<Y>5</Y>
</Location>
<Size>
<CX>20</CX>
<CY>14</CY>
</Size>
<Text>0</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>true</AlignRight>
</Label>

<Label item ="Target_Class">
<ScreenID>T_Class</ScreenID>
<EQType>9999</EQType>
<TooltipReference>${Target.Class.ShortName}</TooltipReference>
<Font>4</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>181</X>
<Y>5</Y>
</Location>
<Size>
<CX>34</CX>
<CY>14</CY>
</Size>
<Text>0</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>0</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignLeft>true</AlignLeft>
</Label>

<Label item ="Target_Distance">
<ScreenID>T_Distance</ScreenID>
<EQType>9999</EQType>
<Font>3</Font>
<TooltipReference>${Target.Distance}</TooltipReference>
<RelativePosition>true</RelativePosition>
<Location>
<X>136</X>
<Y>6</Y>
</Location>
<Size>
<CX>40</CX>
<CY>14</CY>
</Size>
<Text></Text>
<TextColor>
<R>255</R>
<G>0</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>true</AlignRight>
</Label>

<Label item ="Target_Direction">
<ScreenID>T_Direction</ScreenID>
<EQType>9999</EQType>
<Font>2</Font>
<TooltipReference>${Target.HeadingTo}</TooltipReference>
<RelativePosition>true</RelativePosition>
<Location>
<X>80</X>
<Y>22</Y>
</Location>
<Size>
<CX>60</CX>
<CY>13</CY>
</Size>
<Text></Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>true</AlignCenter>
<AlignRight>false</AlignRight>
</Label>

<Label item ="TargetOfTarget_Level">
<ScreenID>TT_Level</ScreenID>
<EQType>9999</EQType>
<TooltipReference>${Me.TargetOfTarget.Level}</TooltipReference>
<Font>4</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>207</X>
<Y>57</Y>
</Location>
<Size>
<CX>20</CX>
<CY>14</CY>
</Size>
<Text>0</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>true</AlignRight>
</Label>

<Label item ="TargetOfTarget_Class">
<ScreenID>TT_Class</ScreenID>
<EQType>9999</EQType>
<TooltipReference>${Me.TargetOfTarget.Class.ShortName}</TooltipReference>
<Font>4</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>181</X>
<Y>57</Y>
</Location>
<Size>
<CX>34</CX>
<CY>14</CY>
</Size>
<Text>0</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>0</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignLeft>true</AlignLeft>
</Label>

<Label item ="TargetOfTarget_Distance">
<ScreenID>TT_Distance</ScreenID>
<EQType>9999</EQType>
<Font>3</Font>
<TooltipReference>${Me.TargetOfTarget.Distance}</TooltipReference>
<RelativePosition>true</RelativePosition>
<Location>
<X>136</X>
<Y>58</Y>
</Location>
<Size>
<CX>40</CX>
<CY>14</CY>
</Size>
<Text></Text>
<TextColor>
<R>255</R>
<G>0</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>true</AlignRight>
</Label>

<Label item ="TargetOfTarget_Direction">
<ScreenID>TT_Direction</ScreenID>
<EQType>9999</EQType>
<Font>2</Font>
<TooltipReference>${Me.TargetOfTarget.HeadingTo}</TooltipReference>
<RelativePosition>true</RelativePosition>
<Location>
<X>80</X>
<Y>74</Y>
</Location>
<Size>
<CX>60</CX>
<CY>13</CY>
</Size>
<Text></Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>true</AlignCenter>
<AlignRight>false</AlignRight>
</Label> 
	
	<Gauge item="Target_HP">
		<ScreenID>TargetHP</ScreenID>
		<Font>4</Font>
		<TextColor>
			<R>240</R>
			<G>240</G>
			<B>240</B>
		</TextColor>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>5</X>
			<Y>5</Y>
		</Location>
		<Size>
			<CX>240</CX>
			<CY>35</CY>
		</Size>
		<GaugeOffsetY>0</GaugeOffsetY>
		<TextOffsetX>15</TextOffsetX>
		<Style_VScroll>false</Style_VScroll>
		<Style_HScroll>false</Style_HScroll>
		<Style_Transparent>false</Style_Transparent>
		<TooltipReference/>
		<FillTint>
			<R>240</R>
			<G>0</G>
			<B>0</B>
		</FillTint>
		<LinesFillTint>
			<R>220</R>
			<G>220</G>
			<B>0</B>
		</LinesFillTint>
		<DrawLinesFill>false</DrawLinesFill>
		<EQType>6</EQType>
		<GaugeDrawTemplate>
			<Background>MegaGauge2Background</Background>
			<Fill>MegaGauge2Fill</Fill>
			<EndCapLeft>MegaGauge2EndCapLeft</EndCapLeft>
			<EndCapRight>MegaGauge2EndCapRight</EndCapRight>
		</GaugeDrawTemplate>
	</Gauge>
	<Label item="Target_HPLabel">
		<ScreenID>HPLabel</ScreenID>
		<Font>1</Font>
		<EQType>29</EQType>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>172</X>
			<Y>25</Y>
		</Location>
		<Size>
			<CX>50</CX>
			<CY>14</CY>
		</Size>
		<Text>Playername123456</Text>
		<TextColor>
			<R>255</R>
			<G>255</G>
			<B>0</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignCenter>false</AlignCenter>
		<AlignRight>true</AlignRight>
	</Label>
	<Label item="Target_HPPercLabel">
		<ScreenID>HPPercLabel</ScreenID>
		<Font>1</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>221</X>
			<Y>25</Y>
		</Location>
		<Size>
			<CX>20</CX>
			<CY>14</CY>
		</Size>
		<Text>%</Text>
		<TextColor>
			<R>255</R>
			<G>255</G>
			<B>0</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignCenter>false</AlignCenter>
		<AlignRight>false</AlignRight>
	</Label>
	<Gauge item="CastGauge">
		<ScreenID>CastGauge</ScreenID>
		<!--<Font>3</Font> -->
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>5</X>
			<Y>39</Y>
		</Location>
		<Size>
			<CX>240</CX>
			<CY>15</CY>
		</Size>
		<GaugeOffsetY>0</GaugeOffsetY>
		<Style_VScroll>false</Style_VScroll>
		<Style_HScroll>false</Style_HScroll>
		<Style_Transparent>false</Style_Transparent>
		<!-- <TooltipReference /> -->
		<FillTint>
			<R>255</R>
			<G>0</G>
			<B>255</B>
		</FillTint>
		<LinesFillTint>
			<R>0</R>
			<G>0</G>
			<B>0</B>
		</LinesFillTint>
		<DrawLinesFill>false</DrawLinesFill>
		<EQType>7</EQType>
		<GaugeDrawTemplate>
			<Background>CastGaugeBackground</Background>
			<Fill>CastGaugeFill</Fill>
			<EndCapLeft>CastGaugeEndCapLeft</EndCapLeft>
			<EndCapRight>CastGaugeEndCapRight</EndCapRight>
		</GaugeDrawTemplate>
	</Gauge>
	<Label item="Casting_SpellName">
		<ScreenID/>
		<EQType>134</EQType>
		<Font>4</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>20</X>
			<Y>40</Y>
		</Location>
		<Size>
			<CX>172</CX>
			<CY>14</CY>
		</Size>
		<Text>Playername123456</Text>
		<TextColor>
			<R>255</R>
			<G>255</G>
			<B>0</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignCenter>false</AlignCenter>
		<AlignRight>false</AlignRight>
	</Label>
	<Gauge item="TargetOfTarget_HP2">
		<ScreenID>TargetOfTarget_HP</ScreenID>
		<Font>1</Font>
		<TextColor>
			<R>240</R>
			<G>240</G>
			<B>240</B>
		</TextColor>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>5</X>
			<Y>57</Y>
		</Location>
		<Size>
			<CX>240</CX>
			<CY>35</CY>
		</Size>
		<GaugeOffsetY>0</GaugeOffsetY>
		<TextOffsetX>15</TextOffsetX>
		<Style_VScroll>false</Style_VScroll>
		<Style_HScroll>false</Style_HScroll>
		<Style_Transparent>false</Style_Transparent>
		<TooltipReference/>
		<FillTint>
			<R>240</R>
			<G>0</G>
			<B>0</B>
		</FillTint>
		<LinesFillTint>
			<R>220</R>
			<G>220</G>
			<B>0</B>
		</LinesFillTint>
		<DrawLinesFill>true</DrawLinesFill>
		<EQType>27</EQType>
		<GaugeDrawTemplate>
			<Background>MegaGauge2Background</Background>
			<Fill>MegaGauge2Fill</Fill>
			<EndCapLeft>MegaGauge2EndCapLeft</EndCapLeft>
			<EndCapRight>MegaGauge2EndCapRight</EndCapRight>
		</GaugeDrawTemplate>
	</Gauge>
	<Label item="TargetOfTarget_HPLabel2">
		<ScreenID>TargetOfTarget_HPLabel</ScreenID>
		<EQType>120</EQType>
		<RelativePosition>true</RelativePosition>
		<Font>1</Font>
		<Location>
			<X>172</X>
			<Y>77</Y>
		</Location>
		<Size>
			<CX>50</CX>
			<CY>14</CY>
		</Size>
		<Text/>
		<TextColor>
			<R>255</R>
			<G>255</G>
			<B>0</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignCenter>false</AlignCenter>
		<AlignRight>true</AlignRight>
	</Label>
	<Label item="TargetOfTarget_HPPercLabel2">
		<ScreenID>TargetOfTarget_HPPercLabel</ScreenID>
		<Font>1</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>221</X>
			<Y>77</Y>
		</Location>
		<Size>
			<CX>20</CX>
			<CY>14</CY>
		</Size>
		<Text>%</Text>
		<TextColor>
			<R>255</R>
			<G>255</G>
			<B>0</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignCenter>false</AlignCenter>
		<AlignRight>false</AlignRight>
	</Label>
	<TextureInfo item="TargetBox.tga">
		<Size>
			<CX>256</CX>
			<CY>28</CY>
		</Size>
	</TextureInfo>
	<Ui2DAnimation item="A_TargetBox">
		<Cycle>false</Cycle>
		<Frames>
			<Texture>TargetBox.tga</Texture>
			<Location>
				<X>0</X>
				<Y>0</Y>
			</Location>
			<Size>
				<CX>256</CX>
				<CY>29</CY>
			</Size>
		</Frames>
	</Ui2DAnimation>
	<StaticAnimation item="A_TargetBoxStaticAnim">
		<ScreenID>A_TargetBoxStaticAnim</ScreenID>
		<Animation>A_TargetBox</Animation>
	</StaticAnimation>
	<Screen item="TargetWindow">
		<ScreenID/>
		<RelativePosition>false</RelativePosition>
		<Location>
			<X>516</X>
			<Y>242</Y>
		</Location>
		<Size>
			<CX>247</CX>
			<CY>90</CY>
		</Size>
		<Text>Target</Text>
		<Style_VScroll>false</Style_VScroll>
		<Style_HScroll>false</Style_HScroll>
		<Style_Transparent>true</Style_Transparent>
		<TooltipReference>Your Current Target</TooltipReference>
		<DrawTemplate>WDT_Rounded</DrawTemplate>
		<Style_Titlebar>false</Style_Titlebar>
		<Style_Closebox>false</Style_Closebox>
		<Style_Minimizebox>false</Style_Minimizebox>
		<Style_Border>false</Style_Border>
		<Style_Sizable>false</Style_Sizable>
		<Pieces>A_TargetBoxStaticAnim</Pieces>
		<Pieces>Target_HP</Pieces>
		<Pieces>Target_HPLabel</Pieces>
		<Pieces>Target_HPPercLabel</Pieces>
		<Pieces>CastGauge</Pieces>
		<Pieces>Casting_SpellName</Pieces>
		<Pieces>TargetOfTarget_HP2</Pieces>
		<Pieces>TargetOfTarget_HPLabel2</Pieces>
		<Pieces>TargetOfTarget_HPPercLabel2</Pieces>
		<Pieces>Target_Level</Pieces>
		<Pieces>Target_Class</Pieces>
		<Pieces>Target_Distance</Pieces>
		<Pieces>Target_Direction</Pieces>
		<Pieces>TargetOfTarget_Level</Pieces>
		<Pieces>TargetOfTarget_Class</Pieces>
		<Pieces>TargetOfTarget_Distance</Pieces>
		<Pieces>TargetOfTarget_Direction</Pieces>
	</Screen>
</XML>

Teh_Hidden
a lesser mummy
a lesser mummy
Posts: 43
Joined: Wed Mar 16, 2005 12:42 am

Post by Teh_Hidden » Wed Sep 28, 2005 9:25 am

Care to post a SS of the windows, for the window shoppers?