Vert-MQ tested and working 4-28-04 with new data structs

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

Moderator: MacroQuest Developers

baddger
decaying skeleton
decaying skeleton
Posts: 7
Joined: Thu Apr 22, 2004 3:53 pm

Vert-MQ tested and working 4-28-04 with new data structs

Post by baddger » Wed Apr 28, 2004 4:41 pm

I use a modified version but i got bored and downloaded it strait up from eqinterface.com and (redid) the changes so it works with the original i took out some stuff from player window like GM cause i dont care blah blah but the rest is the same more or less, the one in another thread had quite a few errors so i just decided to help out you cheaters!! :wink:

http://www.members.cox.net/badger123/vertwindows.zip

pic of the windows

Image

baddger
decaying skeleton
decaying skeleton
Posts: 7
Joined: Thu Apr 22, 2004 3:53 pm

Post by baddger » Wed Apr 28, 2004 8:48 pm

lemme know if any trouble with this please

zirnek
orc pawn
orc pawn
Posts: 17
Joined: Wed Aug 21, 2002 5:13 pm

detailed target

Post by zirnek » Wed Apr 28, 2004 8:51 pm

I'll take you're group window because I was too lazy to fix it.. but I'll raise you one tad more detailed target window! (distance, loc, etc)

Image

Vert MQ

baddger
decaying skeleton
decaying skeleton
Posts: 7
Joined: Thu Apr 22, 2004 3:53 pm

Post by baddger » Wed Apr 28, 2004 8:59 pm

Cool figuring in the x/y/z loc axis of the target window but your buff window looks off in color no biggie, i just hate all the damned yellow lol, and all the numbers running like hell from the xyz , i just like it simple just show me the direction and distance which i included, thanks for taking an interest in this Zirn. :o

p.s you no good lazy non fixing grp window punk :D

zirnek
orc pawn
orc pawn
Posts: 17
Joined: Wed Aug 21, 2002 5:13 pm

Post by zirnek » Wed Apr 28, 2004 9:05 pm

Didn't notice the white! You're up one!

some-eq-player
a lesser mummy
a lesser mummy
Posts: 70
Joined: Tue Dec 09, 2003 12:37 pm

Post by some-eq-player » Thu Apr 29, 2004 10:20 pm

dont know why ... but ... for me .. the mana doesnt show max mana .. and and in the target window .. the X loc is $target(x)

not sure why it works for you and not me ... btw group window doesnt work for me .. it resets UI to original ..

baddger
decaying skeleton
decaying skeleton
Posts: 7
Joined: Thu Apr 22, 2004 3:53 pm

Post by baddger » Fri Apr 30, 2004 1:32 pm

some eq player, not sure why you are having trouble it sounds like you have done some custom mods or something, anyhow go to eqinterface like i did and download the vert 2.6 i think is the latest then the 3 patches for it as well KEY!!!!! Then apply the window fixes

3x
orc pawn
orc pawn
Posts: 20
Joined: Sun Jan 25, 2004 12:54 am

Post by 3x » Thu May 13, 2004 6:56 pm

The GM check isn't working, or atleast it didn't notice the guide in zone. Needs to be fixed...

some-eq-player
a lesser mummy
a lesser mummy
Posts: 70
Joined: Tue Dec 09, 2003 12:37 pm

Post by some-eq-player » Wed May 19, 2004 6:08 pm

oops .. i had forgotten about this post ... i fixxed my problem by combining UI's ... all i took from the second one posted here was the target window and used the first, works fine now.

eluminate
orc pawn
orc pawn
Posts: 16
Joined: Wed Apr 28, 2004 4:20 am

Post by eluminate » Thu May 20, 2004 10:19 am

the ui is ok, maybe you should fix the GM check somehow, dont ask me, i know shit about ui's.

possibly removing some of the useless features that just cause lag etc, on my dialup it was fuckin slow =P

keep up the good work pals

crash4
decaying skeleton
decaying skeleton
Posts: 7
Joined: Sat Dec 27, 2003 12:15 am

Post by crash4 » Tue Jul 06, 2004 12:33 am

Made a couple changes to the target and group windows just to give folks another option if they want it. Target window has the con color and group window i shaved a little off the right side cuz the extra width just wasn't needed

Image

Target Window:

Code: Select all

<?xml version="1.0" encoding="us-ascii"?>
<XML ID="EQInterfaceDefinitionLanguage">
	<Schema xmlns="EverQuestData" xmlns:dt="EverQuestDataTypes"/>
  <Label item="CopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfLabel">
    <ScreenID>A_Label</ScreenID>
    <Font>1</Font>
    <Text>9.99</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <Size>
      <CX>39</CX>
      <CY>15</CY>
    </Size>
    <AlignCenter>true</AlignCenter>
    <Location>
      <X>115</X>
      <Y>25</Y>
    </Location>
    <EQType>9999</EQType>
    <TooltipReference>${Target.Distance}</TooltipReference>
  </Label>
  <Label item="CopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfLabel">
    <ScreenID>A_Label</ScreenID>
    <Font>1</Font>
    <Text>WWW</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <Size>
      <CX>39</CX>
      <CY>15</CY>
    </Size>
    <AlignCenter>true</AlignCenter>
    <Location>
      <X>80</X>
      <Y>25</Y>
    </Location>
    <AlignRight>False</AlignRight>
    <EQType>9999</EQType>
    <TooltipReference>${Target.HeadingTo}</TooltipReference>
  </Label>
  
  
  
  <Label item="CopyOfCopyOfCopyOfCopyOfLabel">
    <ScreenID>A_Label</ScreenID>
    <Font>3</Font>
    <Text>Imalabel</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <Size>
      <CX>15</CX>
      <CY>15</CY>
    </Size>
    <AlignCenter>true</AlignCenter>
    <Location>
      <X>56</X>
      <Y>50</Y>
    </Location>
  </Label>
  
  <Label item="class">
    <ScreenID>A_Label</ScreenID>
    <Font>1</Font>
    <Text>ShadowKnight</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <Size>
      <CX>62</CX>
      <CY>15</CY>
    </Size>
    <AlignCenter>true</AlignCenter>
    <Location>
      <X>17</X>
      <Y>25</Y>
    </Location>
    <EQType>9999</EQType>
    <TooltipReference>${Target.Class.ShortName}</TooltipReference>
  </Label>
  <Label item="level">
    <ScreenID>A_Label</ScreenID>
    <Font>1</Font>
    <Text>00</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <Size>
      <CX>15</CX>
      <CY>15</CY>
    </Size>
    <AlignCenter>true</AlignCenter>
    <Location>
      <X>2</X>
      <Y>25</Y>
    </Location>
    <EQType>9999</EQType>
    <TooltipReference>${Target.Level}</TooltipReference>
  </Label>
	<Ui2DAnimation item="TW_bar_image">
		<Cycle>true</Cycle>
		<Frames>
			<Texture>solwindow_pieces07.tga</Texture>
			<Location>
				<X>46</X>
				<Y>58</Y>
			</Location>
			<Size>
				<CX>14</CX>
				<CY>22</CY>
			</Size>
			<Hotspot>
				<X>0</X>
				<Y>0</Y>
			</Hotspot>
			<Duration>1000</Duration>
		</Frames>
	</Ui2DAnimation>
	<StaticAnimation item="TW_bar">
		<ScreenID>SBW_SpellBook1</ScreenID>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>1</X>
			<Y>1</Y>
		</Location>
		<Size>
			<CX>14</CX>
			<CY>22</CY>
		</Size>
		<Animation>TW_bar_image</Animation>
	</StaticAnimation>
	<StaticAnimation item="TW_barblack">
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>0</X>
			<Y>0</Y>
		</Location>
		<Size>
			<CX>16</CX>
			<CY>22</CY>
		</Size>
		<Animation>Blackbox</Animation>
	</StaticAnimation>
	<Ui2DAnimation item="A_TargetBox">
		<Cycle>false</Cycle>
		<Frames>
			<Texture>solWindowPieces03.tga</Texture>
			<Location>
				<X>10</X>
				<Y>260</Y>
			</Location>
			<Size>
				<CX>16</CX>
				<CY>22</CY>
			</Size>
		</Frames>
	</Ui2DAnimation>
	<StaticAnimation item="A_TargetBoxStaticAnim">
		<ScreenID>A_TargetBoxStaticAnim</ScreenID>
		<Location>
			<X>1</X>
			<Y>1</Y>
		</Location>
		<Size>
			<CX>16</CX>
			<CY>22</CY>
		</Size>
		<Animation>A_TargetBox</Animation>
	</StaticAnimation>
	<Ui2DAnimation item="A_Targetimage">
		<Cycle>true</Cycle>
		<Frames>
			<Texture>solwindow_pieces06.tga</Texture>
			<Location>
				<X>236</X>
				<Y>47</Y>
			</Location>
			<Size>
				<CX>16</CX>
				<CY>8</CY>
			</Size>
			<Hotspot>
				<X>0</X>
				<Y>0</Y>
			</Hotspot>
			<Duration>1000</Duration>
		</Frames>
	</Ui2DAnimation>
	<StaticAnimation item="TW_Gaugeblack">
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>17</X>
			<Y>11</Y>
		</Location>
		<Size>
			<CX>103</CX>
			<CY>10</CY>
		</Size>
		<Animation>Blackline</Animation>
	</StaticAnimation>
	<Gauge item="Target_HP">
		<ScreenID>TargetHP</ScreenID>
		<Font>2</Font>
		<TextColor>
			<R>240</R>
			<G>240</G>
			<B>240</B>
		</TextColor>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>3</X>
			<Y>0</Y>
		</Location>
		<Size>
			<CX>153</CX>
			<CY>24</CY>
		</Size>
		<GaugeOffsetY>12</GaugeOffsetY>
		<TextOffsetX>16</TextOffsetX>
		<TextOffsetY>-1</TextOffsetY>
		<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>255</R>
			<G>153</G>
			<B>204</B>
		</LinesFillTint>
		<DrawLinesFill>true</DrawLinesFill>
		<EQType>6</EQType>
		<GaugeDrawTemplate>
			<Background>A_GaugeBackground</Background>
			<Fill>A_GaugeFill</Fill>
			<Lines>A_GaugeLines</Lines>
			<LinesFill>A_GaugeLinesFill</LinesFill>
			<EndCapLeft>A_Targetimage</EndCapLeft>
		</GaugeDrawTemplate>
	</Gauge>
	<Label item="Target_HPLabel">
		<ScreenID>HPLabel</ScreenID>
		<EQType>29</EQType>
		<Font>1</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>109</X>
			<Y>10</Y>
		</Location>
		<Size>
			<CX>35</CX>
			<CY>15</CY>
		</Size>
		<Text>0</Text>
		<TextColor>
			<R>240</R>
			<G>240</G>
			<B>240</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignCenter>false</AlignCenter>
		<AlignRight>true</AlignRight>
		<AlignLeft>false</AlignLeft>
	</Label>
	<Label item="Target_HPPercLabel">
		<ScreenID>HPPercLabel</ScreenID>
		<Font>1</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>135</X>
			<Y>10</Y>
		</Location>
		<Size>
			<CX>20</CX>
			<CY>15</CY>
		</Size>
		<Text>%</Text>
		<TextColor>
			<R>240</R>
			<G>240</G>
			<B>240</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignCenter>false</AlignCenter>
		<AlignRight>true</AlignRight>
		<AlignLeft>false</AlignLeft>
	</Label>
	<Screen item="TargetWindow">
		<ScreenID/>
		<RelativePosition>false</RelativePosition>
		<Location>
			<X>197</X>
			<Y>240</Y>
		</Location>
		<Size>
			<CX>165</CX>
			<CY>40</CY>
		</Size>
		<Text>Target</Text>
		<Style_VScroll>false</Style_VScroll>
		<Style_HScroll>false</Style_HScroll>
		<Style_Transparent>false</Style_Transparent>
		<TooltipReference>Your Current Target</TooltipReference>
		<DrawTemplate>WDT_RoundedNoTitle</DrawTemplate>
		<Style_Titlebar>false</Style_Titlebar>
		<Style_Closebox>false</Style_Closebox>
		<Style_Minimizebox>false</Style_Minimizebox>
		<Style_Border>true</Style_Border>
		<Style_Sizable>false</Style_Sizable>
		<Pieces>TW_Gaugeblack</Pieces>
		<Pieces>TW_barblack</Pieces>
		<Pieces>TW_bar</Pieces>
		<Pieces>Target_HP</Pieces>
		<Pieces>Target_HPLabel</Pieces>
		<Pieces>Target_HPPercLabel</Pieces>
    <Pieces>level</Pieces>
    <Pieces>class</Pieces>
    <Pieces>CopyOfCopyOfCopyOfCopyOfLabel</Pieces>
    <Pieces>CopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfLabel</Pieces>
    <Pieces>CopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfLabel</Pieces>
		<Pieces>A_TargetBoxStaticAnim</Pieces>
	</Screen>
</XML>

crash4
decaying skeleton
decaying skeleton
Posts: 7
Joined: Sat Dec 27, 2003 12:15 am

Post by crash4 » Tue Jul 06, 2004 12:37 am

Group Window:

Code: Select all

<?xml version="1.0" encoding="us-ascii"?>
<XML ID="EQInterfaceDefinitionLanguage">
	<Schema xmlns="EverQuestData" xmlns:dt="EverQuestDataTypes"/>
  <Label item="CopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfLabel">
    <ScreenID>A_Label</ScreenID>
    <Font>1</Font>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <Size>
      <CX>78</CX>
      <CY>15</CY>
    </Size>
    <AlignCenter>False</AlignCenter>
    <Location>
      <X>90</X>
      <Y>113</Y>
    </Location>
    <EQType>9999</EQType>
    <TooltipReference>${Group[5].Class.ShortName}</TooltipReference>
  </Label>
  <Label item="CopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfLabel">
    <ScreenID>A_Label</ScreenID>
    <Font>1</Font>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <Size>
      <CX>84</CX>
      <CY>15</CY>
    </Size>
    <AlignCenter>False</AlignCenter>
    <Location>
      <X>88</X>
      <Y>90</Y>
    </Location>
    <EQType>9999</EQType>
    <TooltipReference>${Group[4].Class.ShortName}</TooltipReference>
  </Label>
  <Label item="CopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfLabel">
    <ScreenID>A_Label</ScreenID>
    <Font>1</Font>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <Size>
      <CX>65</CX>
      <CY>15</CY>
    </Size>
    <AlignCenter>False</AlignCenter>
    <Location>
      <X>88</X>
      <Y>66</Y>
    </Location>
    <AlignRight>False</AlignRight>
    <EQType>9999</EQType>
    <TooltipReference>${Group[3].Class.ShortName}</TooltipReference>
  </Label>
  <Label item="CopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfLabel">
    <ScreenID>A_Label</ScreenID>
    <Font>1</Font>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <Size>
      <CX>76</CX>
      <CY>15</CY>
    </Size>
    <AlignCenter>False</AlignCenter>
    <Location>
      <X>88</X>
      <Y>42</Y>
    </Location>
    <EQType>9999</EQType>
    <TooltipReference>${Group[2].Class.ShortName}</TooltipReference>
  </Label>
  <Label item="CopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfLabel">
    <ScreenID>A_Label</ScreenID>
    <Font>2</Font>
    <TextColor>
      <R>0</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <Size>
      <CX>14</CX>
      <CY>14</CY>
    </Size>
    <AlignCenter>true</AlignCenter>
    <Location>
      <X>1</X>
      <Y>112</Y>
    </Location>
    <EQType>9999</EQType>
    <TooltipReference>${Group[5].Level}</TooltipReference>
  </Label>
  <Label item="CopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfLabel">
    <ScreenID>A_Label</ScreenID>
    <Font>2</Font>
    <TextColor>
      <R>0</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <Size>
      <CX>14</CX>
      <CY>14</CY>
    </Size>
    <AlignCenter>true</AlignCenter>
    <Location>
      <X>1</X>
      <Y>89</Y>
    </Location>
    <EQType>9999</EQType>
    <TooltipReference>${Group[4].Level}</TooltipReference>
  </Label>
  <Label item="CopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfLabel">
    <ScreenID>A_Label</ScreenID>
    <Font>2</Font>
    <TextColor>
      <R>0</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <Size>
      <CX>14</CX>
      <CY>14</CY>
    </Size>
    <AlignCenter>true</AlignCenter>
    <Location>
      <X>1</X>
      <Y>65</Y>
    </Location>
    <EQType>9999</EQType>
    <TooltipReference>${Group[3].Level}</TooltipReference>
  </Label>
  <Label item="CopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfLabel">
    <ScreenID>A_Label</ScreenID>
    <Font>2</Font>
    <TextColor>
      <R>0</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <Size>
      <CX>14</CX>
      <CY>14</CY>
    </Size>
    <AlignCenter>true</AlignCenter>
    <Location>
      <X>1</X>
      <Y>41</Y>
    </Location>
    <EQType>9999</EQType>
    <TooltipReference>${Group[2].Level}</TooltipReference>
  </Label>
  <Label item="CopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfLabel">
    <ScreenID>A_Label</ScreenID>
    <Font>1</Font>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <Size>
      <CX>81</CX>
      <CY>15</CY>
    </Size>
    <AlignCenter>False</AlignCenter>
    <Location>
      <X>88</X>
      <Y>18</Y>
    </Location>
    <AlignRight>False</AlignRight>
    <EQType>9999</EQType>
    <TooltipReference>${Group[1].Class.ShortName}</TooltipReference>
  </Label>
  <Label item="CopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfLabel">
    <ScreenID>A_Label</ScreenID>
    <Font>2</Font>
    <TextColor>
      <R>0</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <Size>
      <CX>14</CX>
      <CY>14</CY>
    </Size>
    <AlignCenter>true</AlignCenter>
    <Location>
      <X>1</X>
      <Y>17</Y>
    </Location>
    <EQType>9999</EQType>
    <TooltipReference>${Group[1].Level}</TooltipReference>
  </Label>
	<Ui2DAnimation item="Blackline">
		<Cycle>true</Cycle>
		<Frames>
			<Texture>solwindow_pieces07.tga</Texture>
			<Location>
				<X>149</X>
				<Y>24</Y>
			</Location>
			<Size>
				<CX>103</CX>
				<CY>10</CY>
			</Size>
			<Hotspot>
				<X>0</X>
				<Y>0</Y>
			</Hotspot>
			<Duration>1000</Duration>
		</Frames>
	</Ui2DAnimation>
	<Ui2DAnimation item="GW_Highlight">
		<Cycle>true</Cycle>
		<Frames>
			<Texture>solwindow_pieces07.tga</Texture>
			<Location>
				<X>0</X>
				<Y>0</Y>
			</Location>
			<Size>
				<CX>127</CX>
				<CY>23</CY>
			</Size>
			<Hotspot>
				<X>0</X>
				<Y>0</Y>
			</Hotspot>
			<Duration>1000</Duration>
		</Frames>
	</Ui2DAnimation>
	<Ui2DAnimation item="GW_V_bar_image">
		<Cycle>true</Cycle>
		<Frames>
			<Texture>solwindow_pieces07.tga</Texture>
			<Location>
				<X>9</X>
				<Y>53</Y>
			</Location>
			<Size>
				<CX>14</CX>
				<CY>122</CY>
			</Size>
			<Hotspot>
				<X>0</X>
				<Y>0</Y>
			</Hotspot>
			<Duration>1000</Duration>
		</Frames>
	</Ui2DAnimation>
	<Ui2DAnimation item="GW_H_bar_image">
		<Cycle>true</Cycle>
		<Frames>
			<Texture>solwindow_pieces07.tga</Texture>
			<Location>
				<X>9</X>
				<Y>39</Y>
			</Location>
			<Size>
				<CX>125</CX>
				<CY>14</CY>
			</Size>
			<Hotspot>
				<X>0</X>
				<Y>0</Y>
			</Hotspot>
			<Duration>1000</Duration>
		</Frames>
	</Ui2DAnimation>
	<StaticAnimation item="GW_V_bar">
		<ScreenID>SBW_SpellBook1</ScreenID>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>1</X>
			<Y>16</Y>
		</Location>
		<Size>
			<CX>14</CX>
			<CY>122</CY>
		</Size>
		<Animation>GW_V_bar_image</Animation>
	</StaticAnimation>
	<StaticAnimation item="GW_V_barblack">
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>0</X>
			<Y>15</Y>
		</Location>
		<Size>
			<CX>16</CX>
			<CY>124</CY>
		</Size>
		<Animation>Blackbox</Animation>
	</StaticAnimation>
	<StaticAnimation item="GW_H_bar">
		<ScreenID>SBW_SpellBook1</ScreenID>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>1</X>
			<Y>2</Y>
		</Location>
		<Size>
			<CX>125</CX>
			<CY>14</CY>
		</Size>
		<Animation>GW_H_bar_image</Animation>
	</StaticAnimation>
	<StaticAnimation item="GW_H_barblack">
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>0</X>
			<Y>1</Y>
		</Location>
		<Size>
			<CX>143</CX>
			<CY>16</CY>
		</Size>
		<Animation>Blackbox</Animation>
	</StaticAnimation>
	<Ui2DAnimation item="A_InviteBtnNormal">
		<Cycle>true</Cycle>
		<Frames>
			<Texture>solwindow_pieces07.tga</Texture>
			<Location>
				<X>120</X>
				<Y>55</Y>
			</Location>
			<Size>
				<CX>14</CX>
				<CY>14</CY>
			</Size>
			<Hotspot>
				<X>0</X>
				<Y>0</Y>
			</Hotspot>
			<Duration>1000</Duration>
		</Frames>
	</Ui2DAnimation>
	<Ui2DAnimation item="A_InviteBtnFlyby">
		<Cycle>true</Cycle>
		<Frames>
			<Texture>solwindow_pieces07.tga</Texture>
			<Location>
				<X>134</X>
				<Y>55</Y>
			</Location>
			<Size>
				<CX>14</CX>
				<CY>14</CY>
			</Size>
			<Hotspot>
				<X>0</X>
				<Y>0</Y>
			</Hotspot>
			<Duration>1000</Duration>
		</Frames>
	</Ui2DAnimation>
	<Ui2DAnimation item="A_InviteBtnPressed">
		<Cycle>true</Cycle>
		<Frames>
			<Texture>solwindow_pieces07.tga</Texture>
			<Location>
				<X>104</X>
				<Y>55</Y>
			</Location>
			<Size>
				<CX>14</CX>
				<CY>14</CY>
			</Size>
			<Hotspot>
				<X>0</X>
				<Y>0</Y>
			</Hotspot>
			<Duration>1000</Duration>
		</Frames>
	</Ui2DAnimation>
	<Ui2DAnimation item="A_DisbandBtnNormal">
		<Cycle>true</Cycle>
		<Frames>
			<Texture>solwindow_pieces07.tga</Texture>
			<Location>
				<X>120</X>
				<Y>71</Y>
			</Location>
			<Size>
				<CX>14</CX>
				<CY>14</CY>
			</Size>
			<Hotspot>
				<X>0</X>
				<Y>0</Y>
			</Hotspot>
			<Duration>1000</Duration>
		</Frames>
	</Ui2DAnimation>
	<Ui2DAnimation item="A_DisbandBtnFlyby">
		<Cycle>true</Cycle>
		<Frames>
			<Texture>solwindow_pieces07.tga</Texture>
			<Location>
				<X>134</X>
				<Y>71</Y>
			</Location>
			<Size>
				<CX>14</CX>
				<CY>14</CY>
			</Size>
			<Hotspot>
				<X>0</X>
				<Y>0</Y>
			</Hotspot>
			<Duration>1000</Duration>
		</Frames>
	</Ui2DAnimation>
	<Ui2DAnimation item="A_DisbandBtnPressed">
		<Cycle>true</Cycle>
		<Frames>
			<Texture>solwindow_pieces07.tga</Texture>
			<Location>
				<X>104</X>
				<Y>71</Y>
			</Location>
			<Size>
				<CX>14</CX>
				<CY>14</CY>
			</Size>
			<Hotspot>
				<X>0</X>
				<Y>0</Y>
			</Hotspot>
			<Duration>1000</Duration>
		</Frames>
	</Ui2DAnimation>
	<Ui2DAnimation item="A_FollowBtnNormal">
		<Cycle>true</Cycle>
		<Frames>
			<Texture>solwindow_pieces07.tga</Texture>
			<Location>
				<X>120</X>
				<Y>87</Y>
			</Location>
			<Size>
				<CX>14</CX>
				<CY>14</CY>
			</Size>
			<Hotspot>
				<X>0</X>
				<Y>0</Y>
			</Hotspot>
			<Duration>1000</Duration>
		</Frames>
	</Ui2DAnimation>
	<Ui2DAnimation item="A_FollowBtnFlyby">
		<Cycle>true</Cycle>
		<Frames>
			<Texture>solwindow_pieces07.tga</Texture>
			<Location>
				<X>134</X>
				<Y>87</Y>
			</Location>
			<Size>
				<CX>14</CX>
				<CY>14</CY>
			</Size>
			<Hotspot>
				<X>0</X>
				<Y>0</Y>
			</Hotspot>
			<Duration>1000</Duration>
		</Frames>
	</Ui2DAnimation>
	<Ui2DAnimation item="A_FollowBtnPressed">
		<Cycle>true</Cycle>
		<Frames>
			<Texture>solwindow_pieces07.tga</Texture>
			<Location>
				<X>104</X>
				<Y>87</Y>
			</Location>
			<Size>
				<CX>14</CX>
				<CY>14</CY>
			</Size>
			<Hotspot>
				<X>0</X>
				<Y>0</Y>
			</Hotspot>
			<Duration>1000</Duration>
		</Frames>
	</Ui2DAnimation>
	<Ui2DAnimation item="A_DeclineBtnNormal">
		<Cycle>true</Cycle>
		<Frames>
			<Texture>solwindow_pieces07.tga</Texture>
			<Location>
				<X>120</X>
				<Y>109</Y>
			</Location>
			<Size>
				<CX>14</CX>
				<CY>14</CY>
			</Size>
			<Hotspot>
				<X>0</X>
				<Y>0</Y>
			</Hotspot>
			<Duration>1000</Duration>
		</Frames>
	</Ui2DAnimation>
	<Ui2DAnimation item="A_DeclineBtnFlyby">
		<Cycle>true</Cycle>
		<Frames>
			<Texture>solwindow_pieces07.tga</Texture>
			<Location>
				<X>134</X>
				<Y>109</Y>
			</Location>
			<Size>
				<CX>14</CX>
				<CY>14</CY>
			</Size>
			<Hotspot>
				<X>0</X>
				<Y>0</Y>
			</Hotspot>
			<Duration>1000</Duration>
		</Frames>
	</Ui2DAnimation>
	<Ui2DAnimation item="A_DeclineBtnPressed">
		<Cycle>true</Cycle>
		<Frames>
			<Texture>solwindow_pieces07.tga</Texture>
			<Location>
				<X>104</X>
				<Y>109</Y>
			</Location>
			<Size>
				<CX>14</CX>
				<CY>14</CY>
			</Size>
			<Hotspot>
				<X>0</X>
				<Y>0</Y>
			</Hotspot>
			<Duration>1000</Duration>
		</Frames>
	</Ui2DAnimation>
	<Ui2DAnimation item="A_GWBtnDisabled">
		<Cycle>true</Cycle>
		<Frames>
			<Texture>solwindow_pieces07.tga</Texture>
			<Location>
				<X>134</X>
				<Y>39</Y>
			</Location>
			<Size>
				<CX>14</CX>
				<CY>14</CY>
			</Size>
			<Hotspot>
				<X>0</X>
				<Y>0</Y>
			</Hotspot>
			<Duration>1000</Duration>
		</Frames>
	</Ui2DAnimation>
	<Ui2DAnimation item="A_LFGBtnNormal">
		<Frames>
			<Texture>solwindow_pieces07.tga</Texture>
			<Location>
				<X>154</X>
				<Y>120</Y>
			</Location>
			<Size>
				<CX>23</CX>
				<CY>14</CY>
			</Size>
			<Hotspot>
				<X>0</X>
				<Y>0</Y>
			</Hotspot>
		</Frames>
	</Ui2DAnimation>
	<Ui2DAnimation item="A_LFGBtnFlyby">
		<Frames>
			<Texture>solwindow_pieces07.tga</Texture>
			<Location>
				<X>180</X>
				<Y>120</Y>
			</Location>
			<Size>
				<CX>23</CX>
				<CY>14</CY>
			</Size>
			<Hotspot>
				<X>0</X>
				<Y>0</Y>
			</Hotspot>
		</Frames>
	</Ui2DAnimation>
	<Ui2DAnimation item="A_LFGBtnPressed">
		<Frames>
			<Texture>solwindow_pieces07.tga</Texture>
			<Location>
				<X>206</X>
				<Y>120</Y>
			</Location>
			<Size>
				<CX>23</CX>
				<CY>14</CY>
			</Size>
			<Hotspot>
				<X>0</X>
				<Y>0</Y>
			</Hotspot>
		</Frames>
	</Ui2DAnimation>
	<Ui2DAnimation item="A_LFGBtnPressedFlyby">
		<Frames>
			<Texture>solwindow_pieces07.tga</Texture>
			<Location>
				<X>206</X>
				<Y>120</Y>
			</Location>
			<Size>
				<CX>23</CX>
				<CY>14</CY>
			</Size>
			<Hotspot>
				<X>0</X>
				<Y>0</Y>
			</Hotspot>
		</Frames>
	</Ui2DAnimation>
	<Ui2DAnimation item="A_F2image">
		<Cycle>true</Cycle>
		<Frames>
			<Texture>solwindow_pieces06.tga</Texture>
			<Location>
				<X>205</X>
				<Y>59</Y>
			</Location>
			<Size>
				<CX>15</CX>
				<CY>8</CY>
			</Size>
			<Hotspot>
				<X>0</X>
				<Y>0</Y>
			</Hotspot>
			<Duration>1000</Duration>
		</Frames>
	</Ui2DAnimation>
	<Ui2DAnimation item="A_F3image">
		<Cycle>true</Cycle>
		<Frames>
			<Texture>solwindow_pieces06.tga</Texture>
			<Location>
				<X>221</X>
				<Y>59</Y>
			</Location>
			<Size>
				<CX>15</CX>
				<CY>8</CY>
			</Size>
			<Hotspot>
				<X>0</X>
				<Y>0</Y>
			</Hotspot>
			<Duration>1000</Duration>
		</Frames>
	</Ui2DAnimation>
	<Ui2DAnimation item="A_F4image">
		<Cycle>true</Cycle>
		<Frames>
			<Texture>solwindow_pieces06.tga</Texture>
			<Location>
				<X>189</X>
				<Y>71</Y>
			</Location>
			<Size>
				<CX>15</CX>
				<CY>8</CY>
			</Size>
			<Hotspot>
				<X>0</X>
				<Y>0</Y>
			</Hotspot>
			<Duration>1000</Duration>
		</Frames>
	</Ui2DAnimation>
	<Ui2DAnimation item="A_F5image">
		<Cycle>true</Cycle>
		<Frames>
			<Texture>solwindow_pieces06.tga</Texture>
			<Location>
				<X>205</X>
				<Y>71</Y>
			</Location>
			<Size>
				<CX>15</CX>
				<CY>8</CY>
			</Size>
			<Hotspot>
				<X>0</X>
				<Y>0</Y>
			</Hotspot>
			<Duration>1000</Duration>
		</Frames>
	</Ui2DAnimation>
	<Ui2DAnimation item="A_F6image">
		<Cycle>true</Cycle>
		<Frames>
			<Texture>solwindow_pieces06.tga</Texture>
			<Location>
				<X>221</X>
				<Y>71</Y>
			</Location>
			<Size>
				<CX>15</CX>
				<CY>8</CY>
			</Size>
			<Hotspot>
				<X>0</X>
				<Y>0</Y>
			</Hotspot>
			<Duration>1000</Duration>
		</Frames>
	</Ui2DAnimation>
	<Button item="GW_InviteButton">
		<ScreenID>InviteButton</ScreenID>
		<Font>1</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>114</X>
			<Y>2</Y>
		</Location>
		<Size>
			<CX>14</CX>
			<CY>14</CY>
		</Size>
		<Style_VScroll>false</Style_VScroll>
		<Style_HScroll>false</Style_HScroll>
		<Style_Transparent>false</Style_Transparent>
		<TooltipReference>INVITE</TooltipReference>
		<Style_Checkbox>false</Style_Checkbox>
		<!--<RadioGroup/>-->
		<TextColor>
			<R>150</R>
			<G>255</G>
			<B>30</B>
		</TextColor>
		<ButtonDrawTemplate>
			<Normal>A_InviteBtnNormal</Normal>
			<Pressed>A_InviteBtnPressed</Pressed>
			<Flyby>A_InviteBtnFlyby</Flyby>
			<Disabled>A_GWBtnDisabled</Disabled>
		</ButtonDrawTemplate>
	</Button>
	<Button item="GW_DisbandButton">
		<ScreenID>DisbandButton</ScreenID>
		<Font>1</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>128</X>
			<Y>2</Y>
		</Location>
		<Size>
			<CX>14</CX>
			<CY>14</CY>
		</Size>
		<Style_VScroll>false</Style_VScroll>
		<Style_HScroll>false</Style_HScroll>
		<Style_Transparent>false</Style_Transparent>
		<TooltipReference>DISBAND</TooltipReference>
		<Style_Checkbox>false</Style_Checkbox>
		<!--<RadioGroup/>-->
		<ButtonDrawTemplate>
			<Normal>A_DisbandBtnNormal</Normal>
			<Pressed>A_DisbandBtnPressed</Pressed>
			<Flyby>A_DisbandBtnFlyby</Flyby>
			<Disabled>A_GWBtnDisabled</Disabled>
		</ButtonDrawTemplate>
		<TextColor>
			<R>255</R>
			<G>255</G>
			<B>255</B>
		</TextColor>
	</Button>
	<Button item="GW_FollowButton">
		<ScreenID>FollowButton</ScreenID>
		<Font>1</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>114</X>
			<Y>2</Y>
		</Location>
		<Size>
			<CX>14</CX>
			<CY>14</CY>
		</Size>
		<Style_VScroll>false</Style_VScroll>
		<Style_HScroll>false</Style_HScroll>
		<Style_Transparent>false</Style_Transparent>
		<TooltipReference>ACCEPT</TooltipReference>
		<Style_Checkbox>false</Style_Checkbox>
		<!--<RadioGroup/>-->
		<TextColor>
			<R>150</R>
			<G>255</G>
			<B>30</B>
		</TextColor>
		<ButtonDrawTemplate>
			<Normal>A_FollowBtnNormal</Normal>
			<Pressed>A_FollowBtnPressed</Pressed>
			<Flyby>A_FollowBtnFlyby</Flyby>
			<Disabled>A_GWBtnDisabled</Disabled>
		</ButtonDrawTemplate>
	</Button>
	<Button item="GW_DeclineButton">
		<ScreenID>DeclineButton</ScreenID>
		<Font>1</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>128</X>
			<Y>2</Y>
		</Location>
		<Size>
			<CX>14</CX>
			<CY>14</CY>
		</Size>
		<Style_VScroll>false</Style_VScroll>
		<Style_HScroll>false</Style_HScroll>
		<Style_Transparent>false</Style_Transparent>
		<TooltipReference>REFUSE</TooltipReference>
		<Style_Checkbox>false</Style_Checkbox>
		<!--<RadioGroup/>-->
		<ButtonDrawTemplate>
			<Normal>A_DeclineBtnNormal</Normal>
			<Pressed>A_DeclineBtnPressed</Pressed>
			<Flyby>A_DeclineBtnFlyby</Flyby>
			<Disabled>A_GWBtnDisabled</Disabled>
		</ButtonDrawTemplate>
		<TextColor>
			<R>255</R>
			<G>255</G>
			<B>255</B>
		</TextColor>
	</Button>
	<Button item="GW_Light1">
		<ScreenID>Gauge1</ScreenID>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>15</X>
			<Y>15</Y>
		</Location>
		<Size>
			<CX>64</CX>
			<CY>128</CY>
		</Size>
		<Style_VScroll>false</Style_VScroll>
		<Style_HScroll>false</Style_HScroll>
		<Style_Transparent>false</Style_Transparent>
		<Style_Checkbox>false</Style_Checkbox>
		<ButtonDrawTemplate>
			<Normal>A_ClassAnim09</Normal>
			<Pressed>GW_Highlight</Pressed>
			<Flyby>GW_Highlight</Flyby>
			<Disabled>GW_Highlight</Disabled>
			<PressedFlyby>GW_Highlight</PressedFlyby>
		</ButtonDrawTemplate>
	</Button>
	<StaticAnimation item="GW_Gauge1black">
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>17</X>
			<Y>29</Y>
		</Location>
		<Size>
			<CX>103</CX>
			<CY>10</CY>
		</Size>
		<Animation>Blackline</Animation>
	</StaticAnimation>
	<Gauge item="GW_Gauge1">
		<ScreenID>Gauge1</ScreenID>
		<Font>2</Font>
		<TextColor>
			<R>240</R>
			<G>240</G>
			<B>240</B>
		</TextColor>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>3</X>
			<Y>14</Y>
		</Location>
		<Size>
			<CX>115</CX>
			<CY>24</CY>
		</Size>
		<TextOffsetX>15</TextOffsetX>
		<TextOffsetY>3</TextOffsetY>
		<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>11</EQType>
		<GaugeDrawTemplate>
			<Background>A_GaugeBackground</Background>
			<Fill>A_GaugeFill</Fill>
			<Lines>A_GaugeLines</Lines>
			<LinesFill>A_GaugeLinesFill</LinesFill>
			<EndCapLeft>A_F2image</EndCapLeft>
		</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>18</X>
			<Y>36</Y>
		</Location>
		<Size>
			<CX>115</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>190</R>
			<G>190</G>
			<B>190</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>
	<StaticAnimation item="GW_Gauge2black">
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>17</X>
			<Y>53</Y>
		</Location>
		<Size>
			<CX>103</CX>
			<CY>10</CY>
		</Size>
		<Animation>Blackline</Animation>
	</StaticAnimation>
	<Gauge item="GW_Gauge2">
		<ScreenID>Gauge2</ScreenID>
		<Font>2</Font>
		<TextColor>
			<R>240</R>
			<G>240</G>
			<B>240</B>
		</TextColor>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>3</X>
			<Y>38</Y>
		</Location>
		<Size>
			<CX>115</CX>
			<CY>24</CY>
		</Size>
		<TextOffsetX>15</TextOffsetX>
		<TextOffsetY>3</TextOffsetY>
		<Style_VScroll>false</Style_VScroll>
		<Style_HScroll>false</Style_HScroll>
		<Style_Transparent>true</Style_Transparent>
		<!--<TooltipReference/>-->
		<FillTint>
			<R>240</R>
			<G>0</G>
			<B>0</B>
			<Alpha>255</Alpha>
		</FillTint>
		<LinesFillTint>
			<R>240</R>
			<G>0</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_F3image</EndCapLeft>
		</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>18</X>
			<Y>60</Y>
		</Location>
		<Size>
			<CX>115</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>190</R>
			<G>190</G>
			<B>190</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>
	<StaticAnimation item="GW_Gauge3black">
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>17</X>
			<Y>77</Y>
		</Location>
		<Size>
			<CX>103</CX>
			<CY>10</CY>
		</Size>
		<Animation>Blackline</Animation>
	</StaticAnimation>
	<Gauge item="GW_Gauge3">
		<ScreenID>Gauge3</ScreenID>
		<Font>2</Font>
		<TextColor>
			<R>240</R>
			<G>240</G>
			<B>240</B>
		</TextColor>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>3</X>
			<Y>62</Y>
		</Location>
		<Size>
			<CX>115</CX>
			<CY>24</CY>
		</Size>
		<TextOffsetX>15</TextOffsetX>
		<TextOffsetY>3</TextOffsetY>
		<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>13</EQType>
		<GaugeDrawTemplate>
			<Background>A_GaugeBackground</Background>
			<Fill>A_GaugeFill</Fill>
			<Lines>A_GaugeLines</Lines>
			<LinesFill>A_GaugeLinesFill</LinesFill>
			<EndCapLeft>A_F4image</EndCapLeft>
		</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>18</X>
			<Y>84</Y>
		</Location>
		<Size>
			<CX>115</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>190</R>
			<G>190</G>
			<B>190</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>
	<StaticAnimation item="GW_Gauge4black">
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>17</X>
			<Y>101</Y>
		</Location>
		<Size>
			<CX>103</CX>
			<CY>10</CY>
		</Size>
		<Animation>Blackline</Animation>
	</StaticAnimation>
	<Gauge item="GW_Gauge4">
		<ScreenID>Gauge4</ScreenID>
		<Font>2</Font>
		<TextColor>
			<R>255</R>
			<G>255</G>
			<B>255</B>
		</TextColor>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>3</X>
			<Y>86</Y>
		</Location>
		<Size>
			<CX>115</CX>
			<CY>24</CY>
		</Size>
		<TextOffsetX>15</TextOffsetX>
		<TextOffsetY>3</TextOffsetY>
		<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>14</EQType>
		<GaugeDrawTemplate>
			<Background>A_GaugeBackground</Background>
			<Fill>A_GaugeFill</Fill>
			<Lines>A_GaugeLines</Lines>
			<LinesFill>A_GaugeLinesFill</LinesFill>
			<EndCapLeft>A_F5image</EndCapLeft>
		</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>18</X>
			<Y>108</Y>
		</Location>
		<Size>
			<CX>115</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>190</R>
			<G>190</G>
			<B>190</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>
	<StaticAnimation item="GW_Gauge5black">
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>17</X>
			<Y>125</Y>
		</Location>
		<Size>
			<CX>103</CX>
			<CY>10</CY>
		</Size>
		<Animation>Blackline</Animation>
	</StaticAnimation>
	<Gauge item="GW_Gauge5">
		<ScreenID>Gauge5</ScreenID>
		<Font>2</Font>
		<TextColor>
			<R>255</R>
			<G>255</G>
			<B>255</B>
		</TextColor>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>3</X>
			<Y>110</Y>
		</Location>
		<Size>
			<CX>115</CX>
			<CY>24</CY>
		</Size>
		<TextOffsetX>15</TextOffsetX>
		<TextOffsetY>3</TextOffsetY>
		<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>15</EQType>
		<GaugeDrawTemplate>
			<Background>A_GaugeBackground</Background>
			<Fill>A_GaugeFill</Fill>
			<Lines>A_GaugeLines</Lines>
			<LinesFill>A_GaugeLinesFill</LinesFill>
			<EndCapLeft>A_F6image</EndCapLeft>
		</GaugeDrawTemplate>
	</Gauge>
	<Button item="GW_LFGButton">
		<ScreenID>LFGButton</ScreenID>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>1</X>
			<Y>2</Y>
		</Location>
		<Size>
			<CX>23</CX>
			<CY>14</CY>
		</Size>
		<Style_Checkbox>false</Style_Checkbox>
		<TooltipReference>Open LFG Window</TooltipReference>
		<ButtonDrawTemplate>
			<Normal>A_LFGBtnNormal</Normal>
			<Pressed>A_LFGBtnPressed</Pressed>
			<Flyby>A_LFGBtnFlyby</Flyby>
			<Disabled>A_LFGBtnNormal</Disabled>
			<PressedFlyby>A_LFGBtnPressedFlyby</PressedFlyby>
		</ButtonDrawTemplate>
	</Button>
	<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>18</X>
			<Y>132</Y>
		</Location>
		<Size>
			<CX>115</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>190</R>
			<G>190</G>
			<B>190</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="GW_HPLabel1">
		<ScreenID>HPLabel1</ScreenID>
		<EQType>35</EQType>
		<Font>1</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>102</X>
			<Y>28</Y>
		</Location>
		<Size>
			<CX>35</CX>
			<CY>14</CY>
		</Size>
		<Text>0</Text>
		<TextColor>
			<R>200</R>
			<G>200</G>
			<B>200</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignCenter>false</AlignCenter>
		<AlignRight>true</AlignRight>
		<AlignLeft>false</AlignLeft>
	</Label>
	<Label item="GW_HPPercLabel1">
		<ScreenID>HPPercLabel1</ScreenID>
		<Font>1</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>110</X>
			<Y>28</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>
		<AlignCenter>false</AlignCenter>
		<AlignRight>true</AlignRight>
		<AlignLeft>false</AlignLeft>
	</Label>
	<Label item="GW_HPLabel2">
		<ScreenID>HPLabel2</ScreenID>
		<EQType>36</EQType>
		<Font>1</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>102</X>
			<Y>52</Y>
		</Location>
		<Size>
			<CX>35</CX>
			<CY>14</CY>
		</Size>
		<Text>0</Text>
		<TextColor>
			<R>200</R>
			<G>200</G>
			<B>200</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignCenter>false</AlignCenter>
		<AlignRight>true</AlignRight>
		<AlignLeft>false</AlignLeft>
	</Label>
	<Label item="GW_HPPercLabel2">
		<ScreenID>HPPercLabel2</ScreenID>
		<Font>1</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>110</X>
			<Y>52</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>
		<AlignCenter>false</AlignCenter>
		<AlignRight>true</AlignRight>
		<AlignLeft>false</AlignLeft>
	</Label>
	<Label item="GW_HPLabel3">
		<ScreenID>HPLabel3</ScreenID>
		<EQType>37</EQType>
		<Font>1</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>102</X>
			<Y>76</Y>
		</Location>
		<Size>
			<CX>35</CX>
			<CY>14</CY>
		</Size>
		<Text>0</Text>
		<TextColor>
			<R>200</R>
			<G>200</G>
			<B>200</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignCenter>false</AlignCenter>
		<AlignRight>true</AlignRight>
		<AlignLeft>false</AlignLeft>
	</Label>
	<Label item="GW_HPPercLabel3">
		<ScreenID>HPPercLabel3</ScreenID>
		<Font>1</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>110</X>
			<Y>76</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>
		<AlignCenter>false</AlignCenter>
		<AlignRight>true</AlignRight>
		<AlignLeft>false</AlignLeft>
	</Label>
	<Label item="GW_HPLabel4">
		<ScreenID>HPLabel4</ScreenID>
		<EQType>38</EQType>
		<Font>1</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>102</X>
			<Y>100</Y>
		</Location>
		<Size>
			<CX>35</CX>
			<CY>14</CY>
		</Size>
		<Text>0</Text>
		<TextColor>
			<R>200</R>
			<G>200</G>
			<B>200</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignCenter>false</AlignCenter>
		<AlignRight>true</AlignRight>
		<AlignLeft>false</AlignLeft>
	</Label>
	<Label item="GW_HPPercLabel4">
		<ScreenID>HPPercLabel4</ScreenID>
		<Font>1</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>110</X>
			<Y>100</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>
		<AlignCenter>false</AlignCenter>
		<AlignRight>true</AlignRight>
		<AlignLeft>false</AlignLeft>
	</Label>
	<Label item="GW_HPLabel5">
		<ScreenID>HPLabel5</ScreenID>
		<EQType>39</EQType>
		<Font>1</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>102</X>
			<Y>124</Y>
		</Location>
		<Size>
			<CX>35</CX>
			<CY>14</CY>
		</Size>
		<Text>0</Text>
		<TextColor>
			<R>200</R>
			<G>200</G>
			<B>200</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignCenter>false</AlignCenter>
		<AlignRight>true</AlignRight>
		<AlignLeft>false</AlignLeft>
	</Label>
	<Label item="GW_HPPercLabel5">
		<ScreenID>HPPercLabel5</ScreenID>
		<Font>1</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>110</X>
			<Y>124</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>
		<AlignCenter>false</AlignCenter>
		<AlignRight>true</AlignRight>
		<AlignLeft>false</AlignLeft>
	</Label>
	<Screen item="GroupWindow">
		<ScreenID/>
		<RelativePosition>false</RelativePosition>
		<Location>
			<X>516</X>
			<Y>78</Y>
		</Location>
		<Size>
			<CX>154</CX>
			<CY>142</CY>
		</Size>
		<Text>Advanced Grouping</Text>
		<Style_VScroll>false</Style_VScroll>
		<Style_HScroll>false</Style_HScroll>
		<Style_Transparent>false</Style_Transparent>
		<TooltipReference>Advanced Grouping Window</TooltipReference>
		<DrawTemplate>WDT_RoundedNoTitle</DrawTemplate>
		<Style_Titlebar>false</Style_Titlebar>
		<Style_Closebox>false</Style_Closebox>
		<Style_Minimizebox>false</Style_Minimizebox>
		<Style_Border>true</Style_Border>
		<Style_Sizable>false</Style_Sizable>
		<Pieces>GW_V_barblack</Pieces>
		<Pieces>GW_H_barblack</Pieces>
		<Pieces>GW_V_bar</Pieces>
		<Pieces>GW_H_bar</Pieces>
		<Pieces>GW_InviteButton</Pieces>
		<Pieces>GW_DisbandButton</Pieces>
		<Pieces>GW_FollowButton</Pieces>
		<Pieces>GW_DeclineButton</Pieces>
		<Pieces>GW_Gauge1black</Pieces>
		<Pieces>GW_Gauge2black</Pieces>
		<Pieces>GW_Gauge3black</Pieces>
		<Pieces>GW_Gauge4black</Pieces>
		<Pieces>GW_Gauge5black</Pieces>
		<Pieces>GW_Gauge1</Pieces>
		<Pieces>GW_Gauge2</Pieces>
		<Pieces>GW_Gauge3</Pieces>
		<Pieces>GW_Gauge4</Pieces>
		<Pieces>GW_Gauge5</Pieces>
		<Pieces>GW_PetGauge1</Pieces>
		<Pieces>GW_PetGauge2</Pieces>
		<Pieces>GW_PetGauge3</Pieces>
		<Pieces>GW_PetGauge4</Pieces>
		<Pieces>GW_PetGauge5</Pieces>
		<Pieces>GW_HPLabel1</Pieces>
		<Pieces>GW_HPPercLabel1</Pieces>
		<Pieces>GW_HPLabel2</Pieces>
		<Pieces>GW_HPPercLabel2</Pieces>
		<Pieces>GW_HPLabel3</Pieces>
		<Pieces>GW_HPPercLabel3</Pieces>
		<Pieces>GW_HPLabel4</Pieces>
		<Pieces>GW_HPPercLabel4</Pieces>
		<Pieces>GW_HPLabel5</Pieces>
		<Pieces>GW_HPPercLabel5</Pieces>
		<Pieces>GW_LFGButton</Pieces>
    <Pieces>CopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfLabel</Pieces>
    <Pieces>CopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfLabel</Pieces>
    <Pieces>CopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfLabel</Pieces>
    <Pieces>CopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfLabel</Pieces>
    <Pieces>CopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfLabel</Pieces>
    <Pieces>CopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfLabel</Pieces>
    <Pieces>CopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfLabel</Pieces>
    <Pieces>CopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfLabel</Pieces>
    <Pieces>CopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfLabel</Pieces>
    <Pieces>CopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfCopyOfLabel</Pieces>
    <TextColor>
      <B>255</B>
      <G>255</G>
      <R>255</R>
    </TextColor>
	</Screen>
</XML>