Home Forum Downloads My Favorites Register FAQ Mark Forums Read

Go Back   EQInterface Forums > Interface Gallery Discussion > Released
User Name
Password

Reply
 
Thread Tools Display Modes
Old 03-11-2009, 10:16 AM   #211
drco
Dragonstalker of Xegony
 
drco's Avatar
 
Join Date: Oct 2002
Server: Xegony
Posts: 22
Default

Quote:
Originally Posted by silenceisgolden
Havent heard from myx in over a month now. not sure if he is taking a break etc but havent had any responses so far.

I had a buddy fix the stacking buffs issue on my target bar if anyone needs that ill be gald to sendit until myx re surfaces. also he added a scroll abr to the bandolier window for me so you can use all 6 abndoliers slots if anyone would liek that.



I have not heard from MEMM in over a month. MEMM is one of myx's friends. Memm has not been logged into the game since Jan 5, 2009. It is kind of weird that they both vanished about the same time.
drco is offline   Reply With Quote
Old 03-15-2009, 10:47 AM   #212
barrule
A Gray Wolf
 
Join Date: Nov 2003
Server: Antonius Bayle
Posts: 5
Default

Myx is alive and well but is not playing EQ atm....something about real life. Not sure if/when he will be back but he is quite healthy and getting or got married recently
barrule is offline   Reply With Quote
Old 03-15-2009, 11:50 AM   #213
family
A Fire Beetle
 
Join Date: Mar 2005
Server: Luclin
Posts: 2
Interface Author - Click to view interfaces
Talking Target Bar Fix

Quote:
Originally Posted by silenceisgolden
Havent heard from myx in over a month now. not sure if he is taking a break etc but havent had any responses so far.

I had a buddy fix the stacking buffs issue on my target bar if anyone needs that ill be gald to sendit until myx re surfaces. also he added a scroll abr to the bandolier window for me so you can use all 6 abndoliers slots if anyone would liek that.



I would like to get this please - I tried to fix it myself and it didn't work. My profile should allow you to email me.
family is offline   Reply With Quote
Old 03-15-2009, 03:25 PM   #214
beachworker
A Bat
 
Join Date: Jul 2005
Posts: 1
Default

I would like the fix also!
beachworker is offline   Reply With Quote
Old 03-17-2009, 03:18 PM   #215
silenceisgolden
Premium Member
 
Join Date: Feb 2008
Posts: 9
Default too many PM's

I am just goign to post the code here. unfortunately you can only see the first line of buffs as the guy that fixed it for me wasnt very familiar with the scrolling options myx put in.

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

<!-- Target -->

<TextureInfo item = "EQUI_TargetWindow_Myxiplx_Gauges.tga">
<Size>
<CX>128</CX>
<CY>64</CY>
</Size>
</TextureInfo>

<Ui2DAnimation item = "Myx_TargetWindow_A_GaugeFill_solid">
<Cycle>true</Cycle>
<Frames>
<Texture>EQUI_TargetWindow_Myxiplx_Gauges.tga</Texture>
<Location>
<X>0</X>
<Y>27</Y>
</Location>
<Size>
<CX>100</CX>
<CY>6</CY>
</Size>
<Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
<Duration>1000</Duration>
</Frames>
</Ui2DAnimation>

<Gauge item="Target_HP">
<TextOffsetY>100</TextOffsetY>
<TextOffsetX>3</TextOffsetX>
<GaugeOffsetY>-2</GaugeOffsetY>
<RelativePosition>true</RelativePosition>
<FillTint>
<R>240</R>
<G>0</G>
<B>0</B>
</FillTint>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<EQType>6</EQType>
<GaugeDrawTemplate>
<Fill>Myx_TargetWindow_A_GaugeFill_solid</Fill>
</GaugeDrawTemplate>
<Location>
<X>74</X>
<Y>6</Y>
</Location>
<Size>
<CX>111</CX>
<CY>15</CY>
</Size>
</Gauge>
<Gauge item="Target_Name">
<TextOffsetY>-1</TextOffsetY>
<TextOffsetX>3</TextOffsetX>
<GaugeOffsetY>100</GaugeOffsetY>
<RelativePosition>true</RelativePosition>
<FillTint>
<R>240</R>
<G>0</G>
<B>0</B>
</FillTint>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<EQType>6</EQType>
<GaugeDrawTemplate>
<Fill>Myx_TargetWindow_A_GaugeFill_solid</Fill>
</GaugeDrawTemplate>
<Location>
<X>74</X>
<Y>6</Y>
</Location>
<Size>
<!--<CX>75</CX>-->
<CX>111</CX>
<CY>15</CY>
</Size>
</Gauge>

<!--<Gauge item = "Target_HP">
<ScreenID>TargetHP</ScreenID>
<Font>3</Font>
<TextColor>
<R>240</R>
<G>240</G>
<B>240</B>
</TextColor>
<RelativePosition>true</RelativePosition>
<Location>
<X>14</X>
<Y>7</Y>
</Location>
<Size>
<CX>108</CX>
<CY>26</CY>
</Size>
<GaugeOffsetY>16</GaugeOffsetY>
<TextOffsetX>6</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>
-->
<Label item ="Target_HPLabel">
<ScreenID>HPLabel</ScreenID>
<EQType>29</EQType>
<RelativePosition>true</RelativePosition>
<Font>2</Font>
<Location>
<X>73</X>
<Y>20</Y>
</Location>
<Size>
<!--<CX>60</CX>-->
<CX>60</CX>
<CY>28</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 ="Target_HPPercLabel">
<ScreenID>HPPercLabel</ScreenID>
<RelativePosition>true</RelativePosition>
<Font>2</Font>
<Location>
<X>134</X>
<Y>20</Y>
</Location>
<Size>
<CX>16</CX>
<CY>28</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>

<!-- Target con colour background -->
<!-- old custom target box
<TextureInfo item = "TargetBox.tga">
<Size>
<CX>256</CX>
<CY>64</CY>
</Size>
</TextureInfo>
<Ui2DAnimation item = "A_TargetBox">
<Cycle>false</Cycle>
<Frames>
<Texture>TargetBox.tga</Texture>
<Location>
<X>-10</X>
<Y>-4</Y>
</Location>
<Size>
<CX>266</CX>
<CY>68</CY>
</Size>
</Frames>
</Ui2DAnimation>
<StaticAnimation item = "A_TargetBoxStaticAnimFill">
<ScreenID>A_TargetBoxStaticAnimFill</ScreenID>
<Animation>A_TargetBox</Animation>
</StaticAnimation>
-->
<!-- New SoE con colour stuff -->
<TextureInfo item="TargetBox.tga">
<Size>
<CX>128</CX>
<CY>32</CY>
</Size>
</TextureInfo>
<Ui2DAnimation item="A_TargetBoxTop">
<Cycle>false</Cycle>
<Frames>
<Texture>TargetBox.tga</Texture>
<Location>
<X>1</X>
<Y>1</Y>
</Location>
<Size>
<CX>114</CX>
<CY>2</CY>
</Size>
</Frames>
</Ui2DAnimation>
<Ui2DAnimation item="A_TargetBoxBottom">
<Cycle>false</Cycle>
<Frames>
<Texture>TargetBox.tga</Texture>
<Location>
<X>1</X>
<Y>26</Y>
</Location>
<Size>
<CX>114</CX>
<CY>2</CY>
</Size>
</Frames>
</Ui2DAnimation>
<Ui2DAnimation item="A_TargetBoxLeft">
<Cycle>false</Cycle>
<Frames>
<Texture>TargetBox.tga</Texture>
<Location>
<X>1</X>
<Y>3</Y>
</Location>
<Size>
<CX>3</CX>
<CY>23</CY>
</Size>
</Frames>
</Ui2DAnimation>
<Ui2DAnimation item="A_TargetBoxRight">
<Cycle>false</Cycle>
<Frames>
<Texture>TargetBox.tga</Texture>
<Location>
<X>112</X>
<Y>3</Y>
</Location>
<Size>
<CX>2</CX>
<CY>23</CY>
</Size>
</Frames>
</Ui2DAnimation>
<Ui2DAnimation item="A_TargetBoxFill">
<Cycle>false</Cycle>
<Frames>
<Texture>TargetBox.tga</Texture>
<Location>
<X>4</X>
<Y>4</Y>
</Location>
<Size>
<CX>107</CX>
<CY>21</CY>
</Size>
</Frames>
</Ui2DAnimation>
<StaticAnimation item="A_TargetBoxStaticAnimTop">
<ScreenID>A_TargetBoxStaticAnimTop</ScreenID>
<Animation>A_TargetBoxTop</Animation>
<AutoDraw>false</AutoDraw>
<AutoStretch>false</AutoStretch>
<Location>
<X>72</X>
<Y>3</Y>
</Location>
<Size>
<CX>114</CX>
<CY>2</CY>
</Size>
</StaticAnimation>
<StaticAnimation item="A_TargetBoxStaticAnimBottom">
<ScreenID>A_TargetBoxStaticAnimBottom</ScreenID>
<Animation>A_TargetBoxBottom</Animation>
<AutoDraw>false</AutoDraw>
<AutoStretch>false</AutoStretch>
<Location>
<X>72</X>
<Y>34</Y>
</Location>
<Size>
<CX>115</CX>
<CY>2</CY>
</Size>
</StaticAnimation>
<StaticAnimation item="A_TargetBoxStaticAnimLeft">
<ScreenID>A_TargetBoxStaticAnimLeft</ScreenID>
<Animation>A_TargetBoxLeft</Animation>
<AutoDraw>false</AutoDraw>
<AutoStretch>false</AutoStretch>
<Location>
<X>72</X>
<Y>4</Y>
</Location>
<Size>
<CX>2</CX>
<CY>32</CY>
</Size>
</StaticAnimation>
<StaticAnimation item="A_TargetBoxStaticAnimRight">
<ScreenID>A_TargetBoxStaticAnimRight</ScreenID>
<Animation>A_TargetBoxRight</Animation>
<AutoDraw>false</AutoDraw>
<AutoStretch>false</AutoStretch>
<Location>
<X>185</X>
<Y>3</Y>
</Location>
<Size>
<CX>2</CX>
<CY>33</CY>
</Size>
</StaticAnimation>


<StaticAnimation item="A_TargetBoxStaticAnimFill">
<ScreenID>A_TargetBoxStaticAnimFill</ScreenID>
<Animation>A_TargetBoxFill</Animation>
<AutoDraw>false</AutoDraw>
<AutoStretch>false</AutoStretch>
<Location>
<X>74</X>
<Y>4</Y>
</Location>
<Size>
<CX>112</CX>
<CY>30</CY>
</Size>
</StaticAnimation>
<!-- HOTT -->

<Gauge item="TargetOfTarget_HP2">
<TextOffsetY>100</TextOffsetY>
<TextOffsetX>3</TextOffsetX>
<GaugeOffsetY>-2</GaugeOffsetY>
<RelativePosition>true</RelativePosition>
<FillTint>
<R>240</R>
<G>0</G>
<B>0</B>
</FillTint>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<EQType>27</EQType>
<GaugeDrawTemplate>
<Fill>Myx_TargetWindow_A_GaugeFill_solid</Fill>
</GaugeDrawTemplate>
<Location>
<X>193</X>
<Y>6</Y>
</Location>
<Size>
<CX>111</CX>
<CY>15</CY>
</Size>
</Gauge>

<Gauge item="TargetOfTarget_Name">
<TextOffsetY>-1</TextOffsetY>
<TextOffsetX>3</TextOffsetX>
<GaugeOffsetY>100</GaugeOffsetY>
<RelativePosition>true</RelativePosition>
<FillTint>
<R>240</R>
<G>0</G>
<B>0</B>
</FillTint>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<EQType>27</EQType>
<GaugeDrawTemplate>
<Fill>Myx_TargetWindow_A_GaugeFill_solid</Fill>
</GaugeDrawTemplate>
<Location>
<X>193</X>
<Y>6</Y>
</Location>
<Size>
<CX>75</CX>
<CY>15</CY>
</Size>
</Gauge>

<!-- <Gauge item = "TargetOfTarget_HP2">
<ScreenID>TargetOfTarget_HP</ScreenID>
<Font>3</Font>
<TextColor>
<R>240</R>
<G>240</G>
<B>240</B>
</TextColor>
<RelativePosition>true</RelativePosition>
<Location>
<X>133</X>
<Y>7</Y>
</Location>
<Size>
<CX>108</CX>
<CY>26</CY>
</Size>
<GaugeOffsetY>16</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>
-->
<Label item ="TargetOfTarget_HPLabel2">
<ScreenID>TargetOfTarget_HPLabel</ScreenID>
<EQType>120</EQType>
<RelativePosition>true</RelativePosition>
<Location>
<X>230</X>
<Y>5</Y>
</Location>
<Size>
<CX>60</CX>
<CY>12</CY>
</Size>
<Text></Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>true</AlignRight>
</Label>
<Label item ="TargetOfTarget_HPPercLabel2">
<ScreenID>TargetOfTarget_HPPercLabel</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>291</X>
<Y>5</Y>
</Location>
<Size>
<CX>16</CX>
<CY>12</CY>
</Size>
<Text>%</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
</Label>

<!-- Casting timer -->
<Gauge item = "Myx_Target_CastTimer">
<ScreenID>Myx_Target_CastTimer</ScreenID>
<Font>3</Font>
<TextColor>
<R>240</R>
<G>240</G>
<B>240</B>
</TextColor>
<RelativePosition>true</RelativePosition>
<Location>
<X>74</X>
<Y>22</Y>
</Location>
<!-- Size refers to size of gague + text, gague size actually defined by graphics size -->
<Size>
<CX>111</CX>
<CY>10</CY>
</Size>
<GaugeOffsetY>0</GaugeOffsetY>
<TextOffsetX>160</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>240</B>
</FillTint>
<LinesFillTint>
<R>220</R>
<G>220</G>
<B>0</B>
</LinesFillTint>
<DrawLinesFill>false</DrawLinesFill>
<EQType>7</EQType>
<GaugeDrawTemplate>
<!--
<Background>A_GaugeBackground</Background>
<Lines>A_GaugeLines</Lines>
<LinesFill>A_GaugeLinesFill</LinesFill>

-->
<Fill>A_GaugeFill</Fill>
<EndCapLeft>A_GaugeEndCapLeft</EndCapLeft>
<EndCapRight>A_GaugeEndCapRight</EndCapRight>
</GaugeDrawTemplate>
</Gauge>
<Gauge item = "Myx_Target_CastTimerLabel">
<ScreenID>Myx_Target_CastTimerLabel</ScreenID>
<Font>3</Font>
<TextColor>
<R>240</R>
<G>240</G>
<B>240</B>
</TextColor>
<RelativePosition>true</RelativePosition>
<Location>
<X>200</X>
<Y>22</Y>
</Location>
<!-- Size refers to size of gague + text, gague size actually defined by graphics size -->
<Size>
<CX>115</CX>
<CY>12</CY>
</Size>
<GaugeOffsetY>50</GaugeOffsetY>
<TextOffsetX>0</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>240</B>
</FillTint>
<LinesFillTint>
<R>220</R>
<G>220</G>
<B>0</B>
</LinesFillTint>
<DrawLinesFill>false</DrawLinesFill>
<EQType>7</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="Myx_Target_Casting_SpellName">
<ScreenID />
<EQType>134</EQType>
<Font>2</Font>
<RelativePosition>true</RelativePosition>
<Text />
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<Location>
<X>195</X>
<Y>20</Y>
</Location>
<Size>
<CX>112</CX>
<CY>14</CY>
</Size>
<AlignLeft>true</AlignLeft>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
</Label>


<!-- Group health indicators -->
<!--
Reference notes:
================

Uses a trick of overlaying gauges to give appearance of colour changes.
For instantaneous colour changes, gauges are sized to 2000 pixels.
That means each 1% of health change drops the gauge 20 pixels - just enough to completely change one 20x20 pixel indicator box :-D

Gauge graphics are made up of up to twenty 20x20 pixel boxes, so user sees none of this.
Original texture only 512x512 pixels in size, EQ will tile this to fill larger textures such as these gauges.
This messes up gauge graphics outside a specific box, but we don't care about that as it's never seen.
X location of gauge graphic is offset to the left so that custom graphic occupies just the particular percentage range we need.

Gauge locations:
1: 90-100%, x: -1800
2: 80-90%, x: -1600
3: 70-80%, x: -1400
4: 50-70%, x: -1000
5: 40-50%, x: -800
6: 30-40%, x: -600
7: 10-30%, x: -200

Gauge graphic locations are tricky. The texture wraps every 512 characters.
And we need to configure just a particular range of 200 or 400 pixels.
Not easy to work out how far to shift the gauge for that to work.

Gauge graphics:
1: 90-100%, Green (0,255,0), x: -1800, y: 140
2: 80-90%, Green (128,255,0), x: -1600, y: 140
3: 70-80%, Green (192,255,0), x: -1400, y: 140
4: 50-70%, Yellow (255,255,0), x: -1000, y: 170 (20% range, different graphics)
5: 40-50%, Orange (255,192,0), x: -800, y: 140
6: 30-40%, Orange (255,128,0), x: -600, y: 140
7: 10-30%, Red (255,0,0), x: -200, y: 170 (20% range)

Note that 0-10% is not covered by a gauge. Instead, the background of gauge 7 is used - animated so the gauge appears to flash for the final 10%.

The final part of configuring the gauges is to overlay and offset the gauges themselves so they appear in the correct positions.
The x offset needed for the gauge is exactly the same as the offset used for the graphics.

note: If the 100% text is too large to fit in a gauge, it's possible to place text between gaues 1 and 2,
so that it only appears at 90% or lower

The final part to the trick is trimming the gauges.
A 2000 pixel gauge is kind of huge, so it's placed inside a separate screen element.
And that is sized to 20 pixels wide. Chopping off all the parts we don't need.

-->

<TextureInfo item="myx_target_group_gauges.tga">
<Size>
<CX>128</CX>
<CY>128</CY>
</Size>
</TextureInfo>
<Ui2DAnimation item="myx_target_gauge_1_90-100">
<Cycle>false</Cycle>
<Frames>
<Texture>myx_target_group_gauges.tga</Texture>
<Location>
<X>-1746</X>
<Y>22</Y>
</Location>
<Size>
<CX>2000</CX>
<CY>13</CY>
</Size>
</Frames>
</Ui2DAnimation>
<Ui2DAnimation item="myx_target_gauge_2_80-90">
<Cycle>false</Cycle>
<Frames>
<Texture>myx_target_group_gauges.tga</Texture>
<Location>
<X>-1546</X>
<Y>22</Y>
</Location>
<Size>
<CX>2000</CX>
<CY>13</CY>
</Size>
</Frames>
</Ui2DAnimation>
<Ui2DAnimation item="myx_target_gauge_3_70-80">
<Cycle>false</Cycle>
<Frames>
<Texture>myx_target_group_gauges.tga</Texture>
<Location>
<X>-1346</X>
<Y>22</Y>
</Location>
<Size>
<CX>2000</CX>
<CY>13</CY>
</Size>
</Frames>
</Ui2DAnimation>
<Ui2DAnimation item="myx_target_gauge_4_50-70">
<Cycle>false</Cycle>
<Frames>
<Texture>myx_target_group_gauges.tga</Texture>
<Location>
<X>-946</X>
<Y>22</Y>
</Location>
<Size>
<CX>2000</CX>
<CY>13</CY>
</Size>
</Frames>
</Ui2DAnimation>
<Ui2DAnimation item="myx_target_gauge_5_40-50">
<Cycle>false</Cycle>
<Frames>
<Texture>myx_target_group_gauges.tga</Texture>
<Location>
<X>-746</X>
<Y>22</Y>
</Location>
<Size>
<CX>2000</CX>
<CY>13</CY>
</Size>
</Frames>
</Ui2DAnimation>
<Ui2DAnimation item="myx_target_gauge_6_30-40">
<Cycle>false</Cycle>
<Frames>
<Texture>myx_target_group_gauges.tga</Texture>
<Location>
<X>-546</X>
<Y>22</Y>
</Location>
<Size>
<CX>2000</CX>
<CY>13</CY>
</Size>
</Frames>
</Ui2DAnimation>
<Ui2DAnimation item="myx_target_gauge_7_10-30">
<Cycle>false</Cycle>
<Frames>
<Texture>myx_target_group_gauges.tga</Texture>
<Location>
<X>-146</X>
<Y>22</Y>
</Location>
<Size>
<CX>2000</CX>
<CY>13</CY>
</Size>
</Frames>
</Ui2DAnimation>
<Ui2DAnimation item="myx_target_gauge_8_0-10">
<Cycle>false</Cycle>
<Frames>
<Texture>myx_target_group_gauges.tga</Texture>
<Location>
<X>54</X>
<Y>22</Y>
</Location>
<Size>
<CX>2000</CX>
<CY>13</CY>
</Size>
</Frames>
</Ui2DAnimation>
<Ui2DAnimation item="myx_target_gauge_flashing_bg">
<Cycle>true</Cycle>
<Frames>
<Texture>myx_target_group_gauges.tga</Texture>
<Location>
<X>-98</X>
<Y>1</Y>
</Location>
<Size>
<CX>2000</CX>
<CY>13</CY>
</Size>
<Duration>125</Duration>
</Frames>
<Frames>
<Texture>myx_target_group_gauges.tga</Texture>
<Location>
<X>-98</X>
<Y>22</Y>
</Location>
<Size>
<CX>2000</CX>
<CY>13</CY>
</Size>
<Duration>125</Duration>
</Frames>
<Frames>
<Texture>myx_target_group_gauges.tga</Texture>
<Location>
<X>-98</X>
<Y>43</Y>
</Location>
<Size>
<CX>2000</CX>
<CY>13</CY>
</Size>
<Duration>125</Duration>
</Frames>
<Frames>
<Texture>myx_target_group_gauges.tga</Texture>
<Location>
<X>-98</X>
<Y>22</Y>
</Location>
<Size>
<CX>2000</CX>
<CY>13</CY>
</Size>
<Duration>125</Duration>
</Frames>
<Frames>
<Texture>myx_target_group_gauges.tga</Texture>
<Location>
<X>-98</X>
<Y>1</Y>
</Location>
<Size>
<CX>2000</CX>
<CY>13</CY>
</Size>
<Duration>125</Duration>
</Frames>
</Ui2DAnimation>
<Ui2DAnimation item="myx_target_pet_gauge_1_90-100">
<Cycle>false</Cycle>
<Frames>
<Texture>myx_target_group_gauges.tga</Texture>
<Location>
<X>-1746</X>
<Y>36</Y>
</Location>
<Size>
<CX>2000</CX>
<CY>6</CY>
</Size>
</Frames>
</Ui2DAnimation>
<Ui2DAnimation item="myx_target_pet_gauge_2_80-90">
<Cycle>false</Cycle>
<Frames>
<Texture>myx_target_group_gauges.tga</Texture>
<Location>
<X>-1546</X>
<Y>36</Y>
</Location>
<Size>
<CX>2000</CX>
<CY>6</CY>
</Size>
</Frames>
</Ui2DAnimation>
<Ui2DAnimation item="myx_target_pet_gauge_3_70-80">
<Cycle>false</Cycle>
<Frames>
<Texture>myx_target_group_gauges.tga</Texture>
<Location>
<X>-1346</X>
<Y>36</Y>
</Location>
<Size>
<CX>2000</CX>
<CY>6</CY>
</Size>
</Frames>
</Ui2DAnimation>
<Ui2DAnimation item="myx_target_pet_gauge_4_50-70">
<Cycle>false</Cycle>
<Frames>
<Texture>myx_target_group_gauges.tga</Texture>
<Location>
<X>-946</X>
<Y>36</Y>
</Location>
<Size>
<CX>2000</CX>
<CY>6</CY>
</Size>
</Frames>
</Ui2DAnimation>
<Ui2DAnimation item="myx_target_pet_gauge_5_40-50">
<Cycle>false</Cycle>
<Frames>
<Texture>myx_target_group_gauges.tga</Texture>
<Location>
<X>-746</X>
<Y>36</Y>
</Location>
<Size>
<CX>2000</CX>
<CY>6</CY>
</Size>
</Frames>
</Ui2DAnimation>
<Ui2DAnimation item="myx_target_pet_gauge_6_30-40">
<Cycle>false</Cycle>
<Frames>
<Texture>myx_target_group_gauges.tga</Texture>
<Location>
<X>-546</X>
<Y>36</Y>
</Location>
<Size>
<CX>2000</CX>
<CY>6</CY>
</Size>
</Frames>
</Ui2DAnimation>
<Ui2DAnimation item="myx_target_pet_gauge_7_10-30">
<Cycle>false</Cycle>
<Frames>
<Texture>myx_target_group_gauges.tga</Texture>
<Location>
<X>-146</X>
<Y>36</Y>
</Location>
<Size>
<CX>2000</CX>
<CY>6</CY>
</Size>
</Frames>
</Ui2DAnimation>
<Ui2DAnimation item="myx_target_pet_gauge_8_0-10">
<Cycle>false</Cycle>
<Frames>
<Texture>myx_target_group_gauges.tga</Texture>
<Location>
<X>54</X>
<Y>36</Y>
</Location>
<Size>
<CX>2000</CX>
<CY>13</CY>
</Size>
</Frames>
</Ui2DAnimation>
<Ui2DAnimation item="myx_target_pet_gauge_flashing_bg">
<Cycle>true</Cycle>
<Frames>
<Texture>myx_target_group_gauges.tga</Texture>
<Location>
<X>-98</X>
<Y>15</Y>
</Location>
<Size>
<CX>2000</CX>
<CY>6</CY>
</Size>
<Duration>125</Duration>
</Frames>
<Frames>
<Texture>myx_target_group_gauges.tga</Texture>
<Location>
<X>-98</X>
<Y>36</Y>
</Location>
<Size>
<CX>2000</CX>
<CY>6</CY>
</Size>
<Duration>125</Duration>
</Frames>
<Frames>
<Texture>myx_target_group_gauges.tga</Texture>
<Location>
<X>-98</X>
<Y>57</Y>
</Location>
<Size>
<CX>2000</CX>
<CY>6</CY>
</Size>
<Duration>125</Duration>
</Frames>
<Frames>
<Texture>myx_target_group_gauges.tga</Texture>
<Location>
<X>-98</X>
<Y>36</Y>
</Location>
<Size>
<CX>2000</CX>
<CY>6</CY>
</Size>
<Duration>125</Duration>
</Frames>
<Frames>
<Texture>myx_target_group_gauges.tga</Texture>
<Location>
<X>-98</X>
<Y>15</Y>
</Location>
<Size>
<CX>2000</CX>
<CY>6</CY>
</Size>
<Duration>125</Duration>
</Frames>
</Ui2DAnimation>

<!-- Player 1 Gauge -->
<Gauge item="myx_target_gauge_P1-1">
<RelativePosition>true</RelativePosition>
<Location>
<X>-1800</X>
<Y>0</Y>
</Location>
<Size>
<CX>2000</CX>
<CY>13</CY>
</Size>
<GaugeOffsetX>0</GaugeOffsetX>
<GaugeOffsetY>0</GaugeOffsetY>
<TextOffsetY>-50</TextOffsetY>
<FillTint>
<R>0</R>
<G>255</G>
<B>0</B>
<Alpha>255</Alpha>
</FillTint>
<EQType>1</EQType>
<GaugeDrawTemplate>
<Fill>myx_target_gauge_1_90-100</Fill>
</GaugeDrawTemplate>
</Gauge>
<Gauge item="myx_target_gauge_P1-2">
<RelativePosition>true</RelativePosition>
<Location>
<X>-1600</X>
<Y>0</Y>
</Location>
<Size>
<CX>2000</CX>
<CY>13</CY>
</Size>
<GaugeOffsetX>0</GaugeOffsetX>
<GaugeOffsetY>0</GaugeOffsetY>
<TextOffsetY>-50</TextOffsetY>
<FillTint>
<R>128</R>
<G>255</G>
<B>0</B>
<Alpha>255</Alpha>
</FillTint>
<EQType>1</EQType>
<GaugeDrawTemplate>
<Fill>myx_target_gauge_2_80-90</Fill>
</GaugeDrawTemplate>
</Gauge>
<Gauge item="myx_target_gauge_P1-3">
<RelativePosition>true</RelativePosition>
<Location>
<X>-1400</X>
<Y>0</Y>
</Location>
<Size>
<CX>2000</CX>
<CY>13</CY>
</Size>
<GaugeOffsetX>0</GaugeOffsetX>
<GaugeOffsetY>0</GaugeOffsetY>
<TextOffsetY>-50</TextOffsetY>
<FillTint>
<R>192</R>
<G>255</G>
<B>0</B>
<Alpha>255</Alpha>
</FillTint>
<EQType>1</EQType>
<GaugeDrawTemplate>
<Fill>myx_target_gauge_3_70-80</Fill>
</GaugeDrawTemplate>
</Gauge>
<Gauge item="myx_target_gauge_P1-4">
<RelativePosition>true</RelativePosition>
<Location>
<X>-1000</X>
<Y>0</Y>
</Location>
<Size>
<CX>2000</CX>
<CY>13</CY>
</Size>
<GaugeOffsetX>0</GaugeOffsetX>
<GaugeOffsetY>0</GaugeOffsetY>
<TextOffsetY>-50</TextOffsetY>
<FillTint>
<R>255</R>
<G>255</G>
<B>0</B>
<Alpha>255</Alpha>
</FillTint>
<EQType>1</EQType>
<GaugeDrawTemplate>
<Fill>myx_target_gauge_4_50-70</Fill>
</GaugeDrawTemplate>
</Gauge>
<Gauge item="myx_target_gauge_P1-5">
<RelativePosition>true</RelativePosition>
<Location>
<X>-800</X>
<Y>0</Y>
</Location>
<Size>
<CX>2000</CX>
<CY>13</CY>
</Size>
<GaugeOffsetX>0</GaugeOffsetX>
<GaugeOffsetY>0</GaugeOffsetY>
<TextOffsetY>-50</TextOffsetY>
<FillTint>
<R>255</R>
<G>192</G>
<B>0</B>
<Alpha>255</Alpha>
</FillTint>
<EQType>1</EQType>
<GaugeDrawTemplate>
<Fill>myx_target_gauge_5_40-50</Fill>
</GaugeDrawTemplate>
</Gauge>
<Gauge item="myx_target_gauge_P1-6">
<RelativePosition>true</RelativePosition>
<Location>
<X>-600</X>
<Y>0</Y>
</Location>
<Size>
<CX>2000</CX>
<CY>13</CY>
</Size>
<GaugeOffsetX>0</GaugeOffsetX>
<GaugeOffsetY>0</GaugeOffsetY>
<TextOffsetY>-50</TextOffsetY>
<FillTint>
<R>255</R>
<G>128</G>
<B>0</B>
<Alpha>255</Alpha>
</FillTint>
<EQType>1</EQType>
<GaugeDrawTemplate>
<Fill>myx_target_gauge_6_30-40</Fill>
</GaugeDrawTemplate>
</Gauge>
<Gauge item="myx_target_gauge_P1-7">
<RelativePosition>true</RelativePosition>
<Location>
<X>-200</X>
<Y>0</Y>
</Location>
<Size>
<CX>2000</CX>
<CY>13</CY>
</Size>
<GaugeOffsetX>0</GaugeOffsetX>
<GaugeOffsetY>0</GaugeOffsetY>
<TextOffsetY>-50</TextOffsetY>
<FillTint>
<R>255</R>
<G>0</G>
<B>0</B>
<Alpha>255</Alpha>
</FillTint>
<EQType>1</EQType>
<GaugeDrawTemplate>
<Fill>myx_target_gauge_7_10-30</Fill>
<!--<Background>myx_target_gauge_flashing_bg</Background>-->
</GaugeDrawTemplate>
</Gauge>
<Gauge item="myx_target_gauge_P1-8">
<RelativePosition>true</RelativePosition>
<Location>
<X>0</X>
<Y>0</Y>
</Location>
<Size>
<CX>2000</CX>
<CY>13</CY>
</Size>
<GaugeOffsetX>0</GaugeOffsetX>
<GaugeOffsetY>0</GaugeOffsetY>
<TextOffsetY>-50</TextOffsetY>
<FillTint>
<R>255</R>
<G>0</G>
<B>0</B>
<Alpha>255</Alpha>
</FillTint>
<EQType>1</EQType>
<GaugeDrawTemplate>
<Fill>myx_target_gauge_8_0-10</Fill>
</GaugeDrawTemplate>
</Gauge>


<!--
<Label item="myx_target_P1_health_bg">
<EQType>19</EQType>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>1</X>
<Y>1</Y>
</Location>
<Size>
<CX>20</CX>
<CY>10</CY>
</Size>
<Text>100</Text>
<TextColor>
<R>80</R>
<G>80</G>
<B>80</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>true</AlignCenter>
<AlignRight>false</AlignRight>
</Label>
-->
<!-- Player 1 Pet Gauge -->
<Gauge item="myx_target_gauge_P1_Pet-1">
<RelativePosition>true</RelativePosition>
<Location>
<X>-1800</X>
<Y>0</Y>
</Location>
<Size>
<CX>2000</CX>
<CY>13</CY>
</Size>
<GaugeOffsetX>0</GaugeOffsetX>
<GaugeOffsetY>0</GaugeOffsetY>
<TextOffsetY>-50</TextOffsetY>
<FillTint>
<R>0</R>
<G>255</G>
<B>0</B>
<Alpha>255</Alpha>
</FillTint>
<EQType>16</EQType>
<GaugeDrawTemplate>
<Fill>myx_target_gauge_1_90-100</Fill>
</GaugeDrawTemplate>
</Gauge>
<Gauge item="myx_target_gauge_P1_Pet-2">
<RelativePosition>true</RelativePosition>
<Location>
<X>-1600</X>
<Y>0</Y>
</Location>
<Size>
<CX>2000</CX>
<CY>13</CY>
</Size>
<GaugeOffsetX>0</GaugeOffsetX>
<GaugeOffsetY>0</GaugeOffsetY>
<TextOffsetY>-50</TextOffsetY>
<FillTint>
<R>128</R>
<G>255</G>
<B>0</B>
<Alpha>255</Alpha>
</FillTint>
<EQType>16</EQType>
<GaugeDrawTemplate>
<Fill>myx_target_gauge_2_80-90</Fill>
</GaugeDrawTemplate>
</Gauge>
<Gauge item="myx_target_gauge_P1_Pet-3">
<RelativePosition>true</RelativePosition>
<Location>
<X>-1400</X>
<Y>0</Y>
</Location>
<Size>
<CX>2000</CX>
<CY>13</CY>
</Size>
<GaugeOffsetX>0</GaugeOffsetX>
<GaugeOffsetY>0</GaugeOffsetY>
<TextOffsetY>-50</TextOffsetY>
<FillTint>
<R>192</R>
<G>255</G>
<B>0</B>
<Alpha>255</Alpha>
</FillTint>
<EQType>16</EQType>
<GaugeDrawTemplate>
<Fill>myx_target_gauge_3_70-80</Fill>
</GaugeDrawTemplate>
</Gauge>
<Gauge item="myx_target_gauge_P1_Pet-4">
<RelativePosition>true</RelativePosition>
<Location>
<X>-1000</X>
<Y>0</Y>
</Location>
<Size>
<CX>2000</CX>
<CY>13</CY>
</Size>
<GaugeOffsetX>0</GaugeOffsetX>
<GaugeOffsetY>0</GaugeOffsetY>
<TextOffsetY>-50</TextOffsetY>
<FillTint>
<R>255</R>
<G>255</G>
<B>0</B>
<Alpha>255</Alpha>
</FillTint>
<EQType>16</EQType>
<GaugeDrawTemplate>
<Fill>myx_target_gauge_4_50-70</Fill>
</GaugeDrawTemplate>
</Gauge>
<Gauge item="myx_target_gauge_P1_Pet-5">
<RelativePosition>true</RelativePosition>
<Location>
<X>-800</X>
<Y>0</Y>
</Location>
<Size>
<CX>2000</CX>
<CY>13</CY>
</Size>
<GaugeOffsetX>0</GaugeOffsetX>
<GaugeOffsetY>0</GaugeOffsetY>
<TextOffsetY>-50</TextOffsetY>
<FillTint>
<R>255</R>
<G>192</G>
<B>0</B>
<Alpha>255</Alpha>
</FillTint>
<EQType>16</EQType>
<GaugeDrawTemplate>
<Fill>myx_target_gauge_5_40-50</Fill>
</GaugeDrawTemplate>
</Gauge>
<Gauge item="myx_target_gauge_P1_Pet-6">
<RelativePosition>true</RelativePosition>
<Location>
<X>-600</X>
<Y>0</Y>
</Location>
<Size>
<CX>2000</CX>
<CY>13</CY>
</Size>
<GaugeOffsetX>0</GaugeOffsetX>
<GaugeOffsetY>0</GaugeOffsetY>
<TextOffsetY>-50</TextOffsetY>
<FillTint>
<R>255</R>
<G>128</G>
<B>0</B>
<Alpha>255</Alpha>
</FillTint>
<EQType>16</EQType>
<GaugeDrawTemplate>
<Fill>myx_target_gauge_6_30-40</Fill>
</GaugeDrawTemplate>
</Gauge>
<Gauge item="myx_target_gauge_P1_Pet-7">
<RelativePosition>true</RelativePosition>
<Location>
<X>-200</X>
<Y>0</Y>
</Location>
<Size>
<CX>2000</CX>
<CY>13</CY>
</Size>
<GaugeOffsetX>0</GaugeOffsetX>
<GaugeOffsetY>0</GaugeOffsetY>
<TextOffsetY>-50</TextOffsetY>
<FillTint>
<R>255</R>
<G>0</G>
<B>0</B>
<Alpha>255</Alpha>
</FillTint>
<EQType>16</EQType>
<GaugeDrawTemplate>
<Fill>myx_target_gauge_7_10-30</Fill>
<!--<Background>myx_target_gauge_flashing_bg</Background>-->
</GaugeDrawTemplate>
</Gauge>
<Gauge item="myx_target_gauge_P1_Pet-8">
<RelativePosition>true</RelativePosition>
<Location>
<X>0</X>
<Y>0</Y>
</Location>
<Size>
<CX>2000</CX>
<CY>13</CY>
</Size>
<GaugeOffsetX>0</GaugeOffsetX>
<GaugeOffsetY>0</GaugeOffsetY>
<TextOffsetY>-50</TextOffsetY>
<FillTint>
<R>255</R>
<G>0</G>
<B>0</B>
<Alpha>255</Alpha>
</FillTint>
<EQType>16</EQType>
<GaugeDrawTemplate>
<Fill>myx_target_gauge_8_0-10</Fill>
</GaugeDrawTemplate>
</Gauge>

<!-- Old style horizontal pet -->
<!--
<Gauge item="myx_target_gauge_P1_Pet-1">
<RelativePosition>true</RelativePosition>
<Location>
<X>-1800</X>
<Y>14</Y>
</Location>
<Size>
<CX>2000</CX>
<CY>6</CY>
</Size>
<GaugeOffsetX>0</GaugeOffsetX>
<GaugeOffsetY>0</GaugeOffsetY>
<TextOffsetY>-50</TextOffsetY>
<FillTint>
<R>0</R>
<G>255</G>
<B>0</B>
<Alpha>255</Alpha>
</FillTint>
<EQType>16</EQType>
<GaugeDrawTemplate>
<Fill>myx_target_pet_gauge_1_90-100</Fill>
</GaugeDrawTemplate>
</Gauge>
<Gauge item="myx_target_gauge_P1_Pet-2">
<RelativePosition>true</RelativePosition>
<Location>
<X>-1600</X>
<Y>14</Y>
</Location>
<Size>
<CX>2000</CX>
<CY>6</CY>
</Size>
<GaugeOffsetX>0</GaugeOffsetX>
<GaugeOffsetY>0</GaugeOffsetY>
<TextOffsetY>-50</TextOffsetY>
<FillTint>
<R>128</R>
<G>255</G>
<B>0</B>
<Alpha>255</Alpha>
</FillTint>
<EQType>16</EQType>
<GaugeDrawTemplate>
<Fill>myx_target_pet_gauge_2_80-90</Fill>
</GaugeDrawTemplate>
</Gauge>
<Gauge item="myx_target_gauge_P1_Pet-3">
<RelativePosition>true</RelativePosition>
<Location>
<X>-1400</X>
<Y>14</Y>
</Location>
<Size>
<CX>2000</CX>
<CY>6</CY>
</Size>
<GaugeOffsetX>0</GaugeOffsetX>
<GaugeOffsetY>0</GaugeOffsetY>
<TextOffsetY>-50</TextOffsetY>
<FillTint>
<R>192</R>
<G>255</G>
<B>0</B>
<Alpha>255</Alpha>
</FillTint>
<EQType>16</EQType>
<GaugeDrawTemplate>
<Fill>myx_target_pet_gauge_3_70-80</Fill>
</GaugeDrawTemplate>
</Gauge>
<Gauge item="myx_target_gauge_P1_Pet-4">
<RelativePosition>true</RelativePosition>
<Location>
<X>-1000</X>
<Y>14</Y>
</Location>
<Size>
<CX>2000</CX>
<CY>6</CY>
</Size>
<GaugeOffsetX>0</GaugeOffsetX>
<GaugeOffsetY>0</GaugeOffsetY>
<TextOffsetY>-50</TextOffsetY>
<FillTint>
<R>255</R>
<G>255</G>
<B>0</B>
<Alpha>255</Alpha>
</FillTint>
<EQType>16</EQType>
<GaugeDrawTemplate>
<Fill>myx_target_pet_gauge_4_50-70</Fill>
</GaugeDrawTemplate>
</Gauge>
<Gauge item="myx_target_gauge_P1_Pet-5">
<RelativePosition>true</RelativePosition>
<Location>
<X>-800</X>
<Y>14</Y>
</Location>
<Size>
<CX>2000</CX>
<CY>6</CY>
</Size>
<GaugeOffsetX>0</GaugeOffsetX>
<GaugeOffsetY>0</GaugeOffsetY>
<TextOffsetY>-50</TextOffsetY>
<FillTint>
<R>255</R>
<G>192</G>
<B>0</B>
<Alpha>255</Alpha>
</FillTint>
<EQType>16</EQType>
<GaugeDrawTemplate>
<Fill>myx_target_pet_gauge_5_40-50</Fill>
</GaugeDrawTemplate>
</Gauge>
<Gauge item="myx_target_gauge_P1_Pet-6">
<RelativePosition>true</RelativePosition>
<Location>
<X>-600</X>
<Y>14</Y>
</Location>
<Size>
<CX>2000</CX>
<CY>6</CY>
</Size>
<GaugeOffsetX>0</GaugeOffsetX>
<GaugeOffsetY>0</GaugeOffsetY>
<TextOffsetY>-50</TextOffsetY>
<FillTint>
<R>255</R>
<G>128</G>
<B>0</B>
<Alpha>255</Alpha>
</FillTint>
<EQType>16</EQType>
<GaugeDrawTemplate>
<Fill>myx_target_pet_gauge_6_30-40</Fill>
</GaugeDrawTemplate>
</Gauge>
<Gauge item="myx_target_gauge_P1_Pet-7">
<RelativePosition>true</RelativePosition>
<Location>
<X>-200</X>
<Y>0</Y>
</Location>
<Size>
<CX>2000</CX>
<CY>6</CY>
</Size>
<GaugeOffsetX>0</GaugeOffsetX>
<GaugeOffsetY>0</GaugeOffsetY>
<TextOffsetY>-50</TextOffsetY>
<FillTint>
<R>255</R>
<G>0</G>
<B>0</B>
<Alpha>255</Alpha>
</FillTint>
<EQType>16</EQType>
<GaugeDrawTemplate>
<Fill>myx_target_pet_gauge_7_10-30</Fill>

<Background>myx_target_pet_gauge_flashing_bg</Background>-->
<!--
</GaugeDrawTemplate>
</Gauge>
<Gauge item="myx_target_gauge_P1_Pet-8">
<RelativePosition>true</RelativePosition>
<Location>
<X>0</X>
<Y>0</Y>
</Location>
<Size>
<CX>2000</CX>
<CY>6</CY>
</Size>
<GaugeOffsetX>0</GaugeOffsetX>
<GaugeOffsetY>0</GaugeOffsetY>
<TextOffsetY>-50</TextOffsetY>
<FillTint>
<R>255</R>
<G>0</G>
<B>0</B>
<Alpha>255</Alpha>
</FillTint>
<EQType>16</EQType>
<GaugeDrawTemplate>
<Fill>myx_target_pet_gauge_8_0-10</Fill>
</GaugeDrawTemplate>
</Gauge>
-->

<!-- Player 1 Name -->
<Gauge item="Myx_Target_P1NameGauge">
<ScreenID>Myx_Target_P1NameGauge</ScreenID>
<!--<Font>3</Font>-->
<TextColor>
<R>240</R>
<G>240</G>
<B>240</B>
</TextColor>
<RelativePosition>true</RelativePosition>
<Location>
<X>5</X>
<Y>5</Y>
</Location>
<Size>
<CX>54</CX>
<CY>14</CY>
</Size>
<TextOffsetX>0</TextOffsetX>
<TextOffsetY>0</TextOffsetY>
<GaugeOffsetX>0</GaugeOffsetX>
<GaugeOffsetY>200</GaugeOffsetY>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<!--<TooltipReference/>-->
<FillTint>
<R>220</R>
<G>0</G>
<B>0</B>
</FillTint>
<LinesFillTint>
<R>220</R>
<G>220</G>
<B>0</B>
</LinesFillTint>
<DrawLinesFill>false</DrawLinesFill>
<EQType>1</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="Myx_Target_P1Name">
<ScreenID>Myx_Target_P1Name</ScreenID>
<Font>2</Font>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<Size>
<CX>54</CX>
<CY>14</CY>
</Size>
<AlignLeft>true</AlignLeft>
<Location>
<X>5</X>
<Y>5</Y>
</Location>
<EQType>1</EQType>
</Label>

<Label item="myx_target_P1_health">
<EQType>19</EQType>
<Font>2</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>61</X>
<Y>5</Y>
</Location>
<Size>
<CX>20</CX>
<CY>14</CY>
</Size>
<Text>100</Text>
<TextColor>
<R>218</R>
<G>218</G>
<B>218</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>true</AlignCenter>
<AlignRight>false</AlignRight>
</Label>

<Screen item="myx_target_gauge_P1">
<RelativePosition>true</RelativePosition>
<Location>
<X>83</X>
<Y>6</Y>
</Location>
<Size>
<CX>20</CX>
<CY>20</CY>
</Size>
<Text></Text>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>true</Style_Transparent>
<DrawTemplate>WDT_RoundedNoTitle</DrawTemplate>
<Style_Titlebar>false</Style_Titlebar>
<Style_Closebox>false</Style_Closebox>
<Style_Minimizebox>false</Style_Minimizebox>
<Style_Border>false</Style_Border>
<Style_Sizable>false</Style_Sizable>
<!-- Player gauges + label -->
<Pieces>myx_target_gauge_P1-8</Pieces>
<Pieces>myx_target_gauge_P1-7</Pieces>
<Pieces>myx_target_gauge_P1-6</Pieces>
<Pieces>myx_target_gauge_P1-5</Pieces>
<Pieces>myx_target_gauge_P1-4</Pieces>
<Pieces>myx_target_gauge_P1-3</Pieces>
<Pieces>myx_target_gauge_P1-2</Pieces>
<Pieces>myx_target_gauge_P1-1</Pieces>
<!-- Pet gauges -->
</Screen>

<Screen item="myx_target_gauge_P1_Pet">
<RelativePosition>true</RelativePosition>
<Location>
<X>105</X>
<Y>6</Y>
</Location>
<Size>
<CX>5</CX>
<CY>20</CY>
</Size>
<Text></Text>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>true</Style_Transparent>
<DrawTemplate>WDT_RoundedNoTitle</DrawTemplate>
<Style_Titlebar>false</Style_Titlebar>
<Style_Closebox>false</Style_Closebox>
<Style_Minimizebox>false</Style_Minimizebox>
<Style_Border>false</Style_Border>
<Style_Sizable>false</Style_Sizable>
<!-- Pet gauges -->
<Pieces>myx_target_gauge_P1_Pet-8</Pieces>
<Pieces>myx_target_gauge_P1_Pet-7</Pieces>
<Pieces>myx_target_gauge_P1_Pet-6</Pieces>
<Pieces>myx_target_gauge_P1_Pet-5</Pieces>
<Pieces>myx_target_gauge_P1_Pet-4</Pieces>
<Pieces>myx_target_gauge_P1_Pet-3</Pieces>
<Pieces>myx_target_gauge_P1_Pet-2</Pieces>
<Pieces>myx_target_gauge_P1_Pet-1</Pieces>
</Screen>


<!-- Player 2 Gauge -->
<Gauge item="myx_target_gauge_P2-1">
<RelativePosition>true</RelativePosition>
<Location>
<X>-1800</X>
<Y>0</Y>
</Location>
<Size>
<CX>2000</CX>
<CY>13</CY>
</Size>
<GaugeOffsetX>0</GaugeOffsetX>
<GaugeOffsetY>0</GaugeOffsetY>
<TextOffsetY>-50</TextOffsetY>
<FillTint>
<R>0</R>
<G>255</G>
<B>0</B>
<Alpha>255</Alpha>
</FillTint>
<EQType>11</EQType>
<GaugeDrawTemplate>
<Fill>myx_target_gauge_1_90-100</Fill>
</GaugeDrawTemplate>
</Gauge>
<Gauge item="myx_target_gauge_P2-2">
<RelativePosition>true</RelativePosition>
<Location>
<X>-1600</X>
<Y>0</Y>
</Location>
<Size>
<CX>2000</CX>
<CY>13</CY>
</Size>
<GaugeOffsetX>0</GaugeOffsetX>
<GaugeOffsetY>0</GaugeOffsetY>
<TextOffsetY>-50</TextOffsetY>
<FillTint>
<R>128</R>
<G>255</G>
<B>0</B>
<Alpha>255</Alpha>
</FillTint>
<EQType>11</EQType>
<GaugeDrawTemplate>
<Fill>myx_target_gauge_2_80-90</Fill>
</GaugeDrawTemplate>
</Gauge>
<Gauge item="myx_target_gauge_P2-3">
<RelativePosition>true</RelativePosition>
<Location>
<X>-1400</X>
<Y>0</Y>
</Location>
<Size>
<CX>2000</CX>
<CY>13</CY>
</Size>
<GaugeOffsetX>0</GaugeOffsetX>
<GaugeOffsetY>0</GaugeOffsetY>
<TextOffsetY>-50</TextOffsetY>
<FillTint>
<R>192</R>
<G>255</G>
<B>0</B>
<Alpha>255</Alpha>
</FillTint>
<EQType>11</EQType>
<GaugeDrawTemplate>
<Fill>myx_target_gauge_3_70-80</Fill>
</GaugeDrawTemplate>
</Gauge>
<Gauge item="myx_target_gauge_P2-4">
<RelativePosition>true</RelativePosition>
<Location>
<X>-1000</X>
<Y>0</Y>
</Location>
<Size>
<CX>2000</CX>
<CY>13</CY>
</Size>
<GaugeOffsetX>0</GaugeOffsetX>
<GaugeOffsetY>0</GaugeOffsetY>
<TextOffsetY>-50</TextOffsetY>
<FillTint>
<R>255</R>
<G>255</G>
<B>0</B>
<Alpha>255</Alpha>
</FillTint>
<EQType>11</EQType>
<GaugeDrawTemplate>
<Fill>myx_target_gauge_4_50-70</Fill>
</GaugeDrawTemplate>
</Gauge>
<Gauge item="myx_target_gauge_P2-5">
<RelativePosition>true</RelativePosition>
<Location>
<X>-800</X>
<Y>0</Y>
</Location>
<Size>
<CX>2000</CX>
<CY>13</CY>
</Size>
<GaugeOffsetX>0</GaugeOffsetX>
<GaugeOffsetY>0</GaugeOffsetY>
<TextOffsetY>-50</TextOffsetY>
<FillTint>
<R>255</R>
<G>192</G>
<B>0</B>
<Alpha>255</Alpha>
</FillTint>
<EQType>11</EQType>
<GaugeDrawTemplate>
<Fill>myx_target_gauge_5_40-50</Fill>
</GaugeDrawTemplate>
</Gauge>
<Gauge item="myx_target_gauge_P2-6">
<RelativePosition>true</RelativePosition>
<Location>
<X>-600</X>
<Y>0</Y>
</Location>
<Size>
<CX>2000</CX>
<CY>13</CY>
</Size>
<GaugeOffsetX>0</GaugeOffsetX>
<GaugeOffsetY>0</GaugeOffsetY>
<TextOffsetY>-50</TextOffsetY>
<FillTint>
<R>255</R>
<G>128</G>
<B>0</B>
<Alpha>255</Alpha>
</FillTint>
<EQType>11</EQType>
<GaugeDrawTemplate>
<Fill>myx_target_gauge_6_30-40</Fill>
</GaugeDrawTemplate>
</Gauge>
<Gauge item="myx_target_gauge_P2-7">
<RelativePosition>true</RelativePosition>
<Location>
<X>-200</X>
<Y>0</Y>
</Location>
<Size>
<CX>2000</CX>
<CY>13</CY>
</Size>
<GaugeOffsetX>0</GaugeOffsetX>
<GaugeOffsetY>0</GaugeOffsetY>
<TextOffsetY>-50</TextOffsetY>
<FillTint>
<R>255</R>
<G>0</G>
<B>0</B>
<Alpha>255</Alpha>
</FillTint>
<EQType>11</EQType>
<GaugeDrawTemplate>
<Fill>myx_target_gauge_7_10-30</Fill>
</GaugeDrawTemplate>
</Gauge>
<Gauge item="myx_target_gauge_P2-8">
<RelativePosition>true</RelativePosition>
<Location>
<X>0</X>
<Y>0</Y>
</Location>
<Size>
<CX>2000</CX>
<CY>13</CY>
</Size>
<GaugeOffsetX>0</GaugeOffsetX>
<GaugeOffsetY>0</GaugeOffsetY>
<TextOffsetY>-50</TextOffsetY>
<FillTint>
<R>255</R>
<G>0</G>
<B>0</B>
<Alpha>255</Alpha>
</FillTint>
<EQType>11</EQType>
<GaugeDrawTemplate>
<Fill>myx_target_gauge_8_0-10</Fill>
</GaugeDrawTemplate>
</Gauge>




<!--
<Label item="myx_target_P2_health_bg">
<EQType>35</EQType>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>1</X>
<Y>1</Y>
</Location>
<Size>
<CX>20</CX>
<CY>10</CY>
</Size>
<Text>100</Text>
<TextColor>
<R>80</R>
<G>80</G>
<B>80</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>true</AlignCenter>
<AlignRight>false</AlignRight>
</Label>
-->

<Gauge item="myx_target_gauge_P2_Pet-1">
<RelativePosition>true</RelativePosition>
<Location>
<X>-1800</X>
<Y>0</Y>
</Location>
<Size>
<CX>2000</CX>
<CY>13</CY>
</Size>
<GaugeOffsetX>0</GaugeOffsetX>
<GaugeOffsetY>0</GaugeOffsetY>
<TextOffsetY>-50</TextOffsetY>
<FillTint>
<R>0</R>
<G>255</G>
<B>0</B>
<Alpha>255</Alpha>
</FillTint>
<EQType>17</EQType>
<GaugeDrawTemplate>
<Fill>myx_target_gauge_1_90-100</Fill>
</GaugeDrawTemplate>
</Gauge>
<Gauge item="myx_target_gauge_P2_Pet-2">
<RelativePosition>true</RelativePosition>
<Location>
<X>-1600</X>
<Y>0</Y>
</Location>
<Size>
<CX>2000</CX>
<CY>13</CY>
</Size>
<GaugeOffsetX>0</GaugeOffsetX>
<GaugeOffsetY>0</GaugeOffsetY>
<TextOffsetY>-50</TextOffsetY>
<FillTint>
<R>128</R>
<G>255</G>
<B>0</B>
<Alpha>255</Alpha>
</FillTint>
<EQType>17</EQType>
<GaugeDrawTemplate>
<Fill>myx_target_gauge_2_80-90</Fill>
</GaugeDrawTemplate>
</Gauge>
<Gauge item="myx_target_gauge_P2_Pet-3">
<RelativePosition>true</RelativePosition>
<Location>
<X>-1400</X>
<Y>0</Y>
</Location>
<Size>
<CX>2000</CX>
<CY>13</CY>
</Size>
<GaugeOffsetX>0</GaugeOffsetX>
<GaugeOffsetY>0</GaugeOffsetY>
<TextOffsetY>-50</TextOffsetY>
<FillTint>
<R>192</R>
<G>255</G>
<B>0</B>
<Alpha>255</Alpha>
</FillTint>
<EQType>17</EQType>
<GaugeDrawTemplate>
<Fill>myx_target_gauge_3_70-80</Fill>
</GaugeDrawTemplate>
</Gauge>
<Gauge item="myx_target_gauge_P2_Pet-4">
<RelativePosition>true</RelativePosition>
<Location>
<X>-1000</X>
<Y>0</Y>
</Location>
<Size>
<CX>2000</CX>
<CY>13</CY>
</Size>
<GaugeOffsetX>0</GaugeOffsetX>
<GaugeOffsetY>0</GaugeOffsetY>
<TextOffsetY>-50</TextOffsetY>
<FillTint>
<R>255</R>
<G>255</G>
<B>0</B>
<Alpha>255</Alpha>
</FillTint>
<EQType>17</EQType>
<GaugeDrawTemplate>
<Fill>myx_target_gauge_4_50-70</Fill>
</GaugeDrawTemplate>
</Gauge>
<Gauge item="myx_target_gauge_P2_Pet-5">
<RelativePosition>true</RelativePosition>
<Location>
<X>-800</X>
<Y>0</Y>
</Location>
<Size>
<CX>2000</CX>
<CY>13</CY>
</Size>
<GaugeOffsetX>0</GaugeOffsetX>
<GaugeOffsetY>0</GaugeOffsetY>
<TextOffsetY>-50</TextOffsetY>
<FillTint>
<R>255</R>
<G>192</G>
<B>0</B>
<Alpha>255</Alpha>
</FillTint>
<EQType>17</EQType>
<GaugeDrawTemplate>
<Fill>myx_target_gauge_5_40-50</Fill>
</GaugeDrawTemplate>
</Gauge>
<Gauge item="myx_target_gauge_P2_Pet-6">
<RelativePosition>true</RelativePosition>
<Location>
<X>-600</X>
<Y>0</Y>
</Location>
<Size>
<CX>2000</CX>
<CY>13</CY>
</Size>
<GaugeOffsetX>0</GaugeOffsetX>
<GaugeOffsetY>0</GaugeOffsetY>
<TextOffsetY>-50</TextOffsetY>
<FillTint>
<R>255</R>
<G>128</G>
<B>0</B>
<Alpha>255</Alpha>
</FillTint>
<EQType>17</EQType>
<GaugeDrawTemplate>
<Fill>myx_target_gauge_6_30-40</Fill>
</GaugeDrawTemplate>
</Gauge>
<Gauge item="myx_target_gauge_P2_Pet-7">
<RelativePosition>true</RelativePosition>
<Location>
<X>-200</X>
<Y>0</Y>
</Location>
<Size>
<CX>2000</CX>
<CY>13</CY>
</Size>
<GaugeOffsetX>0</GaugeOffsetX>
<GaugeOffsetY>0</GaugeOffsetY>
<TextOffsetY>-50</TextOffsetY>
<FillTint>
<R>255</R>
<G>0</G>
<B>0</B>
<Alpha>255</Alpha>
</FillTint>
<EQType>17</EQType>
<GaugeDrawTemplate>
<Fill>myx_target_gauge_7_10-30</Fill>
</GaugeDrawTemplate>
</Gauge>
<Gauge item="myx_target_gauge_P2_Pet-8">
<RelativePosition>true</RelativePosition>
<Location>
<X>0</X>
<Y>0</Y>
</Location>
<Size>
<CX>2000</CX>
<CY>13</CY>
</Size>
<GaugeOffsetX>0</GaugeOffsetX>
<GaugeOffsetY>0</GaugeOffsetY>
<TextOffsetY>-50</TextOffsetY>
<FillTint>
<R>255</R>
<G>0</G>
<B>0</B>
<Alpha>255</Alpha>
</FillTint>
<EQType>17</EQType>
<GaugeDrawTemplate>
<Fill>myx_target_gauge_8_0-10</Fill>
</GaugeDrawTemplate>
</Gauge>


<!-- Player 2 bits -->
<Label item="Myx_Target_P2Name">
<ScreenID>Myx_Target_P2Name</ScreenID>
<Font>2</Font>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<Size>
<CX>54</CX>
<CY>14</CY>
</Size>
<AlignLeft>true</AlignLeft>
<Location>
<X>5</X>
<Y>24</Y>
</Location>
<EQType>30</EQType>
</Label>

<Gauge item="Myx_Target_P2NameGauge">
<ScreenID>Myx_Target_P2NameGauge</ScreenID>
<!--<Font>3</Font>-->
<TextColor>
<R>240</R>
<G>240</G>
<B>240</B>
</TextColor>
<RelativePosition>true</RelativePosition>
<Location>
<X>5</X>
<Y>23</Y>
</Location>
<Size>
<CX>54</CX>
<CY>14</CY>
</Size>
<TextOffsetX>0</TextOffsetX>
<TextOffsetY>0</TextOffsetY>
<GaugeOffsetX>0</GaugeOffsetX>
<GaugeOffsetY>200</GaugeOffsetY>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<!--<TooltipReference/>-->
<FillTint>
<R>220</R>
<G>0</G>
<B>0</B>
</FillTint>
<LinesFillTint>
<R>220</R>
<G>220</G>
<B>0</B>
</LinesFillTint>
<DrawLinesFill>false</DrawLinesFill>
<EQType>11</EQType>
<GaugeDrawTemplate>
<Background>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="myx_target_P2_health">
<EQType>35</EQType>
<Font>2</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>61</X>
<Y>23</Y>
</Location>
<Size>
<CX>20</CX>
<CY>14</CY>
</Size>
<Text>100</Text>
<TextColor>
<R>218</R>
<G>218</G>
<B>218</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>true</AlignCenter>
<AlignRight>false</AlignRight>
</Label>

<Screen item="myx_target_gauge_P2">
<RelativePosition>true</RelativePosition>
<Location>
<X>83</X>
<Y>24</Y>
</Location>
<Size>
<CX>20</CX>
<CY>20</CY>
</Size>
<Text></Text>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>true</Style_Transparent>
<DrawTemplate>WDT_RoundedNoTitle</DrawTemplate>
<Style_Titlebar>false</Style_Titlebar>
<Style_Closebox>false</Style_Closebox>
<Style_Minimizebox>false</Style_Minimizebox>
<Style_Border>false</Style_Border>
<Style_Sizable>false</Style_Sizable>
<Pieces>myx_target_gauge_P2-8</Pieces>
<Pieces>myx_target_gauge_P2-7</Pieces>
<Pieces>myx_target_gauge_P2-6</Pieces>
<Pieces>myx_target_gauge_P2-5</Pieces>
<Pieces>myx_target_gauge_P2-4</Pieces>
<Pieces>myx_target_gauge_P2-3</Pieces>
<Pieces>myx_target_gauge_P2-2</Pieces>
<Pieces>myx_target_gauge_P2-1</Pieces>
</Screen>

<Screen item="myx_target_gauge_P2_Pet">
<RelativePosition>true</RelativePosition>
<Location>
<X>105</X>
<Y>24</Y>
</Location>
<Size>
<CX>5</CX>
<CY>20</CY>
</Size>
<Text></Text>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>true</Style_Transparent>
<DrawTemplate>WDT_RoundedNoTitle</DrawTemplate>
<Style_Titlebar>false</Style_Titlebar>
<Style_Closebox>false</Style_Closebox>
<Style_Minimizebox>false</Style_Minimizebox>
<Style_Border>false</Style_Border>
<Style_Sizable>false</Style_Sizable>
<!-- Pet gauges -->
<Pieces>myx_target_gauge_P2_Pet-8</Pieces>
<Pieces>myx_target_gauge_P2_Pet-7</Pieces>
<Pieces>myx_target_gauge_P2_Pet-6</Pieces>
<Pieces>myx_target_gauge_P2_Pet-5</Pieces>
<Pieces>myx_target_gauge_P2_Pet-4</Pieces>
<Pieces>myx_target_gauge_P2_Pet-3</Pieces>
<Pieces>myx_target_gauge_P2_Pet-2</Pieces>
<Pieces>myx_target_gauge_P2_Pet-1</Pieces>
</Screen>








<!-- Player 3 Gauge -->
<Gauge item="myx_target_gauge_P3-1">
<RelativePosition>true</RelativePosition>
<Location>
<X>-1800</X>
<Y>0</Y>
</Location>
<Size>
<CX>2000</CX>
<CY>13</CY>
</Size>
<GaugeOffsetX>0</GaugeOffsetX>
<GaugeOffsetY>0</GaugeOffsetY>
<TextOffsetY>-50</TextOffsetY>
<FillTint>
<R>0</R>
<G>255</G>
<B>0</B>
<Alpha>255</Alpha>
</FillTint>
<EQType>12</EQType>
<GaugeDrawTemplate>
<Fill>myx_target_gauge_1_90-100</Fill>
</GaugeDrawTemplate>
</Gauge>
<Gauge item="myx_target_gauge_P3-2">
<RelativePosition>true</RelativePosition>
<Location>
<X>-1600</X>
<Y>0</Y>
</Location>
<Size>
<CX>2000</CX>
<CY>13</CY>
</Size>
<GaugeOffsetX>0</GaugeOffsetX>
<GaugeOffsetY>0</GaugeOffsetY>
<TextOffsetY>-50</TextOffsetY>
<FillTint>
<R>128</R>
<G>255</G>
<B>0</B>
<Alpha>255</Alpha>
</FillTint>
<EQType>12</EQType>
<GaugeDrawTemplate>
<Fill>myx_target_gauge_2_80-90</Fill>
</GaugeDrawTemplate>
</Gauge>
<Gauge item="myx_target_gauge_P3-3">
<RelativePosition>true</RelativePosition>
<Location>
<X>-1400</X>
<Y>0</Y>
</Location>
<Size>
<CX>2000</CX>
<CY>13</CY>
</Size>
<GaugeOffsetX>0</GaugeOffsetX>
<GaugeOffsetY>0</GaugeOffsetY>
<TextOffsetY>-50</TextOffsetY>
<FillTint>
<R>192</R>
<G>255</G>
<B>0</B>
<Alpha>255</Alpha>
</FillTint>
<EQType>12</EQType>
<GaugeDrawTemplate>
<Fill>myx_target_gauge_3_70-80</Fill>
</GaugeDrawTemplate>
</Gauge>
<Gauge item="myx_target_gauge_P3-4">
<RelativePosition>true</RelativePosition>
<Location>
<X>-1000</X>
<Y>0</Y>
</Location>
<Size>
<CX>2000</CX>
<CY>13</CY>
</Size>
<GaugeOffsetX>0</GaugeOffsetX>
<GaugeOffsetY>0</GaugeOffsetY>
<TextOffsetY>-50</TextOffsetY>
<FillTint>
<R>255</R>
<G>255</G>
<B>0</B>
<Alpha>255</Alpha>
</FillTint>
<EQType>12</EQType>
<GaugeDrawTemplate>
<Fill>myx_target_gauge_4_50-70</Fill>
</GaugeDrawTemplate>
</Gauge>
<Gauge item="myx_target_gauge_P3-5">
<RelativePosition>true</RelativePosition>
<Location>
<X>-800</X>
<Y>0</Y>
</Location>
<Size>
<CX>2000</CX>
<CY>13</CY>
</Size>
<GaugeOffsetX>0</GaugeOffsetX>
<GaugeOffsetY>0</GaugeOffsetY>
<TextOffsetY>-50</TextOffsetY>
<FillTint>
<R>255</R>
<G>192</G>
<B>0</B>
<Alpha>255</Alpha>
</FillTint>
<EQType>12</EQType>
<GaugeDrawTemplate>
<Fill>myx_target_gauge_5_40-50</Fill>
</GaugeDrawTemplate>
</Gauge>
<Gauge item="myx_target_gauge_P3-6">
<RelativePosition>true</RelativePosition>
<Location>
<X>-600</X>
<Y>0</Y>
</Location>
<Size>
<CX>2000</CX>
<CY>13</CY>
</Size>
<GaugeOffsetX>0</GaugeOffsetX>
<GaugeOffsetY>0</GaugeOffsetY>
<TextOffsetY>-50</TextOffsetY>
<FillTint>
<R>255</R>
<G>128</G>
<B>0</B>
<Alpha>255</Alpha>
</FillTint>
<EQType>12</EQType>
<GaugeDrawTemplate>
<Fill>myx_target_gauge_6_30-40</Fill>
</GaugeDrawTemplate>
</Gauge>
<Gauge item="myx_target_gauge_P3-7">
<RelativePosition>true</RelativePosition>
<Location>
<X>-200</X>
<Y>0</Y>
</Location>
<Size>
<CX>2000</CX>
<CY>13</CY>
</Size>
<GaugeOffsetX>0</GaugeOffsetX>
<GaugeOffsetY>0</GaugeOffsetY>
<TextOffsetY>-50</TextOffsetY>
<FillTint>
<R>255</R>
<G>0</G>
<B>0</B>
<Alpha>255</Alpha>
</FillTint>
<EQType>12</EQType>
<GaugeDrawTemplate>
<Fill>myx_target_gauge_7_10-30</Fill>
</GaugeDrawTemplate>
</Gauge>
<Gauge item="myx_target_gauge_P3-8">
<RelativePosition>true</RelativePosition>
<Location>
<X>0</X>
<Y>0</Y>
</Location>
<Size>
<CX>2000</CX>
<CY>13</CY>
</Size>
<GaugeOffsetX>0</GaugeOffsetX>
<GaugeOffsetY>0</GaugeOffsetY>
<TextOffsetY>-50</TextOffsetY>
<FillTint>
<R>255</R>
<G>0</G>
<B>0</B>
<Alpha>255</Alpha>
</FillTint>
<EQType>12</EQType>
<GaugeDrawTemplate>
<Fill>myx_target_gauge_8_0-10</Fill>
</GaugeDrawTemplate>
</Gauge>


<Gauge item="myx_target_gauge_P3_Pet-1">
<RelativePosition>true</RelativePosition>
<Location>
<X>-1800</X>
<Y>0</Y>
</Location>
<Size>
<CX>2000</CX>
<CY>13</CY>
</Size>
<GaugeOffsetX>0</GaugeOffsetX>
<GaugeOffsetY>0</GaugeOffsetY>
<TextOffsetY>-50</TextOffsetY>
<FillTint>
<R>0</R>
<G>255</G>
<B>0</B>
<Alpha>255</Alpha>
</FillTint>
<EQType>18</EQType>
<GaugeDrawTemplate>
<Fill>myx_target_gauge_1_90-100</Fill>
</GaugeDrawTemplate>
</Gauge>
<Gauge item="myx_target_gauge_P3_Pet-2">
<RelativePosition>true</RelativePosition>
<Location>
<X>-1600</X>
<Y>0</Y>
</Location>
<Size>
<CX>2000</CX>
<CY>13</CY>
</Size>
<GaugeOffsetX>0</GaugeOffsetX>
<GaugeOffsetY>0</GaugeOffsetY>
<TextOffsetY>-50</TextOffsetY>
<FillTint>
<R>128</R>
<G>255</G>
<B>0</B>
<Alpha>255</Alpha>
</FillTint>
<EQType>18</EQType>
<GaugeDrawTemplate>
<Fill>myx_target_gauge_2_80-90</Fill>
</GaugeDrawTemplate>
</Gauge>
<Gauge item="myx_target_gauge_P3_Pet-3">
<RelativePosition>true</RelativePosition>
<Location>
<X>-1400</X>
<Y>0</Y>
</Location>
<Size>
<CX>2000</CX>
<CY>13</CY>
</Size>
<GaugeOffsetX>0</GaugeOffsetX>
<GaugeOffsetY>0</GaugeOffsetY>
<TextOffsetY>-50</TextOffsetY>
<FillTint>
<R>192</R>
<G>255</G>
<B>0</B>
<Alpha>255</Alpha>
</FillTint>
<EQType>18</EQType>
<GaugeDrawTemplate>
<Fill>myx_target_gauge_3_70-80</Fill>
</GaugeDrawTemplate>
</Gauge>
<Gauge item="myx_target_gauge_P3_Pet-4">
<RelativePosition>true</RelativePosition>
<Location>
<X>-1000</X>
<Y>0</Y>
</Location>
<Size>
<CX>2000</CX>
<CY>13</CY>
</Size>
<GaugeOffsetX>0</GaugeOffsetX>
<GaugeOffsetY>0</GaugeOffsetY>
<TextOffsetY>-50</TextOffsetY>
<FillTint>
<R>255</R>
<G>255</G>
<B>0</B>
<Alpha>255</Alpha>
</FillTint>
<EQType>18</EQType>
<GaugeDrawTemplate>
<Fill>myx_target_gauge_4_50-70</Fill>
</GaugeDrawTemplate>
</Gauge>
<Gauge item="myx_target_gauge_P3_Pet-5">
<RelativePosition>true</RelativePosition>
<Location>
<X>-800</X>
<Y>0</Y>
</Location>
<Size>
<CX>2000</CX>
<CY>13</CY>
</Size>
<GaugeOffsetX>0</GaugeOffsetX>
<GaugeOffsetY>0</GaugeOffsetY>
<TextOffsetY>-50</TextOffsetY>
<FillTint>
<R>255</R>
<G>192</G>
<B>0</B>
<Alpha>255</Alpha>
</FillTint>
<EQType>18</EQType>
<GaugeDrawTemplate>
<Fill>myx_target_gauge_5_40-50</Fill>
</GaugeDrawTemplate>
</Gauge>
<Gauge item="myx_target_gauge_P3_Pet-6">
<RelativePosition>true</RelativePosition>
<Location>
<X>-600</X>
<Y>0</Y>
</Location>
<Size>
<CX>2000</CX>
<CY>13</CY>
</Size>
<GaugeOffsetX>0</GaugeOffsetX>
<GaugeOffsetY>0</GaugeOffsetY>
<TextOffsetY>-50</TextOffsetY>
<FillTint>
<R>255</R>
<G>128</G>
<B>0</B>
<Alpha>255</Alpha>
</FillTint>
<EQType>18</EQType>
<GaugeDrawTemplate>
<Fill>myx_target_gauge_6_30-40</Fill>
</GaugeDrawTemplate>
</Gauge>
<Gauge item="myx_target_gauge_P3_Pet-7">
<RelativePosition>true</RelativePosition>
<Location>
<X>-200</X>
<Y>0</Y>
</Location>
<Size>
<CX>2000</CX>
<CY>13</CY>
</Size>
<GaugeOffsetX>0</GaugeOffsetX>
<GaugeOffsetY>0</GaugeOffsetY>
<TextOffsetY>-50</TextOffsetY>
<FillTint>
<R>255</R>
<G>0</G>
<B>0</B>
<Alpha>255</Alpha>
</FillTint>
<EQType>18</EQType>
<GaugeDrawTemplate>
<Fill>myx_target_gauge_7_10-30</Fill>
</GaugeDrawTemplate>
</Gauge>
<Gauge item="myx_target_gauge_P3_Pet-8">
<RelativePosition>true</RelativePosition>
<Location>
<X>0</X>
<Y>0</Y>
</Location>
<Size>
<CX>2000</CX>
<CY>13</CY>
</Size>
<GaugeOffsetX>0</GaugeOffsetX>
<GaugeOffsetY>0</GaugeOffsetY>
<TextOffsetY>-50</TextOffsetY>
<FillTint>
<R>255</R>
<G>0</G>
<B>0</B>
<Alpha>255</Alpha>
</FillTint>
<EQType>18</EQType>
<GaugeDrawTemplate>
<Fill>myx_target_gauge_8_0-10</Fill>
</GaugeDrawTemplate>
</Gauge>

<!-- Player 3 stuff -->
<Gauge item="Myx_Target_P3NameGauge">
<ScreenID>Myx_Target_P3NameGauge</ScreenID>
<!--<Font>3</Font>-->
<TextColor>
<R>240</R>
<G>240</G>
<B>240</B>
</TextColor>
<RelativePosition>true</RelativePosition>
<Location>
<X>5</X>
<Y>41</Y>
</Location>
<Size>
<CX>54</CX>
<CY>14</CY>
</Size>
<TextOffsetX>0</TextOffsetX>
<TextOffsetY>0</TextOffsetY>
<GaugeOffsetX>0</GaugeOffsetX>
<GaugeOffsetY>200</GaugeOffsetY>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<!--<TooltipReference/>-->
<FillTint>
<R>220</R>
<G>0</G>
<B>0</B>
</FillTint>
<LinesFillTint>
<R>220</R>
<G>220</G>
<B>0</B>
</LinesFillTint>
<DrawLinesFill>false</DrawLinesFill>
<EQType>12</EQType>
<GaugeDrawTemplate>
<Background>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="Myx_Target_P3Name">
<ScreenID>Myx_Target_P3Name</ScreenID>
<Font>2</Font>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<Size>
<CX>54</CX>
<CY>14</CY>
</Size>
<AlignLeft>true</AlignLeft>
<Location>
<X>5</X>
<Y>41</Y>
</Location>
<EQType>31</EQType>
</Label>

<Label item="myx_target_P3_health">
<EQType>36</EQType>
<Font>2</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>61</X>
<Y>41</Y>
</Location>
<Size>
<CX>20</CX>
<CY>14</CY>
</Size>
<Text>100</Text>
<TextColor>
<R>218</R>
<G>218</G>
<B>218</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>true</AlignCenter>
<AlignRight>false</AlignRight>
</Label>

<Screen item="myx_target_gauge_P3">
<RelativePosition>true</RelativePosition>
<Location>
<X>83</X>
<Y>42</Y>
</Location>
<Size>
<CX>20</CX>
<CY>20</CY>
</Size>
<Text></Text>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>true</Style_Transparent>
<DrawTemplate>WDT_RoundedNoTitle</DrawTemplate>
<Style_Titlebar>false</Style_Titlebar>
<Style_Closebox>false</Style_Closebox>
<Style_Minimizebox>false</Style_Minimizebox>
<Style_Border>false</Style_Border>
<Style_Sizable>false</Style_Sizable>
<Pieces>myx_target_gauge_P3-8</Pieces>
<Pieces>myx_target_gauge_P3-7</Pieces>
<Pieces>myx_target_gauge_P3-6</Pieces>
<Pieces>myx_target_gauge_P3-5</Pieces>
<Pieces>myx_target_gauge_P3-4</Pieces>
<Pieces>myx_target_gauge_P3-3</Pieces>
<Pieces>myx_target_gauge_P3-2</Pieces>
<Pieces>myx_target_gauge_P3-1</Pieces>
</Screen>

<Screen item="myx_target_gauge_P3_Pet">
<RelativePosition>true</RelativePosition>
<Location>
<X>105</X>
<Y>42</Y>
</Location>
<Size>
<CX>5</CX>
<CY>20</CY>
</Size>
<Text></Text>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>true</Style_Transparent>
<DrawTemplate>WDT_RoundedNoTitle</DrawTemplate>
<Style_Titlebar>false</Style_Titlebar>
<Style_Closebox>false</Style_Closebox>
<Style_Minimizebox>false</Style_Minimizebox>
<Style_Border>false</Style_Border>
<Style_Sizable>false</Style_Sizable>
<Pieces>myx_target_gauge_P3_Pet-8</Pieces>
<Pieces>myx_target_gauge_P3_Pet-7</Pieces>
<Pieces>myx_target_gauge_P3_Pet-6</Pieces>
<Pieces>myx_target_gauge_P3_Pet-5</Pieces>
<Pieces>myx_target_gauge_P3_Pet-4</Pieces>
<Pieces>myx_target_gauge_P3_Pet-3</Pieces>
<Pieces>myx_target_gauge_P3_Pet-2</Pieces>
<Pieces>myx_target_gauge_P3_Pet-1</Pieces>
</Screen>



<!-- Player 4 Gauge -->
<Gauge item="myx_target_gauge_P4-1">
<RelativePosition>true</RelativePosition>
<Location>
<X>-1800</X>
<Y>0</Y>
</Location>
<Size>
<CX>2000</CX>
<CY>13</CY>
</Size>
<GaugeOffsetX>0</GaugeOffsetX>
<GaugeOffsetY>0</GaugeOffsetY>
<TextOffsetY>-50</TextOffsetY>
<FillTint>
<R>0</R>
<G>255</G>
<B>0</B>
<Alpha>255</Alpha>
</FillTint>
<EQType>13</EQType>
<GaugeDrawTemplate>
<Fill>myx_target_gauge_1_90-100</Fill>
</GaugeDrawTemplate>
</Gauge>
<Gauge item="myx_target_gauge_P4-2">
<RelativePosition>true</RelativePosition>
<Location>
<X>-1600</X>
<Y>0</Y>
</Location>
<Size>
<CX>2000</CX>
<CY>13</CY>
</Size>
<GaugeOffsetX>0</GaugeOffsetX>
<GaugeOffsetY>0</GaugeOffsetY>
<TextOffsetY>-50</TextOffsetY>
<FillTint>
<R>128</R>
<G>255</G>
<B>0</B>
<Alpha>255</Alpha>
</FillTint>
<EQType>13</EQType>
<GaugeDrawTemplate>
<Fill>myx_target_gauge_2_80-90</Fill>
</GaugeDrawTemplate>
</Gauge>
<Gauge item="myx_target_gauge_P4-3">
<RelativePosition>true</RelativePosition>
<Location>
<X>-1400</X>
<Y>0</Y>
</Location>
<Size>
<CX>2000</CX>
<CY>13</CY>
</Size>
<GaugeOffsetX>0</GaugeOffsetX>
<GaugeOffsetY>0</GaugeOffsetY>
<TextOffsetY>-50</TextOffsetY>
<FillTint>
<R>192</R>
<G>255</G>
<B>0</B>
<Alpha>255</Alpha>
</FillTint>
<EQType>13</EQType>
<GaugeDrawTemplate>
<Fill>myx_target_gauge_3_70-80</Fill>
</GaugeDrawTemplate>
</Gauge>
<Gauge item="myx_target_gauge_P4-4">
<RelativePosition>true</RelativePosition>
<Location>
<X>-1000</X>
<Y>0</Y>
</Location>
<Size>
<CX>2000</CX>
<CY>13</CY>
</Size>
<GaugeOffsetX>0</GaugeOffsetX>
<GaugeOffsetY>0</GaugeOffsetY>
<TextOffsetY>-50</TextOffsetY>
<FillTint>
<R>255</R>
<G>255</G>
<B>0</B>
<Alpha>255</Alpha>
</FillTint>
<EQType>13</EQType>
<GaugeDrawTemplate>
<Fill>myx_target_gauge_4_50-70</Fill>
</GaugeDrawTemplate>
</Gauge>
<Gauge item="myx_target_gauge_P4-5">
<RelativePosition>true</RelativePosition>
<Location>
<X>-800</X>
<Y>0</Y>
</Location>
<Size>
<CX>2000</CX>
<CY>13</CY>
</Size>
<GaugeOffsetX>0</GaugeOffsetX>
<GaugeOffsetY>0</GaugeOffsetY>
<TextOffsetY>-50</TextOffsetY>
<FillTint>
<R>255</R>
<G>192</G>
<B>0</B>
<Alpha>255</Alpha>
</FillTint>
<EQType>13</EQType>
<GaugeDrawTemplate>
<Fill>myx_target_gauge_5_40-50</Fill>
</GaugeDrawTemplate>
</Gauge>
<Gauge item="myx_target_gauge_P4-6">
<RelativePosition>true</RelativePosition>
<Location>
<X>-600</X>
<Y>0</Y>
</Location>
<Size>
<CX>2000</CX>
<CY>13</CY>
</Size>
<GaugeOffsetX>0</GaugeOffsetX>
<GaugeOffsetY>0</GaugeOffsetY>
<TextOffsetY>-50</TextOffsetY>
<FillTint>
<R>255</R>
<G>128</G>
<B>0</B>
<Alpha>255</Alpha>
</FillTint>
<EQType>13</EQType>
<GaugeDrawTemplate>
<Fill>myx_target_gauge_6_30-40</Fill>
</GaugeDrawTemplate>
</Gauge>
<Gauge item="myx_target_gauge_P4-7">
<RelativePosition>true</RelativePosition>
<Location>
<X>-200</X>
<Y>0</Y>
</Location>
<Size>
<CX>2000</CX>
<CY>13</CY>
</Size>
<GaugeOffsetX>0</GaugeOffsetX>
<GaugeOffsetY>0</GaugeOffsetY>
<TextOffsetY>-50</TextOffsetY>
<FillTint>
<R>255</R>
<G>0</G>
<B>0</B>
<Alpha>255</Alpha>
</FillTint>
<EQType>13</EQType>
<GaugeDrawTemplate>
<Fill>myx_target_gauge_7_10-30</Fill>
</GaugeDrawTemplate>
</Gauge>
<Gauge item="myx_target_gauge_P4-8">
<RelativePosition>true</RelativePosition>
<Location>
<X>0</X>
<Y>0</Y>
</Location>
<Size>
<CX>2000</CX>
<CY>13</CY>
</Size>
<GaugeOffsetX>0</GaugeOffsetX>
<GaugeOffsetY>0</GaugeOffsetY>
<TextOffsetY>-50</TextOffsetY>
<FillTint>
<R>255</R>
<G>0</G>
<B>0</B>
<Alpha>255</Alpha>
</FillTint>
<EQType>13</EQType>
<GaugeDrawTemplate>
<Fill>myx_target_gauge_8_0-10</Fill>
</GaugeDrawTemplate>
</Gauge>

<Gauge item="myx_target_gauge_P4_Pet-1">
<RelativePosition>true</RelativePosition>
<Location>
<X>-1800</X>
<Y>0</Y>
</Location>
<Size>
<CX>2000</CX>
<CY>13</CY>
</Size>
<GaugeOffsetX>0</GaugeOffsetX>
<GaugeOffsetY>0</GaugeOffsetY>
<TextOffsetY>-50</TextOffsetY>
<FillTint>
<R>0</R>
<G>255</G>
<B>0</B>
<Alpha>255</Alpha>
</FillTint>
<EQType>19</EQType>
<GaugeDrawTemplate>
<Fill>myx_target_gauge_1_90-100</Fill>
</GaugeDrawTemplate>
</Gauge>
<Gauge item="myx_target_gauge_P4_Pet-2">
<RelativePosition>true</RelativePosition>
<Location>
<X>-1600</X>
<Y>0</Y>
</Location>
<Size>
<CX>2000</CX>
<CY>13</CY>
</Size>
<GaugeOffsetX>0</GaugeOffsetX>
<GaugeOffsetY>0</GaugeOffsetY>
<TextOffsetY>-50</TextOffsetY>
<FillTint>
<R>128</R>
<G>255</G>
<B>0</B>
<Alpha>255</Alpha>
</FillTint>
<EQType>19</EQType>
<GaugeDrawTemplate>
<Fill>myx_target_gauge_2_80-90</Fill>
</GaugeDrawTemplate>
</Gauge>
<Gauge item="myx_target_gauge_P4_Pet-3">
<RelativePosition>true</RelativePosition>
<Location>
<X>-1400</X>
<Y>0</Y>
</Location>
<Size>
<CX>2000</CX>
<CY>13</CY>
</Size>
<GaugeOffsetX>0</GaugeOffsetX>
<GaugeOffsetY>0</GaugeOffsetY>
<TextOffsetY>-50</TextOffsetY>
<FillTint>
<R>192</R>
<G>255</G>
<B>0</B>
<Alpha>255</Alpha>
</FillTint>
<EQType>19</EQType>
<GaugeDrawTemplate>
<Fill>myx_target_gauge_3_70-80</Fill>
</GaugeDrawTemplate>
</Gauge>
<Gauge item="myx_target_gauge_P4_Pet-4">
<RelativePosition>true</RelativePosition>
<Location>
<X>-1000</X>
<Y>0</Y>
</Location>
<Size>
<CX>2000</CX>
<CY>13</CY>
</Size>
<GaugeOffsetX>0</GaugeOffsetX>
<GaugeOffsetY>0</GaugeOffsetY>
<TextOffsetY>-50</TextOffsetY>
<FillTint>
<R>255</R>
<G>255</G>
<B>0</B>
<Alpha>255</Alpha>
</FillTint>
<EQType>19</EQType>
<GaugeDrawTemplate>
<Fill>myx_target_gauge_4_50-70</Fill>
</GaugeDrawTemplate>
</Gauge>
<Gauge item="myx_target_gauge_P4_Pet-5">
<RelativePosition>true</RelativePosition>
<Location>
<X>-800</X>
<Y>0</Y>
</Location>
<Size>
<CX>2000</CX>
<CY>13</CY>
</Size>
<GaugeOffsetX>0</GaugeOffsetX>
<GaugeOffsetY>0</GaugeOffsetY>
<TextOffsetY>-50</TextOffsetY>
<FillTint>
<R>255</R>
<G>192</G>
<B>0</B>
<Alpha>255</Alpha>
</FillTint>
<EQType>19</EQType>
<GaugeDrawTemplate>
<Fill>myx_target_gauge_5_40-50</Fill>
</GaugeDrawTemplate>
</Gauge>
<Gauge item="myx_target_gauge_P4_Pet-6">
<RelativePosition>true</RelativePosition>
<Location>
<X>-600</X>
<Y>0</Y>
</Location>
<Size>
<CX>2000</CX>
<CY>13</CY>
</Size>
<GaugeOffsetX>0</GaugeOffsetX>
<GaugeOffsetY>0</GaugeOffsetY>
<TextOffsetY>-50</TextOffsetY>
<FillTint>
<R>255</R>
<G>128</G>
<B>0</B>
<Alpha>255</Alpha>
</FillTint>
<EQType>19</EQType>
<GaugeDrawTemplate>
<Fill>myx_target_gauge_6_30-40</Fill>
</GaugeDrawTemplate>
</Gauge>
<Gauge item="myx_target_gauge_P4_Pet-7">
<RelativePosition>true</RelativePosition>
<Location>
<X>-200</X>
<Y>0</Y>
</Location>
<Size>
<CX>2000</CX>
<CY>13</CY>
</Size>
<GaugeOffsetX>0</GaugeOffsetX>
<GaugeOffsetY>0</GaugeOffsetY>
<TextOffsetY>-50</TextOffsetY>
<FillTint>
<R>255</R>
<G>0</G>
<B>0</B>
<Alpha>255</Alpha>
</FillTint>
<EQType>19</EQType>
<GaugeDrawTemplate>
<Fill>myx_target_gauge_7_10-30</Fill>
</GaugeDrawTemplate>
</Gauge>
<Gauge item="myx_target_gauge_P4_Pet-8">
<RelativePosition>true</RelativePosition>
<Location>
<X>0</X>
<Y>0</Y>
</Location>
<Size>
<CX>2000</CX>
<CY>13</CY>
</Size>
<GaugeOffsetX>0</GaugeOffsetX>
<GaugeOffsetY>0</GaugeOffsetY>
<TextOffsetY>-50</TextOffsetY>
<FillTint>
<R>255</R>
<G>0</G>
<B>0</B>
<Alpha>255</Alpha>
</FillTint>
<EQType>19</EQType>
<GaugeDrawTemplate>
<Fill>myx_target_gauge_8_0-10</Fill>
</GaugeDrawTemplate>
</Gauge>

<!-- Player 4 stuff -->
<Gauge item="Myx_Target_P4NameGauge">
<ScreenID>Myx_Target_P4NameGauge</ScreenID>
<!--<Font>3</Font>-->
<TextColor>
<R>240</R>
<G>240</G>
<B>240</B>
</TextColor>
<RelativePosition>true</RelativePosition>
<Location>
<X>422</X>
<Y>5</Y>
</Location>
<Size>
<CX>54</CX>
<CY>14</CY>
</Size>
<TextOffsetX>0</TextOffsetX>
<TextOffsetY>0</TextOffsetY>
<GaugeOffsetX>0</GaugeOffsetX>
<GaugeOffsetY>200</GaugeOffsetY>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<!--<TooltipReference/>-->
<FillTint>
<R>220</R>
<G>0</G>
<B>0</B>
</FillTint>
<LinesFillTint>
<R>220</R>
<G>220</G>
<B>0</B>
</LinesFillTint>
<DrawLinesFill>false</DrawLinesFill>
<EQType>13</EQType>
<GaugeDrawTemplate>
<Background>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="Myx_Target_P4Name">
<ScreenID>Myx_Target_P4Name</ScreenID>
<Font>2</Font>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<Size>
<CX>54</CX>
<CY>14</CY>
</Size>
<AlignLeft>true</AlignLeft>
<Location>
<X>422</X>
<Y>5</Y>
</Location>
<EQType>32</EQType>
</Label>

<Label item="myx_target_P4_health">
<EQType>37</EQType>
<Font>2</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>397</X>
<Y>5</Y>
</Location>
<Size>
<CX>20</CX>
<CY>14</CY>
</Size>
<Text>100</Text>
<TextColor>
<R>218</R>
<G>218</G>
<B>218</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>true</AlignCenter>
<AlignRight>false</AlignRight>
</Label>

<Screen item="myx_target_gauge_P4">
<RelativePosition>true</RelativePosition>
<Location>
<X>374</X>
<Y>6</Y>
</Location>
<Size>
<CX>20</CX>
<CY>20</CY>
</Size>
<Text></Text>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>true</Style_Transparent>
<DrawTemplate>WDT_RoundedNoTitle</DrawTemplate>
<Style_Titlebar>false</Style_Titlebar>
<Style_Closebox>false</Style_Closebox>
<Style_Minimizebox>false</Style_Minimizebox>
<Style_Border>false</Style_Border>
<Style_Sizable>false</Style_Sizable>
<Pieces>myx_target_gauge_P4-8</Pieces>
<Pieces>myx_target_gauge_P4-7</Pieces>
<Pieces>myx_target_gauge_P4-6</Pieces>
<Pieces>myx_target_gauge_P4-5</Pieces>
<Pieces>myx_target_gauge_P4-4</Pieces>
<Pieces>myx_target_gauge_P4-3</Pieces>
<Pieces>myx_target_gauge_P4-2</Pieces>
<Pieces>myx_target_gauge_P4-1</Pieces>
</Screen>

<Screen item="myx_target_gauge_P4_Pet">
<RelativePosition>true</RelativePosition>
<Location>
<X>366</X>
<Y>6</Y>
</Location>
<Size>
<CX>5</CX>
<CY>20</CY>
</Size>
<Text></Text>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>true</Style_Transparent>
<DrawTemplate>WDT_RoundedNoTitle</DrawTemplate>
<Style_Titlebar>false</Style_Titlebar>
<Style_Closebox>false</Style_Closebox>
<Style_Minimizebox>false</Style_Minimizebox>
<Style_Border>false</Style_Border>
<Style_Sizable>false</Style_Sizable>
<Pieces>myx_target_gauge_P4_Pet-8</Pieces>
<Pieces>myx_target_gauge_P4_Pet-7</Pieces>
<Pieces>myx_target_gauge_P4_Pet-6</Pieces>
<Pieces>myx_target_gauge_P4_Pet-5</Pieces>
<Pieces>myx_target_gauge_P4_Pet-4</Pieces>
<Pieces>myx_target_gauge_P4_Pet-3</Pieces>
<Pieces>myx_target_gauge_P4_Pet-2</Pieces>
<Pieces>myx_target_gauge_P4_Pet-1</Pieces>
</Screen>


<!-- Player 5 Gauge -->
<Gauge item="myx_target_gauge_P5-1">
<RelativePosition>true</RelativePosition>
<Location>
<X>-1800</X>
<Y>0</Y>
</Location>
<Size>
<CX>2000</CX>
<CY>13</CY>
</Size>
<GaugeOffsetX>0</GaugeOffsetX>
<GaugeOffsetY>0</GaugeOffsetY>
<TextOffsetY>-50</TextOffsetY>
<FillTint>
<R>0</R>
<G>255</G>
<B>0</B>
<Alpha>255</Alpha>
</FillTint>
<EQType>14</EQType>
<GaugeDrawTemplate>
<Fill>myx_target_gauge_1_90-100</Fill>
</GaugeDrawTemplate>
</Gauge>
<Gauge item="myx_target_gauge_P5-2">
<RelativePosition>true</RelativePosition>
<Location>
<X>-1600</X>
<Y>0</Y>
</Location>
<Size>
<CX>2000</CX>
<CY>13</CY>
</Size>
<GaugeOffsetX>0</GaugeOffsetX>
<GaugeOffsetY>0</GaugeOffsetY>
<TextOffsetY>-50</TextOffsetY>
<FillTint>
<R>128</R>
<G>255</G>
<B>0</B>
<Alpha>255</Alpha>
</FillTint>
<EQType>14</EQType>
<GaugeDrawTemplate>
<Fill>myx_target_gauge_2_80-90</Fill>
</GaugeDrawTemplate>
</Gauge>
<Gauge item="myx_target_gauge_P5-3">
<RelativePosition>true</RelativePosition>
<Location>
<X>-1400</X>
<Y>0</Y>
</Location>
<Size>
<CX>2000</CX>
<CY>13</CY>
</Size>
<GaugeOffsetX>0</GaugeOffsetX>
<GaugeOffsetY>0</GaugeOffsetY>
<TextOffsetY>-50</TextOffsetY>
<FillTint>
<R>192</R>
<G>255</G>
<B>0</B>
<Alpha>255</Alpha>
</FillTint>
<EQType>14</EQType>
<GaugeDrawTemplate>
<Fill>myx_target_gauge_3_70-80</Fill>
</GaugeDrawTemplate>
</Gauge>
<Gauge item="myx_target_gauge_P5-4">
<RelativePosition>true</RelativePosition>
<Location>
<X>-1000</X>
<Y>0</Y>
</Location>
<Size>
<CX>2000</CX>
<CY>13</CY>
</Size>
<GaugeOffsetX>0</GaugeOffsetX>
<GaugeOffsetY>0</GaugeOffsetY>
<TextOffsetY>-50</TextOffsetY>
<FillTint>
<R>255</R>
<G>255</G>
<B>0</B>
<Alpha>255</Alpha>
</FillTint>
<EQType>14</EQType>
<GaugeDrawTemplate>
<Fill>myx_target_gauge_4_50-70</Fill>
</GaugeDrawTemplate>
</Gauge>
<Gauge item="myx_target_gauge_P5-5">
<RelativePosition>true</RelativePosition>
<Location>
<X>-800</X>
<Y>0</Y>
</Location>
<Size>
<CX>2000</CX>
<CY>13</CY>
</Size>
<GaugeOffsetX>0</GaugeOffsetX>
<GaugeOffsetY>0</GaugeOffsetY>
<TextOffsetY>-50</TextOffsetY>
<FillTint>
<R>255</R>
<G>192</G>
<B>0</B>
<Alpha>255</Alpha>
</FillTint>
<EQType>14</EQType>
<GaugeDrawTemplate>
<Fill>myx_target_gauge_5_40-50</Fill>
</GaugeDrawTemplate>
</Gauge>
<Gauge item="myx_target_gauge_P5-6">
<RelativePosition>true</RelativePosition>
<Location>
<X>-600</X>
<Y>0</Y>
</Location>
<Size>
<CX>2000</CX>
<CY>13</CY>
</Size>
<GaugeOffsetX>0</GaugeOffsetX>
<GaugeOffsetY>0</GaugeOffsetY>
<TextOffsetY>-50</TextOffsetY>
<FillTint>
<R>255</R>
<G>128</G>
<B>0</B>
<Alpha>255</Alpha>
</FillTint>
<EQType>14</EQType>
<GaugeDrawTemplate>
<Fill>myx_target_gauge_6_30-40</Fill>
</GaugeDrawTemplate>
</Gauge>
<Gauge item="myx_target_gauge_P5-7">
<RelativePosition>true</RelativePosition>
<Location>
<X>-200</X>
<Y>0</Y>
</Location>
<Size>
<CX>2000</CX>
<CY>13</CY>
</Size>
<GaugeOffsetX>0</GaugeOffsetX>
<GaugeOffsetY>0</GaugeOffsetY>
<TextOffsetY>-50</TextOffsetY>
<FillTint>
<R>255</R>
<G>0</G>
<B>0</B>
<Alpha>255</Alpha>
</FillTint>
<EQType>14</EQType>
<GaugeDrawTemplate>
<Fill>myx_target_gauge_7_10-30</Fill>
</GaugeDrawTemplate>
</Gauge>
<Gauge item="myx_target_gauge_P5-8">
<RelativePosition>true</RelativePosition>
<Location>
<X>0</X>
<Y>0</Y>
</Location>
<Size>
<CX>2000</CX>
<CY>13</CY>
</Size>
<GaugeOffsetX>0</GaugeOffsetX>
<GaugeOffsetY>0</GaugeOffsetY>
<TextOffsetY>-50</TextOffsetY>
<FillTint>
<R>255</R>
<G>0</G>
<B>0</B>
<Alpha>255</Alpha>
</FillTint>
<EQType>14</EQType>
<GaugeDrawTemplate>
<Fill>myx_target_gauge_8_0-10</Fill>
</GaugeDrawTemplate>
</Gauge>

<Gauge item="myx_target_gauge_P5_Pet-1">
<RelativePosition>true</RelativePosition>
<Location>
<X>-1800</X>
<Y>0</Y>
</Location>
<Size>
<CX>2000</CX>
<CY>13</CY>
</Size>
<GaugeOffsetX>0</GaugeOffsetX>
<GaugeOffsetY>0</GaugeOffsetY>
<TextOffsetY>-50</TextOffsetY>
<FillTint>
<R>0</R>
<G>255</G>
<B>0</B>
<Alpha>255</Alpha>
</FillTint>
<EQType>20</EQType>
<GaugeDrawTemplate>
<Fill>myx_target_gauge_1_90-100</Fill>
</GaugeDrawTemplate>
</Gauge>
<Gauge item="myx_target_gauge_P5_Pet-2">
<RelativePosition>true</RelativePosition>
<Location>
<X>-1600</X>
<Y>0</Y>
</Location>
<Size>
<CX>2000</CX>
<CY>13</CY>
</Size>
<GaugeOffsetX>0</GaugeOffsetX>
<GaugeOffsetY>0</GaugeOffsetY>
<TextOffsetY>-50</TextOffsetY>
<FillTint>
<R>128</R>
<G>255</G>
<B>0</B>
<Alpha>255</Alpha>
</FillTint>
<EQType>20</EQType>
<GaugeDrawTemplate>
<Fill>myx_target_gauge_2_80-90</Fill>
</GaugeDrawTemplate>
</Gauge>
<Gauge item="myx_target_gauge_P5_Pet-3">
<RelativePosition>true</RelativePosition>
<Location>
<X>-1400</X>
<Y>0</Y>
</Location>
<Size>
<CX>2000</CX>
<CY>13</CY>
</Size>
<GaugeOffsetX>0</GaugeOffsetX>
<GaugeOffsetY>0</GaugeOffsetY>
<TextOffsetY>-50</TextOffsetY>
<FillTint>
<R>192</R>
<G>255</G>
<B>0</B>
<Alpha>255</Alpha>
</FillTint>
<EQType>20</EQType>
<GaugeDrawTemplate>
<Fill>myx_target_gauge_3_70-80</Fill>
</GaugeDrawTemplate>
</Gauge>
<Gauge item="myx_target_gauge_P5_Pet-4">
<RelativePosition>true</RelativePosition>
<Location>
<X>-1000</X>
<Y>0</Y>
</Location>
<Size>
<CX>2000</CX>
<CY>13</CY>
</Size>
<GaugeOffsetX>0</GaugeOffsetX>
<GaugeOffsetY>0</GaugeOffsetY>
<TextOffsetY>-50</TextOffsetY>
<FillTint>
<R>255</R>
<G>255</G>
<B>0</B>
<Alpha>255</Alpha>
</FillTint>
<EQType>20</EQType>
<GaugeDrawTemplate>
<Fill>myx_target_gauge_4_50-70</Fill>
</GaugeDrawTemplate>
</Gauge>
<Gauge item="myx_target_gauge_P5_Pet-5">
<RelativePosition>true</RelativePosition>
<Location>
<X>-800</X>
<Y>0</Y>
</Location>
<Size>
<CX>2000</CX>
<CY>13</CY>
</Size>
<GaugeOffsetX>0</GaugeOffsetX>
<GaugeOffsetY>0</GaugeOffsetY>
<TextOffsetY>-50</TextOffsetY>
<FillTint>
<R>255</R>
<G>192</G>
<B>0</B>
<Alpha>255</Alpha>
</FillTint>
<EQType>20</EQType>
<GaugeDrawTemplate>
<Fill>myx_target_gauge_5_40-50</Fill>
</GaugeDrawTemplate>
</Gauge>
<Gauge item="myx_target_gauge_P5_Pet-6">
<RelativePosition>true</RelativePosition>
<Location>
<X>-600</X>
<Y>0</Y>
</Location>
<Size>
<CX>2000</CX>
<CY>13</CY>
</Size>
<GaugeOffsetX>0</GaugeOffsetX>
<GaugeOffsetY>0</GaugeOffsetY>
<TextOffsetY>-50</TextOffsetY>
<FillTint>
<R>255</R>
<G>128</G>
<B>0</B>
<Alpha>255</Alpha>
</FillTint>
<EQType>20</EQType>
<GaugeDrawTemplate>
<Fill>myx_target_gauge_6_30-40</Fill>
</GaugeDrawTemplate>
</Gauge>
<Gauge item="myx_target_gauge_P5_Pet-7">
<RelativePosition>true</RelativePosition>
<Location>
<X>-200</X>
<Y>0</Y>
</Location>
<Size>
<CX>2000</CX>
<CY>13</CY>
</Size>
<GaugeOffsetX>0</GaugeOffsetX>
<GaugeOffsetY>0</GaugeOffsetY>
<TextOffsetY>-50</TextOffsetY>
<FillTint>
<R>255</R>
<G>0</G>
<B>0</B>
<Alpha>255</Alpha>
</FillTint>
<EQType>20</EQType>
<GaugeDrawTemplate>
<Fill>myx_target_gauge_7_10-30</Fill>
</GaugeDrawTemplate>
</Gauge>
<Gauge item="myx_target_gauge_P5_Pet-8">
<RelativePosition>true</RelativePosition>
<Location>
<X>0</X>
<Y>0</Y>
</Location>
<Size>
<CX>2000</CX>
<CY>13</CY>
</Size>
<GaugeOffsetX>0</GaugeOffsetX>
<GaugeOffsetY>0</GaugeOffsetY>
<TextOffsetY>-50</TextOffsetY>
<FillTint>
<R>255</R>
<G>0</G>
<B>0</B>
<Alpha>255</Alpha>
</FillTint>
<EQType>20</EQType>
<GaugeDrawTemplate>
<Fill>myx_target_gauge_8_0-10</Fill>
</GaugeDrawTemplate>
</Gauge>

<!-- Player 5 stuff -->
<Gauge item="Myx_Target_P5NameGauge">
<ScreenID>Myx_Target_P5NameGauge</ScreenID>
<!--<Font>3</Font>-->
<TextColor>
<R>240</R>
<G>240</G>
<B>240</B>
</TextColor>
<RelativePosition>true</RelativePosition>
<Location>
<X>422</X>
<Y>23</Y>
</Location>
<Size>
<CX>54</CX>
<CY>14</CY>
</Size>
<TextOffsetX>0</TextOffsetX>
<TextOffsetY>0</TextOffsetY>
<GaugeOffsetX>0</GaugeOffsetX>
<GaugeOffsetY>200</GaugeOffsetY>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<!--<TooltipReference/>-->
<FillTint>
<R>220</R>
<G>0</G>
<B>0</B>
</FillTint>
<LinesFillTint>
<R>220</R>
<G>220</G>
<B>0</B>
</LinesFillTint>
<DrawLinesFill>false</DrawLinesFill>
<EQType>14</EQType>
<GaugeDrawTemplate>
<Background>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="Myx_Target_P5Name">
<ScreenID>Myx_Target_P5Name</ScreenID>
<Font>2</Font>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<Size>
<CX>54</CX>
<CY>14</CY>
</Size>
<AlignLeft>true</AlignLeft>
<Location>
<X>422</X>
<Y>23</Y>
</Location>
<EQType>33</EQType>
</Label>

<Label item="myx_target_P5_health">
<EQType>38</EQType>
<Font>2</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>397</X>
<Y>23</Y>
</Location>
<Size>
<CX>20</CX>
<CY>14</CY>
</Size>
<Text>100</Text>
<TextColor>
<R>218</R>
<G>218</G>
<B>218</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>true</AlignCenter>
<AlignRight>false</AlignRight>
</Label>

<Screen item="myx_target_gauge_P5">
<RelativePosition>true</RelativePosition>
<Location>
<X>374</X>
<Y>24</Y>
</Location>
<Size>
<CX>20</CX>
<CY>20</CY>
</Size>
<Text></Text>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>true</Style_Transparent>
<DrawTemplate>WDT_RoundedNoTitle</DrawTemplate>
<Style_Titlebar>false</Style_Titlebar>
<Style_Closebox>false</Style_Closebox>
<Style_Minimizebox>false</Style_Minimizebox>
<Style_Border>false</Style_Border>
<Style_Sizable>false</Style_Sizable>
<Pieces>myx_target_gauge_P5-8</Pieces>
<Pieces>myx_target_gauge_P5-7</Pieces>
<Pieces>myx_target_gauge_P5-6</Pieces>
<Pieces>myx_target_gauge_P5-5</Pieces>
<Pieces>myx_target_gauge_P5-4</Pieces>
<Pieces>myx_target_gauge_P5-3</Pieces>
<Pieces>myx_target_gauge_P5-2</Pieces>
<Pieces>myx_target_gauge_P5-1</Pieces>
</Screen>

<Screen item="myx_target_gauge_P5_Pet">
<RelativePosition>true</RelativePosition>
<Location>
<X>366</X>
<Y>24</Y>
</Location>
<Size>
<CX>5</CX>
<CY>20</CY>
</Size>
<Text></Text>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>true</Style_Transparent>
<DrawTemplate>WDT_RoundedNoTitle</DrawTemplate>
<Style_Titlebar>false</Style_Titlebar>
<Style_Closebox>false</Style_Closebox>
<Style_Minimizebox>false</Style_Minimizebox>
<Style_Border>false</Style_Border>
<Style_Sizable>false</Style_Sizable>
<Pieces>myx_target_gauge_P5_Pet-8</Pieces>
<Pieces>myx_target_gauge_P5_Pet-7</Pieces>
<Pieces>myx_target_gauge_P5_Pet-6</Pieces>
<Pieces>myx_target_gauge_P5_Pet-5</Pieces>
<Pieces>myx_target_gauge_P5_Pet-4</Pieces>
<Pieces>myx_target_gauge_P5_Pet-3</Pieces>
<Pieces>myx_target_gauge_P5_Pet-2</Pieces>
<Pieces>myx_target_gauge_P5_Pet-1</Pieces>
</Screen>

<!-- Player 6 Gauge -->
<Gauge item="myx_target_gauge_P6-1">
<RelativePosition>true</RelativePosition>
<Location>
<X>-1800</X>
<Y>0</Y>
</Location>
<Size>
<CX>2000</CX>
<CY>13</CY>
</Size>
<GaugeOffsetX>0</GaugeOffsetX>
<GaugeOffsetY>0</GaugeOffsetY>
<TextOffsetY>-50</TextOffsetY>
<FillTint>
<R>0</R>
<G>255</G>
<B>0</B>
<Alpha>255</Alpha>
</FillTint>
<EQType>15</EQType>
<GaugeDrawTemplate>
<Fill>myx_target_gauge_1_90-100</Fill>
</GaugeDrawTemplate>
</Gauge>
<Gauge item="myx_target_gauge_P6-2">
<RelativePosition>true</RelativePosition>
<Location>
<X>-1600</X>
<Y>0</Y>
</Location>
<Size>
<CX>2000</CX>
<CY>13</CY>
</Size>
<GaugeOffsetX>0</GaugeOffsetX>
<GaugeOffsetY>0</GaugeOffsetY>
<TextOffsetY>-50</TextOffsetY>
<FillTint>
<R>128</R>
<G>255</G>
<B>0</B>
<Alpha>255</Alpha>
</FillTint>
<EQType>15</EQType>
<GaugeDrawTemplate>
<Fill>myx_target_gauge_2_80-90</Fill>
</GaugeDrawTemplate>
</Gauge>
<Gauge item="myx_target_gauge_P6-3">
<RelativePosition>true</RelativePosition>
<Location>
<X>-1400</X>
<Y>0</Y>
</Location>
<Size>
<CX>2000</CX>
<CY>13</CY>
</Size>
<GaugeOffsetX>0</GaugeOffsetX>
<GaugeOffsetY>0</GaugeOffsetY>
<TextOffsetY>-50</TextOffsetY>
<FillTint>
<R>192</R>
<G>255</G>
<B>0</B>
<Alpha>255</Alpha>
</FillTint>
<EQType>15</EQType>
<GaugeDrawTemplate>
<Fill>myx_target_gauge_3_70-80</Fill>
</GaugeDrawTemplate>
</Gauge>
<Gauge item="myx_target_gauge_P6-4">
<RelativePosition>true</RelativePosition>
<Location>
<X>-1000</X>
<Y>0</Y>
</Location>
<Size>
<CX>2000</CX>
<CY>13</CY>
</Size>
<GaugeOffsetX>0</GaugeOffsetX>
<GaugeOffsetY>0</GaugeOffsetY>
<TextOffsetY>-50</TextOffsetY>
<FillTint>
<R>255</R>
<G>255</G>
<B>0</B>
<Alpha>255</Alpha>
</FillTint>
<EQType>15</EQType>
<GaugeDrawTemplate>
<Fill>myx_target_gauge_4_50-70</Fill>
</GaugeDrawTemplate>
</Gauge>
<Gauge item="myx_target_gauge_P6-5">
<RelativePosition>true</RelativePosition>
<Location>
<X>-800</X>
<Y>0</Y>
</Location>
<Size>
<CX>2000</CX>
<CY>13</CY>
</Size>
<GaugeOffsetX>0</GaugeOffsetX>
<GaugeOffsetY>0</GaugeOffsetY>
<TextOffsetY>-50</TextOffsetY>
<FillTint>
<R>255</R>
<G>192</G>
<B>0</B>
<Alpha>255</Alpha>
</FillTint>
<EQType>15</EQType>
<GaugeDrawTemplate>
<Fill>myx_target_gauge_5_40-50</Fill>
</GaugeDrawTemplate>
</Gauge>
<Gauge item="myx_target_gauge_P6-6">
<RelativePosition>true</RelativePosition>
<Location>
<X>-600</X>
<Y>0</Y>
</Location>
<Size>
<CX>2000</CX>
<CY>13</CY>
</Size>
<GaugeOffsetX>0</GaugeOffsetX>
<GaugeOffsetY>0</GaugeOffsetY>
<TextOffsetY>-50</TextOffsetY>
<FillTint>
<R>255</R>
<G>128</G>
<B>0</B>
<Alpha>255</Alpha>
</FillTint>
<EQType>15</EQType>
<GaugeDrawTemplate>
<Fill>myx_target_gauge_6_30-40</Fill>
</GaugeDrawTemplate>
</Gauge>
<Gauge item="myx_target_gauge_P6-7">
<RelativePosition>true</RelativePosition>
<Location>
<X>-200</X>
<Y>0</Y>
</Location>
<Size>
<CX>2000</CX>
<CY>13</CY>
</Size>
<GaugeOffsetX>0</GaugeOffsetX>
<GaugeOffsetY>0</GaugeOffsetY>
<TextOffsetY>-50</TextOffsetY>
<FillTint>
<R>255</R>
<G>0</G>
<B>0</B>
<Alpha>255</Alpha>
</FillTint>
<EQType>15</EQType>
<GaugeDrawTemplate>
<Fill>myx_target_gauge_7_10-30</Fill>
</GaugeDrawTemplate>
</Gauge>
<Gauge item="myx_target_gauge_P6-8">
<RelativePosition>true</RelativePosition>
<Location>
<X>0</X>
<Y>0</Y>
</Location>
<Size>
<CX>2000</CX>
<CY>13</CY>
</Size>
<GaugeOffsetX>0</GaugeOffsetX>
<GaugeOffsetY>0</GaugeOffsetY>
<TextOffsetY>-50</TextOffsetY>
<FillTint>
<R>255</R>
<G>0</G>
<B>0</B>
<Alpha>255</Alpha>
</FillTint>
<EQType>15</EQType>
<GaugeDrawTemplate>
<Fill>myx_target_gauge_8_0-10</Fill>
</GaugeDrawTemplate>
</Gauge>

<Gauge item="myx_target_gauge_P6_Pet-1">
<RelativePosition>true</RelativePosition>
<Location>
<X>-1800</X>
<Y>0</Y>
</Location>
<Size>
<CX>2000</CX>
<CY>13</CY>
</Size>
<GaugeOffsetX>0</GaugeOffsetX>
<GaugeOffsetY>0</GaugeOffsetY>
<TextOffsetY>-50</TextOffsetY>
<FillTint>
<R>0</R>
<G>255</G>
<B>0</B>
<Alpha>255</Alpha>
</FillTint>
<EQType>21</EQType>
<GaugeDrawTemplate>
<Fill>myx_target_gauge_1_90-100</Fill>
</GaugeDrawTemplate>
</Gauge>
<Gauge item="myx_target_gauge_P6_Pet-2">
<RelativePosition>true</RelativePosition>
<Location>
<X>-1600</X>
<Y>0</Y>
</Location>
<Size>
<CX>2000</CX>
<CY>13</CY>
</Size>
<GaugeOffsetX>0</GaugeOffsetX>
<GaugeOffsetY>0</GaugeOffsetY>
<TextOffsetY>-50</TextOffsetY>
<FillTint>
<R>128</R>
<G>255</G>
<B>0</B>
<Alpha>255</Alpha>
</FillTint>
<EQType>21</EQType>
<GaugeDrawTemplate>
<Fill>myx_target_gauge_2_80-90</Fill>
</GaugeDrawTemplate>
</Gauge>
<Gauge item="myx_target_gauge_P6_Pet-3">
<RelativePosition>true</RelativePosition>
<Location>
<X>-1400</X>
<Y>0</Y>
</Location>
<Size>
<CX>2000</CX>
<CY>13</CY>
</Size>
<GaugeOffsetX>0</GaugeOffsetX>
<GaugeOffsetY>0</GaugeOffsetY>
<TextOffsetY>-50</TextOffsetY>
<FillTint>
<R>192</R>
<G>255</G>
<B>0</B>
<Alpha>255</Alpha>
</FillTint>
<EQType>21</EQType>
<GaugeDrawTemplate>
<Fill>myx_target_gauge_3_70-80</Fill>
</GaugeDrawTemplate>
</Gauge>
<Gauge item="myx_target_gauge_P6_Pet-4">
<RelativePosition>true</RelativePosition>
<Location>
<X>-1000</X>
<Y>0</Y>
</Location>
<Size>
<CX>2000</CX>
<CY>13</CY>
</Size>
<GaugeOffsetX>0</GaugeOffsetX>
<GaugeOffsetY>0</GaugeOffsetY>
<TextOffsetY>-50</TextOffsetY>
<FillTint>
<R>255</R>
<G>255</G>
<B>0</B>
<Alpha>255</Alpha>
</FillTint>
<EQType>21</EQType>
<GaugeDrawTemplate>
<Fill>myx_target_gauge_4_50-70</Fill>
</GaugeDrawTemplate>
</Gauge>
<Gauge item="myx_target_gauge_P6_Pet-5">
<RelativePosition>true</RelativePosition>
<Location>
<X>-800</X>
<Y>0</Y>
</Location>
<Size>
<CX>2000</CX>
<CY>13</CY>
</Size>
<GaugeOffsetX>0</GaugeOffsetX>
<GaugeOffsetY>0</GaugeOffsetY>
<TextOffsetY>-50</TextOffsetY>
<FillTint>
<R>255</R>
<G>192</G>
<B>0</B>
<Alpha>255</Alpha>
</FillTint>
<EQType>21</EQType>
<GaugeDrawTemplate>
<Fill>myx_target_gauge_5_40-50</Fill>
</GaugeDrawTemplate>
</Gauge>
<Gauge item="myx_target_gauge_P6_Pet-6">
<RelativePosition>true</RelativePosition>
<Location>
<X>-600</X>
<Y>0</Y>
</Location>
<Size>
<CX>2000</CX>
<CY>13</CY>
</Size>
<GaugeOffsetX>0</GaugeOffsetX>
<GaugeOffsetY>0</GaugeOffsetY>
<TextOffsetY>-50</TextOffsetY>
<FillTint>
<R>255</R>
<G>128</G>
<B>0</B>
<Alpha>255</Alpha>
</FillTint>
<EQType>21</EQType>
<GaugeDrawTemplate>
<Fill>myx_target_gauge_6_30-40</Fill>
</GaugeDrawTemplate>
</Gauge>
<Gauge item="myx_target_gauge_P6_Pet-7">
<RelativePosition>true</RelativePosition>
<Location>
<X>-200</X>
<Y>0</Y>
</Location>
<Size>
<CX>2000</CX>
<CY>13</CY>
</Size>
<GaugeOffsetX>0</GaugeOffsetX>
<GaugeOffsetY>0</GaugeOffsetY>
<TextOffsetY>-50</TextOffsetY>
<FillTint>
<R>255</R>
<G>0</G>
<B>0</B>
<Alpha>255</Alpha>
</FillTint>
<EQType>21</EQType>
<GaugeDrawTemplate>
<Fill>myx_target_gauge_7_10-30</Fill>
</GaugeDrawTemplate>
</Gauge>
<Gauge item="myx_target_gauge_P6_Pet-8">
<RelativePosition>true</RelativePosition>
<Location>
<X>0</X>
<Y>0</Y>
</Location>
<Size>
<CX>2000</CX>
<CY>13</CY>
</Size>
<GaugeOffsetX>0</GaugeOffsetX>
<GaugeOffsetY>0</GaugeOffsetY>
<TextOffsetY>-50</TextOffsetY>
<FillTint>
<R>255</R>
<G>0</G>
<B>0</B>
<Alpha>255</Alpha>
</FillTint>
<EQType>21</EQType>
<GaugeDrawTemplate>
<Fill>myx_target_gauge_8_0-10</Fill>
</GaugeDrawTemplate>
</Gauge>

<!-- Player 6 stuff -->
<Gauge item="Myx_Target_P6NameGauge">
<ScreenID>Myx_Target_P6NameGauge</ScreenID>
<!--<Font>3</Font>-->
<TextColor>
<R>240</R>
<G>240</G>
<B>240</B>
</TextColor>
<RelativePosition>true</RelativePosition>
<Location>
<X>422</X>
<Y>41</Y>
</Location>
<Size>
<CX>54</CX>
<CY>14</CY>
</Size>
<TextOffsetX>0</TextOffsetX>
<TextOffsetY>0</TextOffsetY>
<GaugeOffsetX>0</GaugeOffsetX>
<GaugeOffsetY>200</GaugeOffsetY>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<!--<TooltipReference/>-->
<FillTint>
<R>220</R>
<G>0</G>
<B>0</B>
</FillTint>
<LinesFillTint>
<R>220</R>
<G>220</G>
<B>0</B>
</LinesFillTint>
<DrawLinesFill>false</DrawLinesFill>
<EQType>15</EQType>
<GaugeDrawTemplate>
<Background>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="Myx_Target_P6Name">
<ScreenID>Myx_Target_P6Name</ScreenID>
<Font>2</Font>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<Size>
<CX>40</CX>
<CY>14</CY>
</Size>
<AlignLeft>true</AlignLeft>
<Location>
<X>422</X>
<Y>41</Y>
</Location>
<EQType>34</EQType>
</Label>

<Label item="myx_target_P6_health">
<EQType>39</EQType>
<Font>2</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>397</X>
<Y>41</Y>
</Location>
<Size>
<CX>20</CX>
<CY>14</CY>
</Size>
<Text>100</Text>
<TextColor>
<R>218</R>
<G>218</G>
<B>218</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>true</AlignCenter>
<AlignRight>false</AlignRight>
</Label>

<Screen item="myx_target_gauge_P6">
<RelativePosition>true</RelativePosition>
<Location>
<X>374</X>
<Y>42</Y>
</Location>
<Size>
<CX>20</CX>
<CY>20</CY>
</Size>
<Text></Text>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>true</Style_Transparent>
<DrawTemplate>WDT_RoundedNoTitle</DrawTemplate>
<Style_Titlebar>false</Style_Titlebar>
<Style_Closebox>false</Style_Closebox>
<Style_Minimizebox>false</Style_Minimizebox>
<Style_Border>false</Style_Border>
<Style_Sizable>false</Style_Sizable>
<Pieces>myx_target_gauge_P6-8</Pieces>
<Pieces>myx_target_gauge_P6-7</Pieces>
<Pieces>myx_target_gauge_P6-6</Pieces>
<Pieces>myx_target_gauge_P6-5</Pieces>
<Pieces>myx_target_gauge_P6-4</Pieces>
<Pieces>myx_target_gauge_P6-3</Pieces>
<Pieces>myx_target_gauge_P6-2</Pieces>
<Pieces>myx_target_gauge_P6-1</Pieces>
</Screen>

<Screen item="myx_target_gauge_P6_Pet">
<RelativePosition>true</RelativePosition>
<Location>
<X>366</X>
<Y>42</Y>
</Location>
<Size>
<CX>5</CX>
<CY>20</CY>
</Size>
<Text></Text>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>true</Style_Transparent>
<DrawTemplate>WDT_RoundedNoTitle</DrawTemplate>
<Style_Titlebar>false</Style_Titlebar>
<Style_Closebox>false</Style_Closebox>
<Style_Minimizebox>false</Style_Minimizebox>
<Style_Border>false</Style_Border>
<Style_Sizable>false</Style_Sizable>
<Pieces>myx_target_gauge_P6_Pet-8</Pieces>
<Pieces>myx_target_gauge_P6_Pet-7</Pieces>
<Pieces>myx_target_gauge_P6_Pet-6</Pieces>
<Pieces>myx_target_gauge_P6_Pet-5</Pieces>
<Pieces>myx_target_gauge_P6_Pet-4</Pieces>
<Pieces>myx_target_gauge_P6_Pet-3</Pieces>
<Pieces>myx_target_gauge_P6_Pet-2</Pieces>
<Pieces>myx_target_gauge_P6_Pet-1</Pieces>
</Screen>


<!-- Placing all original target items in their own screen for easy moving -->
<Screen item="myx_target_center">
<RelativePosition>true</RelativePosition>
<Location>
<X>0</X>
<Y>0</Y>
</Location>
<Size>
<CX>350</CX>
<CY>60</CY>
</Size>
<Text></Text>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>true</Style_Transparent>
<DrawTemplate>WDT_RoundedNoTitle</DrawTemplate>
<Style_Titlebar>false</Style_Titlebar>
<Style_Closebox>false</Style_Closebox>
<Style_Minimizebox>false</Style_Minimizebox>
<Style_Border>false</Style_Border>
<Style_Sizable>false</Style_Sizable>
<Pieces>Myx_Target_CastTimer</Pieces>
<Pieces>Myx_Target_CastTimerLabel</Pieces>
<Pieces>Myx_Target_Casting_SpellName</Pieces>
<Pieces>Target_HP</Pieces>
<Pieces>Target_Name</Pieces>
<Pieces>Target_HPLabel</Pieces>
<Pieces>Target_HPPercLabel</Pieces>
<Pieces>TargetOfTarget_HP2</Pieces>
<Pieces>TargetOfTarget_Name</Pieces>
<Pieces>TargetOfTarget_HPLabel2</Pieces>
<Pieces>TargetOfTarget_HPPercLabel2</Pieces>
</Screen>

<!-- New buff bits -->
<Button item="Target_Buff0_Button">
<ScreenID>Buff0</ScreenID>
<Size>
<CX>24</CX>
<CY>24</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<Style_Checkbox>false</Style_Checkbox>
<DecalOffset>
<X>2</X>
<Y>2</Y>
</DecalOffset>
<DecalSize>
<CX>20</CX>
<CY>20</CY>
</DecalSize>
</Button>
<Button item="Target_Buff1_Button">
<ScreenID>Buff1</ScreenID>
<Size>
<CX>24</CX>
<CY>24</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<Style_Checkbox>false</Style_Checkbox>
<DecalOffset>
<X>2</X>
<Y>2</Y>
</DecalOffset>
<DecalSize>
<CX>20</CX>
<CY>20</CY>
</DecalSize>
</Button>
<Button item="Target_Buff2_Button">
<ScreenID>Buff2</ScreenID>
<Size>
<CX>24</CX>
<CY>24</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<Style_Checkbox>false</Style_Checkbox>
<DecalOffset>
<X>2</X>
<Y>2</Y>
</DecalOffset>
<DecalSize>
<CX>20</CX>
<CY>20</CY>
</DecalSize>
</Button>
<Button item="Target_Buff3_Button">
<ScreenID>Buff3</ScreenID>
<Size>
<CX>24</CX>
<CY>24</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<Style_Checkbox>false</Style_Checkbox>
<DecalOffset>
<X>2</X>
<Y>2</Y>
</DecalOffset>
<DecalSize>
<CX>20</CX>
<CY>20</CY>
</DecalSize>
</Button>
<Button item="Target_Buff4_Button">
<ScreenID>Buff4</ScreenID>
<Size>
<CX>24</CX>
<CY>24</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<Style_Checkbox>false</Style_Checkbox>
<DecalOffset>
<X>2</X>
<Y>2</Y>
</DecalOffset>
<DecalSize>
<CX>20</CX>
<CY>20</CY>
</DecalSize>
</Button>
<Button item="Target_Buff5_Button">
<ScreenID>Buff5</ScreenID>
<Size>
<CX>24</CX>
<CY>24</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<Style_Checkbox>false</Style_Checkbox>
<DecalOffset>
<X>2</X>
<Y>2</Y>
</DecalOffset>
<DecalSize>
<CX>20</CX>
<CY>20</CY>
</DecalSize>
</Button>
<Button item="Target_Buff6_Button">
<ScreenID>Buff6</ScreenID>
<Size>
<CX>24</CX>
<CY>24</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<Style_Checkbox>false</Style_Checkbox>
<DecalOffset>
<X>2</X>
<Y>2</Y>
</DecalOffset>
<DecalSize>
<CX>20</CX>
<CY>20</CY>
</DecalSize>
</Button>
<Button item="Target_Buff7_Button">
<ScreenID>Buff7</ScreenID>
<Size>
<CX>24</CX>
<CY>24</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<Style_Checkbox>false</Style_Checkbox>
<DecalOffset>
<X>2</X>
<Y>2</Y>
</DecalOffset>
<DecalSize>
<CX>20</CX>
<CY>20</CY>
</DecalSize>
</Button>
<Button item="Target_Buff8_Button">
<ScreenID>Buff8</ScreenID>
<Size>
<CX>24</CX>
<CY>24</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<Style_Checkbox>false</Style_Checkbox>
<DecalOffset>
<X>2</X>
<Y>2</Y>
</DecalOffset>
<DecalSize>
<CX>20</CX>
<CY>20</CY>
</DecalSize>
</Button>
<Button item="Target_Buff9_Button">
<ScreenID>Buff9</ScreenID>
<Size>
<CX>24</CX>
<CY>24</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<Style_Checkbox>false</Style_Checkbox>
<DecalOffset>
<X>2</X>
<Y>2</Y>
</DecalOffset>
<DecalSize>
<CX>20</CX>
<CY>20</CY>
</DecalSize>
</Button>
<Button item="Target_Buff10_Button">
<ScreenID>Buff10</ScreenID>
<Size>
<CX>24</CX>
<CY>24</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<Style_Checkbox>false</Style_Checkbox>
<DecalOffset>
<X>2</X>
<Y>2</Y>
</DecalOffset>
<DecalSize>
<CX>20</CX>
<CY>20</CY>
</DecalSize>
</Button>
<Button item="Target_Buff11_Button">
<ScreenID>Buff11</ScreenID>
<Size>
<CX>24</CX>
<CY>24</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<Style_Checkbox>false</Style_Checkbox>
<DecalOffset>
<X>2</X>
<Y>2</Y>
</DecalOffset>
<DecalSize>
<CX>20</CX>
<CY>20</CY>
</DecalSize>
</Button>
<Button item="Target_Buff12_Button">
<ScreenID>Buff12</ScreenID>
<Size>
<CX>24</CX>
<CY>24</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<Style_Checkbox>false</Style_Checkbox>
<DecalOffset>
<X>2</X>
<Y>2</Y>
</DecalOffset>
<DecalSize>
<CX>20</CX>
<CY>20</CY>
</DecalSize>
</Button>
<Button item="Target_Buff13_Button">
<ScreenID>Buff13</ScreenID>
<Size>
<CX>24</CX>
<CY>24</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<Style_Checkbox>false</Style_Checkbox>
<DecalOffset>
<X>2</X>
<Y>2</Y>
</DecalOffset>
<DecalSize>
<CX>20</CX>
<CY>20</CY>
</DecalSize>
</Button>
<Button item="Target_Buff14_Button">
<ScreenID>Buff14</ScreenID>
<Size>
<CX>24</CX>
<CY>24</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<Style_Checkbox>false</Style_Checkbox>
<DecalOffset>
<X>2</X>
<Y>2</Y>
</DecalOffset>
<DecalSize>
<CX>20</CX>
<CY>20</CY>
</DecalSize>
</Button>
<Button item="Target_Buff15_Button">
<ScreenID>Buff15</ScreenID>
<Size>
<CX>24</CX>
<CY>24</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<Style_Checkbox>false</Style_Checkbox>
<DecalOffset>
<X>2</X>
<Y>2</Y>
</DecalOffset>
<DecalSize>
<CX>20</CX>
<CY>20</CY>
</DecalSize>
</Button>
<Button item="Target_Buff16_Button">
<ScreenID>Buff16</ScreenID>
<Size>
<CX>24</CX>
<CY>24</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<Style_Checkbox>false</Style_Checkbox>
<DecalOffset>
<X>2</X>
<Y>2</Y>
</DecalOffset>
<DecalSize>
<CX>20</CX>
<CY>20</CY>
</DecalSize>
</Button>
<Button item="Target_Buff17_Button">
<ScreenID>Buff17</ScreenID>
<Size>
<CX>24</CX>
<CY>24</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<Style_Checkbox>false</Style_Checkbox>
<DecalOffset>
<X>2</X>
<Y>2</Y>
</DecalOffset>
<DecalSize>
<CX>20</CX>
<CY>20</CY>
</DecalSize>
</Button>
<Button item="Target_Buff18_Button">
<ScreenID>Buff18</ScreenID>
<Size>
<CX>24</CX>
<CY>24</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<Style_Checkbox>false</Style_Checkbox>
<DecalOffset>
<X>2</X>
<Y>2</Y>
</DecalOffset>
<DecalSize>
<CX>20</CX>
<CY>20</CY>
</DecalSize>
</Button>
<Button item="Target_Buff19_Button">
<ScreenID>Buff19</ScreenID>
<Size>
<CX>24</CX>
<CY>24</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<Style_Checkbox>false</Style_Checkbox>
<DecalOffset>
<X>2</X>
<Y>2</Y>
</DecalOffset>
<DecalSize>
<CX>20</CX>
<CY>20</CY>
</DecalSize>
</Button>
<Button item="Target_Buff20_Button">
<ScreenID>Buff20</ScreenID>
<Size>
<CX>24</CX>
<CY>24</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<Style_Checkbox>false</Style_Checkbox>
<DecalOffset>
<X>2</X>
<Y>2</Y>
</DecalOffset>
<DecalSize>
<CX>20</CX>
<CY>20</CY>
</DecalSize>
</Button>
<Button item="Target_Buff21_Button">
<ScreenID>Buff21</ScreenID>
<Size>
<CX>24</CX>
<CY>24</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<Style_Checkbox>false</Style_Checkbox>
<DecalOffset>
<X>2</X>
<Y>2</Y>
</DecalOffset>
<DecalSize>
<CX>20</CX>
<CY>20</CY>
</DecalSize>
</Button>
<Button item="Target_Buff22_Button">
<ScreenID>Buff22</ScreenID>
<Size>
<CX>24</CX>
<CY>24</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<Style_Checkbox>false</Style_Checkbox>
<DecalOffset>
<X>2</X>
<Y>2</Y>
</DecalOffset>
<DecalSize>
<CX>20</CX>
<CY>20</CY>
</DecalSize>
</Button>
<Button item="Target_Buff23_Button">
<ScreenID>Buff23</ScreenID>
<Size>
<CX>24</CX>
<CY>24</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<Style_Checkbox>false</Style_Checkbox>
<DecalOffset>
<X>2</X>
<Y>2</Y>
</DecalOffset>
<DecalSize>
<CX>20</CX>
<CY>20</CY>
</DecalSize>
</Button>
<Button item="Target_Buff24_Button">
<ScreenID>Buff24</ScreenID>
<Size>
<CX>24</CX>
<CY>24</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<Style_Checkbox>false</Style_Checkbox>
<DecalOffset>
<X>2</X>
<Y>2</Y>
</DecalOffset>
<DecalSize>
<CX>20</CX>
<CY>20</CY>
</DecalSize>
</Button>
<Button item="Target_Buff25_Button">
<ScreenID>Buff25</ScreenID>
<Size>
<CX>24</CX>
<CY>24</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<Style_Checkbox>false</Style_Checkbox>
<DecalOffset>
<X>2</X>
<Y>2</Y>
</DecalOffset>
<DecalSize>
<CX>20</CX>
<CY>20</CY>
</DecalSize>
</Button>
<Button item="Target_Buff26_Button">
<ScreenID>Buff26</ScreenID>
<Size>
<CX>24</CX>
<CY>24</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<Style_Checkbox>false</Style_Checkbox>
<DecalOffset>
<X>2</X>
<Y>2</Y>
</DecalOffset>
<DecalSize>
<CX>20</CX>
<CY>20</CY>
</DecalSize>
</Button>
<Button item="Target_Buff27_Button">
<ScreenID>Buff27</ScreenID>
<Size>
<CX>24</CX>
<CY>24</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<Style_Checkbox>false</Style_Checkbox>
<DecalOffset>
<X>2</X>
<Y>2</Y>
</DecalOffset>
<DecalSize>
<CX>20</CX>
<CY>20</CY>
</DecalSize>
</Button>
<Button item="Target_Buff28_Button">
<ScreenID>Buff28</ScreenID>
<Size>
<CX>24</CX>
<CY>24</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<Style_Checkbox>false</Style_Checkbox>
<DecalOffset>
<X>2</X>
<Y>2</Y>
</DecalOffset>
<DecalSize>
<CX>20</CX>
<CY>20</CY>
</DecalSize>
</Button>
<Button item="Target_Buff29_Button">
<ScreenID>Buff29</ScreenID>
<Size>
<CX>24</CX>
<CY>24</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<Style_Checkbox>false</Style_Checkbox>
<DecalOffset>
<X>2</X>
<Y>2</Y>
</DecalOffset>
<DecalSize>
<CX>20</CX>
<CY>20</CY>
</DecalSize>
</Button>
<Button item="Target_Buff30_Button">
<ScreenID>Buff30</ScreenID>
<Size>
<CX>24</CX>
<CY>24</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<Style_Checkbox>false</Style_Checkbox>
<DecalOffset>
<X>2</X>
<Y>2</Y>
</DecalOffset>
<DecalSize>
<CX>20</CX>
<CY>20</CY>
</DecalSize>
</Button>
<Button item="Target_Buff31_Button">
<ScreenID>Buff31</ScreenID>
<Size>
<CX>24</CX>
<CY>24</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<Style_Checkbox>false</Style_Checkbox>
<DecalOffset>
<X>2</X>
<Y>2</Y>
</DecalOffset>
<DecalSize>
<CX>20</CX>
<CY>20</CY>
</DecalSize>
</Button>
<Button item="Target_Buff32_Button">
<ScreenID>Buff32</ScreenID>
<Size>
<CX>24</CX>
<CY>24</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<Style_Checkbox>false</Style_Checkbox>
<DecalOffset>
<X>2</X>
<Y>2</Y>
</DecalOffset>
<DecalSize>
<CX>20</CX>
<CY>20</CY>
</DecalSize>
</Button>
<Button item="Target_Buff33_Button">
<ScreenID>Buff33</ScreenID>
<Size>
<CX>24</CX>
<CY>24</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<Style_Checkbox>false</Style_Checkbox>
<DecalOffset>
<X>2</X>
<Y>2</Y>
</DecalOffset>
<DecalSize>
<CX>20</CX>
<CY>20</CY>
</DecalSize>
</Button>
<Button item="Target_Buff34_Button">
<ScreenID>Buff34</ScreenID>
<Size>
<CX>24</CX>
<CY>24</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<Style_Checkbox>false</Style_Checkbox>
<DecalOffset>
<X>2</X>
<Y>2</Y>
</DecalOffset>
<DecalSize>
<CX>20</CX>
<CY>20</CY>
</DecalSize>
</Button>
<Button item="Target_Buff35_Button">
<ScreenID>Buff35</ScreenID>
<Size>
<CX>24</CX>
<CY>24</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<Style_Checkbox>false</Style_Checkbox>
<DecalOffset>
<X>2</X>
<Y>2</Y>
</DecalOffset>
<DecalSize>
<CX>20</CX>
<CY>20</CY>
</DecalSize>
</Button>
<Button item="Target_Buff36_Button">
<ScreenID>Buff36</ScreenID>
<Size>
<CX>24</CX>
<CY>24</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<Style_Checkbox>false</Style_Checkbox>
<DecalOffset>
<X>2</X>
<Y>2</Y>
</DecalOffset>
<DecalSize>
<CX>20</CX>
<CY>20</CY>
</DecalSize>
</Button>
<Button item="Target_Buff37_Button">
<ScreenID>Buff37</ScreenID>
<Size>
<CX>24</CX>
<CY>24</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<Style_Checkbox>false</Style_Checkbox>
<DecalOffset>
<X>2</X>
<Y>2</Y>
</DecalOffset>
<DecalSize>
<CX>20</CX>
<CY>20</CY>
</DecalSize>
</Button>
<Button item="Target_Buff38_Button">
<ScreenID>Buff38</ScreenID>
<Size>
<CX>24</CX>
<CY>24</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<Style_Checkbox>false</Style_Checkbox>
<DecalOffset>
<X>2</X>
<Y>2</Y>
</DecalOffset>
<DecalSize>
<CX>20</CX>
<CY>20</CY>
</DecalSize>
</Button>
<Button item="Target_Buff39_Button">
<ScreenID>Buff39</ScreenID>
<Size>
<CX>24</CX>
<CY>24</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<Style_Checkbox>false</Style_Checkbox>
<DecalOffset>
<X>2</X>
<Y>2</Y>
</DecalOffset>
<DecalSize>
<CX>20</CX>
<CY>20</CY>
</DecalSize>
</Button>
<Button item="Target_Buff40_Button">
<ScreenID>Buff40</ScreenID>
<Size>
<CX>24</CX>
<CY>24</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<Style_Checkbox>false</Style_Checkbox>
<DecalOffset>
<X>2</X>
<Y>2</Y>
</DecalOffset>
<DecalSize>
<CX>20</CX>
<CY>20</CY>
</DecalSize>
</Button>
<Button item="Target_Buff41_Button">
<ScreenID>Buff41</ScreenID>
<Size>
<CX>24</CX>
<CY>24</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<Style_Checkbox>false</Style_Checkbox>
<DecalOffset>
<X>2</X>
<Y>2</Y>
</DecalOffset>
<DecalSize>
<CX>20</CX>
<CY>20</CY>
</DecalSize>
</Button>
<Button item="Target_Buff42_Button">
<ScreenID>Buff42</ScreenID>
<Size>
<CX>24</CX>
<CY>24</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<Style_Checkbox>false</Style_Checkbox>
<DecalOffset>
<X>2</X>
<Y>2</Y>
</DecalOffset>
<DecalSize>
<CX>20</CX>
<CY>20</CY>
</DecalSize>
</Button>
<Button item="Target_Buff43_Button">
<ScreenID>Buff43</ScreenID>
<Size>
<CX>24</CX>
<CY>24</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<Style_Checkbox>false</Style_Checkbox>
<DecalOffset>
<X>2</X>
<Y>2</Y>
</DecalOffset>
<DecalSize>
<CX>20</CX>
<CY>20</CY>
</DecalSize>
</Button>
<Button item="Target_Buff44_Button">
<ScreenID>Buff44</ScreenID>
<Size>
<CX>24</CX>
<CY>24</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<Style_Checkbox>false</Style_Checkbox>
<DecalOffset>
<X>2</X>
<Y>2</Y>
</DecalOffset>
<DecalSize>
<CX>20</CX>
<CY>20</CY>
</DecalSize>
</Button>
<Button item="Target_Buff45_Button">
<ScreenID>Buff45</ScreenID>
<Size>
<CX>24</CX>
<CY>24</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<Style_Checkbox>false</Style_Checkbox>
<DecalOffset>
<X>2</X>
<Y>2</Y>
</DecalOffset>
<DecalSize>
<CX>20</CX>
<CY>20</CY>
</DecalSize>
</Button>
<Button item="Target_Buff46_Button">
<ScreenID>Buff46</ScreenID>
<Size>
<CX>24</CX>
<CY>24</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<Style_Checkbox>false</Style_Checkbox>
<DecalOffset>
<X>2</X>
<Y>2</Y>
</DecalOffset>
<DecalSize>
<CX>20</CX>
<CY>20</CY>
</DecalSize>
</Button>
<Button item="Target_Buff47_Button">
<ScreenID>Buff47</ScreenID>
<Size>
<CX>24</CX>
<CY>24</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<Style_Checkbox>false</Style_Checkbox>
<DecalOffset>
<X>2</X>
<Y>2</Y>
</DecalOffset>
<DecalSize>
<CX>20</CX>
<CY>20</CY>
</DecalSize>
</Button>
<Button item="Target_Buff48_Button">
<ScreenID>Buff48</ScreenID>
<Size>
<CX>24</CX>
<CY>24</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<Style_Checkbox>false</Style_Checkbox>
<DecalOffset>
<X>2</X>
<Y>2</Y>
</DecalOffset>
<DecalSize>
<CX>20</CX>
<CY>20</CY>
</DecalSize>
</Button>
<Button item="Target_Buff49_Button">
<ScreenID>Buff49</ScreenID>
<Size>
<CX>24</CX>
<CY>24</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<Style_Checkbox>false</Style_Checkbox>
<DecalOffset>
<X>2</X>
<Y>2</Y>
</DecalOffset>
<DecalSize>
<CX>20</CX>
<CY>20</CY>
</DecalSize>
</Button>
<Button item="Target_Buff50_Button">
<ScreenID>Buff50</ScreenID>
<Size>
<CX>24</CX>
<CY>24</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<Style_Checkbox>false</Style_Checkbox>
<DecalOffset>
<X>2</X>
<Y>2</Y>
</DecalOffset>
<DecalSize>
<CX>20</CX>
<CY>20</CY>
</DecalSize>
</Button>
<Button item="Target_Buff51_Button">
<ScreenID>Buff51</ScreenID>
<Size>
<CX>24</CX>
<CY>24</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<Style_Checkbox>false</Style_Checkbox>
<DecalOffset>
<X>2</X>
<Y>2</Y>
</DecalOffset>
<DecalSize>
<CX>20</CX>
<CY>20</CY>
</DecalSize>
</Button>
<Button item="Target_Buff52_Button">
<ScreenID>Buff52</ScreenID>
<Size>
<CX>24</CX>
<CY>24</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<Style_Checkbox>false</Style_Checkbox>
<DecalOffset>
<X>2</X>
<Y>2</Y>
</DecalOffset>
<DecalSize>
<CX>20</CX>
<CY>20</CY>
</DecalSize>
</Button>
<Button item="Target_Buff53_Button">
<ScreenID>Buff53</ScreenID>
<Size>
<CX>24</CX>
<CY>24</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<Style_Checkbox>false</Style_Checkbox>
<DecalOffset>
<X>2</X>
<Y>2</Y>
</DecalOffset>
<DecalSize>
<CX>20</CX>
<CY>20</CY>
</DecalSize>
</Button>
<Button item="Target_Buff54_Button">
<ScreenID>Buff54</ScreenID>
<Size>
<CX>24</CX>
<CY>24</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<Style_Checkbox>false</Style_Checkbox>
<DecalOffset>
<X>2</X>
<Y>2</Y>
</DecalOffset>
<DecalSize>
<CX>20</CX>
<CY>20</CY>
</DecalSize>
</Button>
<Button item="Target_Buff55_Button">
<ScreenID>Buff55</ScreenID>
<Size>
<CX>24</CX>
<CY>24</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<Style_Checkbox>false</Style_Checkbox>
<DecalOffset>
<X>2</X>
<Y>2</Y>
</DecalOffset>
<DecalSize>
<CX>20</CX>
<CY>20</CY>
</DecalSize>
</Button>
<Button item="Target_Buff56_Button">
<ScreenID>Buff56</ScreenID>
<Size>
<CX>24</CX>
<CY>24</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<Style_Checkbox>false</Style_Checkbox>
<DecalOffset>
<X>2</X>
<Y>2</Y>
</DecalOffset>
<DecalSize>
<CX>20</CX>
<CY>20</CY>
</DecalSize>
</Button>
<Button item="Target_Buff57_Button">
<ScreenID>Buff57</ScreenID>
<Size>
<CX>24</CX>
<CY>24</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<Style_Checkbox>false</Style_Checkbox>
<DecalOffset>
<X>2</X>
<Y>2</Y>
</DecalOffset>
<DecalSize>
<CX>20</CX>
<CY>20</CY>
</DecalSize>
</Button>
<Button item="Target_Buff58_Button">
<ScreenID>Buff58</ScreenID>
<Size>
<CX>24</CX>
<CY>24</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<Style_Checkbox>false</Style_Checkbox>
<DecalOffset>
<X>2</X>
<Y>2</Y>
</DecalOffset>
<DecalSize>
<CX>20</CX>
<CY>20</CY>
</DecalSize>
</Button>
<Button item="Target_Buff59_Button">
<ScreenID>Buff59</ScreenID>
<Size>
<CX>24</CX>
<CY>24</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<Style_Checkbox>false</Style_Checkbox>
<DecalOffset>
<X>2</X>
<Y>2</Y>
</DecalOffset>
<DecalSize>
<CX>20</CX>
<CY>20</CY>
</DecalSize>
</Button>
<Button item="Target_Buff60_Button">
<ScreenID>Buff60</ScreenID>
<Size>
<CX>24</CX>
<CY>24</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<Style_Checkbox>false</Style_Checkbox>
<DecalOffset>
<X>2</X>
<Y>2</Y>
</DecalOffset>
<DecalSize>
<CX>20</CX>
<CY>20</CY>
</DecalSize>
</Button>
<Button item="Target_Buff61_Button">
<ScreenID>Buff61</ScreenID>
<Size>
<CX>24</CX>
<CY>24</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<Style_Checkbox>false</Style_Checkbox>
<DecalOffset>
<X>2</X>
<Y>2</Y>
</DecalOffset>
<DecalSize>
<CX>20</CX>
<CY>20</CY>
</DecalSize>
</Button>
<Button item="Target_Buff62_Button">
<ScreenID>Buff62</ScreenID>
<Size>
<CX>24</CX>
<CY>24</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<Style_Checkbox>false</Style_Checkbox>
<DecalOffset>
<X>2</X>
<Y>2</Y>
</DecalOffset>
<DecalSize>
<CX>20</CX>
<CY>20</CY>
</DecalSize>
</Button>
<Button item="Target_Buff63_Button">
<ScreenID>Buff63</ScreenID>
<Size>
<CX>24</CX>
<CY>24</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<Style_Checkbox>false</Style_Checkbox>
<DecalOffset>
<X>2</X>
<Y>2</Y>
</DecalOffset>
<DecalSize>
<CX>20</CX>
<CY>20</CY>
</DecalSize>
</Button>
<Button item="Target_Buff64_Button">
<ScreenID>Buff64</ScreenID>
<Size>
<CX>24</CX>
<CY>24</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<Style_Checkbox>false</Style_Checkbox>
<DecalOffset>
<X>2</X>
<Y>2</Y>
</DecalOffset>
<DecalSize>
<CX>20</CX>
<CY>20</CY>
</DecalSize>
</Button>
<Button item="Target_Buff65_Button">
<ScreenID>Buff65</ScreenID>
<Size>
<CX>24</CX>
<CY>24</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<Style_Checkbox>false</Style_Checkbox>
<DecalOffset>
<X>2</X>
<Y>2</Y>
</DecalOffset>
<DecalSize>
<CX>20</CX>
<CY>20</CY>
</DecalSize>
</Button>
<Button item="Target_Buff66_Button">
<ScreenID>Buff66</ScreenID>
<Size>
<CX>24</CX>
<CY>24</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<Style_Checkbox>false</Style_Checkbox>
<DecalOffset>
<X>2</X>
<Y>2</Y>
</DecalOffset>
<DecalSize>
<CX>20</CX>
<CY>20</CY>
</DecalSize>
</Button>
<Button item="Target_Buff67_Button">
<ScreenID>Buff67</ScreenID>
<Size>
<CX>24</CX>
<CY>24</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<Style_Checkbox>false</Style_Checkbox>
<DecalOffset>
<X>2</X>
<Y>2</Y>
</DecalOffset>
<DecalSize>
<CX>20</CX>
<CY>20</CY>
</DecalSize>
</Button>
<Button item="Target_Buff68_Button">
<ScreenID>Buff68</ScreenID>
<Size>
<CX>24</CX>
<CY>24</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<Style_Checkbox>false</Style_Checkbox>
<DecalOffset>
<X>2</X>
<Y>2</Y>
</DecalOffset>
<DecalSize>
<CX>20</CX>
<CY>20</CY>
</DecalSize>
</Button>
<Button item="Target_Buff69_Button">
<ScreenID>Buff69</ScreenID>
<Size>
<CX>24</CX>
<CY>24</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<Style_Checkbox>false</Style_Checkbox>
<DecalOffset>
<X>2</X>
<Y>2</Y>
</DecalOffset>
<DecalSize>
<CX>20</CX>
<CY>20</CY>
</DecalSize>
</Button>
<Button item="Target_Buff70_Button">
<ScreenID>Buff70</ScreenID>
<Size>
<CX>24</CX>
<CY>24</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<Style_Checkbox>false</Style_Checkbox>
<DecalOffset>
<X>2</X>
<Y>2</Y>
</DecalOffset>
<DecalSize>
<CX>20</CX>
<CY>20</CY>
</DecalSize>
</Button>
<Button item="Target_Buff71_Button">
<ScreenID>Buff71</ScreenID>
<Size>
<CX>24</CX>
<CY>24</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<Style_Checkbox>false</Style_Checkbox>
<DecalOffset>
<X>2</X>
<Y>2</Y>
</DecalOffset>
<DecalSize>
<CX>20</CX>
<CY>20</CY>
</DecalSize>
</Button>
<Button item="Target_Buff72_Button">
<ScreenID>Buff72</ScreenID>
<Size>
<CX>24</CX>
<CY>24</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<Style_Checkbox>false</Style_Checkbox>
<DecalOffset>
<X>2</X>
<Y>2</Y>
</DecalOffset>
<DecalSize>
<CX>20</CX>
<CY>20</CY>
</DecalSize>
</Button>
<Button item="Target_Buff73_Button">
<ScreenID>Buff73</ScreenID>
<Size>
<CX>24</CX>
<CY>24</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<Style_Checkbox>false</Style_Checkbox>
<DecalOffset>
<X>2</X>
<Y>2</Y>
</DecalOffset>
<DecalSize>
<CX>20</CX>
<CY>20</CY>
</DecalSize>
</Button>
<Button item="Target_Buff74_Button">
<ScreenID>Buff74</ScreenID>
<Size>
<CX>24</CX>
<CY>24</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<Style_Checkbox>false</Style_Checkbox>
<DecalOffset>
<X>2</X>
<Y>2</Y>
</DecalOffset>
<DecalSize>
<CX>20</CX>
<CY>20</CY>
</DecalSize>
</Button>
<Button item="Target_Buff75_Button">
<ScreenID>Buff75</ScreenID>
<Size>
<CX>24</CX>
<CY>24</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<Style_Checkbox>false</Style_Checkbox>
<DecalOffset>
<X>2</X>
<Y>2</Y>
</DecalOffset>
<DecalSize>
<CX>20</CX>
<CY>20</CY>
</DecalSize>
</Button>
<Button item="Target_Buff76_Button">
<ScreenID>Buff76</ScreenID>
<Size>
<CX>24</CX>
<CY>24</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<Style_Checkbox>false</Style_Checkbox>
<DecalOffset>
<X>2</X>
<Y>2</Y>
</DecalOffset>
<DecalSize>
<CX>20</CX>
<CY>20</CY>
</DecalSize>
</Button>
<Button item="Target_Buff77_Button">
<ScreenID>Buff77</ScreenID>
<Size>
<CX>24</CX>
<CY>24</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<Style_Checkbox>false</Style_Checkbox>
<DecalOffset>
<X>2</X>
<Y>2</Y>
</DecalOffset>
<DecalSize>
<CX>20</CX>
<CY>20</CY>
</DecalSize>
</Button>
<Button item="Target_Buff78_Button">
<ScreenID>Buff78</ScreenID>
<Size>
<CX>24</CX>
<CY>24</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<Style_Checkbox>false</Style_Checkbox>
<DecalOffset>
<X>2</X>
<Y>2</Y>
</DecalOffset>
<DecalSize>
<CX>20</CX>
<CY>20</CY>
</DecalSize>
</Button>
<Button item="Target_Buff79_Button">
<ScreenID>Buff79</ScreenID>
<Size>
<CX>24</CX>
<CY>24</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<Style_Checkbox>false</Style_Checkbox>
<DecalOffset>
<X>2</X>
<Y>2</Y>
</DecalOffset>
<DecalSize>
<CX>20</CX>
<CY>20</CY>
</DecalSize>
</Button>
<Button item="Target_Buff80_Button">
<ScreenID>Buff80</ScreenID>
<Size>
<CX>24</CX>
<CY>24</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<Style_Checkbox>false</Style_Checkbox>
<DecalOffset>
<X>2</X>
<Y>2</Y>
</DecalOffset>
<DecalSize>
<CX>20</CX>
<CY>20</CY>
</DecalSize>
</Button>
<Button item="Target_Buff81_Button">
<ScreenID>Buff81</ScreenID>
<Size>
<CX>24</CX>
<CY>24</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<Style_Checkbox>false</Style_Checkbox>
<DecalOffset>
<X>2</X>
<Y>2</Y>
</DecalOffset>
<DecalSize>
<CX>20</CX>
<CY>20</CY>
</DecalSize>
</Button>
<Button item="Target_Buff82_Button">
<ScreenID>Buff82</ScreenID>
<Size>
<CX>24</CX>
<CY>24</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<Style_Checkbox>false</Style_Checkbox>
<DecalOffset>
<X>2</X>
<Y>2</Y>
</DecalOffset>
<DecalSize>
<CX>20</CX>
<CY>20</CY>
</DecalSize>
</Button>
<Button item="Target_Buff83_Button">
<ScreenID>Buff83</ScreenID>
<Size>
<CX>24</CX>
<CY>24</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<Style_Checkbox>false</Style_Checkbox>
<DecalOffset>
<X>2</X>
<Y>2</Y>
</DecalOffset>
<DecalSize>
<CX>20</CX>
<CY>20</CY>
</DecalSize>
</Button>
<Button item="Target_Buff84_Button">
<ScreenID>Buff84</ScreenID>
<Size>
<CX>24</CX>
<CY>24</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<Style_Checkbox>false</Style_Checkbox>
<DecalOffset>
<X>2</X>
<Y>2</Y>
</DecalOffset>
<DecalSize>
<CX>20</CX>
<CY>20</CY>
</DecalSize>
</Button>



<TileLayoutBox item="Target_Buttons">
<RelativePosition>true</RelativePosition>
<AutoStretch>true</AutoStretch>
<BottomAnchorToTop>false</BottomAnchorToTop>
<RightAnchorToLeft>false</RightAnchorToLeft>
<Style_Transparent>true</Style_Transparent>
<Spacing>0</Spacing>
<SecondarySpacing>0</SecondarySpacing>
<HorizontalFirst>true</HorizontalFirst>
<AnchorToTop>true</AnchorToTop>
<AnchorToLeft>true</AnchorToLeft>
<FirstPieceTemplate>true</FirstPieceTemplate>
<Pieces>Target_Buff0_Button</Pieces>
<Pieces>Target_Buff1_Button</Pieces>
<Pieces>Target_Buff2_Button</Pieces>
<Pieces>Target_Buff3_Button</Pieces>
<Pieces>Target_Buff4_Button</Pieces>
<Pieces>Target_Buff5_Button</Pieces>
<Pieces>Target_Buff6_Button</Pieces>
<Pieces>Target_Buff7_Button</Pieces>
<Pieces>Target_Buff8_Button</Pieces>
<Pieces>Target_Buff9_Button</Pieces>
<Pieces>Target_Buff10_Button</Pieces>
<Pieces>Target_Buff11_Button</Pieces>
<Pieces>Target_Buff12_Button</Pieces>
<Pieces>Target_Buff13_Button</Pieces>
<Pieces>Target_Buff14_Button</Pieces>
<Pieces>Target_Buff15_Button</Pieces>
<Pieces>Target_Buff16_Button</Pieces>
<Pieces>Target_Buff17_Button</Pieces>
<Pieces>Target_Buff18_Button</Pieces>
<Pieces>Target_Buff19_Button</Pieces>
<Pieces>Target_Buff20_Button</Pieces>
<Pieces>Target_Buff21_Button</Pieces>
<Pieces>Target_Buff22_Button</Pieces>
<Pieces>Target_Buff23_Button</Pieces>
<Pieces>Target_Buff24_Button</Pieces>
<Pieces>Target_Buff25_Button</Pieces>
<Pieces>Target_Buff26_Button</Pieces>
<Pieces>Target_Buff27_Button</Pieces>
<Pieces>Target_Buff28_Button</Pieces>
<Pieces>Target_Buff29_Button</Pieces>
<Pieces>Target_Buff30_Button</Pieces>
<Pieces>Target_Buff31_Button</Pieces>
<Pieces>Target_Buff32_Button</Pieces>
<Pieces>Target_Buff33_Button</Pieces>
<Pieces>Target_Buff34_Button</Pieces>
<Pieces>Target_Buff35_Button</Pieces>
<Pieces>Target_Buff36_Button</Pieces>
<Pieces>Target_Buff37_Button</Pieces>
<Pieces>Target_Buff38_Button</Pieces>
<Pieces>Target_Buff39_Button</Pieces>
<Pieces>Target_Buff40_Button</Pieces>
<Pieces>Target_Buff41_Button</Pieces>
<Pieces>Target_Buff42_Button</Pieces>
<Pieces>Target_Buff43_Button</Pieces>
<Pieces>Target_Buff44_Button</Pieces>
<Pieces>Target_Buff45_Button</Pieces>
<Pieces>Target_Buff46_Button</Pieces>
<Pieces>Target_Buff47_Button</Pieces>
<Pieces>Target_Buff48_Button</Pieces>
<Pieces>Target_Buff49_Button</Pieces>
<Pieces>Target_Buff50_Button</Pieces>
<Pieces>Target_Buff51_Button</Pieces>
<Pieces>Target_Buff52_Button</Pieces>
<Pieces>Target_Buff53_Button</Pieces>
<Pieces>Target_Buff54_Button</Pieces>
<Pieces>Target_Buff55_Button</Pieces>
<Pieces>Target_Buff56_Button</Pieces>
<Pieces>Target_Buff57_Button</Pieces>
<Pieces>Target_Buff58_Button</Pieces>
<Pieces>Target_Buff59_Button</Pieces>
<Pieces>Target_Buff60_Button</Pieces>
<Pieces>Target_Buff61_Button</Pieces>
<Pieces>Target_Buff62_Button</Pieces>
<Pieces>Target_Buff63_Button</Pieces>
<Pieces>Target_Buff64_Button</Pieces>
<Pieces>Target_Buff65_Button</Pieces>
<Pieces>Target_Buff66_Button</Pieces>
<Pieces>Target_Buff67_Button</Pieces>
<Pieces>Target_Buff68_Button</Pieces>
<Pieces>Target_Buff69_Button</Pieces>
<Pieces>Target_Buff70_Button</Pieces>
<Pieces>Target_Buff71_Button</Pieces>
<Pieces>Target_Buff72_Button</Pieces>
<Pieces>Target_Buff73_Button</Pieces>
<Pieces>Target_Buff74_Button</Pieces>
<Pieces>Target_Buff75_Button</Pieces>
<Pieces>Target_Buff76_Button</Pieces>
<Pieces>Target_Buff77_Button</Pieces>
<Pieces>Target_Buff78_Button</Pieces>
<Pieces>Target_Buff79_Button</Pieces>
<Pieces>Target_Buff80_Button</Pieces>
<Pieces>Target_Buff81_Button</Pieces>
<Pieces>Target_Buff82_Button</Pieces>
<Pieces>Target_Buff83_Button</Pieces>
<Pieces>Target_Buff84_Button</Pieces>
</TileLayoutBox>

<Screen item="Target_BuffWindow">
<ScreenID>BuffWindow</ScreenID>
<RelativePosition>true</RelativePosition>
<AutoStretch>true</AutoStretch>
<LeftAnchorOffset>35</LeftAnchorOffset>
<TopAnchorOffset>-3</TopAnchorOffset>
<RightAnchorOffset>4</RightAnchorOffset>
<BottomAnchorOffset>-5</BottomAnchorOffset>
<BottomAnchorToTop>false</BottomAnchorToTop>
<RightAnchorToLeft>false</RightAnchorToLeft>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>true</Style_Transparent>
<TooltipReference>Buffs on your target will show here</TooltipReference>
<DrawTemplate>WDT_Inner</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>TileLayoutBox:Target_Buttons</Pieces>
</Screen>








<!-- Labels so you can see where you are -->
<Label item="Myx_target_1_12">
<RelativePosition>true</RelativePosition>
<Text>1-12</Text>
<TextColor>
<R>0</R>
<G>0</G>
<B>0</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignRight>true</AlignRight>
<Size>
<CX>30</CX>
<CY>12</CY>
</Size>
<Location>
<X>1</X>
<Y>6</Y>
</Location>
<Font>2</Font>
</Label>
<Label item="Myx_target_13_24">
<RelativePosition>true</RelativePosition>
<Text>13-24</Text>
<TextColor>
<R>0</R>
<G>0</G>
<B>0</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignRight>true</AlignRight>
<Size>
<CX>30</CX>
<CY>12</CY>
</Size>
<Location>
<X>1</X>
<Y>31</Y>
</Location>
<Font>2</Font>
</Label>
<Label item="Myx_target_25_36">
<RelativePosition>true</RelativePosition>
<Text>25-36</Text>
<TextColor>
<R>0</R>
<G>0</G>
<B>0</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignRight>true</AlignRight>
<Size>
<CX>30</CX>
<CY>12</CY>
</Size>
<Location>
<X>1</X>
<Y>56</Y>
</Location>
<Font>2</Font>
</Label>
<Label item="Myx_target_37_48">
<RelativePosition>true</RelativePosition>
<Text>37-48</Text>
<TextColor>
<R>0</R>
<G>0</G>
<B>0</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignRight>true</AlignRight>
<Size>
<CX>30</CX>
<CY>12</CY>
</Size>
<Location>
<X>1</X>
<Y>81</Y>
</Location>
<Font>2</Font>
</Label><!-- container window with scroll bars-->
<Label item="Myx_target_49_60">
<RelativePosition>true</RelativePosition>
<Text>49-60</Text>
<TextColor>
<R>0</R>
<G>0</G>
<B>0</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignRight>true</AlignRight>
<Size>
<CX>30</CX>
<CY>12</CY>
</Size>
<Location>
<X>1</X>
<Y>106</Y>
</Location>
<Font>2</Font>
</Label>
<Label item="Myx_target_61_72">
<RelativePosition>true</RelativePosition>
<Text>61-72</Text>
<TextColor>
<R>0</R>
<G>0</G>
<B>0</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignRight>true</AlignRight>
<Size>
<CX>30</CX>
<CY>12</CY>
</Size>
<Location>
<X>1</X>
<Y>131</Y>
</Location>
<Font>2</Font>
</Label>
<Label item="Myx_target_73_84">
<RelativePosition>true</RelativePosition>
<Text>73-84</Text>
<TextColor>
<R>0</R>
<G>0</G>
<B>0</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignRight>true</AlignRight>
<Size>
<CX>30</CX>
<CY>12</CY>
</Size>
<Location>
<X>1</X>
<Y>156</Y>
</Location>
<Font>2</Font>
</Label>

<Screen item="myx_buff_scroll">
<RelativePosition>true</RelativePosition>
<!--
<AutoStretch>true</AutoStretch>
<LeftAnchorOffset>100</LeftAnchorOffset>
<TopAnchorOffset>63</TopAnchorOffset>
<RightAnchorOffset>100</RightAnchorOffset>
<BottomAnchorOffset>1</BottomAnchorOffset>
<BottomAnchorToTop>false</BottomAnchorToTop>
<RightAnchorToLeft>false</RightAnchorToLeft>
-->
<Location>
<X>10</X>
<Y>38</Y>
</Location>
<Size>
<CX>350</CX>
<CY>24</CY>
</Size>

<Text></Text>
<Style_VScroll>true</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>true</Style_Transparent>
<DrawTemplate>Myx_Target_InvisBorder</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_BuffWindow</Pieces>
<Pieces>Myx_target_1_12</Pieces>
<Pieces>Myx_target_13_24</Pieces>
<Pieces>Myx_target_25_36</Pieces>
<Pieces>Myx_target_37_48</Pieces>
<Pieces>Myx_target_49_60</Pieces>
<Pieces>Myx_target_61_72</Pieces>
<Pieces>Myx_target_73_84</Pieces>
</Screen>

<!-- Custom Background -->
<TextureInfo item="EQUI_TargetWindow_Myxiplx_Background.tga">
<Size>
<CX>512</CX>
<CY>128</CY>
</Size>
</TextureInfo>
<Ui2DAnimation item="EQUI_TargetWindow_Myxiplx_Background">
<Cycle>false</Cycle>
<Frames>
<Texture>EQUI_TargetWindow_Myxiplx_Background.tga</Texture>
<Location>
<X>0</X>
<Y>0</Y>
</Location>
<Size>
<CX>376</CX>
<CY>66</CY>
</Size>
<Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
</Frames>
</Ui2DAnimation>
<StaticAnimation item="EQUI_TargetWindow_Myxiplx_Background_Static">
<RelativePosition>true</RelativePosition>
<Location>
<X>0</X>
<Y>0</Y>
</Location>
<Size>
<CX>376</CX>
<CY>66</CY>
</Size>
<Animation>EQUI_TargetWindow_Myxiplx_Background</Animation>
</StaticAnimation>


<!-- Custom Background -->
<TextureInfo item="myx_target_bg.tga">
<Size>
<CX>256</CX>
<CY>256</CY>
</Size>
</TextureInfo>
<Ui2DAnimation item="myx_target_bg_left">
<Cycle>false</Cycle>
<Frames>
<Texture>myx_target_bg.tga</Texture>
<Location>
<X>0</X>
<Y>59</Y>
</Location>
<Size>
<CX>114</CX>
<CY>56</CY>
</Size>
<Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
</Frames>
</Ui2DAnimation>
<StaticAnimation item="myx_target_bg_left_static">
<ScreenID>myx_target_bg_static</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>0</X>
<Y>3</Y>
</Location>
<Size>
<CX>114</CX>
<CY>56</CY>
</Size>
<Animation>myx_target_bg_left</Animation>
</StaticAnimation>
<Ui2DAnimation item="myx_target_bg_center">
<Cycle>false</Cycle>
<Frames>
<Texture>myx_target_bg.tga</Texture>
<Location>
<X>0</X>
<Y>122</Y>
</Location>
<Size>
<CX>250</CX>
<CY>59</CY>
</Size>
<Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
</Frames>
</Ui2DAnimation>
<StaticAnimation item="myx_target_bg_center_static">
<ScreenID>myx_target_bg_static</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>114</X>
<Y>0</Y>
</Location>
<Size>
<CX>250</CX>
<CY>59</CY>
</Size>
<Animation>myx_target_bg_center</Animation>
</StaticAnimation>
<Ui2DAnimation item="myx_target_bg_right">
<Cycle>false</Cycle>
<Frames>
<Texture>myx_target_bg.tga</Texture>
<Location>
<X>136</X>
<Y>59</Y>
</Location>
<Size>
<CX>114</CX>
<CY>56</CY>
</Size>
<Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
</Frames>
</Ui2DAnimation>
<StaticAnimation item="myx_target_bg_right_static">
<ScreenID>myx_target_bg_static</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>364</X>
<Y>3</Y>
</Location>
<Size>
<CX>114</CX>
<CY>56</CY>
</Size>
<Animation>myx_target_bg_right</Animation>
</StaticAnimation>

<!-- Transparent borders -->
<!-- Scroll Bars -->
<Ui2DAnimation item="Myx_A_VSBUpNormal">
<Cycle>true</Cycle>
<Frames>
<Texture>myx_target_bg.tga</Texture>
<Location>
<X>101</X>
<Y>10</Y>
</Location>
<Size>
<CX>12</CX>
<CY>11</CY>
</Size>
<Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
<Duration>1000</Duration>
</Frames>
</Ui2DAnimation>
<Ui2DAnimation item="Myx_A_VSBUpPressed">
<Cycle>true</Cycle>
<Frames>
<Texture>myx_target_bg.tga</Texture>
<Location>
<X>114</X>
<Y>10</Y>
</Location>
<Size>
<CX>12</CX>
<CY>11</CY>
</Size>
<Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
<Duration>1000</Duration>
</Frames>
</Ui2DAnimation>
<Ui2DAnimation item="Myx_A_VSBUpFlyby">
<Cycle>true</Cycle>
<Frames>
<Texture>myx_target_bg.tga</Texture>
<Location>
<X>114</X>
<Y>10</Y>
</Location>
<Size>
<CX>12</CX>
<CY>11</CY>
</Size>
<Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
<Duration>1000</Duration>
</Frames>
</Ui2DAnimation>
<Ui2DAnimation item="Myx_A_VSBUpDisabled">
<Cycle>true</Cycle>
<Frames>
<Texture>myx_target_bg.tga</Texture>
<Location>
<X>140</X>
<Y>10</Y>
</Location>
<Size>
<CX>12</CX>
<CY>11</CY>
</Size>
<Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
<Duration>1000</Duration>
</Frames>
</Ui2DAnimation>
<Ui2DAnimation item="Myx_A_VSBUpPressedFlyby">
<Cycle>true</Cycle>
<Frames>
<Texture>myx_target_bg.tga</Texture>
<Location>
<X>114</X>
<Y>10</Y>
</Location>
<Size>
<CX>12</CX>
<CY>11</CY>
</Size>
<Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
<Duration>1000</Duration>
</Frames>
</Ui2DAnimation>
<Ui2DAnimation item="Myx_A_VSBDownNormal">
<Cycle>true</Cycle>
<Frames>
<Texture>myx_target_bg.tga</Texture>
<Location>
<X>101</X>
<Y>27</Y>
</Location>
<Size>
<CX>12</CX>
<CY>11</CY>
</Size>
<Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
<Duration>1000</Duration>
</Frames>
</Ui2DAnimation>
<Ui2DAnimation item="Myx_A_VSBDownPressed">
<Cycle>true</Cycle>
<Frames>
<Texture>myx_target_bg.tga</Texture>
<Location>
<X>114</X>
<Y>27</Y>
</Location>
<Size>
<CX>12</CX>
<CY>11</CY>
</Size>
<Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
<Duration>1000</Duration>
</Frames>
</Ui2DAnimation>
<Ui2DAnimation item="Myx_A_VSBDownFlyby">
<Cycle>true</Cycle>
<Frames>
<Texture>myx_target_bg.tga</Texture>
<Location>
<X>114</X>
<Y>27</Y>
</Location>
<Size>
<CX>12</CX>
<CY>11</CY>
</Size>
<Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
<Duration>1000</Duration>
</Frames>
</Ui2DAnimation>
<Ui2DAnimation item="Myx_A_VSBDownDisabled">
<Cycle>true</Cycle>
<Frames>
<Texture>myx_target_bg.tga</Texture>
<Location>
<X>140</X>
<Y>27</Y>
</Location>
<Size>
<CX>12</CX>
<CY>11</CY>
</Size>
<Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
<Duration>1000</Duration>
</Frames>
</Ui2DAnimation>
<Ui2DAnimation item="Myx_A_VSBDownPressedFlyby">
<Cycle>true</Cycle>
<Frames>
<Texture>myx_target_bg.tga</Texture>
<Location>
<X>114</X>
<Y>27</Y>
</Location>
<Size>
<CX>12</CX>
<CY>11</CY>
</Size>
<Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
<Duration>1000</Duration>
</Frames>
</Ui2DAnimation>
<Ui2DAnimation item="Myx_A_VSBThumbTop">
<Cycle>true</Cycle>
<Frames>
<Texture>window_pieces01.tga</Texture>
<Location>
<X>70</X>
<Y>110</Y>
</Location>
<Size>
<CX>12</CX>
<CY>4</CY>
</Size>
<Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
<Duration>1000</Duration>
</Frames>
</Ui2DAnimation>
<Ui2DAnimation item="Myx_A_VSBThumbMiddle">
<Cycle>true</Cycle>
<Frames>
<Texture>window_pieces01.tga</Texture>
<Location>
<X>70</X>
<Y>130</Y>
</Location>
<Size>
<CX>12</CX>
<CY>2</CY>
</Size>
<Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
<Duration>1000</Duration>
</Frames>
</Ui2DAnimation>
<Ui2DAnimation item="Myx_A_VSBThumbBottom">
<Cycle>true</Cycle>
<Frames>
<Texture>window_pieces01.tga</Texture>
<Location>
<X>70</X>
<Y>120</Y>
</Location>
<Size>
<CX>12</CX>
<CY>4</CY>
</Size>
<Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
<Duration>1000</Duration>
</Frames>
</Ui2DAnimation>

<WindowDrawTemplate item = "Myx_Target_InvisBorder">
<!--Background>wnd_bg_light_rock.tga</Background>-->
<VSBTemplate>
<UpButton>
<Normal>Myx_A_VSBUpNormal</Normal>
<Pressed>Myx_A_VSBUpPressed</Pressed>
<Flyby>Myx_A_VSBUpFlyby</Flyby>
<Disabled>Myx_A_VSBUpDisabled</Disabled>
<PressedFlyby>Myx_A_VSBUpPressedFlyby</PressedFlyby>
</UpButton>
<DownButton>
<Normal>Myx_A_VSBDownNormal</Normal>
<Pressed>Myx_A_VSBDownPressed</Pressed>
<Flyby>Myx_A_VSBDownFlyby</Flyby>
<Disabled>Myx_A_VSBDownDisabled</Disabled>
<PressedFlyby>Myx_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>
<QMarkBox>
<Normal>A_QMarkBtnNormal</Normal>
<Pressed>A_QMarkBtnPressed</Pressed>
<Flyby>A_QMarkBtnFlyby</Flyby>
<Disabled>A_QMarkBtnDisabled</Disabled>
<PressedFlyby>A_QMarkBtnPressedFlyby</PressedFlyby>
</QMarkBox>
<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>
<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>

<!-- Main Window -->
<Screen item = "TargetWindow">
<ScreenID/>
<RelativePosition>false</RelativePosition>
<Location>
<X>516</X>
<Y>242</Y>
</Location>
<Size>
<CX>376</CX>
<CY>66</CY>
<!-- was 59, then 93 -->
</Size>
<Text>Target / HOTT</Text>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>true</Style_Transparent>
<TooltipReference>Your Current Target</TooltipReference>
<DrawTemplate>WDT_Inner</DrawTemplate>
<!-- <DrawTemplate>Myx_Target_InvisBorder</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>

<!-- old stuff
<Pieces>myx_target_bg_left_static</Pieces>
<Pieces>myx_target_bg_right_static</Pieces>


<Pieces>Myx_Target_P1NameGauge</Pieces>
<Pieces>myx_target_gauge_P1</Pieces>
<Pieces>myx_target_gauge_P1_Pet</Pieces>
<Pieces>myx_target_P1_health</Pieces>

<Pieces>Myx_Target_P2NameGauge</Pieces>
<Pieces>myx_target_gauge_P2</Pieces>
<Pieces>myx_target_gauge_P2_Pet</Pieces>
<Pieces>myx_target_P2_health</Pieces>

<Pieces>Myx_Target_P3NameGauge</Pieces>
<Pieces>myx_target_gauge_P3</Pieces>
<Pieces>myx_target_gauge_P3_Pet</Pieces>
<Pieces>myx_target_P3_health</Pieces>

<Pieces>Myx_Target_P4NameGauge</Pieces>
<Pieces>myx_target_gauge_P4</Pieces>
<Pieces>myx_target_gauge_P4_Pet</Pieces>
<Pieces>myx_target_P4_health</Pieces>

<Pieces>Myx_Target_P5NameGauge</Pieces>
<Pieces>myx_target_gauge_P5</Pieces>
<Pieces>myx_target_gauge_P5_Pet</Pieces>
<Pieces>myx_target_P5_health</Pieces>

<Pieces>Myx_Target_P6NameGauge</Pieces>
<Pieces>myx_target_gauge_P6</Pieces>
<Pieces>myx_target_gauge_P6_Pet</Pieces>
<Pieces>myx_target_P6_health</Pieces>


-->

<Pieces>EQUI_TargetWindow_Myxiplx_Background_Static</Pieces>

<Pieces>myx_target_center</Pieces>

<Pieces>A_TargetBoxStaticAnimTop</Pieces>
<Pieces>A_TargetBoxStaticAnimBottom</Pieces>
<Pieces>A_TargetBoxStaticAnimLeft</Pieces>
<Pieces>A_TargetBoxStaticAnimRight</Pieces>
<Pieces>A_TargetBoxStaticAnimFill</Pieces>

<Pieces>myx_buff_scroll</Pieces>

</Screen>

</XML>

silenceisgolden is offline   Reply With Quote
Old 03-18-2009, 11:30 PM   #216
Fenix8452
A Treant
 
Join Date: Sep 2002
Server: Tunare
Posts: 28
Interface Author - Click to view interfaces
Send a message via AIM to Fenix8452
Default Updated raid window

I updated his raid window to work with the latest buttons and columns, and uploaded it to his thread as a patch.

Link here: Myxiplx raid window mod

Enjoy.


EDIT: They just patched back in the spacer lines, and my patch is working perfectly.

Last edited by Fenix8452 : 03-19-2009 at 02:30 PM.
Fenix8452 is offline   Reply With Quote
Old 05-21-2009, 06:30 PM   #217
Ames_Entrelace
A Gray Wolf
 
Join Date: May 2009
Posts: 6
Default Myxiplx's Vertical Group Window

I am absolutely in love with this group window! I'm having a problem though and my hubby has told me to fix the issue or get rid of the interface piece.

Issue is: Sometimes when clicking on a player, I get a message saying I can not assign a Merc to example: puller. But I'm actually clicking on a players name.

Another request. Is it possible to add a percentage to the mana? I would love to see it, but so far I'm pretty content with the window so far.
Ames_Entrelace is offline   Reply With Quote
Old 05-21-2009, 08:47 PM   #218
silenceisgolden
Premium Member
 
Join Date: Feb 2008
Posts: 9
Default .

myx has been mia for some time now maybe 6 months.i heard he got married but im not sure.
silenceisgolden is offline   Reply With Quote
Old 05-22-2009, 03:58 AM   #219
SmileyFAAce_
Guest
 
Posts: n/a
Default

I downloaded it form the orig link. Loaded and got a bunch of errors that broke it.. Hunted down the lines of error (double posts in eqmain window .. solved with <!-- --> and fixed it.. It loads. I am SOO tired and my eyes hurt right now, but I noticed the target patch was transparrant and shows one line of buffs. Group window doesnt display pets..I got a glimpse of someone mentioning text bar in the chat windows .. ( that would fix that bug ). Potions don't work. Ill have to code another one..Window Selector lacking buttons. Buff icons are on top of eachother in one download ..

Removed the pet window .. new target cod from post copy and pasted..

I got NO XLM. errors.:P.. but things are VERY funky:P

Again, I have not even read much on the topic.. 15 pages ><..

I find this persons work to be fantastic! just amazing..

Very interesting stuff;^)

SmileyFAAce_
  Reply With Quote
Old 05-22-2009, 07:48 AM   #220
silenceisgolden
Premium Member
 
Join Date: Feb 2008
Posts: 9
Default

i have soem slighlty edited version he did for me nothing major. a few thigns tha tneeded fixing if your interested;

hard to click potion belt. i

ssue with grp window and assignign roles. if your the leader and say assign yourself as puller and tank at some point rigth clicking on yourself no longer brings up a assign roles section on the popup and often when it does and you assign a role it ends up being on the wrong person< quite often a merc>

the bandolier window - i hated this mod at first now I almsot cant live w/o it. but soemtimes when opening it it crashes eq( myx knew this) also if you leave it open while zoneing that can cause a crash btu rarely.

bandolier window doesnt haev 6 slots like it should ( mine is tweaked but i have to scroll to be able to see them all he couldnt readjust the window size easily)

- the indicator that shows OOC status and AA currently shows hwo much XP your are giving to aa xp I always thought it should be the percentage of AA xp you currently haev adn how many banked.

- target window buff display currently borked. mine is also tweaked and I can see the first 12 but the person that fixed it for me wasnt sure how to get additional lines showing with the scrolling action he put in there.
silenceisgolden is offline   Reply With Quote
Old 05-23-2009, 11:56 AM   #221
Ames_Entrelace
A Gray Wolf
 
Join Date: May 2009
Posts: 6
Default TO: SmileyFAAce_

Quote:
Originally Posted by SmileyFAAce_
I downloaded it form the orig link. Loaded and got a bunch of errors that broke it.. Hunted down the lines of error (double posts in eqmain window .. solved with <!-- --> and fixed it.. It loads. I am SOO tired and my eyes hurt right now, but I noticed the target patch was transparrant and shows one line of buffs. Group window doesnt display pets..I got a glimpse of someone mentioning text bar in the chat windows .. ( that would fix that bug ). Potions don't work. Ill have to code another one..Window Selector lacking buttons. Buff icons are on top of eachother in one download ..

Removed the pet window .. new target cod from post copy and pasted..

I got NO XLM. errors.:P.. but things are VERY funky:P

Again, I have not even read much on the topic.. 15 pages ><..

I find this persons work to be fantastic! just amazing..

Very interesting stuff;^)

SmileyFAAce_


SmileyFAAce_ I love you all over again, and its only been a few days /tease. You mentioned you may have fixed it, or that at least you made changes. May I ask where I can get a copy of the one you changed up a bit? I would greatly appreciate it!
Ames_Entrelace is offline   Reply With Quote
Old 05-23-2009, 01:41 PM   #222
SmileyFAAce_
Guest
 
Posts: n/a
Default

Quote:
Originally Posted by Ames_Entrelace
SmileyFAAce_ I love you all over again, and its only been a few days /tease. You mentioned you may have fixed it, or that at least you made changes. May I ask where I can get a copy of the one you changed up a bit? I would greatly appreciate it!




Chat window issue: I personally don't like the fact of using one chat window to only chat in. This is why it has taking me so long to post my fix to make it load with no xlm errors.. ''but buggy'' . I am tryin to resolve the chat window issue..

*Chat Window issue resolved. I found one from a great one to include.
( From Sylphan ), It was VERY hard to find/decision.
If you wish not to have the one I encluded, install the one that orig came with it from a fresh download from Myxiplx links.


Buff Window issue:

* Added a downloaded left page buffwindow
( from a UI from Savok )
and right page Short Buff window
( from Virtblue UI ).

Potion Belt Window issue:

* Solved, I rebuilt a new one with the same size.
(From SmileyFAAce_)

Selector Window issue: Missing 2 icons.
(From SmileyFAAce )

*Solved, I rebuilt a new one with the same size.

Group Window no pet.

*I'm going to leave that one alone for now.

Target Window issue.

*Added the ' fix above ' Target Window. Old one added into the Bug Folder .I'm going to sugest you either keep the one in it or remove and use Default. Default isn't that bad. I have not hunted with this UI, so I do not know how these different color indicators work.. ( if they still do ). Buff icons only show the first ' row '.

Pet Window missing new code.

* Redid Default Pet Window to display like the Chat Windows. Old ' neat icon ' one is in the Bug Folder.

More discription in the link. I'm tired, I'm going to bed.

Waiting for it to up load and pass filter :P ( passed here it is ).

http://www.eqinterface.com/download...nfo.php?id=5905

SmileyFAAce_

Last edited by SmileyFAAce_ : 05-25-2009 at 05:49 AM. Reason: The time lies.. it's not 2:52am .. it's 3:52am ;P
  Reply With Quote
Old 01-04-2010, 11:54 AM   #223
Izara
A Gray Wolf
 
Join Date: Jan 2004
Posts: 7
Default Please...

Anyone interested in updating this excellent UUI for Underfoot?
Izara is offline   Reply With Quote
Old 04-17-2011, 09:36 PM   #224
Cashstallo
Premium Member
 
Join Date: Apr 2011
Posts: 2
Default Other interfaces ?

I have installed the Tiny map via the instructions given here . Are the interface install instructions universal for the rest of the windows , like the EQ button with armor and such ? . I have been unable to get any of those up and running in game as of yet .
Cashstallo is offline   Reply With Quote
Old 10-02-2017, 09:20 AM   #225
azonic_1
A Bat
 
Join Date: Sep 2017
Posts: 1
Default

I love, (and can't live without) the 6 player horizontal group window.

The latest patch 'broke' it, is there any chance you can save my eq career and fix it? Pretty please!
azonic_1 is offline   Reply With Quote
Reply



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off


All times are GMT -5. The time now is 06:59 PM.


vBulletin Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
© MMOUI