Page 4 of 6

Posted: Thu Apr 29, 2004 8:59 pm
by Garfwerm
This is the best UI Mod out in my opinion, thanks guys.


I do have a problem though. I have no autoattack indicator. I'm using Jabber's versions of the files. Is this intended? If not, any ideas?

Posted: Thu Apr 29, 2004 10:26 pm
by Garfwerm
Switched to the Fryfrog player window and this one works. 8)

Posted: Fri May 21, 2004 12:25 pm
by Mare
Only problem I've been having now with this UI is that for some reason my Rez box is cut off ABOVE the buttons... as in, I cannot click on the buttons (nor can I see them.) Anyway suggestions?

Posted: Fri May 21, 2004 3:55 pm
by Jabber
Mare wrote:Only problem I've been having now with this UI is that for some reason my Rez box is cut off ABOVE the buttons... as in, I cannot click on the buttons (nor can I see them.) Anyway suggestions?
I haven't experienced missing boxes before. First thing I suggest is http://www.eqgui.com/showthread.php?s=&threadid=11643

Jab.

Posted: Fri May 21, 2004 4:44 pm
by Mare
fryfrog and I figured it out... somehow, after I started using Solaria, my UI config file made the height of the accept/decline boxes (all of them) short enough that I could read the message but now show any buttons. Changing it from 120 pixels tall to something more reasonable like 200 fixed it. I have no idea why installing solaria would've affected this, but it did, heh.

Posted: Fri May 21, 2004 6:28 pm
by Lane
I've had this same problem with other UIs, it' s one reason I like sizable boxes. :)

-Lane

Posted: Tue May 25, 2004 1:59 pm
by Jabber
Lane wrote:I've had this same problem with other UIs, it' s one reason I like sizable boxes. :)

-Lane
Actually, you are correct. I think the boxes should be sizable and I will probably make the boxes that I modified sizeable. You can always lock the windows.

I will fix the attack indicator as well since I removed it.

Jab.

Posted: Fri Jun 11, 2004 11:55 am
by TrippyTom
REQUEST:
Is it possible to mod the Group window to change the Function Key to a different color for the LDR ? This would really help a lot, instead of making me look around to see who has "LDR" by their name.

Thanks!

Posted: Sat Jun 12, 2004 12:04 pm
by TrippyTom
Ok, I know the F2 - F6 keys are displayed via the EQUI_GroupWindow.xml file with solwindow_pieces06.tga ... what I don't understand is how to make it light up the Function key that corresponds to the leader.

Obviously, I assume this would be a MQ id tag or something, but I don't know enough to do this myself.

Can anyone show me where to change the XML file to make this work?

Posted: Sat Jun 12, 2004 6:15 pm
by TrippyTom
I peeked at the .chm file that comes with MQ and it mentions this:
Example
/echo Group Leaders name is: ${GroupLeader.Name}
Echos your group leaders name
Couldn't this be used to alter the Font or Color in the group window?

Posted: Sun Jun 13, 2004 11:55 am
by Drumstix42
Welll you could do this for each member in your UI with an IF I'm sure...

something like:

Code: Select all

${If[${GroupLeader.Name}==${Group[${n}].Name},${Group[${n}].Name},]}

Make 5 of these, replacing 'n' with 1-5 (your group member 0) and make it the color you would like to represent the Group Leader.

Now make another 5 like this in a color designated as normal group member:

Code: Select all

${If[${GroupLeader.Name}!=${Group[${n}].Name},${Group[${n}].Name},]}
... again replacing 'n' with 1-5.

Make each of the 1-5 in each case maching up in the same X,Y since they can only be 2 things: Group Leader, or not, there would be no overlapping.


Now I'm pretty sure I've got my code correct.

The ONLY thing that won't work is if the group leader is not in the zone, because as commented in the Readme:
Group leader's name (works even if they are out of zone)
If your unsure how to do all this, I'd be happy to try it in a little bit :)

Posted: Mon Jun 14, 2004 1:30 am
by TrippyTom
yes, I'm very noobish when it comes to this stuff. Could you work on it for me? In the meantime, I'm happy with my hotkey that tells me who the group leader is.

Thanks. :)

Posted: Mon Jun 14, 2004 10:56 am
by Drumstix42
Post your GroupWindow UI

Posted: Mon Jun 14, 2004 4:32 pm
by TrippyTom
ok here it is:

<?xml version="1.0" encoding="us-ascii" ?>
<!-- edited with XMLSPY v5 rel. 3 U (http://www.xmlspy.com) by Sokol (NA) -->
<XML ID="EQInterfaceDefinitionLanguage">
<Schema xmlns="EverQuestData" xmlns:dt="EverQuestDataTypes" />
<!-- SOLARIA BEGIN-->
<Ui2DAnimation item="GW_BG">
<Frames>
<Texture>solWindowPieces01.tga</Texture>
<Location>
<X>81</X>
<Y>100</Y>
</Location>
<Size>
<CX>155</CX>
<CY>142</CY>
</Size>
</Frames>
</Ui2DAnimation>
<StaticAnimation item="BG">
<RelativePosition>true</RelativePosition>
<Location>
<X>0</X>
<Y>0</Y>
</Location>
<Size>
<CX>155</CX>
<CY>142</CY>
</Size>
<Animation>GW_BG</Animation>
</StaticAnimation>
<Ui2DAnimation item="GW_PET_BG">
<Frames>
<Texture>solWindowPieces01.tga</Texture>
<Location>
<X>110</X>
<Y>103</Y>
</Location>
<Size>
<CX>74</CX>
<CY>16</CY>
</Size>
</Frames>
</Ui2DAnimation>
<StaticAnimation item="BG_PET_BG1">
<RelativePosition>true</RelativePosition>
<Location>
<X>70</X>
<Y>23</Y>
</Location>
<Size>
<CX>74</CX>
<CY>16</CY>
</Size>
<Animation>GW_PET_BG</Animation>
</StaticAnimation>
<!-- SOLARIA END-->
<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>25</X>
<Y>38</Y>
</Location>
<Size>
<CX>41</CX>
<CY>16</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>66</X>
<Y>38</Y>
</Location>
<Size>
<CX>41</CX>
<CY>16</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>107</X>
<Y>38</Y>
</Location>
<Size>
<CX>41</CX>
<CY>16</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>107</X>
<Y>55</Y>
</Location>
<Size>
<CX>41</CX>
<CY>16</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>107</X>
<Y>72</Y>
</Location>
<Size>
<CX>41</CX>
<CY>16</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>107</X>
<Y>89</Y>
</Location>
<Size>
<CX>41</CX>
<CY>16</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>26</X>
<Y>129</Y>
</Location>
<Size>
<CX>41</CX>
<CY>16</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>67</X>
<Y>129</Y>
</Location>
<Size>
<CX>41</CX>
<CY>16</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>108</X>
<Y>129</Y>
</Location>
<Size>
<CX>41</CX>
<CY>16</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>66</X>
<Y>55</Y>
</Location>
<Size>
<CX>41</CX>
<CY>16</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>66</X>
<Y>72</Y>
</Location>
<Size>
<CX>41</CX>
<CY>16</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>66</X>
<Y>89</Y>
</Location>
<Size>
<CX>41</CX>
<CY>16</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>66</X>
<Y>106</Y>
</Location>
<Size>
<CX>41</CX>
<CY>16</CY>
</Size>
<Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
<Duration>1000</Duration>
</Frames>
</Ui2DAnimation>
<Ui2DAnimation item="A_LFGBtnNormal">
<Cycle />
<Frames>
<Texture>solwindow_pieces07.tga</Texture>
<Location>
<X>169</X>
<Y>119</Y>
</Location>
<Size>
<CX>26</CX>
<CY>16</CY>
</Size>
<Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
</Frames>
</Ui2DAnimation>
<Ui2DAnimation item="A_LFGBtnFlyby">
<Cycle />
<Frames>
<Texture>solwindow_pieces07.tga</Texture>
<Location>
<X>196</X>
<Y>119</Y>
</Location>
<Size>
<CX>26</CX>
<CY>16</CY>
</Size>
<Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
</Frames>
</Ui2DAnimation>
<Ui2DAnimation item="A_LFGBtnPressed">
<Cycle />
<Frames>
<Texture>solwindow_pieces07.tga</Texture>
<Location>
<X>223</X>
<Y>119</Y>
</Location>
<Size>
<CX>26</CX>
<CY>16</CY>
</Size>
<Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
</Frames>
</Ui2DAnimation>
<Ui2DAnimation item="A_LFGBtnPressedFlyby">
<Cycle />
<Frames>
<Texture>solwindow_pieces07.tga</Texture>
<Location>
<X>223</X>
<Y>119</Y>
</Location>
<Size>
<CX>26</CX>
<CY>16</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>65</X>
<Y>3</Y>
</Location>
<Size>
<CX>41</CX>
<CY>16</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>105</X>
<Y>3</Y>
</Location>
<Size>
<CX>41</CX>
<CY>16</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>65</X>
<Y>3</Y>
</Location>
<Size>
<CX>41</CX>
<CY>16</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>105</X>
<Y>3</Y>
</Location>
<Size>
<CX>41</CX>
<CY>16</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>
<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>12</X>
<Y>16</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>92</X>
<Y>25</Y>
</Location>
<Size>
<CX>70</CX>
<CY>8</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>0</R>
<G>190</G>
<B>0</B>
</FillTint>
<LinesFillTint>
<R>0</R>
<G>0</G>
<B>0</B>
</LinesFillTint>
<DrawLinesFill>true</DrawLinesFill>
<EQType>17</EQType>
<GaugeDrawTemplate>
<Background>A_MiniGaugeBackground</Background>
<Fill>A_MiniGaugeFill</Fill>
<Lines>A_MiniGaugeLines</Lines>
</GaugeDrawTemplate>
</Gauge>
<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>12</X>
<Y>40</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>92</X>
<Y>49</Y>
</Location>
<Size>
<CX>70</CX>
<CY>8</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>0</R>
<G>190</G>
<B>0</B>
</FillTint>
<LinesFillTint>
<R>0</R>
<G>0</G>
<B>0</B>
</LinesFillTint>
<DrawLinesFill>true</DrawLinesFill>
<EQType>18</EQType>
<GaugeDrawTemplate>
<Background>A_MiniGaugeBackground</Background>
<Fill>A_MiniGaugeFill</Fill>
<Lines>A_MiniGaugeLines</Lines>
</GaugeDrawTemplate>
</Gauge>
<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>12</X>
<Y>64</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>92</X>
<Y>73</Y>
</Location>
<Size>
<CX>70</CX>
<CY>8</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>0</R>
<G>190</G>
<B>0</B>
</FillTint>
<LinesFillTint>
<R>0</R>
<G>0</G>
<B>0</B>
</LinesFillTint>
<DrawLinesFill>true</DrawLinesFill>
<EQType>19</EQType>
<GaugeDrawTemplate>
<Background>A_MiniGaugeBackground</Background>
<Fill>A_MiniGaugeFill</Fill>
<Lines>A_MiniGaugeLines</Lines>
</GaugeDrawTemplate>
</Gauge>
<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>12</X>
<Y>88</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>92</X>
<Y>97</Y>
</Location>
<Size>
<CX>70</CX>
<CY>8</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>0</R>
<G>190</G>
<B>0</B>
</FillTint>
<LinesFillTint>
<R>0</R>
<G>0</G>
<B>0</B>
</LinesFillTint>
<DrawLinesFill>true</DrawLinesFill>
<EQType>20</EQType>
<GaugeDrawTemplate>
<Background>A_MiniGaugeBackground</Background>
<Fill>A_MiniGaugeFill</Fill>
<Lines>A_MiniGaugeLines</Lines>
</GaugeDrawTemplate>
</Gauge>
<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>12</X>
<Y>112</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>
<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>92</X>
<Y>121</Y>
</Location>
<Size>
<CX>70</CX>
<CY>8</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>0</R>
<G>190</G>
<B>0</B>
</FillTint>
<LinesFillTint>
<R>0</R>
<G>0</G>
<B>0</B>
</LinesFillTint>
<DrawLinesFill>true</DrawLinesFill>
<EQType>21</EQType>
<GaugeDrawTemplate>
<Background>A_MiniGaugeBackground</Background>
<Fill>A_MiniGaugeFill</Fill>
<Lines>A_MiniGaugeLines</Lines>
</GaugeDrawTemplate>
</Gauge>
<Button item="GW_LFGButton">
<ScreenID>LFGButton</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>24</X>
<Y>3</Y>
</Location>
<Size>
<CX>26</CX>
<CY>16</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>
<Label item="GW_HPLabel1">
<ScreenID>HPLabel1</ScreenID>
<EQType>35</EQType>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>110</X>
<Y>30</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>117</X>
<Y>30</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_Level1">
<ScreenID>ClassLabel1</ScreenID>
<Font>1</Font>
<EQType>9999</EQType>
<TooltipReference>${Group[1].Level}</TooltipReference>
<RelativePosition>true</RelativePosition>
<Location>
<X>116</X>
<Y>20</Y>
</Location>
<Size>
<CX>10</CX>
<CY>12</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_Class1">
<ScreenID>ClassLabel1</ScreenID>
<Font>1</Font>
<EQType>9999</EQType>
<TooltipReference>${Group[1].Class.ShortName}</TooltipReference>
<RelativePosition>true</RelativePosition>
<Location>
<X>120</X>
<Y>20</Y>
</Location>
<Size>
<CX>30</CX>
<CY>12</CY>
</Size>
<Text>100</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>110</X>
<Y>54</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>117</X>
<Y>54</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_Level2">
<ScreenID>ClassLabel2</ScreenID>
<Font>1</Font>
<EQType>9999</EQType>
<TooltipReference>${Group[2].Level}</TooltipReference>
<RelativePosition>true</RelativePosition>
<Location>
<X>116</X>
<Y>44</Y>
</Location>
<Size>
<CX>10</CX>
<CY>12</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_Class2">
<ScreenID>ClassLabel2</ScreenID>
<Font>1</Font>
<EQType>9999</EQType>
<TooltipReference>${Group[2].Class.ShortName}</TooltipReference>
<RelativePosition>true</RelativePosition>
<Location>
<X>120</X>
<Y>44</Y>
</Location>
<Size>
<CX>30</CX>
<CY>12</CY>
</Size>
<Text>100</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>110</X>
<Y>78</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>117</X>
<Y>78</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_Level3">
<ScreenID>ClassLabel3</ScreenID>
<Font>1</Font>
<EQType>9999</EQType>
<TooltipReference>${Group[3].Level}</TooltipReference>
<RelativePosition>true</RelativePosition>
<Location>
<X>116</X>
<Y>68</Y>
</Location>
<Size>
<CX>10</CX>
<CY>12</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_Class3">
<ScreenID>ClassLabel3</ScreenID>
<Font>1</Font>
<EQType>9999</EQType>
<TooltipReference>${Group[3].Class.ShortName}</TooltipReference>
<RelativePosition>true</RelativePosition>
<Location>
<X>120</X>
<Y>68</Y>
</Location>
<Size>
<CX>30</CX>
<CY>12</CY>
</Size>
<Text>100</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>110</X>
<Y>102</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>117</X>
<Y>102</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_Level4">
<ScreenID>ClassLabel4</ScreenID>
<Font>1</Font>
<EQType>9999</EQType>
<TooltipReference>${Group[4].Level}</TooltipReference>
<RelativePosition>true</RelativePosition>
<Location>
<X>116</X>
<Y>92</Y>
</Location>
<Size>
<CX>10</CX>
<CY>12</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_Class4">
<ScreenID>ClassLabel4</ScreenID>
<Font>1</Font>
<EQType>9999</EQType>
<TooltipReference>${Group[4].Class.ShortName}</TooltipReference>
<RelativePosition>true</RelativePosition>
<Location>
<X>120</X>
<Y>92</Y>
</Location>
<Size>
<CX>30</CX>
<CY>12</CY>
</Size>
<Text>100</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>110</X>
<Y>126</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>117</X>
<Y>126</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_Level5">
<ScreenID>ClassLabel5</ScreenID>
<Font>1</Font>
<EQType>9999</EQType>
<TooltipReference>${Group[5].Level}</TooltipReference>
<RelativePosition>true</RelativePosition>
<Location>
<X>116</X>
<Y>116</Y>
</Location>
<Size>
<CX>10</CX>
<CY>12</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_Class5">
<ScreenID>ClassLabel5</ScreenID>
<Font>1</Font>
<EQType>9999</EQType>
<TooltipReference>${Group[5].Class.ShortName}</TooltipReference>
<RelativePosition>true</RelativePosition>
<Location>
<X>120</X>
<Y>116</Y>
</Location>
<Size>
<CX>30</CX>
<CY>12</CY>
</Size>
<Text>100</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>155</CX>
<CY>142</CY>
</Size>
<Text>Advanced Grouping</Text>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>true</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>false</Style_Border>
<Style_Sizable>false</Style_Sizable>
<Pieces>BG</Pieces>
<Pieces>GW_InviteButton</Pieces>
<Pieces>GW_DisbandButton</Pieces>
<Pieces>GW_FollowButton</Pieces>
<Pieces>GW_DeclineButton</Pieces>
<Pieces>GW_Gauge1</Pieces>
<Pieces>GW_Gauge2</Pieces>
<Pieces>GW_Gauge3</Pieces>
<Pieces>GW_Gauge4</Pieces>
<Pieces>GW_Gauge5</Pieces>
<Pieces>GW_PetGauge1</Pieces>
<Pieces>GW_PetGauge2</Pieces>
<Pieces>GW_PetGauge3</Pieces>
<Pieces>GW_PetGauge4</Pieces>
<Pieces>GW_PetGauge5</Pieces>
<Pieces>GW_HPLabel1</Pieces>
<Pieces>GW_HPPercLabel1</Pieces>
<Pieces>GW_Level1</Pieces>
<Pieces>GW_Class1</Pieces>
<Pieces>GW_HPLabel2</Pieces>
<Pieces>GW_HPPercLabel2</Pieces>
<Pieces>GW_Level2</Pieces>
<Pieces>GW_Class2</Pieces>
<Pieces>GW_HPLabel3</Pieces>
<Pieces>GW_HPPercLabel3</Pieces>
<Pieces>GW_Level3</Pieces>
<Pieces>GW_Class3</Pieces>
<Pieces>GW_HPLabel4</Pieces>
<Pieces>GW_HPPercLabel4</Pieces>
<Pieces>GW_Level4</Pieces>
<Pieces>GW_Class4</Pieces>
<Pieces>GW_HPLabel5</Pieces>
<Pieces>GW_HPPercLabel5</Pieces>
<Pieces>GW_Level5</Pieces>
<Pieces>GW_Class5</Pieces>
<Pieces>GW_LFGButton</Pieces>
</Screen>
</XML>

Posted: Mon Jun 14, 2004 9:11 pm
by Drumstix42
post link to the version of Solaria your using too ;)