Quartz UI

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

Moderator: MacroQuest Developers

Snowbanx
a lesser mummy
a lesser mummy
Posts: 31
Joined: Sun Feb 22, 2004 4:56 am

Quartz UI

Post by Snowbanx » Sun Aug 28, 2005 11:24 pm

Anyone with some free time and that actualy knows how to do UI's wanna MQ up the Quartz UI? I am no good at it and get WAY to frusterated too fast, =(

http://www.eqinterface.com/downloads/fi ... hp?id=3537

A_Druid_00
Macro Maker Extraordinaire
Posts: 2378
Joined: Tue Jul 13, 2004 12:45 pm
Location: Rolling on the Lawn Farting

Post by A_Druid_00 » Mon Aug 29, 2005 8:19 am

I'd happily use a MQed version of Quartz too. I just use vanilla quartz currently... being able to pull some stuff out of my HUD like Mana Regen, etc would be nifty.
[quote]<DigitalMocking> man, A_Druid_00 really does love those long ass if statements
<dont_know_at_all> i don't use his macro because i'm frightened of it[/quote]
[quote][12:45] <dont_know_at_all> never use a macro when you can really fuck up things with a plugin[/quote]

Goofmester1
a hill giant
a hill giant
Posts: 241
Joined: Thu Nov 06, 2003 4:26 am

Post by Goofmester1 » Mon Sep 12, 2005 2:31 am

Ok let me dig around this used to be updated here and then I kept a copy updated for awhile, so might still have it. Might need to look for somewere to host the files since it is hard to post entire XML files here.

Goofmester1
a hill giant
a hill giant
Posts: 241
Joined: Thu Nov 06, 2003 4:26 am

Post by Goofmester1 » Mon Sep 12, 2005 5:41 am

Ok got the player window and the target window to were they should work right.. still at work so no way to verify, just updated the files to correct for board errors from the MQuartz post from awhile back.. Will have to work on the buff window at home so I can load it to work on it. If there is other things you want to see added/changed let me know.
Target Window

Code: Select all

<?xml version="1.0"?>
<XML ID="EQInterfaceDefinitionLanguage">
	<Schema xmlns="EverQuestData" xmlns:dt="EverQuestDataTypes"/>
	<Gauge item="Target_HP">
		<ScreenID>HPLabel</ScreenID>
		<Font>1</Font>
		<TextColor>
			<R>240</R>
			<G>240</G>
			<B>240</B>
		</TextColor>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>115</X>
			<Y>11</Y>
		</Location>
		<Size>
			<CX>108</CX>
			<CY>24</CY>
		</Size>
		<GaugeOffsetY>13</GaugeOffsetY>
		<TextOffsetX>8</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>A_GaugeBackground</Background>
			<Fill>A_GaugeFill</Fill>
			<Lines>A_GaugeLines</Lines>
			<LinesFill>A_GaugeLinesFill</LinesFill>
			<EndCapLeft>A_GaugeEndCapLeft</EndCapLeft>
			<EndCapRight>A_GaugeEndCapRight</EndCapRight>
		</GaugeDrawTemplate>
	</Gauge>
	<Gauge item="TTName">
		<ScreenID>TTName</ScreenID>
		<Font>1</Font>
		<TextColor>
			<R>51</R>
			<G>190</G>
			<B>51</B>
		</TextColor>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>115</X>
			<Y>0</Y>
		</Location>
		<Size>
			<CX>108</CX>
			<CY>22</CY>
		</Size>
		<GaugeOffsetY>25</GaugeOffsetY>
		<TextOffsetX>8</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>27</EQType>
		<GaugeDrawTemplate>
			<Background>A_GaugeBackground</Background>
			<Fill>A_GaugeFill</Fill>
			<Lines>A_GaugeLines</Lines>
			<LinesFill>A_GaugeLinesFill</LinesFill>
			<EndCapLeft>A_GaugeEndCapLeft</EndCapLeft>
			<EndCapRight>A_GaugeEndCapRight</EndCapRight>
		</GaugeDrawTemplate>
	</Gauge>
	<Gauge item = "HoTT_G">
		<ScreenID>HoTT_G</ScreenID>
		<!--<Font>3</Font>-->
		<TextColor>
			<R>240</R>
			<G>240</G>
			<B>240</B>
		</TextColor>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>119</X>
			<Y>28</Y>
		</Location>
		<Size>
			<CX>108</CX>
			<CY>2</CY>
		</Size>
		<TextOffsetY>50</TextOffsetY>
		<GaugeOffsetY>0</GaugeOffsetY>
		<Style_VScroll>false</Style_VScroll>
		<Style_HScroll>false</Style_HScroll>
		<Style_Transparent>false</Style_Transparent>
		<!--<TooltipReference/>-->
		<FillTint>
				<R>0</R>
				<G>240</G>
				<B>0</B>
		</FillTint>
		<DrawLinesFill>true</DrawLinesFill>
		<EQType>27</EQType>
		<GaugeDrawTemplate>
			<Background>A_GaugeBackground</Background>
			<Fill>A_GaugeFill</Fill>
			<Lines>A_GaugeLines</Lines>
			<LinesFill>A_GaugeLinesFill</LinesFill>
		</GaugeDrawTemplate>
	</Gauge>
	<Label item="Target_HPPercent">
		<ScreenID>HPPercLabel</ScreenID>
		<Font>2</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>226</X>
			<Y>19</Y>
		</Location>
		<Size>
			<CX>40</CX>
			<CY>15</CY>
		</Size>
		<EQType>29</EQType>
		<TextColor>
			<R>255</R>
			<G>255</G>
			<B>255</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignCenter>false</AlignCenter>
		<AlignRight>false</AlignRight>
	</Label>

	<Label item ="DivisionBar">
		<ScreenID>DivisionBar</ScreenID>
		<Font>2</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>246</X>
			<Y>19</Y>
		</Location>
		<Size>
			<CX>40</CX>
			<CY>15</CY>
		</Size>
		<Text>|</Text>
		<TextColor>
				<R>100</R>
				<G>100</G>
				<B>100</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignCenter>false</AlignCenter>
		<AlignRight>false</AlignRight>
	</Label>

	<Label item="HoTT_L">
		<ScreenID>HoTT_L</ScreenID>
		<Font>2</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>249</X>
			<Y>19</Y>
		</Location>
		<Size>
			<CX>40</CX>
			<CY>15</CY>
		</Size>
		<EQType>120</EQType>
		<TextColor>
			<R>51</R>
			<G>192</G>
			<B>51</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignCenter>false</AlignCenter>
		<AlignRight>false</AlignRight>
	</Label>
	<!-- MQ Stuff -->
   <Label item="TW_TargetLevelLabel"> 
      <ScreenID>WeightLabel</ScreenID> 
      <Font>2</Font> 
      <EQType>9999</EQType> 
      <TooltipReference>LVL</TooltipReference> 
      <RelativePosition>true</RelativePosition> 
      <Location> 
         <X>8</X> 
         <Y>5</Y> 
      </Location> 
      <Size> 
         <CX>20</CX> 
         <CY>14</CY> 
      </Size> 
      <TextColor> 
         <R>255</R> 
         <G>255</G> 
         <B>255</B> 
      </TextColor> 
      <NoWrap>true</NoWrap> 
      <AlignCenter>false</AlignCenter> 
      <AlignRight>false</AlignRight> 
   </Label> 
   <Label item="TW_TargetLevel"> 
      <ScreenID>WeightLabel</ScreenID> 
      <EQType>9999</EQType> 
      <TooltipReference>${Target.Level}</TooltipReference> 
      <Font>2</Font> 
      <RelativePosition>true</RelativePosition> 
      <Location> 
         <X>30</X> 
         <Y>5</Y> 
      </Location> 
      <Size> 
         <CX>20</CX> 
         <CY>14</CY> 
      </Size> 
      <TextColor> 
         <R>255</R> 
         <G>255</G> 
         <B>255</B> 
      </TextColor> 
      <NoWrap>true</NoWrap> 
      <AlignCenter>false</AlignCenter> 
      <AlignRight>false</AlignRight> 
   </Label> 
   <Label item="TW_TargetClass"> 
      <ScreenID>WeightLabel</ScreenID> 
      <EQType>9999</EQType> 
      <TooltipReference>${Target.Class}</TooltipReference> 
      <Font>2</Font> 
      <RelativePosition>true</RelativePosition> 
      <Location> 
         <X>8</X> 
         <Y>18</Y> 
      </Location> 
      <Size> 
         <CX>100</CX> 
         <CY>14</CY> 
      </Size> 
      <TextColor> 
         <R>255</R> 
         <G>255</G> 
         <B>255</B> 
      </TextColor> 
      <NoWrap>true</NoWrap> 
      <AlignCenter>false</AlignCenter> 
      <AlignRight>false</AlignRight> 
   </Label> 
   <Label item="TW_TargetDistance"> 
      <ScreenID>WeightLabel</ScreenID> 
      <EQType>9999</EQType> 
      <TooltipReference>${Target.Distance.Int}</TooltipReference> 
      <Font>2</Font> 
      <RelativePosition>true</RelativePosition> 
      <Location> 
         <X>68</X> 
         <Y>5</Y> 
      </Location> 
      <Size> 
         <CX>40</CX> 
         <CY>14</CY> 
      </Size> 
      <TextColor> 
         <R>255</R> 
         <G>255</G> 
         <B>255</B> 
      </TextColor> 
      <NoWrap>true</NoWrap> 
      <AlignCenter>false</AlignCenter> 
      <AlignRight>true</AlignRight> 
      <AlignLeft>false</AlignLeft> 
   </Label> 
   <Label item="TW_TargetDirection"> 
      <ScreenID>WeightLabel</ScreenID> 
      <EQType>9999</EQType> 
      <TooltipReference>${Target.Direction}</TooltipReference> 
      <Font>2</Font> 
      <RelativePosition>true</RelativePosition> 
      <Location> 
         <X>50</X> 
         <Y>5</Y> 
      </Location> 
      <Size> 
         <CX>40</CX> 
         <CY>14</CY> 
      </Size> 
      <TextColor> 
         <R>255</R> 
         <G>255</G> 
         <B>255</B> 
      </TextColor> 
      <NoWrap>true</NoWrap> 
      <AlignCenter>false</AlignCenter> 
      <AlignRight>false</AlignRight> 
   </Label> 
	<!-- End MQ Stuff -->
	<TextureInfo item = "TargetBox.tga">
		<Size>
			<CX>512</CX>
			<CY>64</CY>
		</Size>
	</TextureInfo>
	<Ui2DAnimation item="A_TargetBox">
		<Cycle>false</Cycle>
		<Frames>
			<Texture>TargetBox.tga</Texture>
			<Location>
				<X>0</X>
				<Y>1</Y>
			</Location>
			<Size>
				<CX>269</CX>
				<CY>34</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>280</CX>
			<CY>34</CY>
		</Size>
		<Style_VScroll>false</Style_VScroll>
		<Style_HScroll>false</Style_HScroll>
		<Style_Transparent>false</Style_Transparent>
		<TooltipReference>Your Current Target</TooltipReference>
		<DrawTemplate>WDT_Target</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>Target_HP</Pieces>
		<Pieces>Target_HPPercent</Pieces>
		<Pieces>TW_TargetLevelLabel</Pieces> 
		<Pieces>TW_TargetLevel</Pieces> 
		<Pieces>TW_TargetClass</Pieces> 
		<Pieces>TW_TargetDirection</Pieces> 
    		<Pieces>TW_TargetDistance</Pieces> 
		<Pieces>A_TargetBoxStaticAnim</Pieces>
		<Pieces>HoTT_G</Pieces>
		<Pieces>HoTT_L</Pieces>
		<Pieces>DivisionBar</Pieces>
		<Pieces>TTName</Pieces>
	</Screen>
</XML>

Goofmester1
a hill giant
a hill giant
Posts: 241
Joined: Thu Nov 06, 2003 4:26 am

Post by Goofmester1 » Mon Sep 12, 2005 5:46 am

Player Window

Code: Select all

<?xml version = "1.0"?>
<XML ID = "EQInterfaceDefinitionLanguage">
	<Schema xmlns = "EverQuestData" xmlns:dt = "EverQuestDataTypes"/>
<!-- HP -->
	<Gauge item = "Player_HP">
		<ScreenID>PlayerHP</ScreenID>
		<!-- <Font>2</Font> -->
		<TextColor>
			<R>240</R>
			<G>240</G>
			<B>240</B>
		</TextColor>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>62</X>
			<Y>0</Y>
		</Location>
		<Size>
			<CX>108</CX>
			<CY>41</CY>
		</Size>
		<TextOffsetX>120</TextOffsetX>
		<GaugeOffsetY>23</GaugeOffsetY>
		<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>
		<DrawLinesFill>false</DrawLinesFill>
		<EQType>1</EQType>
		<GaugeDrawTemplate>
			<Background>A_GaugeBackground</Background>
			<Fill>A_GaugeFill</Fill>
			<Lines>A_GaugeLines</Lines>
			<EndCapLeft>A_GaugeEndCapLeft</EndCapLeft>
			<EndCapRight>A_GaugeEndCapRight</EndCapRight>
		</GaugeDrawTemplate>
	</Gauge>
	<Gauge item = "Pet_HP">
		<ScreenID>PetHP</ScreenID>
		<!--<Font>3</Font>-->
		<TextColor>
			<R>240</R>
			<G>240</G>
			<B>240</B>
		</TextColor>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>65</X>
			<Y>28</Y>
		</Location>
		<Size>
			<CX>108</CX>
			<CY>2</CY>
		</Size>
		<TextOffsetY>-50</TextOffsetY>
		<GaugeOffsetY>0</GaugeOffsetY>
		<Style_VScroll>false</Style_VScroll>
		<Style_HScroll>false</Style_HScroll>
		<Style_Transparent>false</Style_Transparent>
		<!--<TooltipReference/>-->
		<FillTint>
				<R>0</R>
				<G>240</G>
				<B>0</B>
		</FillTint>
		<DrawLinesFill>true</DrawLinesFill>
		<EQType>16</EQType>
		<GaugeDrawTemplate>
			<Background>A_GaugeBackground</Background>
			<Fill>A_GaugeFill</Fill>
			<Lines>A_GaugeLines</Lines>
			<LinesFill>A_GaugeLinesFill</LinesFill>
		</GaugeDrawTemplate>
	</Gauge>
	<Label item = "HPPercentage">
		<ScreenID>HPPercentage</ScreenID>
		<Font>1</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>174</X>
			<Y>20</Y>
		</Location>
		<Size>
			<CX>15</CX>
			<CY>15</CY>
		</Size>
		<EQType>19</EQType>
		<TextColor>
				<R>200</R>
				<G>200</G>
				<B>200</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignCenter>false</AlignCenter>
		<AlignRight>true</AlignRight>
	</Label>
	<Label item ="HPTextLabel">
		<ScreenID>HPTextLabel</ScreenID>
		<Font>1</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>190</X>
			<Y>20</Y>
		</Location>
		<Size>
			<CX>15</CX>
			<CY>15</CY>
		</Size>
		<Text>HP</Text>
		<TextColor>
				<R>51</R>
				<G>192</G>
				<B>51</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignCenter>false</AlignCenter>
		<AlignRight>true</AlignRight>
	</Label>

<!-- Mana -->

	<Gauge item = "Player_Mana">
		<ScreenID>PlayerMana</ScreenID>
		<!--<Font>3</Font>-->
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>82</X>
			<Y>43</Y>
		</Location>
		<Size>
			<CX>108</CX>
			<CY>8</CY>
		</Size>
		<GaugeOffsetY>0</GaugeOffsetY>
		<Style_VScroll>false</Style_VScroll>
		<Style_HScroll>false</Style_HScroll>
		<Style_Transparent>false</Style_Transparent>
		<!--<TooltipReference/>-->
		<FillTint>
				<R>0</R>
				<G>0</G>
				<B>255</B>
		</FillTint>
		<DrawLinesFill>false</DrawLinesFill>
		<EQType>2</EQType>
		<GaugeDrawTemplate>
			<Background>A_GaugeBackground</Background>
			<Fill>A_GaugeFill</Fill>
			<Lines>A_GaugeLines</Lines>
			<LinesFill>A_GaugeLinesFill</LinesFill>
			<EndCapLeft>A_GaugeEndCapLeft</EndCapLeft>
			<EndCapRight>A_GaugeEndCapRight</EndCapRight>
		</GaugeDrawTemplate>
	</Gauge>
	<Label item ="ManaPercent">
		<ScreenID>ManaPercentLabel</ScreenID>
		<Font>1</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>193</X>
			<Y>40</Y>
		</Location>
		<Size>
			<CX>15</CX>
			<CY>15</CY>
		</Size>
		<EQType>20</EQType>
		<TextColor>
				<R>200</R>
				<G>200</G>
				<B>200</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignCenter>false</AlignCenter>
		<AlignRight>true</AlignRight>
	</Label>
	<Label item ="ManaPercentLabel">
		<ScreenID>ManaPercentLabel</ScreenID>
		<Font>1</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>209</X>
			<Y>40</Y>
		</Location>
		<Size>
			<CX>40</CX>
			<CY>15</CY>
		</Size>
		<Text>Mana</Text>
		<TextColor>
				<R>51</R>
				<G>192</G>
				<B>51</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignCenter>false</AlignCenter>
		<AlignRight>false</AlignRight>
	</Label>

<!-- END -->

	<Gauge item = "Player_Fatigue">
		<ScreenID>PlayerFatigue</ScreenID>
		<!--<Font>3</Font>-->
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>72</X>
			<Y>33</Y>
		</Location>
		<Size>
			<CX>108</CX>
			<CY>8</CY>
		</Size>
		<GaugeOffsetY>0</GaugeOffsetY>
		<Style_VScroll>false</Style_VScroll>
		<Style_HScroll>false</Style_HScroll>
		<Style_Transparent>false</Style_Transparent>
		<!--<TooltipReference/>-->
		<FillTint>
				<R>240</R>
				<G>240</G>
				<B>0</B>
		</FillTint>
		<LinesFillTint>
				<R>0</R>
				<G>220</G>
				<B>0</B>
		</LinesFillTint>
		<DrawLinesFill>false</DrawLinesFill>
		<EQType>3</EQType>
		<GaugeDrawTemplate>
			<Background>A_GaugeBackground</Background>
			<Fill>A_GaugeFill</Fill>
			<Lines>A_GaugeLines</Lines>
			<LinesFill>A_GaugeLinesFill</LinesFill>
			<EndCapLeft>A_GaugeEndCapLeft</EndCapLeft>
			<EndCapRight>A_GaugeEndCapRight</EndCapRight>
		</GaugeDrawTemplate>
	</Gauge>
	<Label item = "StaPercentage">
		<ScreenID>StaPercentage</ScreenID>
		<Font>1</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>185</X>
			<Y>30</Y>
		</Location>
		<Size>
			<CX>15</CX>
			<CY>15</CY>
		</Size>
		<EQType>21</EQType>
		<TextColor>
				<R>200</R>
				<G>200</G>
				<B>200</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignCenter>false</AlignCenter>
		<AlignRight>true</AlignRight>
	</Label>
	<Label item ="StaTextLabel">
		<ScreenID>StaTextLabel</ScreenID>
		<Font>1</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>201</X>
			<Y>30</Y>
		</Location>
		<Size>
			<CX>40</CX>
			<CY>15</CY>
		</Size>
		<Text>End</Text>
		<TextColor>
				<R>51</R>
				<G>192</G>
				<B>51</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignCenter>false</AlignCenter>
		<AlignRight>false</AlignRight>
	</Label>

<!-- EXP -->

	<Gauge item = "ExpGauge">
		<ScreenID>ExpGauge</ScreenID>
		<!--<Font>3</Font>-->
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>88</X>
			<Y>53</Y>
		</Location>
		<Size>
			<CX>108</CX>
			<CY>8</CY>
		</Size>
		<GaugeOffsetY>0</GaugeOffsetY>
		<Style_VScroll>false</Style_VScroll>
		<Style_HScroll>false</Style_HScroll>
		<Style_Transparent>false</Style_Transparent>
		<!--<TooltipReference/>-->
		<FillTint>
				<R>220</R>
				<G>150</G>
				<B>0</B>
		</FillTint>
		<LinesFillTint>
				<R>0</R>
				<G>80</G>
				<B>220</B>
		</LinesFillTint>
		<DrawLinesFill>true</DrawLinesFill>
		<EQType>4</EQType>
		<GaugeDrawTemplate>
			<Background>A_GaugeBackground</Background>
			<Fill>A_GaugeFill</Fill>
			<Lines>A_GaugeLines</Lines>
			<LinesFill>A_GaugeLinesFill</LinesFill>
			<EndCapLeft>A_GaugeEndCapLeft</EndCapLeft>
			<EndCapRight>A_GaugeEndCapRight</EndCapRight>
		</GaugeDrawTemplate>
	</Gauge>
	<Label item ="ExpPercentage">
		<ScreenID>ExpPercentageLabel</ScreenID>
		<Font>1</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>201</X>
			<Y>50</Y>
		</Location>
		<Size>
			<CX>15</CX>
			<CY>15</CY>
		</Size>
		<EQType>26</EQType>
		<TextColor>
				<R>200</R>
				<G>200</G>
				<B>200</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignCenter>false</AlignCenter>
		<AlignRight>true</AlignRight>
	</Label>
	<Label item ="ExpLabel">
		<ScreenID>ExpLabel</ScreenID>
		<Font>1</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>217</X>
			<Y>50</Y>
		</Location>
		<Size>
			<CX>40</CX>
			<CY>15</CY>
		</Size>
		<Text>Exp</Text>
		<TextColor>
				<R>51</R>
				<G>192</G>
				<B>51</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignCenter>false</AlignCenter>
		<AlignRight>false</AlignRight>
	</Label>

<!-- AA -->

	<Gauge item = "AltAdvGauge">
		<ScreenID>AltAdvGauge</ScreenID>
		<!--<Font>3</Font>-->
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>95</X>
			<Y>63</Y>
		</Location>
		<Size>
			<CX>108</CX>
			<CY>8</CY>
		</Size>
		<GaugeOffsetY>0</GaugeOffsetY>
		<Style_VScroll>false</Style_VScroll>
		<Style_HScroll>false</Style_HScroll>
		<Style_Transparent>false</Style_Transparent>
		<!--<TooltipReference/>-->
		<FillTint>
				<R>220</R>
				<G>150</G>
				<B>0</B>
		</FillTint>
		<LinesFillTint>
				<R>0</R>
				<G>40</G>
				<B>150</B>
		</LinesFillTint>
		<DrawLinesFill>true</DrawLinesFill>
		<EQType>5</EQType>
		<GaugeDrawTemplate>
			<Background>A_GaugeBackground</Background>
			<Fill>A_GaugeFill</Fill>
			<Lines>A_GaugeLines</Lines>
			<LinesFill>A_GaugeLinesFill</LinesFill>
			<EndCapLeft>A_GaugeEndCapLeft</EndCapLeft>
			<EndCapRight>A_GaugeEndCapRight</EndCapRight>
		</GaugeDrawTemplate>
	</Gauge>
	<Label item ="AltAdvExpPercentage">
		<ScreenID>AltAdvExpPercentageLabel</ScreenID>
		<Font>1</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>208</X>
			<Y>60</Y>
		</Location>
		<Size>
			<CX>15</CX>
			<CY>15</CY>
		</Size>
		<EQType>27</EQType>
		<TextColor>
				<R>200</R>
				<G>200</G>
				<B>200</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignCenter>false</AlignCenter>
		<AlignRight>true</AlignRight>
	</Label>
	<Label item ="AltAdvExpLabel">
		<ScreenID>AltAdvExpLabel</ScreenID>
		<Font>1</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>224</X>
			<Y>60</Y>
		</Location>
		<Size>
			<CX>80</CX>
			<CY>15</CY>
		</Size>
		<Text>AA</Text>
		<TextColor>
				<R>51</R>
				<G>192</G>
				<B>51</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignCenter>false</AlignCenter>
		<AlignRight>false</AlignRight>
	</Label>

<!-- LDR -->

	<Gauge item = "LdrAAGauge">
		<ScreenID>LdrAAGauge</ScreenID>
		<!--<Font>3</Font>-->
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>103</X>
			<Y>73</Y>
		</Location>
		<Size>
			<CX>108</CX>
			<CY>8</CY>
		</Size>
		<GaugeOffsetY>0</GaugeOffsetY>
		<Style_VScroll>false</Style_VScroll>
		<Style_HScroll>false</Style_HScroll>
		<Style_Transparent>false</Style_Transparent>
		<!--<TooltipReference/>-->
		<FillTint>
				<R>150</R>
				<G>150</G>
				<B>150</B>
		</FillTint>
		<LinesFillTint>
				<R>0</R>
				<G>40</G>
				<B>150</B>
		</LinesFillTint>
		<DrawLinesFill>true</DrawLinesFill>
		<EQType>23</EQType>
		<GaugeDrawTemplate>
			<Background>A_GaugeBackground</Background>
			<Fill>A_GaugeFill</Fill>
			<Lines>A_GaugeLines</Lines>
			<LinesFill>A_GaugeLinesFill</LinesFill>
			<EndCapLeft>A_GaugeEndCapLeft</EndCapLeft>
			<EndCapRight>A_GaugeEndCapRight</EndCapRight>
		</GaugeDrawTemplate>
	</Gauge>
	<Label item ="LdrXPPercent">
		<ScreenID>LdrXPPercentLabel</ScreenID>
		<Font>1</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>216</X>
			<Y>70</Y>
		</Location>
		<Size>
			<CX>15</CX>
			<CY>15</CY>
		</Size>
		<EQType>130</EQType>
		<TextColor>
				<R>200</R>
				<G>200</G>
				<B>200</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignCenter>false</AlignCenter>
		<AlignRight>true</AlignRight>
	</Label>
	<Label item ="LdrXPLabel">
		<ScreenID>LdrXPLabel</ScreenID>
		<Font>1</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>232</X>
			<Y>70</Y>
		</Location>
		<Size>
			<CX>80</CX>
			<CY>15</CY>
		</Size>
		<Text>Ldr</Text>
		<TextColor>
				<R>51</R>
				<G>192</G>
				<B>51</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignCenter>false</AlignCenter>
		<AlignRight>false</AlignRight>
	</Label>

<!-- Other Stuff -->
	<Label item ="NameLabel">
		<ScreenID>NameLabel</ScreenID>
		<Font>2</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>65</X>
			<Y>5</Y>
		</Location>
		<Size>
			<CX>70</CX>
			<CY>15</CY>
		</Size>
		<EQType>1</EQType>
		<TextColor>
				<R>200</R>
				<G>200</G>
				<B>200</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignCenter>false</AlignCenter>
		<AlignRight>true</AlignRight>
	</Label>
	<Label item ="SurNameLabel">
		<ScreenID>SurNameLabel</ScreenID>
		<Font>2</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>139</X>
			<Y>5</Y>
		</Location>
		<Size>
			<CX>100</CX>
			<CY>15</CY>
		</Size>
		<EQType>73</EQType>
		<TextColor>
				<R>200</R>
				<G>200</G>
				<B>200</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignCenter>false</AlignCenter>
		<AlignRight>false</AlignRight>
	</Label>

	<Label item ="HPLabel">
		<ScreenID>HPLabel</ScreenID>
		<Font>2</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>112</X>
			<Y>82</Y>
		</Location>
		<Size>
			<CX>30</CX>
			<CY>15</CY>
		</Size>
		<Text>HP:</Text>
		<TextColor>
				<R>255</R>
				<G>255</G>
				<B>0</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignCenter>false</AlignCenter>
		<AlignRight>true</AlignRight>
	</Label>
	<Label item ="HPNumber">
		<ScreenID>HPNumberLabel</ScreenID>
		<Font>2</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>145</X>
			<Y>82</Y>
		</Location>
		<Size>
			<CX>30</CX>
			<CY>15</CY>
		</Size>
		<EQType>17</EQType>
		<TextColor>
				<R>255</R>
				<G>128</G>
				<B>0</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignCenter>false</AlignCenter>
		<AlignRight>true</AlignRight>
	</Label>
	<Label item ="MaxHPLabel">
		<ScreenID>MaxHPLabel</ScreenID>
		<Font>2</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>175</X>
			<Y>82</Y>
		</Location>
		<Size>
			<CX>5</CX>
			<CY>15</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>
	<Label item ="MaxHPNumber">
		<ScreenID>MaxHPNumberLabel</ScreenID>
		<Font>2</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>180</X>
			<Y>82</Y>
		</Location>
		<Size>
			<CX>30</CX>
			<CY>15</CY>
		</Size>
		<EQType>18</EQType>
		<TextColor>
				<R>255</R>
				<G>255</G>
				<B>0</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignCenter>false</AlignCenter>
		<AlignRight>false</AlignRight>
	</Label>
	<Label item ="ManaLabel">
		<ScreenID>ManaLabel</ScreenID>
		<Font>2</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>112</X>
			<Y>93</Y>
		</Location>
		<Size>
			<CX>30</CX>
			<CY>15</CY>
		</Size>
		<Text>Mana:</Text>
		<TextColor>
				<R>255</R>
				<G>255</G>
				<B>0</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignCenter>false</AlignCenter>
		<AlignRight>true</AlignRight>
	</Label>
	<Label item ="ManaNumber">
		<ScreenID>ManaNumberLabel</ScreenID>
		<Font>2</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>145</X>
			<Y>93</Y>
		</Location>
		<Size>
			<CX>30</CX>
			<CY>15</CY>
		</Size>
		<EQType>124</EQType>
		<TextColor>
				<R>255</R>
				<G>128</G>
				<B>0</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignCenter>false</AlignCenter>
		<AlignRight>true</AlignRight>
	</Label>
	<Label item ="MaxManaLabel">
		<ScreenID>MaxManaLabel</ScreenID>
		<Font>2</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>175</X>
			<Y>93</Y>
		</Location>
		<Size>
			<CX>5</CX>
			<CY>15</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>
	<Label item ="MaxManaNumber">
		<ScreenID>MaxManaNumberLabel</ScreenID>
		<Font>2</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>180</X>
			<Y>93</Y>
		</Location>
		<Size>
			<CX>30</CX>
			<CY>15</CY>
		</Size>
		<EQType>125</EQType>
		<TextColor>
				<R>255</R>
				<G>255</G>
				<B>0</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignCenter>false</AlignCenter>
		<AlignRight>false</AlignRight>
	</Label>

	<Label item ="EndLabel">
		<ScreenID>EndLabel</ScreenID>
		<Font>2</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>112</X>
			<Y>104</Y>
		</Location>
		<Size>
			<CX>30</CX>
			<CY>15</CY>
		</Size>
		<Text>End:</Text>
		<TextColor>
				<R>255</R>
				<G>255</G>
				<B>0</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignCenter>false</AlignCenter>
		<AlignRight>true</AlignRight>
	</Label>
	<Label item ="EndNumber">
		<ScreenID>EndNumberLabel</ScreenID>
		<Font>2</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>145</X>
			<Y>104</Y>
		</Location>
		<Size>
			<CX>30</CX>
			<CY>15</CY>
		</Size>
		<EQType>126</EQType>
		<TextColor>
				<R>255</R>
				<G>128</G>
				<B>0</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignCenter>false</AlignCenter>
		<AlignRight>true</AlignRight>
	</Label>
	<Label item ="MaxEndLabel">
		<ScreenID>MaxEndLabel</ScreenID>
		<Font>2</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>175</X>
			<Y>104</Y>
		</Location>
		<Size>
			<CX>5</CX>
			<CY>15</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>
	<Label item ="MaxEndNumber">
		<ScreenID>MaxEndNumberLabel</ScreenID>
		<Font>2</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>180</X>
			<Y>104</Y>
		</Location>
		<Size>
			<CX>30</CX>
			<CY>15</CY>
		</Size>
		<EQType>127</EQType>
		<TextColor>
				<R>255</R>
				<G>255</G>
				<B>0</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignCenter>false</AlignCenter>
		<AlignRight>false</AlignRight>
	</Label>

	<Label item ="ACLabel">
		<ScreenID>ACLabel</ScreenID>
		<Font>2</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>210</X>
			<Y>82</Y>
		</Location>
		<Size>
			<CX>25</CX>
			<CY>15</CY>
		</Size>
		<Text>AC:</Text>
		<TextColor>
				<R>255</R>
				<G>255</G>
				<B>0</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignCenter>false</AlignCenter>
		<AlignRight>true</AlignRight>
	</Label>
	<Label item ="AtkLabel">
		<ScreenID>AtkLabel</ScreenID>
		<Font>2</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>210</X>
			<Y>93</Y>
		</Location>
		<Size>
			<CX>25</CX>
			<CY>15</CY>
		</Size>
		<Text>Atk:</Text>
		<TextColor>
				<R>255</R>
				<G>255</G>
				<B>0</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignCenter>false</AlignCenter>
		<AlignRight>true</AlignRight>
	</Label>
	<Label item = "ACGauge">
		<ScreenID>ACGauge</ScreenID>
		<Font>2</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>237</X>
			<Y>82</Y>
		</Location>
		<Size>
			<CX>30</CX>
			<CY>15</CY>
		</Size>
		<EQType>22</EQType>
		<TextColor>
				<R>255</R>
				<G>255</G>
				<B>0</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignCenter>false</AlignCenter>
		<AlignRight>false</AlignRight>
	</Label>
	<Label item = "AtkGauge">
		<ScreenID>AtkGauge</ScreenID>
		<Font>2</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>237</X>
			<Y>93</Y>
		</Location>
		<Size>
			<CX>30</CX>
			<CY>15</CY>
		</Size>
		<EQType>23</EQType>
		<TextColor>
				<R>255</R>
				<G>255</G>
				<B>0</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignCenter>false</AlignCenter>
		<AlignRight>false</AlignRight>
	</Label>

<!--Real Stat Section-->
	<Label item ="PW_STR">
		<ScreenID>STRLabel</ScreenID>
		<Font>2</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>3</X>
			<Y>18</Y>
		</Location>
		<Size>
			<CX>50</CX>
			<CY>14</CY>
		</Size>
		<Text>STR</Text>
		<TextColor>
				<R>255</R>
				<G>255</G>
				<B>255</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignCenter>false</AlignCenter>
		<AlignRight>false</AlignRight>
	</Label>
	<Label item ="PW_STRNumber">
		<ScreenID>STRNumberLabel</ScreenID>
		<EQType>5</EQType>
		<Font>2</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>27</X>
			<Y>18</Y>
		</Location>
		<Size>
			<CX>50</CX>
			<CY>14</CY>
		</Size>
		<Text>255</Text>
		<TextColor>
				<R>255</R>
				<G>255</G>
				<B>255</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignCenter>false</AlignCenter>
		<AlignRight>false</AlignRight>
	</Label>

	<Label item ="PW_STA">
		<ScreenID>STALabel</ScreenID>
		<Font>2</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>3</X>
			<Y>32</Y>
		</Location>
		<Size>
			<CX>50</CX>
			<CY>14</CY>
		</Size>
		<Text>STA</Text>
		<TextColor>
				<R>255</R>
				<G>255</G>
				<B>255</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignCenter>false</AlignCenter>
		<AlignRight>false</AlignRight>
	</Label>
	<Label item ="PW_STANumber">
		<ScreenID>STANumberLabel</ScreenID>
		<EQType>6</EQType>
		<Font>2</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>27</X>
			<Y>32</Y>
		</Location>
		<Size>
			<CX>50</CX>
			<CY>14</CY>
		</Size>
		<Text>255</Text>
		<TextColor>
				<R>255</R>
				<G>255</G>
				<B>255</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignCenter>false</AlignCenter>
		<AlignRight>false</AlignRight>
	</Label>

	<Label item ="PW_AGI">
		<ScreenID>AGILabel</ScreenID>
		<Font>2</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>3</X>
			<Y>46</Y>
		</Location>
		<Size>
			<CX>50</CX>
			<CY>14</CY>
		</Size>
		<Text>AGI</Text>
		<TextColor>
				<R>255</R>
				<G>255</G>
				<B>255</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignCenter>false</AlignCenter>
		<AlignRight>false</AlignRight>
	</Label>
	<Label item ="PW_AGINumber">
		<ScreenID>AGINumberLabel</ScreenID>
		<EQType>8</EQType>
		<Font>2</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>27</X>
			<Y>46</Y>
		</Location>
		<Size>
			<CX>50</CX>
			<CY>14</CY>
		</Size>
		<Text>255</Text>
		<TextColor>
				<R>255</R>
				<G>255</G>
				<B>255</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignCenter>false</AlignCenter>
		<AlignRight>false</AlignRight>
	</Label>

	<Label item ="PW_DEX">
		<ScreenID>DEXLabel</ScreenID>
		<Font>2</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>3</X>
			<Y>60</Y>
		</Location>
		<Size>
			<CX>50</CX>
			<CY>14</CY>
		</Size>
		<Text>DEX</Text>
		<TextColor>
				<R>255</R>
				<G>255</G>
				<B>255</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignCenter>false</AlignCenter>
		<AlignRight>false</AlignRight>
	</Label>
	<Label item ="PW_DEXNumber">
		<ScreenID>DEXNumberLabel</ScreenID>
		<EQType>7</EQType>
		<Font>2</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>27</X>
			<Y>60</Y>
		</Location>
		<Size>
			<CX>50</CX>
			<CY>14</CY>
		</Size>
		<Text>255</Text>
		<TextColor>
				<R>255</R>
				<G>255</G>
				<B>255</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignCenter>false</AlignCenter>
		<AlignRight>false</AlignRight>
	</Label>

	<Label item ="PW_WIS">
		<ScreenID>WISLabel</ScreenID>
		<Font>2</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>3</X>
			<Y>74</Y>
		</Location>
		<Size>
			<CX>50</CX>
			<CY>14</CY>
		</Size>
		<Text>WIS</Text>
		<TextColor>
				<R>255</R>
				<G>255</G>
				<B>255</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignCenter>false</AlignCenter>
		<AlignRight>false</AlignRight>
	</Label>
	<Label item ="PW_WISNumber">
		<ScreenID>WISNumberLabel</ScreenID>
		<EQType>9</EQType>
		<Font>2</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>27</X>
			<Y>74</Y>
		</Location>
		<Size>
			<CX>50</CX>
			<CY>14</CY>
		</Size>
		<Text>255</Text>
		<TextColor>
				<R>255</R>
				<G>255</G>
				<B>255</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignCenter>false</AlignCenter>
		<AlignRight>false</AlignRight>
	</Label>

	<Label item ="PW_INT">
		<ScreenID>INTLabel</ScreenID>
		<Font>2</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>3</X>
			<Y>88</Y>
		</Location>
		<Size>
			<CX>50</CX>
			<CY>14</CY>
		</Size>
		<Text>INT</Text>
		<TextColor>
				<R>255</R>
				<G>255</G>
				<B>255</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignCenter>false</AlignCenter>
		<AlignRight>false</AlignRight>
	</Label>
	<Label item ="PW_INTNumber">
		<ScreenID>INTNumberLabel</ScreenID>
		<EQType>10</EQType>
		<Font>2</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>27</X>
			<Y>88</Y>
		</Location>
		<Size>
			<CX>50</CX>
			<CY>14</CY>
		</Size>
		<Text>255</Text>
		<TextColor>
				<R>255</R>
				<G>255</G>
				<B>255</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignCenter>false</AlignCenter>
		<AlignRight>false</AlignRight>
	</Label>

	<Label item ="PW_CHA">
		<ScreenID>CHALabel</ScreenID>
		<Font>2</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>3</X>
			<Y>102</Y>
		</Location>
		<Size>
			<CX>50</CX>
			<CY>14</CY>
		</Size>
		<Text>CHA</Text>
		<TextColor>
				<R>255</R>
				<G>255</G>
				<B>255</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignCenter>false</AlignCenter>
		<AlignRight>false</AlignRight>
	</Label>
	<Label item ="PW_CHANumber">
		<ScreenID>CHANumberLabel</ScreenID>
		<EQType>11</EQType>
		<Font>2</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>27</X>
			<Y>102</Y>
		</Location>
		<Size>
			<CX>50</CX>
			<CY>14</CY>
		</Size>
		<Text>255</Text>
		<TextColor>
				<R>255</R>
				<G>255</G>
				<B>255</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignCenter>false</AlignCenter>
		<AlignRight>false</AlignRight>
	</Label>
<!--Resists Section-->

	<Label item ="TW_Magic">
		<ScreenID>MagicLabel</ScreenID>
		<Font>2</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>50</X>
			<Y>46</Y>
		</Location>
		<Size>
			<CX>64</CX>
			<CY>14</CY>
		</Size>
		<Text>MR</Text>
		<TextColor>
				<R>255</R>
				<G>255</G>
				<B>255</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignCenter>false</AlignCenter>
		<AlignRight>false</AlignRight>
	</Label>
	<Label item ="TW_MagicNumber">
		<ScreenID>MagicNumberLabel</ScreenID>
		<EQType>16</EQType>
		<Font>2</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>65</X>
			<Y>46</Y>
		</Location>
		<Size>
			<CX>64</CX>
			<CY>14</CY>
		</Size>
		<Text>255</Text>
		<TextColor>
				<R>255</R>
				<G>255</G>
				<B>255</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignCenter>false</AlignCenter>
		<AlignRight>false</AlignRight>
	</Label>
	<Label item ="TW_Fire">
		<ScreenID>FireLabel</ScreenID>
		<Font>2</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>50</X>
			<Y>60</Y>
		</Location>
		<Size>
			<CX>64</CX>
			<CY>14</CY>
		</Size>
		<Text>FR</Text>
		<TextColor>
				<R>255</R>
				<G>255</G>
				<B>255</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignCenter>false</AlignCenter>
		<AlignRight>false</AlignRight>
	</Label>
	<Label item ="TW_FireNumber">
		<ScreenID>FireNumberLabel</ScreenID>
		<EQType>14</EQType>
		<Font>2</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>65</X>
			<Y>60</Y>
		</Location>
		<Size>
			<CX>64</CX>
			<CY>14</CY>
		</Size>
		<Text>255</Text>
		<TextColor>
				<R>255</R>
				<G>255</G>
				<B>255</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignCenter>false</AlignCenter>
		<AlignRight>false</AlignRight>
	</Label>

	<Label item ="TW_Cold">
		<ScreenID>ColdLabel</ScreenID>
		<Font>2</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>50</X>
			<Y>74</Y>
		</Location>
		<Size>
			<CX>64</CX>
			<CY>14</CY>
		</Size>
		<Text>CR</Text>
		<TextColor>
				<R>255</R>
				<G>255</G>
				<B>255</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignCenter>false</AlignCenter>
		<AlignRight>false</AlignRight>
	</Label>
	<Label item ="TW_ColdNumber">
		<ScreenID>ColdNumberLabel</ScreenID>
		<EQType>15</EQType>
		<Font>2</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>65</X>
			<Y>74</Y>
		</Location>
		<Size>
			<CX>64</CX>
			<CY>14</CY>
		</Size>
		<Text>255</Text>
		<TextColor>
				<R>255</R>
				<G>255</G>
				<B>255</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignCenter>false</AlignCenter>
		<AlignRight>false</AlignRight>
	</Label>
	<Label item ="TW_Poison">
		<ScreenID>PoisonLabel</ScreenID>
		<Font>2</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>50</X>
			<Y>88</Y>
		</Location>
		<Size>
			<CX>64</CX>
			<CY>14</CY>
		</Size>
		<Text>PR</Text>
		<TextColor>
				<R>255</R>
				<G>255</G>
				<B>255</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignCenter>false</AlignCenter>
		<AlignRight>false</AlignRight>
	</Label>
	<Label item ="TW_PoisonNumber">
		<ScreenID>PoisonNumberLabel</ScreenID>
		<EQType>12</EQType>
		<Font>2</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>65</X>
			<Y>88</Y>
		</Location>
		<Size>
			<CX>64</CX>
			<CY>14</CY>
		</Size>
		<Text>255</Text>
		<TextColor>
				<R>255</R>
				<G>255</G>
				<B>255</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignCenter>false</AlignCenter>
		<AlignRight>false</AlignRight>
	</Label>
	<Label item ="TW_Disease">
		<ScreenID>DiseaseLabel</ScreenID>
		<Font>2</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>50</X>
			<Y>102</Y>
		</Location>
		<Size>
			<CX>64</CX>
			<CY>14</CY>
		</Size>
		<Text>DR</Text>
		<TextColor>
				<R>255</R>
				<G>255</G>
				<B>255</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignCenter>false</AlignCenter>
		<AlignRight>false</AlignRight>
	</Label>
	<Label item ="TW_DiseaseNumber">
		<ScreenID>DiseaseNumberLabel</ScreenID>
		<EQType>13</EQType>
		<Font>2</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>65</X>
			<Y>102</Y>
		</Location>
		<Size>
			<CX>64</CX>
			<CY>14</CY>
		</Size>
		<Text>255</Text>
		<TextColor>
				<R>255</R>
				<G>255</G>
				<B>255</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignCenter>false</AlignCenter>
		<AlignRight>false</AlignRight>
	</Label>
<!-- MQ Stuff -->
 <Label item="TW_MCurLabel"> 
    <ScreenID>TW_MLabel</ScreenID> 
    <EQType>9999</EQType> 
    <TooltipReference>Mana</TooltipReference> 
    <Font>2</Font> 
    <RelativePosition>true</RelativePosition> 
    <Location> 
      <X>215</X> 
      <Y>92</Y> 
    </Location> 
    <Size> 
      <CX>40</CX> 
      <CY>15</CY> 
    </Size> 
    <TextColor> 
      <R>255</R> 
      <G>255</G> 
      <B>0</B> 
    </TextColor> 
    <NoWrap>true</NoWrap> 
    <AlignCenter>false</AlignCenter> 
    <AlignRight>false</AlignRight> 
    <AlignLeft>true</AlignLeft> 
  </Label> 
  <Label item="TW_MCur"> 
    <ScreenID>TW_MCur</ScreenID> 
    <EQType>9999</EQType> 
    <TooltipReference>${Me.CurrentMana}</TooltipReference> 
    <Font>2</Font> 
    <RelativePosition>true</RelativePosition> 
    <Location> 
      <X>228</X> 
      <Y>92</Y> 
    </Location> 
    <Size> 
      <CX>40</CX> 
      <CY>15</CY> 
    </Size> 
    <TextColor> 
      <R>60</R> 
      <G>220</G> 
      <B>255</B> 
    </TextColor> 
    <NoWrap>true</NoWrap> 
    <AlignCenter>false</AlignCenter> 
    <AlignRight>true</AlignRight> 
    <AlignLeft>false</AlignLeft> 
  </Label> 
  <Label item="TW_MMaxLabel"> 
    <Font>2</Font> 
    <EQType>9999</EQType> 
    <TooltipReference>Max</TooltipReference> 
    <RelativePosition>true</RelativePosition> 
    <Location> 
      <X>215</X> 
      <Y>105</Y> 
    </Location> 
    <Size> 
      <CX>40</CX> 
      <CY>15</CY> 
    </Size> 
    <TextColor> 
      <R>255</R> 
      <G>255</G> 
      <B>0</B> 
    </TextColor> 
    <NoWrap>true</NoWrap> 
    <AlignCenter>false</AlignCenter> 
    <AlignRight>false</AlignRight> 
    <AlignLeft>true</AlignLeft> 
  </Label> 
  <Label item="TW_MMax"> 
    <ScreenID>TW_MMax</ScreenID> 
    <EQType>9999</EQType> 
    <TooltipReference>${Me.MaxMana}</TooltipReference> 
    <Font>2</Font> 
    <RelativePosition>true</RelativePosition> 
    <Location> 
      <X>228</X> 
      <Y>105</Y> 
    </Location> 
    <Size> 
      <CX>40</CX> 
      <CY>15</CY> 
    </Size> 
    <TextColor> 
      <R>50</R> 
      <G>200</G> 
      <B>255</B> 
    </TextColor> 
    <NoWrap>true</NoWrap> 
    <AlignCenter>false</AlignCenter> 
    <AlignRight>true</AlignRight> 
    <AlignLeft>false</AlignLeft> 
  </Label> 
  <Label item="TW_MRegen"> 
    <ScreenID>TW_MRegen</ScreenID> 
    <EQType>9999</EQType> 
    <TooltipReference>${Me.ManaRegen}</TooltipReference> 
    <Font>2</Font> 
    <RelativePosition>true</RelativePosition> 
    <Location> 
      <X>245</X> 
      <Y>2</Y> 
    </Location> 
    <Size> 
      <CX>20</CX> 
      <CY>15</CY> 
    </Size> 
    <TextColor> 
      <R>50</R> 
      <G>200</G> 
      <B>255</B> 
    </TextColor> 
    <NoWrap>true</NoWrap> 
    <AlignCenter>false</AlignCenter> 
    <AlignRight>true</AlignRight> 
    <AlignLeft>false</AlignLeft> 
  </Label> 
  <Label item="TW_HPRegen"> 
    <ScreenID>TW_HPRegen</ScreenID> 
    <EQType>9999</EQType> 
    <TooltipReference>${Me.HPRegen}</TooltipReference> 
    <Font>2</Font> 
    <RelativePosition>true</RelativePosition> 
    <Location> 
      <X>225</X> 
      <Y>2</Y> 
    </Location> 
    <Size> 
      <CX>20</CX> 
      <CY>15</CY> 
    </Size> 
    <TextColor> 
      <R>255</R> 
      <G>10</G> 
      <B>10</B> 
    </TextColor> 
    <NoWrap>true</NoWrap> 
    <AlignCenter>false</AlignCenter> 
    <AlignRight>true</AlignRight> 
    <AlignLeft>false</AlignLeft> 
  </Label> 
  <Label item="TW_RegenLabel"> 
    <ScreenID>TW_HPRegenLabel</ScreenID> 
    <Font>2</Font> 
    <RelativePosition>true</RelativePosition> 
    <Location> 
      <X>191</X> 
      <Y>2</Y> 
    </Location> 
    <Text>Regen:</Text> 
    <Size> 
      <CX>40</CX> 
      <CY>15</CY> 
    </Size> 
    <TextColor> 
      <R>255</R> 
      <G>255</G> 
      <B>0</B> 
    </TextColor> 
    <NoWrap>true</NoWrap> 
    <AlignCenter>false</AlignCenter> 
    <AlignRight>false</AlignRight> 
    <AlignLeft>true</AlignLeft> 
  </Label> 
  <Label item="TW_RegenLabelDiv"> 
    <ScreenID>TW_HPRegenLabel</ScreenID> 
    <EQType>9999</EQType> 
    <TooltipReference>/</TooltipReference> 
    <Font>2</Font> 
    <RelativePosition>true</RelativePosition> 
    <Location> 
      <X>247</X> 
      <Y>2</Y> 
    </Location> 
    <Size> 
      <CX>7</CX> 
      <CY>15</CY> 
    </Size> 
    <TextColor> 
      <R>255</R> 
      <G>255</G> 
      <B>0</B> 
    </TextColor> 
    <NoWrap>true</NoWrap> 
    <AlignCenter>false</AlignCenter> 
    <AlignRight>false</AlignRight> 
    <AlignLeft>true</AlignLeft> 
  </Label> 
<!-- End MQ Stuff -->
	<Screen item = "PlayerWindow">
		<!--<ScreenID/>-->
		<RelativePosition>false</RelativePosition>
		<Location>
			<X>516</X>
			<Y>0</Y>
		</Location>
		<Size>
			<CX>268</CX>
			<CY>121</CY>
		</Size>
		<Text>Player</Text>
		<Style_VScroll>false</Style_VScroll>
		<Style_HScroll>false</Style_HScroll>
		<Style_Transparent>false</Style_Transparent>
		<TooltipReference>The Breath Meter</TooltipReference>
		<DrawTemplate>WDT_Player</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>Player_HP</Pieces>
		<Pieces>Player_Mana</Pieces>
		<Pieces>Player_Fatigue</Pieces>		
		<Pieces>Pet_HP</Pieces>
		<Pieces>ExpGauge</Pieces>
		<Pieces>AltAdvGauge</Pieces>
		<Pieces>HPNumber</Pieces>
		<Pieces>MaxHPNumber</Pieces>
		<Pieces>ManaNumber</Pieces>
		<Pieces>MaxManaNumber</Pieces>
		<Pieces>ManaLabel</Pieces>
		<Pieces>MaxManaLabel</Pieces>
		<Pieces>EndNumber</Pieces>
		<Pieces>MaxEndNumber</Pieces>
		<Pieces>EndLabel</Pieces>
		<Pieces>MaxEndLabel</Pieces>
		<Pieces>ExpPercentage</Pieces>
		<Pieces>StaPercentage</Pieces>
		<Pieces>StaTextLabel</Pieces>
		<Pieces>AltAdvExpPercentage</Pieces>
		<Pieces>ExpLabel</Pieces>
		<Pieces>ACGauge</Pieces>
		<Pieces>AtkGauge</Pieces>
		<Pieces>MaxHPLabel</Pieces>
		<Pieces>ACLabel</Pieces>
		<Pieces>ManaPercentLabel</Pieces>
		<Pieces>HPTextLabel</Pieces>
		<Pieces>AtkLabel</Pieces>
		<Pieces>AltAdvExpLabel</Pieces>
		<Pieces>HPLabel</Pieces>
		<Pieces>HPPercentage</Pieces>
		<Pieces>ManaPercent</Pieces>
		<Pieces>PW_STR</Pieces>
		<Pieces>PW_STRNumber</Pieces>
		<Pieces>PW_STA</Pieces>
		<Pieces>PW_STANumber</Pieces>
		<Pieces>PW_AGI</Pieces>
		<Pieces>PW_AGINumber</Pieces>
		<Pieces>PW_DEX</Pieces>
		<Pieces>PW_DEXNumber</Pieces>
		<Pieces>PW_WIS</Pieces>
		<Pieces>PW_WISNumber</Pieces>
		<Pieces>PW_INT</Pieces>
		<Pieces>PW_INTNumber</Pieces>
		<Pieces>PW_CHA</Pieces>
		<Pieces>PW_CHANumber</Pieces>
		<Pieces>TW_Poison</Pieces>
		<Pieces>TW_PoisonNumber</Pieces>
		<Pieces>TW_Magic</Pieces>
		<Pieces>TW_MagicNumber</Pieces>
		<Pieces>TW_Disease</Pieces>
		<Pieces>TW_DiseaseNumber</Pieces>
		<Pieces>TW_Fire</Pieces>
		<Pieces>TW_FireNumber</Pieces>
		<Pieces>TW_Cold</Pieces>
		<Pieces>TW_ColdNumber</Pieces>
		<Pieces>LdrAAGauge</Pieces>
		<Pieces>LdrXPPercent</Pieces>
		<Pieces>LdrXPLabel</Pieces>
		<Pieces>NameLabel</Pieces>
		<Pieces>SurNameLabel</Pieces>
		<Pieces>A_AttackIndicatorAnim</Pieces>
    <Pieces>TW_MCurLabel</Pieces> 
    <Pieces>TW_MCur</Pieces> 
    <Pieces>TW_MMaxLabel</Pieces> 
    <Pieces>TW_MMax</Pieces> 
    <Pieces>TW_MRegen</Pieces> 
    <Pieces>TW_HPRegen</Pieces> 
    <Pieces>TW_RegenLabel</Pieces> 
    <Pieces>TW_RegenLabelDiv</Pieces>
	</Screen>
	<WindowDrawTemplate item = "WDT_Player">
		<Background>wnd_bg_player.tga</Background>
		<VSBTemplate>
			<UpButton>
				<Normal>A_VSBUpNormal</Normal>
				<Pressed>A_VSBUpPressed</Pressed>
				<Flyby>A_VSBUpFlyby</Flyby>
				<Disabled>A_VSBUpDisabled</Disabled>
				<PressedFlyby>A_VSBUpPressedFlyby</PressedFlyby>
			</UpButton>
			<DownButton>
				<Normal>A_VSBDownNormal</Normal>
				<Pressed>A_VSBDownPressed</Pressed>
				<Flyby>A_VSBDownFlyby</Flyby>
				<Disabled>A_VSBDownDisabled</Disabled>
				<PressedFlyby>A_VSBDownPressedFlyby</PressedFlyby>
			</DownButton>
			<Thumb>
				<Top>A_VSBThumbTop</Top>
				<Bottom>A_VSBThumbBottom</Bottom>
				<Middle>A_VSBThumbMiddle</Middle>
				<OverlapLeft>0</OverlapLeft>
				<OverlapTop>0</OverlapTop>
				<OverlapRight>0</OverlapRight>
				<OverlapBottom>0</OverlapBottom>
			</Thumb>
			<MiddleTextureInfo>scrollbar_gutter.tga</MiddleTextureInfo>
			<MiddleTint>
				<Alpha>255</Alpha>
				<R>128</R>
				<G>128</G>
				<B>128</B>
			</MiddleTint>
		</VSBTemplate>
		<HSBTemplate>
			<UpButton>
				<Normal>A_HSBLeftNormal</Normal>
				<Pressed>A_HSBLeftPressed</Pressed>
				<Flyby>A_HSBLeftFlyby</Flyby>
				<Disabled>A_HSBLeftDisabled</Disabled>
				<PressedFlyby>A_HSBLeftPressedFlyby</PressedFlyby>
			</UpButton>
			<DownButton>
				<Normal>A_HSBRightNormal</Normal>
				<Pressed>A_HSBRightPressed</Pressed>
				<Flyby>A_HSBRightFlyby</Flyby>
				<Disabled>A_HSBRightDisabled</Disabled>
				<PressedFlyby>A_HSBRightPressedFlyby</PressedFlyby>
			</DownButton>
			<Thumb>
				<Right>A_HSBThumbRight</Right>
				<Left>A_HSBThumbLeft</Left>
				<Middle>A_HSBThumbMiddle</Middle>
				<OverlapLeft>0</OverlapLeft>
				<OverlapTop>0</OverlapTop>
				<OverlapRight>0</OverlapRight>
				<OverlapBottom>0</OverlapBottom>
			</Thumb>
			<MiddleTextureInfo>scrollbar_gutter.tga</MiddleTextureInfo>
			<MiddleTint>
				<Alpha>255</Alpha>
				<R>128</R>
				<G>128</G>
				<B>128</B>
			</MiddleTint>
		</HSBTemplate>
		<CloseBox>
			<Normal>A_CloseBtnNormal</Normal>
			<Pressed>A_CloseBtnPressed</Pressed>
			<Flyby>A_CloseBtnFlyby</Flyby>
			<Disabled>A_CloseBtnDisabled</Disabled>
			<PressedFlyby>A_CloseBtnPressedFlyby</PressedFlyby>
		</CloseBox>
		<MinimizeBox>
			<Normal>A_MinimizeBtnNormal</Normal>
			<Pressed>A_MinimizeBtnPressed</Pressed>
			<Flyby>A_MinimizeBtnFlyby</Flyby>
			<Disabled>A_MinimizeBtnDisabled</Disabled>
			<PressedFlyby>A_MinimizeBtnPressedFlyby</PressedFlyby>
		</MinimizeBox>
		<TileBox>
			<Normal>A_TileBtnNormal</Normal>
			<Pressed>A_TileBtnPressed</Pressed>
			<Flyby>A_TileBtnFlyby</Flyby>
			<Disabled>A_TileBtnDisabled</Disabled>
			<PressedFlyby>A_TileBtnPressedFlyby</PressedFlyby>
		</TileBox>
		<Border>
			<TopLeft>A_RoundedFrameTopLeft</TopLeft>
			<Top>A_RoundedFrameTop</Top>
			<TopRight>A_RoundedFrameTopRight</TopRight>
			<RightTop>A_RoundedFrameRightTop</RightTop>
			<Right>A_RoundedFrameRight</Right>
			<RightBottom>A_RoundedFrameRightBottom</RightBottom>
			<BottomRight>A_RoundedFrameBottomRight</BottomRight>
			<Bottom>A_RoundedFrameBottom</Bottom>
			<BottomLeft>A_RoundedFrameBottomLeft</BottomLeft>
			<LeftTop>A_RoundedFrameLeftTop</LeftTop>
			<Left>A_RoundedFrameLeft</Left>
			<LeftBottom>A_RoundedFrameLeftBottom</LeftBottom>
			<OverlapLeft>0</OverlapLeft>
			<OverlapTop>0</OverlapTop>
			<OverlapRight>0</OverlapRight>
			<OverlapBottom>0</OverlapBottom>
		</Border>
		<Titlebar>
			<Right>A_RoundedFrameTitleRight</Right>
			<Left>A_RoundedFrameTitleLeft</Left>
			<Middle>A_RoundedFrameTitleMiddle</Middle>
			<OverlapLeft>0</OverlapLeft>
			<OverlapTop>0</OverlapTop>
			<OverlapRight>0</OverlapRight>
			<OverlapBottom>0</OverlapBottom>
		</Titlebar>
	</WindowDrawTemplate>
	<TextureInfo item = "wnd_bg_player.tga">
		<Size>
			<CX>512</CX>
			<CY>128</CY>
		</Size>
	</TextureInfo>
<TextureInfo item = "AttackIndicator.tga">
		<Size>
			<CX>512</CX>
			<CY>128</CY>
		</Size>
	</TextureInfo>

	<Ui2DAnimation item = "A_AttackIndicator">
		<Cycle>false</Cycle>
		<Frames>
			<Texture>AttackIndicator.tga</Texture>
			<Location>
				<X>0</X>
				<Y>3</Y>
			</Location>
			<Size>
				<CX>268</CX>
				<CY>121</CY>
			</Size>
		</Frames>
	</Ui2DAnimation>

	<StaticAnimation item = "A_AttackIndicatorAnim">
		<ScreenID>A_AttackIndicatorAnim</ScreenID>
		<Animation>A_AttackIndicator</Animation>
	</StaticAnimation>

</XML>

User avatar
three-p-o
a grimling bloodguard
a grimling bloodguard
Posts: 600
Joined: Sun Nov 03, 2002 5:59 pm

New versions

Post by three-p-o » Wed Mar 01, 2006 10:17 pm

I have redone several of the quartz windows based upon the current 1.9.2 release of quartz. To give credit where it is due, I stole stuff from the krust implementation of the windows I updated.

EQUI_TargetWindow.xml

Code: Select all

<?xml version="1.0"?>
<XML ID="EQInterfaceDefinitionLanguage">
   <Schema xmlns="EverQuestData" xmlns:dt="EverQuestDataTypes"/>
   <Gauge item="Target_HP">
      <ScreenID>HPLabel</ScreenID>
      <Font>1</Font>
      <TextColor>
         <R>240</R>
         <G>240</G>
         <B>240</B>
      </TextColor>
      <RelativePosition>true</RelativePosition>
      <Location>
         <X>115</X>
         <Y>11</Y>
      </Location>
      <Size>
         <CX>108</CX>
         <CY>24</CY>
      </Size>
      <GaugeOffsetY>13</GaugeOffsetY>
      <TextOffsetX>8</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>A_GaugeBackground</Background>
         <Fill>A_GaugeFill</Fill>
         <Lines>A_GaugeLines</Lines>
         <LinesFill>A_GaugeLinesFill</LinesFill>
         <EndCapLeft>A_GaugeEndCapLeft</EndCapLeft>
         <EndCapRight>A_GaugeEndCapRight</EndCapRight>
      </GaugeDrawTemplate>
   </Gauge>
   <Gauge item="TTName">
      <ScreenID>TTName</ScreenID>
      <Font>1</Font>
      <TextColor>
         <R>51</R>
         <G>190</G>
         <B>51</B>
      </TextColor>
      <RelativePosition>true</RelativePosition>
      <Location>
         <X>115</X>
         <Y>0</Y>
      </Location>
      <Size>
         <CX>108</CX>
         <CY>22</CY>
      </Size>
      <GaugeOffsetY>25</GaugeOffsetY>
      <TextOffsetX>8</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>27</EQType>
      <GaugeDrawTemplate>
         <Background>A_GaugeBackground</Background>
         <Fill>A_GaugeFill</Fill>
         <Lines>A_GaugeLines</Lines>
         <LinesFill>A_GaugeLinesFill</LinesFill>
         <EndCapLeft>A_GaugeEndCapLeft</EndCapLeft>
         <EndCapRight>A_GaugeEndCapRight</EndCapRight>
      </GaugeDrawTemplate>
   </Gauge>
   <Gauge item = "HoTT_G">
      <ScreenID>HoTT_G</ScreenID>
      <!--<Font>3</Font>-->
      <TextColor>
         <R>240</R>
         <G>240</G>
         <B>240</B>
      </TextColor>
      <RelativePosition>true</RelativePosition>
      <Location>
         <X>119</X>
         <Y>28</Y>
      </Location>
      <Size>
         <CX>108</CX>
         <CY>2</CY>
      </Size>
      <TextOffsetY>50</TextOffsetY>
      <GaugeOffsetY>0</GaugeOffsetY>
      <Style_VScroll>false</Style_VScroll>
      <Style_HScroll>false</Style_HScroll>
      <Style_Transparent>false</Style_Transparent>
      <!--<TooltipReference/>-->
      <FillTint>
            <R>0</R>
            <G>240</G>
            <B>0</B>
      </FillTint>
      <DrawLinesFill>true</DrawLinesFill>
      <EQType>27</EQType>
      <GaugeDrawTemplate>
         <Background>A_GaugeBackground</Background>
         <Fill>A_GaugeFill</Fill>
         <Lines>A_GaugeLines</Lines>
         <LinesFill>A_GaugeLinesFill</LinesFill>
      </GaugeDrawTemplate>
   </Gauge>
   <Label item="Target_HPPercent">
      <ScreenID>HPPercLabel</ScreenID>
      <Font>2</Font>
      <RelativePosition>true</RelativePosition>
      <Location>
         <X>226</X>
         <Y>19</Y>
      </Location>
      <Size>
         <CX>40</CX>
         <CY>15</CY>
      </Size>
      <EQType>29</EQType>
      <TextColor>
         <R>255</R>
         <G>255</G>
         <B>255</B>
      </TextColor>
      <NoWrap>true</NoWrap>
      <AlignCenter>false</AlignCenter>
      <AlignRight>false</AlignRight>
   </Label>

   <Label item ="DivisionBar">
      <ScreenID>DivisionBar</ScreenID>
      <Font>2</Font>
      <RelativePosition>true</RelativePosition>
      <Location>
         <X>246</X>
         <Y>19</Y>
      </Location>
      <Size>
         <CX>40</CX>
         <CY>15</CY>
      </Size>
      <Text>|</Text>
      <TextColor>
            <R>100</R>
            <G>100</G>
            <B>100</B>
      </TextColor>
      <NoWrap>true</NoWrap>
      <AlignCenter>false</AlignCenter>
      <AlignRight>false</AlignRight>
   </Label>

   <Label item="HoTT_L">
      <ScreenID>HoTT_L</ScreenID>
      <Font>2</Font>
      <RelativePosition>true</RelativePosition>
      <Location>
         <X>249</X>
         <Y>19</Y>
      </Location>
      <Size>
         <CX>40</CX>
         <CY>15</CY>
      </Size>
      <EQType>120</EQType>
      <TextColor>
         <R>51</R>
         <G>192</G>
         <B>51</B>
      </TextColor>
      <NoWrap>true</NoWrap>
      <AlignCenter>false</AlignCenter>
      <AlignRight>false</AlignRight>
   </Label>
   <!-- MQ Stuff -->
   <Label item="TW_TargetLevel">
      <ScreenID>WeightLabel</ScreenID>
      <EQType>9999</EQType>
      <TooltipReference>${Target.Level}</TooltipReference>
      <Font>2</Font>
      <RelativePosition>true</RelativePosition>
      <Location>
         <X>8</X>
         <Y>5</Y>
      </Location>
      <Size>
         <CX>20</CX>
         <CY>14</CY>
      </Size>
      <TextColor>
         <R>255</R>
         <G>255</G>
         <B>255</B>
      </TextColor>
      <NoWrap>true</NoWrap>
      <AlignCenter>false</AlignCenter>
      <AlignRight>false</AlignRight>
   </Label>
   <Label item="TW_TargetClass">
      <ScreenID>WeightLabel</ScreenID>
      <EQType>9999</EQType>
      <TooltipReference>${Target.Class.ShortName}</TooltipReference>
      <Font>2</Font>
      <RelativePosition>true</RelativePosition>
      <Location>
         <X>22</X>
         <Y>5</Y>
      </Location>
      <Size>
         <CX>25</CX>
         <CY>14</CY>
      </Size>
      <TextColor>
         <R>255</R>
         <G>255</G>
         <B>255</B>
      </TextColor>
      <NoWrap>true</NoWrap>
      <AlignCenter>false</AlignCenter>
      <AlignRight>false</AlignRight>
   </Label>
   <Label item="TW_TargetDistance">
      <ScreenID>WeightLabel</ScreenID>
      <EQType>9999</EQType>
      <TooltipReference>${Target.Distance.Int}</TooltipReference>
      <Font>2</Font>
      <RelativePosition>true</RelativePosition>
      <Location>
         <X>68</X>
         <Y>5</Y>
      </Location>
      <Size>
         <CX>40</CX>
         <CY>14</CY>
      </Size>
      <TextColor>
         <R>255</R>
         <G>255</G>
         <B>255</B>
      </TextColor>
      <NoWrap>true</NoWrap>
      <AlignCenter>false</AlignCenter>
      <AlignRight>true</AlignRight>
      <AlignLeft>false</AlignLeft>
   </Label>
	<Label item="MQ_Target_LoS">
		<Font>1</Font>
		<EQType>9999</EQType>  
		<TooltipReference>${If[${Target.ID},${If[!${Target.LineOfSight},!LoS,]},]}</TooltipReference>  
		<RelativePosition>true</RelativePosition>
		<Location>
         <X>72</X>
         <Y>18</Y> 
		</Location>
		<Size>
			<CX>35</CX>
			<CY>14</CY>
		</Size>
		<Text></Text>
		<TextColor>
			<R>255</R>
			<G>0</G>
			<B>0</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignLeft>false</AlignLeft>
		<AlignCenter>false</AlignCenter>
		<AlignRight>true</AlignRight>
	</Label>
   	<Label item="MQ_Target_Guild">
		<Font>1</Font>
		<EQType>9999</EQType>  
		<TooltipReference>${If[${Target.Guild.Length},${Target.Guild},]}</TooltipReference>  
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>8</X>
			<Y>18</Y>
		</Location>
		<Size>
			<CX>70</CX>
			<CY>14</CY>
		</Size>
		<Text></Text>
		<TextColor>
			<R>200</R>
			<G>200</G>
			<B>200</B>
		</TextColor>
		<AlignRight>False</AlignRight>
	</Label>
   
   	<!-- shows "in group", "in raid", "pet owner" at same spot, so same X,Y-->
	<Label item="MQ_Target_StatusPetMaster">
		<Font>1</Font>
		<EQType>9999</EQType>  
		<TooltipReference>${If[${Target.Master.Name.Length},Owner ${Target.Master.CleanName},]}</TooltipReference>  
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>8</X>
			<Y>18</Y>
		</Location>
		<Size>
			<CX>80</CX>
			<CY>14</CY>
		</Size>
		<Text></Text>
		<TextColor>
			<R>0</R>
			<G>240</G>
			<B>240</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignLeft>true</AlignLeft>
		<AlignCenter>false</AlignCenter>
		<AlignRight>false</AlignRight>
	</Label>
	<Label item="MQ_Target_StatusInRaid">
		<Font>1</Font>
		<EQType>9999</EQType>  
		<TooltipReference>${If[${Raid.Member[${Target.Name}].ID},in group ${Raid.Member[${Target.Name}].Group},${If[${Group.Member[${Group.Member[${Target.Name}]}].ID},in group,]}]}</TooltipReference>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>223</X>
			<Y>8</Y>
		</Location>
		<Size>
			<CX>80</CX>
			<CY>14</CY>
		</Size>
		<Text></Text>
		<TextColor>
			<R>200</R>
			<G>200</G>
			<B>200</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignLeft>true</AlignLeft>
		<AlignCenter>false</AlignCenter>
		<AlignRight>false</AlignRight>
	</Label>
   
   <!-- End MQ Stuff -->
   <TextureInfo item = "TargetBox.tga">
      <Size>
         <CX>512</CX>
         <CY>64</CY>
      </Size>
   </TextureInfo>
   <Ui2DAnimation item="A_TargetBox">
      <Cycle>false</Cycle>
      <Frames>
         <Texture>TargetBox.tga</Texture>
         <Location>
            <X>0</X>
            <Y>1</Y>
         </Location>
         <Size>
            <CX>269</CX>
            <CY>34</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>280</CX>
         <CY>34</CY>
      </Size>
      <Style_VScroll>false</Style_VScroll>
      <Style_HScroll>false</Style_HScroll>
      <Style_Transparent>false</Style_Transparent>
      <TooltipReference>Your Current Target</TooltipReference>
      <DrawTemplate>WDT_Target</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>Target_HP</Pieces>
      <Pieces>Target_HPPercent</Pieces>
      <Pieces>TW_TargetLevel</Pieces>
      <Pieces>TW_TargetClass</Pieces>
      <Pieces>TW_TargetDistance</Pieces>
      <Pieces>MQ_Target_LoS</Pieces>
      <Pieces>MQ_Target_Guild</Pieces>
      <Pieces>MQ_Target_StatusPetMaster</Pieces>
      <Pieces>MQ_Target_StatusInRaid</Pieces>
      <Pieces>A_TargetBoxStaticAnim</Pieces>
      <Pieces>HoTT_G</Pieces>
      <Pieces>HoTT_L</Pieces>
      <Pieces>DivisionBar</Pieces>
      <Pieces>TTName</Pieces>
   </Screen>
</XML> 

User avatar
three-p-o
a grimling bloodguard
a grimling bloodguard
Posts: 600
Joined: Sun Nov 03, 2002 5:59 pm

Post by three-p-o » Wed Mar 01, 2006 10:18 pm

EQUI_PlayerWindow.xml

Code: Select all

<?xml version = "1.0"?>
<XML ID = "EQInterfaceDefinitionLanguage">
	<Schema xmlns = "EverQuestData" xmlns:dt = "EverQuestDataTypes"/>
<!-- HP -->
	<Gauge item = "Player_HP">
		<ScreenID>PlayerHP</ScreenID>
		<!-- <Font>2</Font> -->
		<TextColor>
			<R>240</R>
			<G>240</G>
			<B>240</B>
		</TextColor>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>62</X>
			<Y>0</Y>
		</Location>
		<Size>
			<CX>108</CX>
			<CY>41</CY>
		</Size>
		<TextOffsetX>120</TextOffsetX>
		<GaugeOffsetY>23</GaugeOffsetY>
		<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>
		<DrawLinesFill>false</DrawLinesFill>
		<EQType>1</EQType>
		<GaugeDrawTemplate>
			<Background>A_GaugeBackground</Background>
			<Fill>A_GaugeFill</Fill>
			<Lines>A_GaugeLines</Lines>
			<EndCapLeft>A_GaugeEndCapLeft</EndCapLeft>
			<EndCapRight>A_GaugeEndCapRight</EndCapRight>
		</GaugeDrawTemplate>
	</Gauge>
	   <Label item="PlayerVisible">
      <Font>1</Font>
      <EQType>9999</EQType> 
      <TooltipReference>${If[${Me.Invis},,VIS]}</TooltipReference> 
      <RelativePosition>true</RelativePosition>
      <Location>
         <X>165</X>
         <Y>7</Y>
      </Location>
      <Size>
         <CX>35</CX>
         <CY>14</CY>
      </Size>
      <Text></Text>
      <TextColor>
         <R>255</R>
         <G>0</G>
         <B>0</B>
      </TextColor>
      <NoWrap>true</NoWrap>
      <AlignLeft>false</AlignLeft>
      <AlignCenter>false</AlignCenter>
      <AlignRight>true</AlignRight>
   </Label>
	<Gauge item = "Pet_HP">
		<ScreenID>PetHP</ScreenID>
		<!--<Font>3</Font>-->
		<TextColor>
			<R>240</R>
			<G>240</G>
			<B>240</B>
		</TextColor>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>65</X>
			<Y>28</Y>
		</Location>
		<Size>
			<CX>108</CX>
			<CY>2</CY>
		</Size>
		<TextOffsetY>-50</TextOffsetY>
		<GaugeOffsetY>0</GaugeOffsetY>
		<Style_VScroll>false</Style_VScroll>
		<Style_HScroll>false</Style_HScroll>
		<Style_Transparent>false</Style_Transparent>
		<!--<TooltipReference/>-->
		<FillTint>
				<R>0</R>
				<G>240</G>
				<B>0</B>
		</FillTint>
		<DrawLinesFill>true</DrawLinesFill>
		<EQType>16</EQType>
		<GaugeDrawTemplate>
			<Background>A_GaugeBackground</Background>
			<Fill>A_GaugeFill</Fill>
			<Lines>A_GaugeLines</Lines>
			<LinesFill>A_GaugeLinesFill</LinesFill>
		</GaugeDrawTemplate>
	</Gauge>
	<Label item = "HPPercentage">
		<ScreenID>HPPercentage</ScreenID>
		<Font>1</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>174</X>
			<Y>20</Y>
		</Location>
		<Size>
			<CX>15</CX>
			<CY>15</CY>
		</Size>
		<EQType>19</EQType>
		<TextColor>
				<R>200</R>
				<G>200</G>
				<B>200</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignCenter>false</AlignCenter>
		<AlignRight>true</AlignRight>
	</Label>
	<Label item ="HPTextLabel">
		<ScreenID>HPTextLabel</ScreenID>
		<Font>1</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>190</X>
			<Y>20</Y>
		</Location>
		<Size>
			<CX>15</CX>
			<CY>15</CY>
		</Size>
		<Text>HP</Text>
		<TextColor>
				<R>51</R>
				<G>192</G>
				<B>51</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignCenter>false</AlignCenter>
		<AlignRight>true</AlignRight>
	</Label>
  <Label item="MQ_HpRegen">
    <Font>1</Font>
    <EQType>9999</EQType>
    <TooltipReference>${Me.HPRegen}</TooltipReference>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>210</X>
      <Y>20</Y>
    </Location>
    <Size>
      <CX>25</CX>
      <CY>14</CY>
    </Size>
    <TextColor>
      <R>100</R>
      <G>100</G>
      <B>255</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignLeft>true</AlignLeft>
	</Label>
  
<!-- Mana -->

	<Gauge item = "Player_Mana">
		<ScreenID>PlayerMana</ScreenID>
		<!--<Font>3</Font>-->
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>82</X>
			<Y>43</Y>
		</Location>
		<Size>
			<CX>108</CX>
			<CY>8</CY>
		</Size>
		<GaugeOffsetY>0</GaugeOffsetY>
		<Style_VScroll>false</Style_VScroll>
		<Style_HScroll>false</Style_HScroll>
		<Style_Transparent>false</Style_Transparent>
		<!--<TooltipReference/>-->
		<FillTint>
				<R>0</R>
				<G>0</G>
				<B>255</B>
		</FillTint>
		<DrawLinesFill>false</DrawLinesFill>
		<EQType>2</EQType>
		<GaugeDrawTemplate>
			<Background>A_GaugeBackground</Background>
			<Fill>A_GaugeFill</Fill>
			<Lines>A_GaugeLines</Lines>
			<LinesFill>A_GaugeLinesFill</LinesFill>
			<EndCapLeft>A_GaugeEndCapLeft</EndCapLeft>
			<EndCapRight>A_GaugeEndCapRight</EndCapRight>
		</GaugeDrawTemplate>
	</Gauge>
	<Label item ="ManaPercent">
		<ScreenID>ManaPercentLabel</ScreenID>
		<Font>1</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>193</X>
			<Y>40</Y>
		</Location>
		<Size>
			<CX>15</CX>
			<CY>15</CY>
		</Size>
		<EQType>20</EQType>
		<TextColor>
				<R>200</R>
				<G>200</G>
				<B>200</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignCenter>false</AlignCenter>
		<AlignRight>true</AlignRight>
	</Label>
	<Label item ="ManaPercentLabel">
		<ScreenID>ManaPercentLabel</ScreenID>
		<Font>1</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>209</X>
			<Y>40</Y>
		</Location>
		<Size>
			<CX>40</CX>
			<CY>15</CY>
		</Size>
		<Text>Mana</Text>
		<TextColor>
				<R>51</R>
				<G>192</G>
				<B>51</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignCenter>false</AlignCenter>
		<AlignRight>false</AlignRight>
	</Label>
 <Label item="MQ_ManaRegen">
    <Font>1</Font>
    <EQType>9999</EQType>
    <TooltipReference>${Me.ManaRegen}</TooltipReference>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>234</X>
      <Y>40</Y>
    </Location>
    <Size>
      <CX>25</CX>
      <CY>14</CY>
    </Size>
    <TextColor>
      <R>100</R>
      <G>100</G>
      <B>255</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignLeft>true</AlignLeft>
  </Label>

<!-- END -->

	<Gauge item = "Player_Fatigue">
		<ScreenID>PlayerFatigue</ScreenID>
		<!--<Font>3</Font>-->
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>72</X>
			<Y>33</Y>
		</Location>
		<Size>
			<CX>108</CX>
			<CY>8</CY>
		</Size>
		<GaugeOffsetY>0</GaugeOffsetY>
		<Style_VScroll>false</Style_VScroll>
		<Style_HScroll>false</Style_HScroll>
		<Style_Transparent>false</Style_Transparent>
		<!--<TooltipReference/>-->
		<FillTint>
				<R>240</R>
				<G>240</G>
				<B>0</B>
		</FillTint>
		<LinesFillTint>
				<R>0</R>
				<G>220</G>
				<B>0</B>
		</LinesFillTint>
		<DrawLinesFill>false</DrawLinesFill>
		<EQType>3</EQType>
		<GaugeDrawTemplate>
			<Background>A_GaugeBackground</Background>
			<Fill>A_GaugeFill</Fill>
			<Lines>A_GaugeLines</Lines>
			<LinesFill>A_GaugeLinesFill</LinesFill>
			<EndCapLeft>A_GaugeEndCapLeft</EndCapLeft>
			<EndCapRight>A_GaugeEndCapRight</EndCapRight>
		</GaugeDrawTemplate>
	</Gauge>
	<Label item = "StaPercentage">
		<ScreenID>StaPercentage</ScreenID>
		<Font>1</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>185</X>
			<Y>30</Y>
		</Location>
		<Size>
			<CX>15</CX>
			<CY>15</CY>
		</Size>
		<EQType>21</EQType>
		<TextColor>
				<R>200</R>
				<G>200</G>
				<B>200</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignCenter>false</AlignCenter>
		<AlignRight>true</AlignRight>
	</Label>
	<Label item ="StaTextLabel">
		<ScreenID>StaTextLabel</ScreenID>
		<Font>1</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>201</X>
			<Y>30</Y>
		</Location>
		<Size>
			<CX>40</CX>
			<CY>15</CY>
		</Size>
		<Text>End</Text>
		<TextColor>
				<R>51</R>
				<G>192</G>
				<B>51</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignCenter>false</AlignCenter>
		<AlignRight>false</AlignRight>
	</Label>
  <Label item="MQ_EnduranceRegen">
    <Font>1</Font>
    <EQType>9999</EQType>
    <TooltipReference>${Me.EnduranceRegen}</TooltipReference>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>221</X>
      <Y>30</Y>
    </Location>
    <Size>
      <CX>25</CX>
      <CY>14</CY>
    </Size>
    <TextColor>
      <R>100</R>
      <G>100</G>
      <B>255</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignLeft>true</AlignLeft>
	</Label>
  
  
<!-- EXP -->

	<Gauge item = "ExpGauge">
		<ScreenID>ExpGauge</ScreenID>
		<!--<Font>3</Font>-->
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>88</X>
			<Y>53</Y>
		</Location>
		<Size>
			<CX>108</CX>
			<CY>8</CY>
		</Size>
		<GaugeOffsetY>0</GaugeOffsetY>
		<Style_VScroll>false</Style_VScroll>
		<Style_HScroll>false</Style_HScroll>
		<Style_Transparent>false</Style_Transparent>
		<!--<TooltipReference/>-->
		<FillTint>
				<R>220</R>
				<G>150</G>
				<B>0</B>
		</FillTint>
		<LinesFillTint>
				<R>0</R>
				<G>80</G>
				<B>220</B>
		</LinesFillTint>
		<DrawLinesFill>true</DrawLinesFill>
		<EQType>4</EQType>
		<GaugeDrawTemplate>
			<Background>A_GaugeBackground</Background>
			<Fill>A_GaugeFill</Fill>
			<Lines>A_GaugeLines</Lines>
			<LinesFill>A_GaugeLinesFill</LinesFill>
			<EndCapLeft>A_GaugeEndCapLeft</EndCapLeft>
			<EndCapRight>A_GaugeEndCapRight</EndCapRight>
		</GaugeDrawTemplate>
	</Gauge>
	<Label item ="ExpPercentage">
		<ScreenID>ExpPercentageLabel</ScreenID>
		<Font>1</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>201</X>
			<Y>50</Y>
		</Location>
		<Size>
			<CX>15</CX>
			<CY>15</CY>
		</Size>
		<EQType>26</EQType>
		<TextColor>
				<R>200</R>
				<G>200</G>
				<B>200</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignCenter>false</AlignCenter>
		<AlignRight>true</AlignRight>
	</Label>
	<Label item ="ExpLabel">
		<ScreenID>ExpLabel</ScreenID>
		<Font>1</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>217</X>
			<Y>50</Y>
		</Location>
		<Size>
			<CX>40</CX>
			<CY>15</CY>
		</Size>
		<Text>Exp</Text>
		<TextColor>
				<R>51</R>
				<G>192</G>
				<B>51</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignCenter>false</AlignCenter>
		<AlignRight>false</AlignRight>
	</Label>

<!-- AA -->

	<Gauge item = "AltAdvGauge">
		<ScreenID>AltAdvGauge</ScreenID>
		<!--<Font>3</Font>-->
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>95</X>
			<Y>63</Y>
		</Location>
		<Size>
			<CX>108</CX>
			<CY>8</CY>
		</Size>
		<GaugeOffsetY>0</GaugeOffsetY>
		<Style_VScroll>false</Style_VScroll>
		<Style_HScroll>false</Style_HScroll>
		<Style_Transparent>false</Style_Transparent>
		<!--<TooltipReference/>-->
		<FillTint>
				<R>220</R>
				<G>150</G>
				<B>0</B>
		</FillTint>
		<LinesFillTint>
				<R>0</R>
				<G>40</G>
				<B>150</B>
		</LinesFillTint>
		<DrawLinesFill>true</DrawLinesFill>
		<EQType>5</EQType>
		<GaugeDrawTemplate>
			<Background>A_GaugeBackground</Background>
			<Fill>A_GaugeFill</Fill>
			<Lines>A_GaugeLines</Lines>
			<LinesFill>A_GaugeLinesFill</LinesFill>
			<EndCapLeft>A_GaugeEndCapLeft</EndCapLeft>
			<EndCapRight>A_GaugeEndCapRight</EndCapRight>
		</GaugeDrawTemplate>
	</Gauge>
	<Label item ="AltAdvExpPercentage">
		<ScreenID>AltAdvExpPercentageLabel</ScreenID>
		<Font>1</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>208</X>
			<Y>60</Y>
		</Location>
		<Size>
			<CX>15</CX>
			<CY>15</CY>
		</Size>
		<EQType>27</EQType>
		<TextColor>
				<R>200</R>
				<G>200</G>
				<B>200</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignCenter>false</AlignCenter>
		<AlignRight>true</AlignRight>
	</Label>
	<Label item ="AltAdvExpLabel">
		<ScreenID>AltAdvExpLabel</ScreenID>
		<Font>1</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>224</X>
			<Y>60</Y>
		</Location>
		<Size>
			<CX>80</CX>
			<CY>15</CY>
		</Size>
		<Text>AA</Text>
		<TextColor>
				<R>51</R>
				<G>192</G>
				<B>51</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignCenter>false</AlignCenter>
		<AlignRight>false</AlignRight>
	</Label>

<!-- LDR -->

	<Gauge item = "LdrAAGauge">
		<ScreenID>LdrAAGauge</ScreenID>
		<!--<Font>3</Font>-->
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>103</X>
			<Y>73</Y>
		</Location>
		<Size>
			<CX>108</CX>
			<CY>8</CY>
		</Size>
		<GaugeOffsetY>0</GaugeOffsetY>
		<Style_VScroll>false</Style_VScroll>
		<Style_HScroll>false</Style_HScroll>
		<Style_Transparent>false</Style_Transparent>
		<!--<TooltipReference/>-->
		<FillTint>
				<R>150</R>
				<G>150</G>
				<B>150</B>
		</FillTint>
		<LinesFillTint>
				<R>0</R>
				<G>40</G>
				<B>150</B>
		</LinesFillTint>
		<DrawLinesFill>true</DrawLinesFill>
		<EQType>23</EQType>
		<GaugeDrawTemplate>
			<Background>A_GaugeBackground</Background>
			<Fill>A_GaugeFill</Fill>
			<Lines>A_GaugeLines</Lines>
			<LinesFill>A_GaugeLinesFill</LinesFill>
			<EndCapLeft>A_GaugeEndCapLeft</EndCapLeft>
			<EndCapRight>A_GaugeEndCapRight</EndCapRight>
		</GaugeDrawTemplate>
	</Gauge>
	<Label item ="LdrXPPercent">
		<ScreenID>LdrXPPercentLabel</ScreenID>
		<Font>1</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>216</X>
			<Y>70</Y>
		</Location>
		<Size>
			<CX>15</CX>
			<CY>15</CY>
		</Size>
		<EQType>130</EQType>
		<TextColor>
				<R>200</R>
				<G>200</G>
				<B>200</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignCenter>false</AlignCenter>
		<AlignRight>true</AlignRight>
	</Label>
	<Label item ="LdrXPLabel">
		<ScreenID>LdrXPLabel</ScreenID>
		<Font>1</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>232</X>
			<Y>70</Y>
		</Location>
		<Size>
			<CX>80</CX>
			<CY>15</CY>
		</Size>
		<Text>Ldr</Text>
		<TextColor>
				<R>51</R>
				<G>192</G>
				<B>51</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignCenter>false</AlignCenter>
		<AlignRight>false</AlignRight>
	</Label>

<!-- Other Stuff -->
	<Label item ="NameLabel">
		<ScreenID>NameLabel</ScreenID>
		<Font>2</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>65</X>
			<Y>5</Y>
		</Location>
		<Size>
			<CX>70</CX>
			<CY>15</CY>
		</Size>
		<EQType>1</EQType>
		<TextColor>
				<R>200</R>
				<G>200</G>
				<B>200</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignCenter>false</AlignCenter>
		<AlignRight>true</AlignRight>
	</Label>
	<Label item ="SurNameLabel">
		<ScreenID>SurNameLabel</ScreenID>
		<Font>2</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>139</X>
			<Y>5</Y>
		</Location>
		<Size>
			<CX>100</CX>
			<CY>15</CY>
		</Size>
		<EQType>73</EQType>
		<TextColor>
				<R>200</R>
				<G>200</G>
				<B>200</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignCenter>false</AlignCenter>
		<AlignRight>false</AlignRight>
	</Label>

	<Label item ="HPLabel">
		<ScreenID>HPLabel</ScreenID>
		<Font>2</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>112</X>
			<Y>82</Y>
		</Location>
		<Size>
			<CX>30</CX>
			<CY>15</CY>
		</Size>
		<Text>HP:</Text>
		<TextColor>
				<R>255</R>
				<G>255</G>
				<B>0</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignCenter>false</AlignCenter>
		<AlignRight>true</AlignRight>
	</Label>
	<Label item ="HPNumber">
		<ScreenID>HPNumberLabel</ScreenID>
		<Font>2</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>145</X>
			<Y>82</Y>
		</Location>
		<Size>
			<CX>30</CX>
			<CY>15</CY>
		</Size>
		<EQType>17</EQType>
		<TextColor>
				<R>255</R>
				<G>128</G>
				<B>0</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignCenter>false</AlignCenter>
		<AlignRight>true</AlignRight>
	</Label>
	<Label item ="MaxHPLabel">
		<ScreenID>MaxHPLabel</ScreenID>
		<Font>2</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>175</X>
			<Y>82</Y>
		</Location>
		<Size>
			<CX>5</CX>
			<CY>15</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>
	<Label item ="MaxHPNumber">
		<ScreenID>MaxHPNumberLabel</ScreenID>
		<Font>2</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>180</X>
			<Y>82</Y>
		</Location>
		<Size>
			<CX>30</CX>
			<CY>15</CY>
		</Size>
		<EQType>18</EQType>
		<TextColor>
				<R>255</R>
				<G>255</G>
				<B>0</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignCenter>false</AlignCenter>
		<AlignRight>false</AlignRight>
	</Label>
	<Label item ="ManaLabel">
		<ScreenID>ManaLabel</ScreenID>
		<Font>2</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>112</X>
			<Y>93</Y>
		</Location>
		<Size>
			<CX>30</CX>
			<CY>15</CY>
		</Size>
		<Text>Mana:</Text>
		<TextColor>
				<R>255</R>
				<G>255</G>
				<B>0</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignCenter>false</AlignCenter>
		<AlignRight>true</AlignRight>
	</Label>
	<Label item ="ManaNumber">
		<ScreenID>ManaNumberLabel</ScreenID>
		<Font>2</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>145</X>
			<Y>93</Y>
		</Location>
		<Size>
			<CX>30</CX>
			<CY>15</CY>
		</Size>
		<EQType>124</EQType>
		<TextColor>
				<R>255</R>
				<G>128</G>
				<B>0</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignCenter>false</AlignCenter>
		<AlignRight>true</AlignRight>
	</Label>
	<Label item ="MaxManaLabel">
		<ScreenID>MaxManaLabel</ScreenID>
		<Font>2</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>175</X>
			<Y>93</Y>
		</Location>
		<Size>
			<CX>5</CX>
			<CY>15</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>
	<Label item ="MaxManaNumber">
		<ScreenID>MaxManaNumberLabel</ScreenID>
		<Font>2</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>180</X>
			<Y>93</Y>
		</Location>
		<Size>
			<CX>30</CX>
			<CY>15</CY>
		</Size>
		<EQType>125</EQType>
		<TextColor>
				<R>255</R>
				<G>255</G>
				<B>0</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignCenter>false</AlignCenter>
		<AlignRight>false</AlignRight>
	</Label>

	<Label item ="EndLabel">
		<ScreenID>EndLabel</ScreenID>
		<Font>2</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>112</X>
			<Y>104</Y>
		</Location>
		<Size>
			<CX>30</CX>
			<CY>15</CY>
		</Size>
		<Text>End:</Text>
		<TextColor>
				<R>255</R>
				<G>255</G>
				<B>0</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignCenter>false</AlignCenter>
		<AlignRight>true</AlignRight>
	</Label>
	<Label item ="EndNumber">
		<ScreenID>EndNumberLabel</ScreenID>
		<Font>2</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>145</X>
			<Y>104</Y>
		</Location>
		<Size>
			<CX>30</CX>
			<CY>15</CY>
		</Size>
		<EQType>126</EQType>
		<TextColor>
				<R>255</R>
				<G>128</G>
				<B>0</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignCenter>false</AlignCenter>
		<AlignRight>true</AlignRight>
	</Label>
	<Label item ="MaxEndLabel">
		<ScreenID>MaxEndLabel</ScreenID>
		<Font>2</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>175</X>
			<Y>104</Y>
		</Location>
		<Size>
			<CX>5</CX>
			<CY>15</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>
	<Label item ="MaxEndNumber">
		<ScreenID>MaxEndNumberLabel</ScreenID>
		<Font>2</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>180</X>
			<Y>104</Y>
		</Location>
		<Size>
			<CX>30</CX>
			<CY>15</CY>
		</Size>
		<EQType>127</EQType>
		<TextColor>
				<R>255</R>
				<G>255</G>
				<B>0</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignCenter>false</AlignCenter>
		<AlignRight>false</AlignRight>
	</Label>

	<Label item ="ACLabel">
		<ScreenID>ACLabel</ScreenID>
		<Font>2</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>210</X>
			<Y>82</Y>
		</Location>
		<Size>
			<CX>25</CX>
			<CY>15</CY>
		</Size>
		<Text>AC:</Text>
		<TextColor>
				<R>255</R>
				<G>255</G>
				<B>0</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignCenter>false</AlignCenter>
		<AlignRight>true</AlignRight>
	</Label>
	<Label item ="AtkLabel">
		<ScreenID>AtkLabel</ScreenID>
		<Font>2</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>210</X>
			<Y>93</Y>
		</Location>
		<Size>
			<CX>25</CX>
			<CY>15</CY>
		</Size>
		<Text>Atk:</Text>
		<TextColor>
				<R>255</R>
				<G>255</G>
				<B>0</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignCenter>false</AlignCenter>
		<AlignRight>true</AlignRight>
	</Label>
	<Label item = "ACGauge">
		<ScreenID>ACGauge</ScreenID>
		<Font>2</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>237</X>
			<Y>82</Y>
		</Location>
		<Size>
			<CX>30</CX>
			<CY>15</CY>
		</Size>
		<EQType>22</EQType>
		<TextColor>
				<R>255</R>
				<G>255</G>
				<B>0</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignCenter>false</AlignCenter>
		<AlignRight>false</AlignRight>
	</Label>
	<Label item = "AtkGauge">
		<ScreenID>AtkGauge</ScreenID>
		<Font>2</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>237</X>
			<Y>93</Y>
		</Location>
		<Size>
			<CX>30</CX>
			<CY>15</CY>
		</Size>
		<EQType>23</EQType>
		<TextColor>
				<R>255</R>
				<G>255</G>
				<B>0</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignCenter>false</AlignCenter>
		<AlignRight>false</AlignRight>
	</Label>

<!--Real Stat Section-->
	<Label item ="PW_STR">
		<ScreenID>STRLabel</ScreenID>
		<Font>2</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>3</X>
			<Y>18</Y>
		</Location>
		<Size>
			<CX>50</CX>
			<CY>14</CY>
		</Size>
		<Text>STR</Text>
		<TextColor>
				<R>255</R>
				<G>255</G>
				<B>255</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignCenter>false</AlignCenter>
		<AlignRight>false</AlignRight>
	</Label>
	<Label item ="PW_STRNumber">
		<ScreenID>STRNumberLabel</ScreenID>
		<EQType>5</EQType>
		<Font>2</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>27</X>
			<Y>18</Y>
		</Location>
		<Size>
			<CX>50</CX>
			<CY>14</CY>
		</Size>
		<Text>255</Text>
		<TextColor>
				<R>255</R>
				<G>255</G>
				<B>255</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignCenter>false</AlignCenter>
		<AlignRight>false</AlignRight>
	</Label>

	<Label item ="PW_STA">
		<ScreenID>STALabel</ScreenID>
		<Font>2</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>3</X>
			<Y>32</Y>
		</Location>
		<Size>
			<CX>50</CX>
			<CY>14</CY>
		</Size>
		<Text>STA</Text>
		<TextColor>
				<R>255</R>
				<G>255</G>
				<B>255</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignCenter>false</AlignCenter>
		<AlignRight>false</AlignRight>
	</Label>
	<Label item ="PW_STANumber">
		<ScreenID>STANumberLabel</ScreenID>
		<EQType>6</EQType>
		<Font>2</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>27</X>
			<Y>32</Y>
		</Location>
		<Size>
			<CX>50</CX>
			<CY>14</CY>
		</Size>
		<Text>255</Text>
		<TextColor>
				<R>255</R>
				<G>255</G>
				<B>255</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignCenter>false</AlignCenter>
		<AlignRight>false</AlignRight>
	</Label>

	<Label item ="PW_AGI">
		<ScreenID>AGILabel</ScreenID>
		<Font>2</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>3</X>
			<Y>46</Y>
		</Location>
		<Size>
			<CX>50</CX>
			<CY>14</CY>
		</Size>
		<Text>AGI</Text>
		<TextColor>
				<R>255</R>
				<G>255</G>
				<B>255</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignCenter>false</AlignCenter>
		<AlignRight>false</AlignRight>
	</Label>
	<Label item ="PW_AGINumber">
		<ScreenID>AGINumberLabel</ScreenID>
		<EQType>8</EQType>
		<Font>2</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>27</X>
			<Y>46</Y>
		</Location>
		<Size>
			<CX>50</CX>
			<CY>14</CY>
		</Size>
		<Text>255</Text>
		<TextColor>
				<R>255</R>
				<G>255</G>
				<B>255</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignCenter>false</AlignCenter>
		<AlignRight>false</AlignRight>
	</Label>

	<Label item ="PW_DEX">
		<ScreenID>DEXLabel</ScreenID>
		<Font>2</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>3</X>
			<Y>60</Y>
		</Location>
		<Size>
			<CX>50</CX>
			<CY>14</CY>
		</Size>
		<Text>DEX</Text>
		<TextColor>
				<R>255</R>
				<G>255</G>
				<B>255</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignCenter>false</AlignCenter>
		<AlignRight>false</AlignRight>
	</Label>
	<Label item ="PW_DEXNumber">
		<ScreenID>DEXNumberLabel</ScreenID>
		<EQType>7</EQType>
		<Font>2</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>27</X>
			<Y>60</Y>
		</Location>
		<Size>
			<CX>50</CX>
			<CY>14</CY>
		</Size>
		<Text>255</Text>
		<TextColor>
				<R>255</R>
				<G>255</G>
				<B>255</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignCenter>false</AlignCenter>
		<AlignRight>false</AlignRight>
	</Label>

	<Label item ="PW_WIS">
		<ScreenID>WISLabel</ScreenID>
		<Font>2</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>3</X>
			<Y>74</Y>
		</Location>
		<Size>
			<CX>50</CX>
			<CY>14</CY>
		</Size>
		<Text>WIS</Text>
		<TextColor>
				<R>255</R>
				<G>255</G>
				<B>255</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignCenter>false</AlignCenter>
		<AlignRight>false</AlignRight>
	</Label>
	<Label item ="PW_WISNumber">
		<ScreenID>WISNumberLabel</ScreenID>
		<EQType>9</EQType>
		<Font>2</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>27</X>
			<Y>74</Y>
		</Location>
		<Size>
			<CX>50</CX>
			<CY>14</CY>
		</Size>
		<Text>255</Text>
		<TextColor>
				<R>255</R>
				<G>255</G>
				<B>255</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignCenter>false</AlignCenter>
		<AlignRight>false</AlignRight>
	</Label>

	<Label item ="PW_INT">
		<ScreenID>INTLabel</ScreenID>
		<Font>2</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>3</X>
			<Y>88</Y>
		</Location>
		<Size>
			<CX>50</CX>
			<CY>14</CY>
		</Size>
		<Text>INT</Text>
		<TextColor>
				<R>255</R>
				<G>255</G>
				<B>255</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignCenter>false</AlignCenter>
		<AlignRight>false</AlignRight>
	</Label>
	<Label item ="PW_INTNumber">
		<ScreenID>INTNumberLabel</ScreenID>
		<EQType>10</EQType>
		<Font>2</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>27</X>
			<Y>88</Y>
		</Location>
		<Size>
			<CX>50</CX>
			<CY>14</CY>
		</Size>
		<Text>255</Text>
		<TextColor>
				<R>255</R>
				<G>255</G>
				<B>255</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignCenter>false</AlignCenter>
		<AlignRight>false</AlignRight>
	</Label>

	<Label item ="PW_CHA">
		<ScreenID>CHALabel</ScreenID>
		<Font>2</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>3</X>
			<Y>102</Y>
		</Location>
		<Size>
			<CX>50</CX>
			<CY>14</CY>
		</Size>
		<Text>CHA</Text>
		<TextColor>
				<R>255</R>
				<G>255</G>
				<B>255</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignCenter>false</AlignCenter>
		<AlignRight>false</AlignRight>
	</Label>
	<Label item ="PW_CHANumber">
		<ScreenID>CHANumberLabel</ScreenID>
		<EQType>11</EQType>
		<Font>2</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>27</X>
			<Y>102</Y>
		</Location>
		<Size>
			<CX>50</CX>
			<CY>14</CY>
		</Size>
		<Text>255</Text>
		<TextColor>
				<R>255</R>
				<G>255</G>
				<B>255</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignCenter>false</AlignCenter>
		<AlignRight>false</AlignRight>
	</Label>
<!--Resists Section-->

	<Label item ="TW_Magic">
		<ScreenID>MagicLabel</ScreenID>
		<Font>2</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>50</X>
			<Y>46</Y>
		</Location>
		<Size>
			<CX>64</CX>
			<CY>14</CY>
		</Size>
		<Text>MR</Text>
		<TextColor>
				<R>255</R>
				<G>255</G>
				<B>255</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignCenter>false</AlignCenter>
		<AlignRight>false</AlignRight>
	</Label>
	<Label item ="TW_MagicNumber">
		<ScreenID>MagicNumberLabel</ScreenID>
		<EQType>16</EQType>
		<Font>2</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>65</X>
			<Y>46</Y>
		</Location>
		<Size>
			<CX>64</CX>
			<CY>14</CY>
		</Size>
		<Text>255</Text>
		<TextColor>
				<R>255</R>
				<G>255</G>
				<B>255</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignCenter>false</AlignCenter>
		<AlignRight>false</AlignRight>
	</Label>
	<Label item ="TW_Fire">
		<ScreenID>FireLabel</ScreenID>
		<Font>2</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>50</X>
			<Y>60</Y>
		</Location>
		<Size>
			<CX>64</CX>
			<CY>14</CY>
		</Size>
		<Text>FR</Text>
		<TextColor>
				<R>255</R>
				<G>255</G>
				<B>255</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignCenter>false</AlignCenter>
		<AlignRight>false</AlignRight>
	</Label>
	<Label item ="TW_FireNumber">
		<ScreenID>FireNumberLabel</ScreenID>
		<EQType>14</EQType>
		<Font>2</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>65</X>
			<Y>60</Y>
		</Location>
		<Size>
			<CX>64</CX>
			<CY>14</CY>
		</Size>
		<Text>255</Text>
		<TextColor>
				<R>255</R>
				<G>255</G>
				<B>255</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignCenter>false</AlignCenter>
		<AlignRight>false</AlignRight>
	</Label>

	<Label item ="TW_Cold">
		<ScreenID>ColdLabel</ScreenID>
		<Font>2</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>50</X>
			<Y>74</Y>
		</Location>
		<Size>
			<CX>64</CX>
			<CY>14</CY>
		</Size>
		<Text>CR</Text>
		<TextColor>
				<R>255</R>
				<G>255</G>
				<B>255</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignCenter>false</AlignCenter>
		<AlignRight>false</AlignRight>
	</Label>
	<Label item ="TW_ColdNumber">
		<ScreenID>ColdNumberLabel</ScreenID>
		<EQType>15</EQType>
		<Font>2</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>65</X>
			<Y>74</Y>
		</Location>
		<Size>
			<CX>64</CX>
			<CY>14</CY>
		</Size>
		<Text>255</Text>
		<TextColor>
				<R>255</R>
				<G>255</G>
				<B>255</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignCenter>false</AlignCenter>
		<AlignRight>false</AlignRight>
	</Label>
	<Label item ="TW_Poison">
		<ScreenID>PoisonLabel</ScreenID>
		<Font>2</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>50</X>
			<Y>88</Y>
		</Location>
		<Size>
			<CX>64</CX>
			<CY>14</CY>
		</Size>
		<Text>PR</Text>
		<TextColor>
				<R>255</R>
				<G>255</G>
				<B>255</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignCenter>false</AlignCenter>
		<AlignRight>false</AlignRight>
	</Label>
	<Label item ="TW_PoisonNumber">
		<ScreenID>PoisonNumberLabel</ScreenID>
		<EQType>12</EQType>
		<Font>2</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>65</X>
			<Y>88</Y>
		</Location>
		<Size>
			<CX>64</CX>
			<CY>14</CY>
		</Size>
		<Text>255</Text>
		<TextColor>
				<R>255</R>
				<G>255</G>
				<B>255</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignCenter>false</AlignCenter>
		<AlignRight>false</AlignRight>
	</Label>
	<Label item ="TW_Disease">
		<ScreenID>DiseaseLabel</ScreenID>
		<Font>2</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>50</X>
			<Y>102</Y>
		</Location>
		<Size>
			<CX>64</CX>
			<CY>14</CY>
		</Size>
		<Text>DR</Text>
		<TextColor>
				<R>255</R>
				<G>255</G>
				<B>255</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignCenter>false</AlignCenter>
		<AlignRight>false</AlignRight>
	</Label>
	<Label item ="TW_DiseaseNumber">
		<ScreenID>DiseaseNumberLabel</ScreenID>
		<EQType>13</EQType>
		<Font>2</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>65</X>
			<Y>102</Y>
		</Location>
		<Size>
			<CX>64</CX>
			<CY>14</CY>
		</Size>
		<Text>255</Text>
		<TextColor>
				<R>255</R>
				<G>255</G>
				<B>255</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignCenter>false</AlignCenter>
		<AlignRight>false</AlignRight>
	</Label>
	<Screen item = "PlayerWindow">
		<!--<ScreenID/>-->
		<RelativePosition>false</RelativePosition>
		<Location>
			<X>516</X>
			<Y>0</Y>
		</Location>
		<Size>
			<CX>268</CX>
			<CY>121</CY>
		</Size>
		<Text>Player</Text>
		<Style_VScroll>false</Style_VScroll>
		<Style_HScroll>false</Style_HScroll>
		<Style_Transparent>false</Style_Transparent>
		<TooltipReference>The Breath Meter</TooltipReference>
		<DrawTemplate>WDT_Player</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>Player_HP</Pieces>
		<Pieces>Player_Mana</Pieces>
		<Pieces>Player_Fatigue</Pieces>		
		<Pieces>Pet_HP</Pieces>
		<Pieces>ExpGauge</Pieces>
		<Pieces>AltAdvGauge</Pieces>
		<Pieces>HPNumber</Pieces>
		<Pieces>MaxHPNumber</Pieces>
		<Pieces>ManaNumber</Pieces>
		<Pieces>MaxManaNumber</Pieces>
		<Pieces>ManaLabel</Pieces>
		<Pieces>MaxManaLabel</Pieces>
		<Pieces>EndNumber</Pieces>
		<Pieces>MaxEndNumber</Pieces>
		<Pieces>EndLabel</Pieces>
		<Pieces>MaxEndLabel</Pieces>
		<Pieces>ExpPercentage</Pieces>
		<Pieces>StaPercentage</Pieces>
		<Pieces>StaTextLabel</Pieces>
		<Pieces>AltAdvExpPercentage</Pieces>
		<Pieces>ExpLabel</Pieces>
		<Pieces>ACGauge</Pieces>
		<Pieces>AtkGauge</Pieces>
		<Pieces>MaxHPLabel</Pieces>
		<Pieces>ACLabel</Pieces>
		<Pieces>ManaPercentLabel</Pieces>
		<Pieces>HPTextLabel</Pieces>
		<Pieces>AtkLabel</Pieces>
		<Pieces>AltAdvExpLabel</Pieces>
		<Pieces>HPLabel</Pieces>
		<Pieces>HPPercentage</Pieces>
		<Pieces>ManaPercent</Pieces>
		<Pieces>PW_STR</Pieces>
		<Pieces>PW_STRNumber</Pieces>
		<Pieces>PW_STA</Pieces>
		<Pieces>PW_STANumber</Pieces>
		<Pieces>PW_AGI</Pieces>
		<Pieces>PW_AGINumber</Pieces>
		<Pieces>PW_DEX</Pieces>
		<Pieces>PW_DEXNumber</Pieces>
		<Pieces>PW_WIS</Pieces>
		<Pieces>PW_WISNumber</Pieces>
		<Pieces>PW_INT</Pieces>
		<Pieces>PW_INTNumber</Pieces>
		<Pieces>PW_CHA</Pieces>
		<Pieces>PW_CHANumber</Pieces>
		<Pieces>TW_Poison</Pieces>
		<Pieces>TW_PoisonNumber</Pieces>
		<Pieces>TW_Magic</Pieces>
		<Pieces>TW_MagicNumber</Pieces>
		<Pieces>TW_Disease</Pieces>
		<Pieces>TW_DiseaseNumber</Pieces>
		<Pieces>TW_Fire</Pieces>
		<Pieces>TW_FireNumber</Pieces>
		<Pieces>TW_Cold</Pieces>
		<Pieces>TW_ColdNumber</Pieces>
		<Pieces>LdrAAGauge</Pieces>
		<Pieces>LdrXPPercent</Pieces>
		<Pieces>LdrXPLabel</Pieces>
		<Pieces>NameLabel</Pieces>
		<Pieces>SurNameLabel</Pieces>
		<Pieces>A_AttackIndicatorAnim</Pieces>
		<Pieces>MQ_HpRegen</Pieces>
		<Pieces>MQ_EnduranceRegen</Pieces>
		<Pieces>MQ_ManaRegen</Pieces>
		<Pieces>PlayerVisible</Pieces>
	</Screen>
	<WindowDrawTemplate item = "WDT_Player">
		<Background>wnd_bg_player.tga</Background>
		<VSBTemplate>
			<UpButton>
				<Normal>A_VSBUpNormal</Normal>
				<Pressed>A_VSBUpPressed</Pressed>
				<Flyby>A_VSBUpFlyby</Flyby>
				<Disabled>A_VSBUpDisabled</Disabled>
				<PressedFlyby>A_VSBUpPressedFlyby</PressedFlyby>
			</UpButton>
			<DownButton>
				<Normal>A_VSBDownNormal</Normal>
				<Pressed>A_VSBDownPressed</Pressed>
				<Flyby>A_VSBDownFlyby</Flyby>
				<Disabled>A_VSBDownDisabled</Disabled>
				<PressedFlyby>A_VSBDownPressedFlyby</PressedFlyby>
			</DownButton>
			<Thumb>
				<Top>A_VSBThumbTop</Top>
				<Bottom>A_VSBThumbBottom</Bottom>
				<Middle>A_VSBThumbMiddle</Middle>
				<OverlapLeft>0</OverlapLeft>
				<OverlapTop>0</OverlapTop>
				<OverlapRight>0</OverlapRight>
				<OverlapBottom>0</OverlapBottom>
			</Thumb>
			<MiddleTextureInfo>scrollbar_gutter.tga</MiddleTextureInfo>
			<MiddleTint>
				<Alpha>255</Alpha>
				<R>128</R>
				<G>128</G>
				<B>128</B>
			</MiddleTint>
		</VSBTemplate>
		<HSBTemplate>
			<UpButton>
				<Normal>A_HSBLeftNormal</Normal>
				<Pressed>A_HSBLeftPressed</Pressed>
				<Flyby>A_HSBLeftFlyby</Flyby>
				<Disabled>A_HSBLeftDisabled</Disabled>
				<PressedFlyby>A_HSBLeftPressedFlyby</PressedFlyby>
			</UpButton>
			<DownButton>
				<Normal>A_HSBRightNormal</Normal>
				<Pressed>A_HSBRightPressed</Pressed>
				<Flyby>A_HSBRightFlyby</Flyby>
				<Disabled>A_HSBRightDisabled</Disabled>
				<PressedFlyby>A_HSBRightPressedFlyby</PressedFlyby>
			</DownButton>
			<Thumb>
				<Right>A_HSBThumbRight</Right>
				<Left>A_HSBThumbLeft</Left>
				<Middle>A_HSBThumbMiddle</Middle>
				<OverlapLeft>0</OverlapLeft>
				<OverlapTop>0</OverlapTop>
				<OverlapRight>0</OverlapRight>
				<OverlapBottom>0</OverlapBottom>
			</Thumb>
			<MiddleTextureInfo>scrollbar_gutter.tga</MiddleTextureInfo>
			<MiddleTint>
				<Alpha>255</Alpha>
				<R>128</R>
				<G>128</G>
				<B>128</B>
			</MiddleTint>
		</HSBTemplate>
		<CloseBox>
			<Normal>A_CloseBtnNormal</Normal>
			<Pressed>A_CloseBtnPressed</Pressed>
			<Flyby>A_CloseBtnFlyby</Flyby>
			<Disabled>A_CloseBtnDisabled</Disabled>
			<PressedFlyby>A_CloseBtnPressedFlyby</PressedFlyby>
		</CloseBox>
		<MinimizeBox>
			<Normal>A_MinimizeBtnNormal</Normal>
			<Pressed>A_MinimizeBtnPressed</Pressed>
			<Flyby>A_MinimizeBtnFlyby</Flyby>
			<Disabled>A_MinimizeBtnDisabled</Disabled>
			<PressedFlyby>A_MinimizeBtnPressedFlyby</PressedFlyby>
		</MinimizeBox>
		<TileBox>
			<Normal>A_TileBtnNormal</Normal>
			<Pressed>A_TileBtnPressed</Pressed>
			<Flyby>A_TileBtnFlyby</Flyby>
			<Disabled>A_TileBtnDisabled</Disabled>
			<PressedFlyby>A_TileBtnPressedFlyby</PressedFlyby>
		</TileBox>
		<Border>
			<TopLeft>A_RoundedFrameTopLeft</TopLeft>
			<Top>A_RoundedFrameTop</Top>
			<TopRight>A_RoundedFrameTopRight</TopRight>
			<RightTop>A_RoundedFrameRightTop</RightTop>
			<Right>A_RoundedFrameRight</Right>
			<RightBottom>A_RoundedFrameRightBottom</RightBottom>
			<BottomRight>A_RoundedFrameBottomRight</BottomRight>
			<Bottom>A_RoundedFrameBottom</Bottom>
			<BottomLeft>A_RoundedFrameBottomLeft</BottomLeft>
			<LeftTop>A_RoundedFrameLeftTop</LeftTop>
			<Left>A_RoundedFrameLeft</Left>
			<LeftBottom>A_RoundedFrameLeftBottom</LeftBottom>
			<OverlapLeft>0</OverlapLeft>
			<OverlapTop>0</OverlapTop>
			<OverlapRight>0</OverlapRight>
			<OverlapBottom>0</OverlapBottom>
		</Border>
		<Titlebar>
			<Right>A_RoundedFrameTitleRight</Right>
			<Left>A_RoundedFrameTitleLeft</Left>
			<Middle>A_RoundedFrameTitleMiddle</Middle>
			<OverlapLeft>0</OverlapLeft>
			<OverlapTop>0</OverlapTop>
			<OverlapRight>0</OverlapRight>
			<OverlapBottom>0</OverlapBottom>
		</Titlebar>
	</WindowDrawTemplate>
	<TextureInfo item = "wnd_bg_player.tga">
		<Size>
			<CX>512</CX>
			<CY>128</CY>
		</Size>
	</TextureInfo>
<TextureInfo item = "AttackIndicator.tga">
		<Size>
			<CX>512</CX>
			<CY>128</CY>
		</Size>
	</TextureInfo>

	<Ui2DAnimation item = "A_AttackIndicator">
		<Cycle>false</Cycle>
		<Frames>
			<Texture>AttackIndicator.tga</Texture>
			<Location>
				<X>0</X>
				<Y>3</Y>
			</Location>
			<Size>
				<CX>268</CX>
				<CY>121</CY>
			</Size>
		</Frames>
	</Ui2DAnimation>

	<StaticAnimation item = "A_AttackIndicatorAnim">
		<ScreenID>A_AttackIndicatorAnim</ScreenID>
		<Animation>A_AttackIndicator</Animation>
	</StaticAnimation>

</XML>

User avatar
three-p-o
a grimling bloodguard
a grimling bloodguard
Posts: 600
Joined: Sun Nov 03, 2002 5:59 pm

Post by three-p-o » Wed Mar 01, 2006 10:21 pm

EQUI_GroupWindow.xml

Code: Select all

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

	<Button item = "GW_InviteButton">
		<ScreenID>InviteButton</ScreenID>
		<!--<Font>3</Font>-->
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>172</X>
			<Y>25</Y>
		</Location>
		<Size>
			<CX>50</CX>
			<CY>20</CY>
		</Size>
		<Style_VScroll>false</Style_VScroll>
		<Style_HScroll>false</Style_HScroll>
		<Style_Transparent>true</Style_Transparent>
		<TooltipReference>Select a player and click to invite into the group</TooltipReference>
		<Style_Checkbox>false</Style_Checkbox>
		<!--<RadioGroup/>-->
		<Text>Invite</Text>
		<TextColor>
				<R>255</R>
				<G>255</G>
				<B>255</B>
		</TextColor>
		<ButtonDrawTemplate>
			<Normal>A_SmallBtnNormal</Normal>
			<Pressed>A_SmallBtnPressed</Pressed>
			<Flyby>A_SmallBtnFlyby</Flyby>
			<Disabled>A_SmallBtnDisabled</Disabled>
			<PressedFlyby>A_SmallBtnPressedFlyby</PressedFlyby>
		</ButtonDrawTemplate>
		<Text>Invite</Text>
	</Button>
	<Button item = "GW_DisbandButton">
		<ScreenID>DisbandButton</ScreenID>
		<!--<Font>3</Font>-->
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>202</X>
			<Y>75</Y>
		</Location>
		<Size>
			<CX>52</CX>
			<CY>20</CY>
		</Size>
		<Style_VScroll>false</Style_VScroll>
		<Style_HScroll>false</Style_HScroll>
		<Style_Transparent>true</Style_Transparent>
		<TooltipReference>Click to disband your target from the group</TooltipReference>
		<Style_Checkbox>false</Style_Checkbox>
		<!--<RadioGroup/>-->
		<ButtonDrawTemplate>
			<Normal>A_SmallBtnNormal</Normal>
			<Pressed>A_SmallBtnPressed</Pressed>
			<Flyby>A_SmallBtnFlyby</Flyby>
			<Disabled>A_SmallBtnDisabled</Disabled>
			<PressedFlyby>A_SmallBtnPressedFlyby</PressedFlyby>
		</ButtonDrawTemplate>
		<Text>Disband</Text>
		<TextColor>
				<R>255</R>
				<G>255</G>
				<B>255</B>
		</TextColor>
	</Button>
	<Button item = "GW_FollowButton">
		<ScreenID>FollowButton</ScreenID>
		<!--<Font>3</Font>-->
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>172</X>
			<Y>25</Y>
		</Location>
		<Size>
			<CX>50</CX>
			<CY>20</CY>
		</Size>
		<Style_VScroll>false</Style_VScroll>
		<Style_HScroll>false</Style_HScroll>
		<Style_Transparent>true</Style_Transparent>
		<TooltipReference>Accept an invitation to group</TooltipReference>
		<Style_Checkbox>false</Style_Checkbox>
		<!--<RadioGroup/>-->
		<Text>Follow</Text>
		<TextColor>
				<R>255</R>
				<G>255</G>
				<B>255</B>
		</TextColor>
		<ButtonDrawTemplate>
			<Normal>A_BtnNormal</Normal>
			<Pressed>A_BtnPressed</Pressed>
			<Flyby>A_BtnFlyby</Flyby>
			<Disabled>A_BtnDisabled</Disabled>
			<PressedFlyby>A_BtnPressedFlyby</PressedFlyby>
		</ButtonDrawTemplate>
		<Text>Invite</Text>
	</Button>
	<Button item = "GW_DeclineButton">
		<ScreenID>DeclineButton</ScreenID>
		<!--<Font>3</Font>-->
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>202</X>
			<Y>75</Y>
		</Location>
		<Size>
			<CX>52</CX>
			<CY>20</CY>
		</Size>
		<Style_VScroll>false</Style_VScroll>
		<Style_HScroll>false</Style_HScroll>
		<Style_Transparent>true</Style_Transparent>
		<TooltipReference>Refuse an invtitation to group</TooltipReference>
		<Style_Checkbox>false</Style_Checkbox>
		<!--<RadioGroup/>-->
		<ButtonDrawTemplate>
			<Normal>A_SmallBtnNormal</Normal>
			<Pressed>A_SmallBtnPressed</Pressed>
			<Flyby>A_SmallBtnFlyby</Flyby>
			<Disabled>A_SmallBtnDisabled</Disabled>
			<PressedFlyby>A_SmallBtnPressedFlyby</PressedFlyby>
		</ButtonDrawTemplate>
		<Text>Decline</Text>
		<TextColor>
				<R>255</R>
				<G>255</G>
				<B>255</B>
		</TextColor>
	</Button>
	<Button item = "GW_LFGButton">
		<ScreenID>LFGButton</ScreenID>
		<!--<Font>3</Font>-->
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>187</X>
			<Y>50</Y>
		</Location>
		<Size>
			<CX>52</CX>
			<CY>20</CY>
		</Size>
		<Style_VScroll>false</Style_VScroll>
		<Style_HScroll>false</Style_HScroll>
		<Style_Transparent>true</Style_Transparent>
		<TooltipReference>Click to open the Looking For Group tool</TooltipReference>
		<Style_Checkbox>false</Style_Checkbox>
		<!--<RadioGroup/>-->
		<ButtonDrawTemplate>
			<Normal>A_SmallBtnNormal</Normal>
			<Pressed>A_SmallBtnPressed</Pressed>
			<Flyby>A_SmallBtnFlyby</Flyby>
			<Disabled>A_SmallBtnNormal</Disabled>
			<PressedFlyby>A_SmallBtnPressedFlyby</PressedFlyby>
		</ButtonDrawTemplate>
		<Text>LFG</Text>
		<TextColor>
				<R>255</R>
				<G>255</G>
				<B>255</B>
		</TextColor>
	</Button>

	<Gauge item = "GW_Gauge1">
		<ScreenID>Gauge1</ScreenID>
		<!--<Font>3</Font>-->
		<TextColor>
				<R>240</R>
				<G>240</G>
				<B>240</B>
		</TextColor>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>1</X>
			<Y>0</Y>
		</Location>
		<Size>
			<CX>108</CX>
			<CY>24</CY>
		</Size>
		<TextOffsetX>8</TextOffsetX>
		<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>A_GaugeBackground</Background>
			<Fill>A_GaugeFill</Fill>
			<Lines>A_GaugeLines</Lines>
			<LinesFill>A_GaugeLinesFill</LinesFill>
			<EndCapLeft>A_GaugeEndCapLeft</EndCapLeft>
			<EndCapRight>A_GaugeEndCapRight</EndCapRight>
		</GaugeDrawTemplate>
	</Gauge>
	<Gauge item = "GW_PetGauge1">
		<ScreenID>PetGauge1</ScreenID>
		<!--<Font>3</Font>-->
		<TextColor>
				<R>240</R>
				<G>240</G>
				<B>240</B>
		</TextColor>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>5</X>
			<Y>22</Y>
		</Location>
		<Size>
			<CX>108</CX>
			<CY>2</CY>
		</Size>
		<TextOffsetY>-50</TextOffsetY>
		<GaugeOffsetY>-2</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>17</EQType>
		<GaugeDrawTemplate>
			<Background>A_GaugeBackground</Background>
			<Fill>A_GaugeFill</Fill>
			<!--<Lines>A_GaugeLines</Lines>-->
			<!--<LinesFill>A_GaugeLinesFill</LinesFill>-->
			<!--<EndCapLeft>A_GaugeEndCapLeft</EndCapLeft>-->
			<!--<EndCapRight>A_GaugeEndCapRight</EndCapRight>-->
		</GaugeDrawTemplate>
	</Gauge>
	<Gauge item = "GW_Gauge2">
		<ScreenID>Gauge2</ScreenID>
		<!--<Font>3</Font>-->
		<TextColor>
				<R>240</R>
				<G>240</G>
				<B>240</B>
		</TextColor>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>7</X>
			<Y>24</Y>
		</Location>
		<Size>
			<CX>108</CX>
			<CY>24</CY>
		</Size>
		<TextOffsetX>8</TextOffsetX>
		<Style_VScroll>false</Style_VScroll>
		<Style_HScroll>false</Style_HScroll>
		<Style_Transparent>true</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>A_GaugeBackground</Background>
			<Fill>A_GaugeFill</Fill>
			<Lines>A_GaugeLines</Lines>
			<LinesFill>A_GaugeLinesFill</LinesFill>
			<EndCapLeft>A_GaugeEndCapLeft</EndCapLeft>
			<EndCapRight>A_GaugeEndCapRight</EndCapRight>
		</GaugeDrawTemplate>
	</Gauge>
	<Gauge item = "GW_PetGauge2">
		<ScreenID>PetGauge2</ScreenID>
		<!--<Font>3</Font>-->
		<TextColor>
				<R>240</R>
				<G>240</G>
				<B>240</B>
		</TextColor>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>11</X>
			<Y>46</Y>
		</Location>
		<Size>
			<CX>108</CX>
			<CY>2</CY>
		</Size>
		<TextOffsetY>-50</TextOffsetY>
		<GaugeOffsetY>-2</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>
			<Background>A_GaugeBackground</Background>
			<Fill>A_GaugeFill</Fill>
			<!--<Lines>A_GaugeLines</Lines>-->
			<!--<LinesFill>A_GaugeLinesFill</LinesFill>-->
			<!--<EndCapLeft>A_GaugeEndCapLeft</EndCapLeft>-->
			<!--<EndCapRight>A_GaugeEndCapRight</EndCapRight>-->
		</GaugeDrawTemplate>
	</Gauge>
	<Gauge item = "GW_Gauge3">
		<ScreenID>Gauge3</ScreenID>
		<!--<Font>3</Font>-->
		<TextColor>
				<R>240</R>
				<G>240</G>
				<B>240</B>
		</TextColor>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>19</X>
			<Y>48</Y>
		</Location>
		<Size>
			<CX>108</CX>
			<CY>24</CY>
		</Size>
		<TextOffsetX>8</TextOffsetX>
		<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>A_GaugeBackground</Background>
			<Fill>A_GaugeFill</Fill>
			<Lines>A_GaugeLines</Lines>
			<LinesFill>A_GaugeLinesFill</LinesFill>
			<EndCapLeft>A_GaugeEndCapLeft</EndCapLeft>
			<EndCapRight>A_GaugeEndCapRight</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>70</Y>
		</Location>
		<Size>
			<CX>108</CX>
			<CY>2</CY>
		</Size>
		<TextOffsetY>-50</TextOffsetY>
		<GaugeOffsetY>-2</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>
			<Background>A_GaugeBackground</Background>
			<Fill>A_GaugeFill</Fill>
			<!--<Lines>A_GaugeLines</Lines>-->
			<!--<LinesFill>A_GaugeLinesFill</LinesFill>-->
			<!--<EndCapLeft>A_GaugeEndCapLeft</EndCapLeft>-->
			<!--<EndCapRight>A_GaugeEndCapRight</EndCapRight>-->
		</GaugeDrawTemplate>
	</Gauge>
	<Gauge item = "GW_Gauge4">
		<ScreenID>Gauge4</ScreenID>
		<!--<Font>3</Font>-->
		<TextColor>
				<R>240</R>
				<G>240</G>
				<B>240</B>
		</TextColor>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>41</X>
			<Y>72</Y>
		</Location>
		<Size>
			<CX>108</CX>
			<CY>24</CY>
		</Size>
		<TextOffsetX>8</TextOffsetX>
		<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>A_GaugeBackground</Background>
			<Fill>A_GaugeFill</Fill>
			<Lines>A_GaugeLines</Lines>
			<LinesFill>A_GaugeLinesFill</LinesFill>
			<EndCapLeft>A_GaugeEndCapLeft</EndCapLeft>
			<EndCapRight>A_GaugeEndCapRight</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>41</X>
			<Y>94</Y>
		</Location>
		<Size>
			<CX>108</CX>
			<CY>2</CY>
		</Size>
		<TextOffsetY>-50</TextOffsetY>
		<GaugeOffsetY>-2</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>
			<Background>A_GaugeBackground</Background>
			<Fill>A_GaugeFill</Fill>
			<!--<Lines>A_GaugeLines</Lines>-->
			<!--<LinesFill>A_GaugeLinesFill</LinesFill>-->
			<!--<EndCapLeft>A_GaugeEndCapLeft</EndCapLeft>-->
			<!--<EndCapRight>A_GaugeEndCapRight</EndCapRight>-->
		</GaugeDrawTemplate>
	</Gauge>
	<Gauge item = "GW_Gauge5">
		<ScreenID>Gauge5</ScreenID>
		<!--<Font>3</Font>-->
		<TextColor>
				<R>240</R>
				<G>240</G>
				<B>240</B>
		</TextColor>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>70</X>
			<Y>96</Y>
		</Location>
		<Size>
			<CX>108</CX>
			<CY>24</CY>
		</Size>
		<TextOffsetX>8</TextOffsetX>
		<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>A_GaugeBackground</Background>
			<Fill>A_GaugeFill</Fill>
			<Lines>A_GaugeLines</Lines>
			<LinesFill>A_GaugeLinesFill</LinesFill>
			<EndCapLeft>A_GaugeEndCapLeft</EndCapLeft>
			<EndCapRight>A_GaugeEndCapRight</EndCapRight>
		</GaugeDrawTemplate>
	</Gauge>
	<Gauge item = "GW_PetGauge5">
		<ScreenID>PetGauge5</ScreenID>
		<!--<Font>3</Font>-->
		<TextColor>
				<R>240</R>
				<G>240</G>
				<B>240</B>
		</TextColor>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>74</X>
			<Y>118</Y>
		</Location>
		<Size>
			<CX>108</CX>
			<CY>2</CY>
		</Size>
		<TextOffsetY>-50</TextOffsetY>
		<GaugeOffsetY>-2</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>
			<Background>A_GaugeBackground</Background>
			<Fill>A_GaugeFill</Fill>
			<!--<Lines>A_GaugeLines</Lines>-->
			<!--<LinesFill>A_GaugeLinesFill</LinesFill>-->
			<!--<EndCapLeft>A_GaugeEndCapLeft</EndCapLeft>-->
			<!--<EndCapRight>A_GaugeEndCapRight</EndCapRight>-->
		</GaugeDrawTemplate>
	</Gauge>

	<Label item ="Gauge1_HPPercent">
		<ScreenID>HPPercLabel1</ScreenID>
		<Font>2</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>111</X>
			<Y>13</Y>
		</Location>
		<Size>
			<CX>40</CX>
			<CY>15</CY>
		</Size>
		<EQType>35</EQType>
		<TextColor>
				<R>255</R>
				<G>0</G>
				<B>0</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignCenter>false</AlignCenter>
		<AlignRight>false</AlignRight>
	</Label>
	<Label item ="Gauge1_DivisionBar">
		<ScreenID>Gauge1_DivisionBarLabel</ScreenID>
		<Font>2</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>135</X>
			<Y>13</Y>
		</Location>
		<Size>
			<CX>40</CX>
			<CY>15</CY>
		</Size>
		<Text>|</Text>
		<TextColor>
				<R>100</R>
				<G>100</G>
				<B>100</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignCenter>false</AlignCenter>
		<AlignRight>false</AlignRight>
	</Label>
	<Label item ="Gauge1_PetHPPercent">
		<ScreenID>Gauge1_PetHPPercentLabel</ScreenID>
		<Font>2</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>141</X>
			<Y>13</Y>
		</Location>
		<Size>
			<CX>40</CX>
			<CY>15</CY>
		</Size>
		<EQType>40</EQType>
		<TextColor>
				<R>51</R>
				<G>192</G>
				<B>51</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignCenter>false</AlignCenter>
		<AlignRight>false</AlignRight>
	</Label>
	<Label item ="Gauge2_HPPercent">
		<ScreenID>HPPercLabel2</ScreenID>
		<Font>2</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>117</X>
			<Y>37</Y>
		</Location>
		<Size>
			<CX>40</CX>
			<CY>15</CY>
		</Size>
		<EQType>36</EQType>
		<TextColor>
				<R>255</R>
				<G>0</G>
				<B>0</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignCenter>false</AlignCenter>
		<AlignRight>false</AlignRight>
	</Label>
	<Label item ="Gauge2_DivisionBar">
		<ScreenID>Gauge2_DivisionBarLabel</ScreenID>
		<Font>2</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>141</X>
			<Y>37</Y>
		</Location>
		<Size>
			<CX>40</CX>
			<CY>15</CY>
		</Size>
		<Text>|</Text>
		<TextColor>
				<R>100</R>
				<G>100</G>
				<B>100</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignCenter>false</AlignCenter>
		<AlignRight>false</AlignRight>
	</Label>
	<Label item ="Gauge2_PetHPPercent">
		<ScreenID>Gauge2_PetHPPercentLabel</ScreenID>
		<Font>2</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>147</X>
			<Y>37</Y>
		</Location>
		<Size>
			<CX>40</CX>
			<CY>15</CY>
		</Size>
		<EQType>41</EQType>
		<TextColor>
				<R>51</R>
				<G>192</G>
				<B>51</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignCenter>false</AlignCenter>
		<AlignRight>false</AlignRight>
	</Label>
	<Label item ="Gauge3_HPPercent">
		<ScreenID>HPPercLabel3</ScreenID>
		<Font>2</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>129</X>
			<Y>61</Y>
		</Location>
		<Size>
			<CX>40</CX>
			<CY>15</CY>
		</Size>
		<EQType>37</EQType>
		<TextColor>
				<R>255</R>
				<G>0</G>
				<B>0</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignCenter>false</AlignCenter>
		<AlignRight>false</AlignRight>
	</Label>
	<Label item ="Gauge3_DivisionBar">
		<ScreenID>Gauge3_DivisionBarLabel</ScreenID>
		<Font>2</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>153</X>
			<Y>61</Y>
		</Location>
		<Size>
			<CX>40</CX>
			<CY>15</CY>
		</Size>
		<Text>|</Text>
		<TextColor>
				<R>100</R>
				<G>100</G>
				<B>100</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignCenter>false</AlignCenter>
		<AlignRight>false</AlignRight>
	</Label>
	<Label item ="Gauge3_PetHPPercent">
		<ScreenID>Gauge3_PetHPPercentLabel</ScreenID>
		<Font>2</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>159</X>
			<Y>61</Y>
		</Location>
		<Size>
			<CX>40</CX>
			<CY>15</CY>
		</Size>
		<EQType>42</EQType>
		<TextColor>
				<R>51</R>
				<G>192</G>
				<B>51</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignCenter>false</AlignCenter>
		<AlignRight>false</AlignRight>
	</Label>
	<Label item ="Gauge4_HPPercent">
		<ScreenID>HPPercLabel4</ScreenID>
		<Font>2</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>151</X>
			<Y>85</Y>
		</Location>
		<Size>
			<CX>40</CX>
			<CY>15</CY>
		</Size>
		<EQType>38</EQType>
		<TextColor>
				<R>255</R>
				<G>0</G>
				<B>0</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignCenter>false</AlignCenter>
		<AlignRight>false</AlignRight>
	</Label>
	<Label item ="Gauge4_DivisionBar">
		<ScreenID>Gauge4_DivisionBarLabel</ScreenID>
		<Font>2</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>175</X>
			<Y>85</Y>
		</Location>
		<Size>
			<CX>40</CX>
			<CY>15</CY>
		</Size>
		<Text>|</Text>
		<TextColor>
				<R>100</R>
				<G>100</G>
				<B>100</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignCenter>false</AlignCenter>
		<AlignRight>false</AlignRight>
	</Label>
	<Label item ="Gauge4_PetHPPercent">
		<ScreenID>Gauge4_PetHPPercentLabel</ScreenID>
		<Font>2</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>181</X>
			<Y>85</Y>
		</Location>
		<Size>
			<CX>40</CX>
			<CY>15</CY>
		</Size>
		<EQType>43</EQType>
		<TextColor>
				<R>51</R>
				<G>192</G>
				<B>51</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignCenter>false</AlignCenter>
		<AlignRight>false</AlignRight>
	</Label>
	<Label item ="Gauge5_HPPercent">
		<ScreenID>HPPercLabel5</ScreenID>
		<Font>2</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>180</X>
			<Y>109</Y>
		</Location>
		<Size>
			<CX>40</CX>
			<CY>15</CY>
		</Size>
		<EQType>39</EQType>
		<TextColor>
				<R>255</R>
				<G>0</G>
				<B>0</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignCenter>false</AlignCenter>
		<AlignRight>false</AlignRight>
	</Label>
	<Label item ="Gauge5_DivisionBar">
		<ScreenID>Gauge5_DivisionBarLabel</ScreenID>
		<Font>2</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>204</X>
			<Y>109</Y>
		</Location>
		<Size>
			<CX>40</CX>
			<CY>15</CY>
		</Size>
		<Text>|</Text>
		<TextColor>
				<R>100</R>
				<G>100</G>
				<B>100</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignCenter>false</AlignCenter>
		<AlignRight>false</AlignRight>
	</Label>
	<Label item ="Gauge5_PetHPPercent">
		<ScreenID>Gauge5_PetHPPercentLabel</ScreenID>
		<Font>2</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>210</X>
			<Y>109</Y>
		</Location>
		<Size>
			<CX>40</CX>
			<CY>15</CY>
		</Size>
		<EQType>44</EQType>
		<TextColor>
				<R>51</R>
				<G>192</G>
				<B>51</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignCenter>false</AlignCenter>
		<AlignRight>false</AlignRight>
	</Label>

	<Screen item = "GroupWindow">
		<ScreenID/>
		<RelativePosition>false</RelativePosition>
		<Location>
			<X>516</X>
			<Y>78</Y>
		</Location>
		<Size>
			<CX>270</CX>
			<CY>200</CY>
		</Size>
		<Text>Group</Text>
		<Style_VScroll>false</Style_VScroll>
		<Style_HScroll>false</Style_HScroll>
		<Style_Transparent>false</Style_Transparent>
		<TooltipReference>This is the party window.</TooltipReference>
		<DrawTemplate>WDT_Group</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>GW_InviteButton</Pieces>
		<Pieces>GW_DisbandButton</Pieces>
		<Pieces>GW_FollowButton</Pieces>
		<Pieces>GW_DeclineButton</Pieces>
		<Pieces>GW_LFGButton</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>Gauge1_HPPercent</Pieces>
		<Pieces>Gauge2_HPPercent</Pieces>
		<Pieces>Gauge3_HPPercent</Pieces>
		<Pieces>Gauge4_HPPercent</Pieces>
		<Pieces>Gauge5_HPPercent</Pieces>
		<Pieces>Gauge1_DivisionBar</Pieces>
		<Pieces>Gauge2_DivisionBar</Pieces>
		<Pieces>Gauge3_DivisionBar</Pieces>
		<Pieces>Gauge4_DivisionBar</Pieces>
		<Pieces>Gauge5_DivisionBar</Pieces>
		<Pieces>Gauge1_PetHPPercent</Pieces>
		<Pieces>Gauge2_PetHPPercent</Pieces>
		<Pieces>Gauge3_PetHPPercent</Pieces>
		<Pieces>Gauge4_PetHPPercent</Pieces>
		<Pieces>Gauge5_PetHPPercent</Pieces>
		<Pieces>GW_HPLabel1</Pieces>
		<Pieces>GW_HPLabel2</Pieces>
		<Pieces>GW_HPLabel3</Pieces>
		<Pieces>GW_HPLabel4</Pieces>
		<Pieces>GW_HPLabel5</Pieces>
		<Pieces>MQ_Level1</Pieces>
		<Pieces>MQ_Level2</Pieces>
		<Pieces>MQ_Level3</Pieces>
		<Pieces>MQ_Level4</Pieces>
		<Pieces>MQ_Level5</Pieces>
		<Pieces>MQ_Class1</Pieces>
		<Pieces>MQ_Class2</Pieces>
		<Pieces>MQ_Class3</Pieces>
		<Pieces>MQ_Class4</Pieces>
		<Pieces>MQ_Class5</Pieces>
		<Pieces>MQ_Visible1</Pieces>
		<Pieces>MQ_Visible2</Pieces>
		<Pieces>MQ_Visible3</Pieces>
		<Pieces>MQ_Visible4</Pieces>
		<Pieces>MQ_Visible5</Pieces>
	</Screen>

	<Label item ="GW_HPLabel1">
		<ScreenID>HPLabel1</ScreenID>
		<EQType>35</EQType>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>0</X>
			<Y>0</Y>
		</Location>
		<Size>
			<CX>0</CX>
			<CY>0</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_HPLabel2">
		<ScreenID>HPLabel2</ScreenID>
		<EQType>35</EQType>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>0</X>
			<Y>0</Y>
		</Location>
		<Size>
			<CX>0</CX>
			<CY>0</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_HPLabel3">
		<ScreenID>HPLabel3</ScreenID>
		<EQType>35</EQType>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>0</X>
			<Y>0</Y>
		</Location>
		<Size>
			<CX>0</CX>
			<CY>0</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_HPLabel4">
		<ScreenID>HPLabel4</ScreenID>
		<EQType>35</EQType>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>0</X>
			<Y>0</Y>
		</Location>
		<Size>
			<CX>0</CX>
			<CY>0</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_HPLabel5">
		<ScreenID>HPLabel5</ScreenID>
		<EQType>35</EQType>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>0</X>
			<Y>0</Y>
		</Location>
		<Size>
			<CX>0</CX>
			<CY>0</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="MQ_Level1">
      <Font>1</Font>
      <EQType>9999</EQType>
      <TooltipReference>${If[${Group.Member[1].Level}!=70,${Group.Member[1].Level},]}</TooltipReference> 
      <RelativePosition>true</RelativePosition>
      <Location>
				<X>104</X>
				<Y>3</Y>
      </Location>
      <Size>
         <CX>20</CX>
         <CY>14</CY>
      </Size>
      <TextColor>
         <R>200</R>
         <G>200</G>
         <B>200</B>
      </TextColor>
      <NoWrap>true</NoWrap>
      <AlignLeft>true</AlignLeft>
      <AlignCenter>false</AlignCenter>
      <AlignRight>false</AlignRight>
  </Label>
  <Label item="MQ_Level2">
      <Font>1</Font>
      <EQType>9999</EQType>
      <TooltipReference>${If[${Group.Member[2].Level}!=70,${Group.Member[2].Level},]}</TooltipReference> 
      <RelativePosition>true</RelativePosition>
      <Location>
				<X>110</X>
				<Y>27</Y>
      </Location>
      <Size>
         <CX>20</CX>
         <CY>14</CY>
      </Size>
      <TextColor>
         <R>200</R>
         <G>200</G>
         <B>200</B>
      </TextColor>
      <NoWrap>true</NoWrap>
      <AlignLeft>true</AlignLeft>
      <AlignCenter>false</AlignCenter>
      <AlignRight>false</AlignRight>
  </Label>
  <Label item="MQ_Level3">
      <Font>1</Font>
      <EQType>9999</EQType>
      <TooltipReference>${If[${Group.Member[3].Level}!=70,${Group.Member[3].Level},]}</TooltipReference> 
      <RelativePosition>true</RelativePosition>
      <Location>
  			<X>122</X>
				<Y>51</Y>
      </Location>
      <Size>
         <CX>20</CX>
         <CY>14</CY>
      </Size>
      <TextColor>
         <R>200</R>
         <G>200</G>
         <B>200</B>
      </TextColor>
      <NoWrap>true</NoWrap>
      <AlignLeft>true</AlignLeft>
      <AlignCenter>false</AlignCenter>
      <AlignRight>false</AlignRight>
  </Label>
  <Label item="MQ_Level4">
      <Font>1</Font>
      <EQType>9999</EQType>
      <TooltipReference>${If[${Group.Member[4].Level}!=70,${Group.Member[4].Level},]}</TooltipReference> 
      <RelativePosition>true</RelativePosition>
      <Location>
        <X>144</X>
				<Y>75</Y>
      </Location>
      <Size>
         <CX>20</CX>
         <CY>14</CY>
      </Size>
      <TextColor>
         <R>200</R>
         <G>200</G>
         <B>200</B>
      </TextColor>
      <NoWrap>true</NoWrap>
      <AlignLeft>true</AlignLeft>
      <AlignCenter>false</AlignCenter>
      <AlignRight>false</AlignRight>
  </Label>
  <Label item="MQ_Level5">
      <Font>1</Font>
      <EQType>9999</EQType>
      <TooltipReference>${If[${Group.Member[5].Level}!=70,${Group.Member[5].Level},]}</TooltipReference> 
      <RelativePosition>true</RelativePosition>
      <Location>
        <X>173</X>
				<Y>99</Y>
      </Location>
      <Size>
         <CX>20</CX>
         <CY>14</CY>
      </Size>
      <TextColor>
         <R>200</R>
         <G>200</G>
         <B>200</B>
      </TextColor>
      <NoWrap>true</NoWrap>
      <AlignLeft>true</AlignLeft>
      <AlignCenter>false</AlignCenter>
      <AlignRight>false</AlignRight>
  </Label>
	
  <Label item="MQ_Class1">
      <Font>1</Font>
      <EQType>9999</EQType>
      <TooltipReference>${Group.Member[1].Class.ShortName}</TooltipReference> 
      <RelativePosition>true</RelativePosition>
      <Location>
				<X>101</X>
				<Y>3</Y>
      </Location>
      <Size>
         <CX>35</CX>
         <CY>14</CY>
      </Size>
      <Text></Text>
      <TextColor>
         <R>200</R>
         <G>200</G>
         <B>200</B>
      </TextColor>
      <NoWrap>true</NoWrap>
      <AlignLeft>false</AlignLeft>
      <AlignCenter>false</AlignCenter>
      <AlignRight>true</AlignRight>
  </Label>
  <Label item="MQ_Class2">
      <Font>1</Font>
      <EQType>9999</EQType>
      <TooltipReference>${Group.Member[2].Class.ShortName}</TooltipReference> 
      <RelativePosition>true</RelativePosition>
      <Location>
				<X>107</X>
				<Y>27</Y>
      </Location>
      <Size>
         <CX>35</CX>
         <CY>14</CY>
      </Size>
      <Text></Text>
      <TextColor>
         <R>200</R>
         <G>200</G>
         <B>200</B>
      </TextColor>
      <NoWrap>true</NoWrap>
      <AlignLeft>false</AlignLeft>
      <AlignCenter>false</AlignCenter>
      <AlignRight>true</AlignRight>
  </Label>
  <Label item="MQ_Class3">
      <Font>1</Font>
      <EQType>9999</EQType>
      <TooltipReference>${Group.Member[3].Class.ShortName}</TooltipReference> 
      <RelativePosition>true</RelativePosition>
      <Location>
  			<X>119</X>
				<Y>51</Y>
      </Location>
      <Size>
         <CX>35</CX>
         <CY>14</CY>
      </Size>
      <Text></Text>
      <TextColor>
         <R>200</R>
         <G>200</G>
         <B>200</B>
      </TextColor>
      <NoWrap>true</NoWrap>
      <AlignLeft>false</AlignLeft>
      <AlignCenter>false</AlignCenter>
      <AlignRight>true</AlignRight>
  </Label>
  <Label item="MQ_Class4">
      <Font>1</Font>
      <EQType>9999</EQType>
      <TooltipReference>${Group.Member[4].Class.ShortName}</TooltipReference> 
      <RelativePosition>true</RelativePosition>
      <Location>
        <X>141</X>
				<Y>75</Y>
      </Location>
      <Size>
         <CX>35</CX>
         <CY>14</CY>
      </Size>
      <Text></Text>
      <TextColor>
         <R>200</R>
         <G>200</G>
         <B>200</B>
      </TextColor>
      <NoWrap>true</NoWrap>
      <AlignLeft>false</AlignLeft>
      <AlignCenter>false</AlignCenter>
      <AlignRight>true</AlignRight>
  </Label>   
  <Label item="MQ_Class5">
      <Font>1</Font>
      <EQType>9999</EQType>
      <TooltipReference>${Group.Member[5].Class.ShortName}</TooltipReference> 
      <RelativePosition>true</RelativePosition>
      <Location>
        <X>170</X>
				<Y>99</Y>
      </Location>
      <Size>
         <CX>35</CX>
         <CY>14</CY>
      </Size>
      <Text></Text>
      <TextColor>
         <R>200</R>
         <G>200</G>
         <B>200</B>
      </TextColor>
      <NoWrap>true</NoWrap>
      <AlignLeft>false</AlignLeft>
      <AlignCenter>false</AlignCenter>
      <AlignRight>true</AlignRight>
  </Label>

	<Label item="MQ_Visible1">
      <Font>1</Font>
      <EQType>9999</EQType> 
      <TooltipReference>${If[${Group.Member[1].ID},${If[${Group.Member[1].Invis},,VIS]},]}</TooltipReference> 
      <RelativePosition>true</RelativePosition>
      <Location>
				<X>121</X>
				<Y>3</Y>
      </Location>
      <Size>
         <CX>35</CX>
         <CY>14</CY>
      </Size>
      <Text></Text>
      <TextColor>
         <R>255</R>
         <G>0</G>
         <B>0</B>
      </TextColor>
      <NoWrap>true</NoWrap>
      <AlignLeft>false</AlignLeft>
      <AlignCenter>false</AlignCenter>
      <AlignRight>true</AlignRight>
  </Label>
  <Label item="MQ_Visible2">
      <Font>1</Font>
      <EQType>9999</EQType>
      <TooltipReference>${If[${Group.Member[2].ID},${If[${Group.Member[2].Invis},,VIS]},]}</TooltipReference> 
      <RelativePosition>true</RelativePosition>
      <Location>
			<X>127</X>
			<Y>27</Y>
      </Location>
      <Size>
         <CX>35</CX>
         <CY>14</CY>
      </Size>
      <Text></Text>
      <TextColor>
         <R>255</R>
         <G>0</G>
         <B>0</B>
      </TextColor>
      <NoWrap>true</NoWrap>
      <AlignLeft>false</AlignLeft>
      <AlignCenter>false</AlignCenter>
      <AlignRight>true</AlignRight>
  </Label>
  <Label item="MQ_Visible3">
      <Font>1</Font>
      <EQType>9999</EQType>
      <TooltipReference>${If[${Group.Member[3].ID},${If[${Group.Member[3].Invis},,VIS]},]}</TooltipReference> 
      <RelativePosition>true</RelativePosition>
      <Location>
				<X>139</X>
				<Y>51</Y>
      </Location>
      <Size>
         <CX>35</CX>
         <CY>14</CY>
      </Size>
      <Text></Text>
      <TextColor>
         <R>255</R>
         <G>0</G>
         <B>0</B>
      </TextColor>
      <NoWrap>true</NoWrap>
      <AlignLeft>false</AlignLeft>
      <AlignCenter>false</AlignCenter>
      <AlignRight>true</AlignRight>
  </Label>
  <Label item="MQ_Visible4">
      <Font>1</Font>
      <EQType>9999</EQType>
      <TooltipReference>${If[${Group.Member[4].ID},${If[${Group.Member[4].Invis},,VIS]},]}</TooltipReference> 
      <RelativePosition>true</RelativePosition>
      <Location>
				<X>161</X>
				<Y>75</Y>
      </Location>
      <Size>
         <CX>35</CX>
         <CY>14</CY>
      </Size>
      <Text></Text>
      <TextColor>
         <R>255</R>
         <G>0</G>
         <B>0</B>
      </TextColor>
      <NoWrap>true</NoWrap>
      <AlignLeft>false</AlignLeft>
      <AlignCenter>false</AlignCenter>
      <AlignRight>true</AlignRight>
  </Label>
  <Label item="MQ_Visible5">
      <Font>1</Font>
      <EQType>9999</EQType>
      <TooltipReference>${If[${Group.Member[5].ID},${If[${Group.Member[5].Invis},,VIS]},]}</TooltipReference> 
      <RelativePosition>true</RelativePosition>
      <Location>
				<X>190</X>
				<Y>99</Y>
      </Location>
      <Size>
         <CX>35</CX>
         <CY>14</CY>
      </Size>
      <Text></Text>
      <TextColor>
         <R>255</R>
         <G>0</G>
         <B>0</B>
      </TextColor>
      <NoWrap>true</NoWrap>
      <AlignLeft>false</AlignLeft>
      <AlignCenter>false</AlignCenter>
      <AlignRight>true</AlignRight>
  </Label>
</XML>

User avatar
three-p-o
a grimling bloodguard
a grimling bloodguard
Posts: 600
Joined: Sun Nov 03, 2002 5:59 pm

Post by three-p-o » Wed Mar 01, 2006 10:22 pm

EQUI_BuffWindow.xml

Too big for code.

Adds time remaining to all buffs.
Last edited by three-p-o on Wed Mar 01, 2006 10:27 pm, edited 1 time in total.

User avatar
three-p-o
a grimling bloodguard
a grimling bloodguard
Posts: 600
Joined: Sun Nov 03, 2002 5:59 pm

Post by three-p-o » Wed Mar 01, 2006 10:24 pm

EQUI_ShortDurationBuffWindow.xml

adds timers to all buffs

Code: Select all

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

	<Button item = "SDBW_Buff0_Button">
		<ScreenID>Buff0</ScreenID>
		<!--<Font>3</Font>-->
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>0</X>
			<Y>3</Y>
		</Location>
		<Size>
			<CX>103</CX>
			<CY>20</CY>
		</Size>
		<Style_VScroll>false</Style_VScroll>
		<Style_HScroll>false</Style_HScroll>
		<Style_Transparent>true</Style_Transparent>
		<!--</TooltipReference>-->
		<Style_Checkbox>false</Style_Checkbox>
		<!--<RadioGroup/>   -->
		<ButtonDrawTemplate>
			<Normal>BlueIconBackground</Normal>
			<NormalDecal>BuffIcons</NormalDecal>
		</ButtonDrawTemplate>
		<!--  
			<SoundPressed/>
			<SoundUp/>
			<SoundFlyby/>
		-->
		<DecalOffset>
			<X>0</X>
			<Y>0</Y>
		</DecalOffset>
		<DecalSize>
			<CX>20</CX>
			<CY>20</CY>
		</DecalSize>
	</Button>
	<Button item = "SDBW_Buff1_Button">
		<ScreenID>Buff1</ScreenID>
		<!--<Font>3</Font>   -->
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>0</X>
			<Y>3</Y>
		</Location>
		<Size>
			<CX>103</CX>
			<CY>20</CY>
		</Size>
		<Style_VScroll>false</Style_VScroll>
		<Style_HScroll>false</Style_HScroll>
		<Style_Transparent>true</Style_Transparent>
		<!--<TooltipReference/>   -->
		<Style_Checkbox>false</Style_Checkbox>
		<RadioGroup/>
		<ButtonDrawTemplate>
			<Normal>RedIconBackground</Normal>
			<NormalDecal>BuffIcons</NormalDecal>
		</ButtonDrawTemplate>
		<!--  		
			<SoundPressed/>
			<SoundUp/>
			<SoundFlyby/>
		-->
		<DecalOffset>
			<X>0</X>
			<Y>0</Y>
		</DecalOffset>
		<DecalSize>
			<CX>20</CX>
			<CY>20</CY>
		</DecalSize>
	</Button>
	<Button item = "SDBW_Buff2_Button">
		<ScreenID>Buff2</ScreenID>
		<!--<Font>3</Font>   -->
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>93</X>
			<Y>3</Y>
		</Location>
		<Size>
			<CX>103</CX>
			<CY>20</CY>
		</Size>
		<Style_VScroll>false</Style_VScroll>
		<Style_HScroll>false</Style_HScroll>
		<Style_Transparent>true</Style_Transparent>
		<!--<TooltipReference/>   -->
		<Style_Checkbox>false</Style_Checkbox>
		<RadioGroup/>
		<ButtonDrawTemplate>
			<Normal>RedIconBackground</Normal>
			<NormalDecal>BuffIcons</NormalDecal>
		</ButtonDrawTemplate>
		<!--  
			<SoundPressed/>
			<SoundUp/>
			<SoundFlyby/>
		-->
		<DecalOffset>
			<X>0</X>
			<Y>0</Y>
		</DecalOffset>
		<DecalSize>
			<CX>20</CX>
			<CY>20</CY>
		</DecalSize>
	</Button>
	<Button item = "SDBW_Buff3_Button">
		<ScreenID>Buff3</ScreenID>
		<!--<Font>3</Font>   -->
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>3</X>
			<Y>49</Y>
		</Location>
		<Size>
			<CX>103</CX>
			<CY>20</CY>
		</Size>
		<Style_VScroll>false</Style_VScroll>
		<Style_HScroll>false</Style_HScroll>
		<Style_Transparent>true</Style_Transparent>
		<!--<TooltipReference/>   -->
		<Style_Checkbox>false</Style_Checkbox>
		<RadioGroup/>
		<ButtonDrawTemplate>
			<Normal>BlueIconBackground</Normal>
			<NormalDecal>BuffIcons</NormalDecal>
		</ButtonDrawTemplate>
		<!-- Default and not used		
			<SoundPressed/>
			<SoundUp/>
			<SoundFlyby/>
		-->
		<DecalOffset>
			<X>0</X>
			<Y>0</Y>
		</DecalOffset>
		<DecalSize>
			<CX>20</CX>
			<CY>20</CY>
		</DecalSize>
	</Button>
	<Button item = "SDBW_Buff4_Button">
		<ScreenID>Buff4</ScreenID>
		<!--<Font>3</Font> Default -->
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>48</X>
			<Y>49</Y>
		</Location>
		<Size>
			<CX>103</CX>
			<CY>20</CY>
		</Size>
		<Style_VScroll>false</Style_VScroll>
		<Style_HScroll>false</Style_HScroll>
		<Style_Transparent>true</Style_Transparent>
		<TooltipReference/>
		<Style_Checkbox>false</Style_Checkbox>
		<!--<RadioGroup/> Default -->
		<ButtonDrawTemplate>
			<Normal>RedIconBackground</Normal>
			<NormalDecal>BuffIcons</NormalDecal>
		</ButtonDrawTemplate>
		<!--Default
			<SoundPressed/>
			<SoundUp/>
			<SoundFlyby/>
		-->
		<DecalOffset>
			<X>0</X>
			<Y>0</Y>
		</DecalOffset>
		<DecalSize>
			<CX>20</CX>
			<CY>20</CY>
		</DecalSize>
	</Button>
	<Button item = "SDBW_Buff5_Button">
		<ScreenID>Buff5</ScreenID>
		<!--<Font>3</Font> Defautl -->
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>93</X>
			<Y>49</Y>
		</Location>
		<Size>
			<CX>103</CX>
			<CY>20</CY>
		</Size>
		<Style_VScroll>false</Style_VScroll>
		<Style_HScroll>false</Style_HScroll>
		<Style_Transparent>true</Style_Transparent>
		<!--<TooltipReference/> Default -->
		<Style_Checkbox>false</Style_Checkbox>
		<!--<RadioGroup/> Default -->
		<ButtonDrawTemplate>
			<Normal>RedIconBackground</Normal>
			<NormalDecal>BuffIcons</NormalDecal>
		</ButtonDrawTemplate>
		<!-- 
			<SoundPressed/>
			<SoundUp/>
			<SoundFlyby/>
		-->
		<DecalOffset>
			<X>0</X>
			<Y>0</Y>
		</DecalOffset>
		<DecalSize>
			<CX>20</CX>
			<CY>20</CY>
		</DecalSize>
	</Button>
	<Button item = "SDBW_Buff6_Button">
		<ScreenID>Buff6</ScreenID>
		<!--<Font>3</Font> Defautl -->
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>93</X>
			<Y>49</Y>
		</Location>
		<Size>
			<CX>103</CX>
			<CY>20</CY>
		</Size>
		<Style_VScroll>false</Style_VScroll>
		<Style_HScroll>false</Style_HScroll>
		<Style_Transparent>true</Style_Transparent>
		<!--<TooltipReference/> Default -->
		<Style_Checkbox>false</Style_Checkbox>
		<!--<RadioGroup/> Default -->
		<ButtonDrawTemplate>
			<Normal>RedIconBackground</Normal>
			<NormalDecal>BuffIcons</NormalDecal>
		</ButtonDrawTemplate>
		<!-- 
			<SoundPressed/>
			<SoundUp/>
			<SoundFlyby/>
		-->
		<DecalOffset>
			<X>0</X>
			<Y>0</Y>
		</DecalOffset>
		<DecalSize>
			<CX>20</CX>
			<CY>20</CY>
		</DecalSize>
	</Button>
	<Button item = "SDBW_Buff7_Button">
		<ScreenID>Buff7</ScreenID>
		<!--<Font>3</Font> Defautl -->
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>93</X>
			<Y>49</Y>
		</Location>
		<Size>
			<CX>103</CX>
			<CY>20</CY>
		</Size>
		<Style_VScroll>false</Style_VScroll>
		<Style_HScroll>false</Style_HScroll>
		<Style_Transparent>true</Style_Transparent>
		<!--<TooltipReference/> Default -->
		<Style_Checkbox>false</Style_Checkbox>
		<!--<RadioGroup/> Default -->
		<ButtonDrawTemplate>
			<Normal>RedIconBackground</Normal>
			<NormalDecal>BuffIcons</NormalDecal>
		</ButtonDrawTemplate>
		<!-- 
			<SoundPressed/>
			<SoundUp/>
			<SoundFlyby/>
		-->
		<DecalOffset>
			<X>0</X>
			<Y>0</Y>
		</DecalOffset>
		<DecalSize>
			<CX>20</CX>
			<CY>20</CY>
		</DecalSize>
	</Button>
	<Button item = "SDBW_Buff8_Button">
		<ScreenID>Buff8</ScreenID>
		<!--<Font>3</Font> Defautl -->
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>93</X>
			<Y>49</Y>
		</Location>
		<Size>
			<CX>103</CX>
			<CY>20</CY>
		</Size>
		<Style_VScroll>false</Style_VScroll>
		<Style_HScroll>false</Style_HScroll>
		<Style_Transparent>true</Style_Transparent>
		<!--<TooltipReference/> Default -->
		<Style_Checkbox>false</Style_Checkbox>
		<!--<RadioGroup/> Default -->
		<ButtonDrawTemplate>
			<Normal>RedIconBackground</Normal>
			<NormalDecal>BuffIcons</NormalDecal>
		</ButtonDrawTemplate>
		<!-- 
			<SoundPressed/>
			<SoundUp/>
			<SoundFlyby/>
		-->
		<DecalOffset>
			<X>0</X>
			<Y>0</Y>
		</DecalOffset>
		<DecalSize>
			<CX>20</CX>
			<CY>20</CY>
		</DecalSize>
	</Button>
	<Button item = "SDBW_Buff9_Button">
		<ScreenID>Buff9</ScreenID>
		<!--<Font>3</Font> Defautl -->
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>93</X>
			<Y>49</Y>
		</Location>
		<Size>
			<CX>103</CX>
			<CY>20</CY>
		</Size>
		<Style_VScroll>false</Style_VScroll>
		<Style_HScroll>false</Style_HScroll>
		<Style_Transparent>true</Style_Transparent>
		<!--<TooltipReference/> Default -->
		<Style_Checkbox>false</Style_Checkbox>
		<!--<RadioGroup/> Default -->
		<ButtonDrawTemplate>
			<Normal>RedIconBackground</Normal>
			<NormalDecal>BuffIcons</NormalDecal>
		</ButtonDrawTemplate>
		<!-- 
			<SoundPressed/>
			<SoundUp/>
			<SoundFlyby/>
		-->
		<DecalOffset>
			<X>0</X>
			<Y>0</Y>
		</DecalOffset>
		<DecalSize>
			<CX>20</CX>
			<CY>20</CY>
		</DecalSize>
	</Button>
	<Button item = "SDBW_Buff10_Button">
		<ScreenID>Buff10</ScreenID>
		<!--<Font>3</Font> Defautl -->
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>93</X>
			<Y>49</Y>
		</Location>
		<Size>
			<CX>103</CX>
			<CY>20</CY>
		</Size>
		<Style_VScroll>false</Style_VScroll>
		<Style_HScroll>false</Style_HScroll>
		<Style_Transparent>true</Style_Transparent>
		<!--<TooltipReference/> Default -->
		<Style_Checkbox>false</Style_Checkbox>
		<!--<RadioGroup/> Default -->
		<ButtonDrawTemplate>
			<Normal>RedIconBackground</Normal>
			<NormalDecal>BuffIcons</NormalDecal>
		</ButtonDrawTemplate>
		<!-- 
			<SoundPressed/>
			<SoundUp/>
			<SoundFlyby/>
		-->
		<DecalOffset>
			<X>0</X>
			<Y>0</Y>
		</DecalOffset>
		<DecalSize>
			<CX>20</CX>
			<CY>20</CY>
		</DecalSize>
	</Button>
	<Button item = "SDBW_Buff11_Button">
		<ScreenID>Buff11</ScreenID>
		<!--<Font>3</Font> Defautl -->
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>93</X>
			<Y>49</Y>
		</Location>
		<Size>
			<CX>103</CX>
			<CY>20</CY>
		</Size>
		<Style_VScroll>false</Style_VScroll>
		<Style_HScroll>false</Style_HScroll>
		<Style_Transparent>true</Style_Transparent>
		<!--<TooltipReference/> Default -->
		<Style_Checkbox>false</Style_Checkbox>
		<!--<RadioGroup/> Default -->
		<ButtonDrawTemplate>
			<Normal>RedIconBackground</Normal>
			<NormalDecal>BuffIcons</NormalDecal>
		</ButtonDrawTemplate>
		<!-- 
			<SoundPressed/>
			<SoundUp/>
			<SoundFlyby/>
		-->
		<DecalOffset>
			<X>0</X>
			<Y>0</Y>
		</DecalOffset>
		<DecalSize>
			<CX>20</CX>
			<CY>20</CY>
		</DecalSize>
	</Button>

	<Label item ="SDBW_Buff0">
		<ScreenID>Buff0Label</ScreenID>
		<EQType>600</EQType>
		<Font>1</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>27</X>
			<Y>0</Y>
		</Location>
		<Size>
			<CX>76</CX>
			<CY>14</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 ="SDBW_Buff1">
		<ScreenID>Buff1Label</ScreenID>
		<EQType>601</EQType>
		<Font>1</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>26</X>
			<Y>21</Y>
		</Location>
		<Size>
			<CX>76</CX>
			<CY>14</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 ="SDBW_Buff2">
		<ScreenID>Buff2Label</ScreenID>
		<EQType>602</EQType>
		<Font>1</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>27</X>
			<Y>42</Y>
		</Location>
		<Size>
			<CX>76</CX>
			<CY>14</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 ="SDBW_Buff3">
		<ScreenID>Buff3Label</ScreenID>
		<EQType>603</EQType>
		<Font>1</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>27</X>
			<Y>63</Y>
		</Location>
		<Size>
			<CX>76</CX>
			<CY>14</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 ="SDBW_Buff4">
		<ScreenID>Buff4Label</ScreenID>
		<EQType>604</EQType>
		<Font>1</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>27</X>
			<Y>84</Y>
		</Location>
		<Size>
			<CX>76</CX>
			<CY>14</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 ="SDBW_Buff5">
		<ScreenID>Buff5Label</ScreenID>
		<EQType>605</EQType>
		<Font>1</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>27</X>
			<Y>105</Y>
		</Location>
		<Size>
			<CX>76</CX>
			<CY>14</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 ="SDBW_Buff6">
		<ScreenID>Buff6Label</ScreenID>
		<EQType>606</EQType>
		<Font>1</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>27</X>
			<Y>126</Y>
		</Location>
		<Size>
			<CX>76</CX>
			<CY>14</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 ="SDBW_Buff7">
		<ScreenID>Buff7Label</ScreenID>
		<EQType>607</EQType>
		<Font>1</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>27</X>
			<Y>147</Y>
		</Location>
		<Size>
			<CX>76</CX>
			<CY>14</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 ="SDBW_Buff8">
		<ScreenID>Buff8Label</ScreenID>
		<EQType>608</EQType>
		<Font>1</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>27</X>
			<Y>168</Y>
		</Location>
		<Size>
			<CX>76</CX>
			<CY>14</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 ="SDBW_Buff9">
		<ScreenID>Buff9Label</ScreenID>
		<EQType>609</EQType>
		<Font>1</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>27</X>
			<Y>189</Y>
		</Location>
		<Size>
			<CX>76</CX>
			<CY>14</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 ="SDBW_Buff10">
		<ScreenID>Buff10Label</ScreenID>
		<EQType>610</EQType>
		<Font>1</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>27</X>
			<Y>210</Y>
		</Location>
		<Size>
			<CX>76</CX>
			<CY>14</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 ="SDBW_Buff11">
		<ScreenID>Buff11Label</ScreenID>
		<EQType>611</EQType>
		<Font>1</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>27</X>
			<Y>231</Y>
		</Location>
		<Size>
			<CX>76</CX>
			<CY>14</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 ="SDBW_Dur0">
      <ScreenID>Dur0Label</ScreenID>
      <EQType>9999</EQType>
      <Font>1</Font>
      <TooltipReference>${If[${Me.Song[1].ID},${Me.Song[1].Duration.Time} ${Ini[krust.ini, DebuffNotes,${Me.Song[1].Name}, ]},]}</TooltipReference>
      <Location>
         <X>27</X>
         <Y>9</Y>
      </Location>
      <Size>
         <CX>80</CX>
         <CY>14</CY>
      </Size>
      <Text></Text>
      <TextColor>
            <R>0</R>
            <G>240</G>
            <B>0</B>
      </TextColor>
      <NoWrap>true</NoWrap>
      <AlignCenter>false</AlignCenter>
      <AlignRight>false</AlignRight>
   </Label>
   <Label item ="SDBW_Dur1">
      <ScreenID>Dur1Label</ScreenID>
      <EQType>9999</EQType>
      <Font>1</Font>
      <TooltipReference>${If[${Me.Song[2].ID},${Me.Song[2].Duration.Time} ${Ini[krust.ini, DebuffNotes,${Me.Song[2].Name}, ]},]}</TooltipReference>
      <Location>
         <X>27</X>
         <Y>31</Y>
      </Location>
      <Size>
         <CX>80</CX>
         <CY>13</CY>
      </Size>
      <Text></Text>
      <TextColor>
            <R>0</R>
            <G>240</G>
            <B>0</B>
      </TextColor>
      <NoWrap>true</NoWrap>
      <AlignCenter>false</AlignCenter>
      <AlignRight>false</AlignRight>
   </Label>
   <Label item ="SDBW_Dur2">
      <ScreenID>Dur2Label</ScreenID>
      <EQType>9999</EQType>
      <Font>1</Font>
      <TooltipReference>${If[${Me.Song[3].ID},${Me.Song[3].Duration.Time} ${Ini[krust.ini, DebuffNotes,${Me.Song[3].Name}, ]},]}</TooltipReference>
      <Location>
         <X>27</X>
         <Y>51</Y>
      </Location>
      <Size>
         <CX>80</CX>
         <CY>14</CY>
      </Size>
      <Text></Text>
      <TextColor>
            <R>0</R>
            <G>240</G>
            <B>0</B>
      </TextColor>
      <NoWrap>true</NoWrap>
      <AlignCenter>false</AlignCenter>
      <AlignRight>false</AlignRight>
   </Label>
   <Label item ="SDBW_Dur3">
      <ScreenID>Dur3Label</ScreenID>
      <EQType>9999</EQType>
      <Font>1</Font>
      <TooltipReference>${If[${Me.Song[4].ID},${Me.Song[4].Duration.Time} ${Ini[krust.ini, DebuffNotes,${Me.Song[4].Name}, ]},]}</TooltipReference>
      <Location>
         <X>27</X>
         <Y>72</Y>
      </Location>
      <Size>
         <CX>80</CX>
         <CY>14</CY>
      </Size>
      <Text></Text>
      <TextColor>
            <R>0</R>
            <G>240</G>
            <B>0</B>
      </TextColor>
      <NoWrap>true</NoWrap>
      <AlignCenter>false</AlignCenter>
      <AlignRight>false</AlignRight>
   </Label>
   <Label item ="SDBW_Dur4">
      <ScreenID>Dur4Label</ScreenID>
      <EQType>9999</EQType>
      <Font>1</Font>
      <TooltipReference>${If[${Me.Song[5].ID},${Me.Song[5].Duration.Time} ${Ini[krust.ini, DebuffNotes,${Me.Song[5].Name}, ]},]}</TooltipReference>
      <Location>
         <X>27</X>
         <Y>93</Y>
      </Location>
      <Size>
         <CX>80</CX>
         <CY>14</CY>
      </Size>
      <Text></Text>
      <TextColor>
            <R>0</R>
            <G>240</G>
            <B>0</B>
      </TextColor>
      <NoWrap>true</NoWrap>
      <AlignCenter>false</AlignCenter>
      <AlignRight>false</AlignRight>
   </Label>
   <Label item ="SDBW_Dur5">
      <ScreenID>Dur5Label</ScreenID>
      <EQType>9999</EQType>
      <Font>1</Font>
      <TooltipReference>${If[${Me.Song[6].ID},${Me.Song[6].Duration.Time} ${Ini[krust.ini, DebuffNotes,${Me.Song[6].Name}, ]},]}</TooltipReference>
      <Location>
         <X>27</X>
         <Y>114</Y>
      </Location>
      <Size>
         <CX>80</CX>
         <CY>14</CY>
      </Size>
      <Text></Text>
      <TextColor>
            <R>0</R>
            <G>240</G>
            <B>0</B>
      </TextColor>
      <NoWrap>true</NoWrap>
      <AlignCenter>false</AlignCenter>
      <AlignRight>false</AlignRight>
   </Label>
   <Label item ="SDBW_Dur6">
      <ScreenID>Dur6Label</ScreenID>
      <EQType>9999</EQType>
      <Font>1</Font>
      <TooltipReference>${If[${Me.Song[7].ID},${Me.Song[7].Duration.Time} ${Ini[krust.ini, DebuffNotes,${Me.Song[7].Name}, ]},]}</TooltipReference>
      <Location>
         <X>27</X>
         <Y>135</Y>
      </Location>
      <Size>
         <CX>80</CX>
         <CY>14</CY>
      </Size>
      <Text></Text>
      <TextColor>
            <R>0</R>
            <G>240</G>
            <B>0</B>
      </TextColor>
      <NoWrap>true</NoWrap>
      <AlignCenter>false</AlignCenter>
      <AlignRight>false</AlignRight>
   </Label>
   <Label item ="SDBW_Dur7">
      <ScreenID>Dur7Label</ScreenID>
      <EQType>9999</EQType>
      <Font>1</Font>
      <TooltipReference>${If[${Me.Song[8].ID},${Me.Song[8].Duration.Time} ${Ini[krust.ini, DebuffNotes,${Me.Song[8].Name}, ]},]}</TooltipReference>
      <Location>
         <X>27</X>
         <Y>156</Y>
      </Location>
      <Size>
         <CX>80</CX>
         <CY>14</CY>
      </Size>
      <Text></Text>
      <TextColor>
            <R>0</R>
            <G>240</G>
            <B>0</B>
      </TextColor>
      <NoWrap>true</NoWrap>
      <AlignCenter>false</AlignCenter>
      <AlignRight>false</AlignRight>
   </Label>
   <Label item ="SDBW_Dur8">
      <ScreenID>Dur8Label</ScreenID>
      <EQType>9999</EQType>
      <Font>1</Font>
      <TooltipReference>${If[${Me.Song[9].ID},${Me.Song[9].Duration.Time} ${Ini[krust.ini, DebuffNotes,${Me.Song[9].Name}, ]},]}</TooltipReference>
      <Location>
         <X>27</X>
         <Y>177</Y>
      </Location>
      <Size>
         <CX>80</CX>
         <CY>14</CY>
      </Size>
      <Text></Text>
      <TextColor>
            <R>0</R>
            <G>240</G>
            <B>0</B>
      </TextColor>
      <NoWrap>true</NoWrap>
      <AlignCenter>false</AlignCenter>
      <AlignRight>false</AlignRight>
   </Label>
   <Label item ="SDBW_Dur9">
      <ScreenID>Dur9Label</ScreenID>
      <EQType>9999</EQType>
      <Font>1</Font>
      <TooltipReference>${If[${Me.Song[10].ID},${Me.Song[10].Duration.Time} ${Ini[krust.ini, DebuffNotes,${Me.Song[10].Name}, ]},]}</TooltipReference>
      <Location>
         <X>27</X>
         <Y>198</Y>
      </Location>
      <Size>
         <CX>80</CX>
         <CY>14</CY>
      </Size>
      <Text></Text>
      <TextColor>
            <R>0</R>
            <G>240</G>
            <B>0</B>
      </TextColor>
      <NoWrap>true</NoWrap>
      <AlignCenter>false</AlignCenter>
      <AlignRight>false</AlignRight>
   </Label>
   <Label item ="SDBW_Dur10">
      <ScreenID>Dur10Label</ScreenID>
      <EQType>9999</EQType>
      <Font>1</Font>
      <TooltipReference>${If[${Me.Song[11].ID},${Me.Song[11].Duration.Time} ${Ini[krust.ini, DebuffNotes,${Me.Song[11].Name}, ]},]}</TooltipReference>
      <Location>
         <X>27</X>
         <Y>219</Y>
      </Location>
      <Size>
         <CX>80</CX>
         <CY>14</CY>
      </Size>
      <Text></Text>
      <TextColor>
            <R>0</R>
            <G>240</G>
            <B>0</B>
      </TextColor>
      <NoWrap>true</NoWrap>
      <AlignCenter>false</AlignCenter>
      <AlignRight>false</AlignRight>
   </Label>
   <Label item ="SDBW_Dur11">
      <ScreenID>Dur11Label</ScreenID>
      <EQType>9999</EQType>
      <Font>1</Font>
      <TooltipReference>${If[${Me.Song[12].ID},${Me.Song[12].Duration.Time} ${Ini[krust.ini, DebuffNotes,${Me.Song[12].Name}, ]},]}</TooltipReference>
      <Location>
         <X>27</X>
         <Y>240</Y>
      </Location>
      <Size>
         <CX>80</CX>
         <CY>14</CY>
      </Size>
      <Text></Text>
      <TextColor>
            <R>0</R>
            <G>240</G>
            <B>0</B>
      </TextColor>
      <NoWrap>true</NoWrap>
      <AlignCenter>false</AlignCenter>
      <AlignRight>false</AlignRight>
   </Label>

	<Screen item = "ShortDurationBuffWindow">
		<!--<ScreenID/>-->
		<Text>Songs</Text>
		<RelativePosition>false</RelativePosition>
		<Location>
			<X>315</X>
			<Y>0</Y>
		</Location>
		<Size>
			<CX>109</CX>
			<CY>186</CY>
		</Size>
		<Style_VScroll>false</Style_VScroll>
		<Style_HScroll>false</Style_HScroll>
		<Style_Transparent>false</Style_Transparent>
		<DrawTemplate>WDT_SDBuffs</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>SDBW_Buff0_Button</Pieces>
		<Pieces>SDBW_Buff1_Button</Pieces>
		<Pieces>SDBW_Buff2_Button</Pieces>
		<Pieces>SDBW_Buff3_Button</Pieces>
		<Pieces>SDBW_Buff4_Button</Pieces>
		<Pieces>SDBW_Buff5_Button</Pieces>
		<Pieces>SDBW_Buff6_Button</Pieces>
		<Pieces>SDBW_Buff7_Button</Pieces>
		<Pieces>SDBW_Buff8_Button</Pieces>
		<Pieces>SDBW_Buff9_Button</Pieces>
		<Pieces>SDBW_Buff10_Button</Pieces>
		<Pieces>SDBW_Buff11_Button</Pieces>
		<Pieces>SDBW_Buff0</Pieces>
		<Pieces>SDBW_Buff1</Pieces>
		<Pieces>SDBW_Buff2</Pieces>
		<Pieces>SDBW_Buff3</Pieces>
		<Pieces>SDBW_Buff4</Pieces>
		<Pieces>SDBW_Buff5</Pieces>
		<Pieces>SDBW_Buff6</Pieces>
		<Pieces>SDBW_Buff7</Pieces>
		<Pieces>SDBW_Buff8</Pieces>
		<Pieces>SDBW_Buff9</Pieces>
		<Pieces>SDBW_Buff10</Pieces>
		<Pieces>SDBW_Buff11</Pieces>
		<Pieces>SDBW_Dur0</Pieces>
		<Pieces>SDBW_Dur1</Pieces>
		<Pieces>SDBW_Dur2</Pieces>
		<Pieces>SDBW_Dur3</Pieces>
		<Pieces>SDBW_Dur4</Pieces>
		<Pieces>SDBW_Dur5</Pieces>
		<Pieces>SDBW_Dur6</Pieces>
		<Pieces>SDBW_Dur7</Pieces>
		<Pieces>SDBW_Dur8</Pieces>
		<Pieces>SDBW_Dur9</Pieces>
		<Pieces>SDBW_Dur10</Pieces>
		<Pieces>SDBW_Dur11</Pieces>
	</Screen>

</XML>

User avatar
three-p-o
a grimling bloodguard
a grimling bloodguard
Posts: 600
Joined: Sun Nov 03, 2002 5:59 pm

Post by three-p-o » Wed Mar 01, 2006 10:31 pm

Also to fix a problem with the new buff block and aura windows not being allowed.

In EQUI.xml

Change

Code: Select all

<Include>../default_old/EQUI.xml</Include>
to

Code: Select all

<Include>../default/EQUI.xml</Include>

DeeGee
a ghoul
a ghoul
Posts: 116
Joined: Wed Sep 22, 2004 4:51 pm

Post by DeeGee » Thu Mar 02, 2006 6:49 am

Ok, this rocks, thanks alot! If you want a place to host a zip of these, shoot me a PM and I can do it np.

DeeGee
a ghoul
a ghoul
Posts: 116
Joined: Wed Sep 22, 2004 4:51 pm

Post by DeeGee » Thu Mar 02, 2006 9:15 am

Small question tho, next to my hp % bar, there is a blue number -594. What does that designate?

User avatar
three-p-o
a grimling bloodguard
a grimling bloodguard
Posts: 600
Joined: Sun Nov 03, 2002 5:59 pm

Post by three-p-o » Sat Mar 04, 2006 12:47 am

The blue numbers next to HP, Mana, and End are your regen rates for those pools.

Never seen it be negative..

DeeGee
a ghoul
a ghoul
Posts: 116
Joined: Wed Sep 22, 2004 4:51 pm

Post by DeeGee » Sat Mar 04, 2006 9:20 am

Right now it says 2306, I wish i had that kinda regen heh. Most of the time it's accurate. The negative number occured while I was naked. 2306 nothing abnormal is going on.

Edit: Just typed /echo ${Me.HPRegen} and got 2306, so the bug is with the variable, not with the UI.


Edit #2: ${Me.ManaRegen} is returning 1, which is far from accurate as well, have max FT aa's and c6 atm.