• You've discovered RedGuides 📕 an EverQuest multi-boxing community 🛡️🧙🗡️. We want you to play several EQ characters at once, come join us and say hello! 👋
  • IS THIS SITE UGLY? Change the look. To dismiss this notice, click the X --->
Drakah UI Pack

Software Drakah UI Pack (1 Viewer) 01262024-1

Joined
Oct 24, 2020
RedCents
8,317¢
Doc James submitted a new resource:

Drakah UI Pack - Custom UI's by Drakah

This is a pack of custom UI's created and maintained by Drakah.

Consider donating if you like his work HERE

I will update this resource as he updates on his website with confirmed functional UI's. He is pretty quick to update UI's after patch day. I will also test them on my end to verify function in case anything else has to be fixed before...

Read more about this resource...
 
You have to make some minor adjustments - but it is very easy to extend the groupinfo windo so its big enough for your Come to Me - Follow me etc buttons.
 
I've been using Drakah for a few weeks. I like it, except the icons for buffs which you seem to have a fix.

Additionally, the group info doesnt fit onto the window and everytime I login I have to resize. Hopefully someone is able to fix it!
 
I've been using Drakah for a few weeks. I like it, except the icons for buffs which you seem to have a fix.

Additionally, the group info doesnt fit onto the window and everytime I login I have to resize. Hopefully someone is able to fix it!
Can you post an example of what your window looks like before you manually adjust? I'd like to see exactly what is happening
 
Can you post an example of what your window looks like before you manually adjust? I'd like to see exactly what is happening
1704233902768.png

I completely missed your response, so sorry about that. That is before I have to move the bottom right corner to make the 6 buttons not overwrite the last character in group and stats.
 
Step 1: Change your EQUI_GroupWindow.xml
The lines you need to change are right down the very bottom - where the xml defines the size of your Group Window. Around line 3359 - 3368. You only need to change the size to give the window enough room to fit in the additional buttons.

Here is mine:

INI:
<?xml version="1.0"?>
<XML ID="EQInterfaceDefinitionLanguage">
        <Schema xmlns="EverQuestData" xmlns:dt="EverQuestDataTypes"/>
        <!-- Created by Drakah -->
        <TextureInfo item="drakah_groupwindow.tga">
                <Size>
                        <CX>512</CX>
                        <CY>256</CY>
                </Size>
        </TextureInfo>
        <TextureInfo item="drakah_nametags.tga">
                <Size>
                        <CX>128</CX>
                        <CY>128</CY>
                </Size>
        </TextureInfo>
        <!-- Gauge Parts -->
        <Ui2DAnimation item="A_Drakah_GaugeBackground">
                <Cycle>true</Cycle>
                <Frames>
                        <Texture>drakah_targetwindow.tga</Texture>
                        <Location>
                                <X>0</X>
                                <Y>218</Y>
                        </Location>
                        <Size>
                                <CX>100</CX>
                                <CY>8</CY>
                        </Size>
                        <Hotspot>
                                <X>0</X>
                                <Y>0</Y>
                        </Hotspot>
                        <Duration>1000</Duration>
                </Frames>
        </Ui2DAnimation>
        <Ui2DAnimation item="A_Drakah_GaugeFill">
                <Cycle>true</Cycle>
                <Frames>
                        <Texture>drakah_targetwindow.tga</Texture>
                        <Location>
                                <X>0</X>
                                <Y>228</Y>
                        </Location>
                        <Size>
                                <CX>100</CX>
                                <CY>8</CY>
                        </Size>
                        <Hotspot>
                                <X>0</X>
                                <Y>0</Y>
                        </Hotspot>
                        <Duration>1000</Duration>
                </Frames>
        </Ui2DAnimation>
        <Ui2DAnimation item="A_Drakah_GaugeLines">
                <Cycle>true</Cycle>
                <Frames>
                        <Texture>drakah_targetwindow.tga</Texture>
                        <Location>
                                <X>0</X>
                                <Y>238</Y>
                        </Location>
                        <Size>
                                <CX>100</CX>
                                <CY>8</CY>
                        </Size>
                        <Hotspot>
                                <X>0</X>
                                <Y>0</Y>
                        </Hotspot>
                        <Duration>1000</Duration>
                </Frames>
        </Ui2DAnimation>
        <Ui2DAnimation item="A_Drakah_GaugeLinesFill">
                <Cycle>true</Cycle>
                <Frames>
                        <Texture>drakah_targetwindow.tga</Texture>
                        <Location>
                                <X>0</X>
                                <Y>248</Y>
                        </Location>
                        <Size>
                                <CX>100</CX>
                                <CY>8</CY>
                        </Size>
                        <Hotspot>
                                <X>0</X>
                                <Y>0</Y>
                        </Hotspot>
                        <Duration>1000</Duration>
                </Frames>
        </Ui2DAnimation>
        <Ui2DAnimation item="A_Drakah_GaugeEndCapLeft">
                <Cycle>true</Cycle>
                <Frames>
                        <Texture>drakah_targetwindow.tga</Texture>
                        <Location>
                                <X>106</X>
                                <Y>228</Y>
                        </Location>
                        <Size>
                                <CX>4</CX>
                                <CY>8</CY>
                        </Size>
                        <Hotspot>
                                <X>0</X>
                                <Y>0</Y>
                        </Hotspot>
                        <Duration>1000</Duration>
                </Frames>
        </Ui2DAnimation>
        <Ui2DAnimation item="A_Drakah_GaugeEndCapRight">
                <Cycle>true</Cycle>
                <Frames>
                        <Texture>drakah_targetwindow.tga</Texture>
                        <Location>
                                <X>102</X>
                                <Y>218</Y>
                        </Location>
                        <Size>
                                <CX>4</CX>
                                <CY>8</CY>
                        </Size>
                        <Hotspot>
                                <X>0</X>
                                <Y>0</Y>
                        </Hotspot>
                        <Duration>1000</Duration>
                </Frames>
        </Ui2DAnimation>
        <Ui2DAnimation item="Drak_Groupwindow01">
                <Frames>
                        <Texture>drakah_groupwindow.tga</Texture>
                        <Location>
                                <X>0</X>
                                <Y>0</Y>
                        </Location>
                        <Size>
                                <CX>273</CX>
                                <CY>256</CY>
                        </Size>
                        <Hotspot>
                                <X>0</X>
                                <Y>0</Y>
                        </Hotspot>
                </Frames>
        </Ui2DAnimation>
        <Ui2DAnimation item="Drak_F2EndCapLeft">
                <Frames>
                        <Texture>drakah_nametags.tga</Texture>
                        <Location>
                                <X>0</X>
                                <Y>0</Y>
                        </Location>
                        <Size>
                                <CX>21</CX>
                                <CY>18</CY>
                        </Size>
                        <Hotspot>
                                <X>0</X>
                                <Y>0</Y>
                        </Hotspot>
                        <Duration>1000</Duration>
                </Frames>
        </Ui2DAnimation>
        <Ui2DAnimation item="Drak_F3EndCapLeft">
                <Frames>
                        <Texture>drakah_nametags.tga</Texture>
                        <Location>
                                <X>0</X>
                                <Y>19</Y>
                        </Location>
                        <Size>
                                <CX>21</CX>
                                <CY>18</CY>
                        </Size>
                        <Hotspot>
                                <X>0</X>
                                <Y>0</Y>
                        </Hotspot>
                        <Duration>1000</Duration>
                </Frames>
        </Ui2DAnimation>
        <Ui2DAnimation item="Drak_F4EndCapLeft">
                <Frames>
                        <Texture>drakah_nametags.tga</Texture>
                        <Location>
                                <X>0</X>
                                <Y>38</Y>
                        </Location>
                        <Size>
                                <CX>21</CX>
                                <CY>18</CY>
                        </Size>
                        <Hotspot>
                                <X>0</X>
                                <Y>0</Y>
                        </Hotspot>
                        <Duration>1000</Duration>
                </Frames>
        </Ui2DAnimation>
        <Ui2DAnimation item="Drak_F5EndCapLeft">
                <Frames>
                        <Texture>drakah_nametags.tga</Texture>
                        <Location>
                                <X>0</X>
                                <Y>57</Y>
                        </Location>
                        <Size>
                                <CX>21</CX>
                                <CY>18</CY>
                        </Size>
                        <Hotspot>
                                <X>0</X>
                                <Y>0</Y>
                        </Hotspot>
                        <Duration>1000</Duration>
                </Frames>
        </Ui2DAnimation>
        <Ui2DAnimation item="Drak_F6EndCapLeft">
                <Frames>
                        <Texture>drakah_nametags.tga</Texture>
                        <Location>
                                <X>0</X>
                                <Y>76</Y>
                        </Location>
                        <Size>
                                <CX>21</CX>
                                <CY>18</CY>
                        </Size>
                        <Hotspot>
                                <X>0</X>
                                <Y>0</Y>
                        </Hotspot>
                        <Duration>1000</Duration>
                </Frames>
        </Ui2DAnimation>
        <StaticAnimation item="DrakGroupwindow_Back1">
                <ScreenID>DrakGroupwindow_Back1</ScreenID>
                <RelativePosition>true</RelativePosition>
                <Location>
                        <X>0</X>
                        <Y>0</Y>
                </Location>
                <Size>
                        <CX>273</CX>
                        <CY>256</CY>
                </Size>
                <Animation>Drak_Groupwindow01</Animation>
        </StaticAnimation>
        <Gauge item="GW_Player_HP_ActiveArea">
                <ScreenID>Gauge0</ScreenID>
                <!--<Font>3</Font>-->
                <TextColor>
                        <R>0</R>
                        <G>0</G>
                        <B>0</B>
                </TextColor>
                <RelativePosition>true</RelativePosition>
                <Location>
                        <X>20</X>
                        <Y>12</Y>
                </Location>
                <Size>
                        <CX>147</CX>
                        <CY>34</CY>
                </Size>
                <TextOffsetX>-200</TextOffsetX>
                <TextOffsetY>-200</TextOffsetY>
                <GaugeOffsetX>-200</GaugeOffsetX>
                <GaugeOffsetY>-200</GaugeOffsetY>
                <Style_VScroll>false</Style_VScroll>
                <Style_HScroll>false</Style_HScroll>
                <Style_Transparent>false</Style_Transparent>
                <!--<TooltipReference/>-->
                <FillTint>
                        <R>0</R>
                        <G>0</G>
                        <B>0</B>
                </FillTint>
                <LinesFillTint>
                        <R>0</R>
                        <G>0</G>
                        <B>0</B>
                </LinesFillTint>
                <DrawLinesFill>false</DrawLinesFill>
                <EQType>1</EQType>
        </Gauge>
        <Label item="GW_FirstName">
                <ScreenID>GW_FirstName</ScreenID>
                <EQType>1</EQType>
                <RelativePosition>true</RelativePosition>
                <Location>
                        <X>48</X>
                        <Y>11</Y>
                </Location>
                <Size>
                        <CX>124</CX>
                        <CY>14</CY>
                </Size>
                <TextColor>
                        <R>255</R>
                        <G>255</G>
                        <B>255</B>
                </TextColor>
                <NoWrap>true</NoWrap>
                <AlignCenter>false</AlignCenter>
                <AlignRight>false</AlignRight>
                <AlignLeft>true</AlignLeft>
                <Font>2</Font>
                <Text>Your Name</Text>
        </Label>
        <Label item="GW_HPPercent">
                <ScreenID>GW_HPPercentLabel</ScreenID>
                <Font>1</Font>
                <RelativePosition>true</RelativePosition>
                <Location>
                        <X>148</X>
                        <Y>37</Y>
                </Location>
                <Size>
                        <CX>20</CX>
                        <CY>14</CY>
                </Size>
                <EQType>19</EQType>
                <TextColor>
                        <R>255</R>
                        <G>255</G>
                        <B>255</B>
                </TextColor>
                <NoWrap>true</NoWrap>
                <AlignCenter>false</AlignCenter>
                <AlignRight>true</AlignRight>
                <Text>100</Text>
                <Style_Tooltip>false</Style_Tooltip>
        </Label>
        <Label item="GW_ManaPercent">
                <ScreenID>GW_ManaPercentLabel</ScreenID>
                <Font>1</Font>
                <RelativePosition>true</RelativePosition>
                <Location>
                        <X>148</X>
                        <Y>50</Y>
                </Location>
                <Size>
                        <CX>20</CX>
                        <CY>14</CY>
                </Size>
                <EQType>20</EQType>
                <TextColor>
                        <R>255</R>
                        <G>255</G>
                        <B>255</B>
                </TextColor>
                <NoWrap>true</NoWrap>
                <AlignCenter>false</AlignCenter>
                <AlignRight>true</AlignRight>
                <Text>100</Text>
                <Style_Tooltip>false</Style_Tooltip>
        </Label>
        <Label item="GW_STAPercentage">
                <ScreenID>GW_StamPercentage</ScreenID>
                <EQType>21</EQType>
                <Font>1</Font>
                <RelativePosition>true</RelativePosition>
                <Location>
                        <X>148</X>
                        <Y>-51</Y>
                </Location>
                <Size>
                        <CX>20</CX>
                        <CY>14</CY>
                </Size>
                <Text>100</Text>
                <TextColor>
                        <R>255</R>
                        <G>255</G>
                        <B>255</B>
                </TextColor>
                <NoWrap>true</NoWrap>
                <AlignCenter>false</AlignCenter>
                <AlignRight>true</AlignRight>
                <AlignLeft>false</AlignLeft>
                <Style_Tooltip>false</Style_Tooltip>
        </Label>
        <Label item="GW_ExpPercentage">
                <ScreenID>GW_ExpPercentage</ScreenID>
                <EQType>26</EQType>
                <Font>1</Font>
                <RelativePosition>true</RelativePosition>
                <Location>
                        <X>148</X>
                        <Y>63</Y>
                </Location>
                <Size>
                        <CX>20</CX>
                        <CY>14</CY>
                </Size>
                <Text>100</Text>
                <TextColor>
                        <R>255</R>
                        <G>255</G>
                        <B>255</B>
                </TextColor>
                <NoWrap>true</NoWrap>
                <AlignCenter>false</AlignCenter>
                <AlignRight>true</AlignRight>
                <AlignLeft>false</AlignLeft>
                <Style_Tooltip>false</Style_Tooltip>
        </Label>
        <Label item="GW_AAXPPercentage">
                <ScreenID>GW_ExpPercentage</ScreenID>
                <EQType>27</EQType>
                <Font>1</Font>
                <RelativePosition>true</RelativePosition>
                <Location>
                        <X>148</X>
                        <Y>76</Y>
                </Location>
                <Size>
                        <CX>20</CX>
                        <CY>14</CY>
                </Size>
                <Text>100</Text>
                <TextColor>
                        <R>255</R>
                        <G>255</G>
                        <B>255</B>
                </TextColor>
                <NoWrap>true</NoWrap>
                <AlignCenter>false</AlignCenter>
                <AlignRight>true</AlignRight>
                <AlignLeft>false</AlignLeft>
                <Style_Tooltip>false</Style_Tooltip>
        </Label>
        <Gauge item="GW_PetGauge0">
                <ScreenID>PetGauge0</ScreenID>
                <RelativePosition>true</RelativePosition>
                <Location>
                        <X>45</X>
                        <Y>46</Y>
                </Location>
                <Size>
                        <CX>100</CX>
                        <CY>4</CY>
                </Size>
                <GaugeOffsetY>0</GaugeOffsetY>
                <Style_VScroll>false</Style_VScroll>
                <Style_HScroll>false</Style_HScroll>
                <Style_Transparent>false</Style_Transparent>
                <FillTint>
                        <R>50</R>
                        <G>255</G>
                        <B>0</B>
                </FillTint>
                <LinesFillTint>
                        <R>220</R>
                        <G>220</G>
                        <B>0</B>
                </LinesFillTint>
                <DrawLinesFill>false</DrawLinesFill>
                <EQType>16</EQType>
                <GaugeDrawTemplate>
                        <Fill>A_Drakah_GaugeFill</Fill>
                </GaugeDrawTemplate>
                <TextOffsetX>-100</TextOffsetX>
                <TextOffsetY>-100</TextOffsetY>
                <GaugeOffsetX>0</GaugeOffsetX>
        </Gauge>
        <Gauge item="GW_Player_HP">
                <ScreenID>GW_PlayerHP</ScreenID>
                <TextColor>
                        <R>240</R>
                        <G>240</G>
                        <B>240</B>
                </TextColor>
                <RelativePosition>true</RelativePosition>
                <Location>
                        <X>41</X>
                        <Y>39</Y>
                </Location>
                <Size>
                        <CX>108</CX>
                        <CY>8</CY>
                </Size>
                <TextOffsetX>-300</TextOffsetX>
                <GaugeOffsetY>0</GaugeOffsetY>
                <Style_VScroll>false</Style_VScroll>
                <Style_HScroll>false</Style_HScroll>
                <Style_Transparent>false</Style_Transparent>
                <FillTint>
                        <R>255</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_Drakah_GaugeBackground</Background>
                        <Fill>A_Drakah_GaugeFill</Fill>
                        <Lines>A_Drakah_GaugeLines</Lines>
                        <LinesFill>A_Drakah_GaugeLinesFill</LinesFill>
                        <EndCapLeft>A_Drakah_GaugeEndCapLeft</EndCapLeft>
                        <EndCapRight>A_Drakah_GaugeEndCapRight</EndCapRight>
                </GaugeDrawTemplate>
                <TextOffsetY>0</TextOffsetY>
        </Gauge>
        <Gauge item="GW_ManaGauge0">
                <ScreenID>GW_PlayerMana</ScreenID>
                <RelativePosition>true</RelativePosition>
                <Location>
                        <X>41</X>
                        <Y>52</Y>
                </Location>
                <Size>
                        <CX>108</CX>
                        <CY>8</CY>
                </Size>
                <GaugeOffsetY>0</GaugeOffsetY>
                <Style_VScroll>false</Style_VScroll>
                <Style_HScroll>false</Style_HScroll>
                <Style_Transparent>false</Style_Transparent>
                <FillTint>
                        <R>0</R>
                        <G>50</G>
                        <B>255</B>
                </FillTint>
                <LinesFillTint>
                        <R>0</R>
                        <G>220</G>
                        <B>220</B>
                </LinesFillTint>
                <DrawLinesFill>false</DrawLinesFill>
                <EQType>2</EQType>
                <GaugeDrawTemplate>
                        <Background>A_Drakah_GaugeBackground</Background>
                        <Fill>A_Drakah_GaugeFill</Fill>
                        <Lines>A_Drakah_GaugeLines</Lines>
                        <LinesFill>A_Drakah_GaugeLinesFill</LinesFill>
                        <EndCapLeft>A_Drakah_GaugeEndCapLeft</EndCapLeft>
                        <EndCapRight>A_Drakah_GaugeEndCapRight</EndCapRight>
                </GaugeDrawTemplate>
        </Gauge>
        <Gauge item="GW_CastingTime">
                <ScreenID>GW_CastGauge</ScreenID>
                <RelativePosition>true</RelativePosition>
                <Location>
                        <X>45</X>
                        <Y>59</Y>
                </Location>
                <Size>
                        <CX>100</CX>
                        <CY>4</CY>
                </Size>
                <GaugeOffsetY>0</GaugeOffsetY>
                <Style_VScroll>false</Style_VScroll>
                <Style_HScroll>false</Style_HScroll>
                <Style_Transparent>false</Style_Transparent>
                <FillTint>
                        <R>255</R>
                        <G>0</G>
                        <B>255</B>
                </FillTint>
                <LinesFillTint>
                        <R>0</R>
                        <G>0</G>
                        <B>0</B>
                </LinesFillTint>
                <DrawLinesFill>false</DrawLinesFill>
                <EQType>7</EQType>
                <GaugeDrawTemplate>
                        <Fill>A_Drakah_GaugeFill</Fill>
                </GaugeDrawTemplate>
                <TopAnchorOffset>0</TopAnchorOffset>
                <GaugeOffsetX>0</GaugeOffsetX>
        </Gauge>
        <Gauge item="GW_STAGauge0">
                <ScreenID>GW_PlayerEndurance</ScreenID>
                <RelativePosition>true</RelativePosition>
                <Location>
                        <X>41</X>
                        <Y>-49</Y>
                </Location>
                <Size>
                        <CX>108</CX>
                        <CY>8</CY>
                </Size>
                <GaugeOffsetY>0</GaugeOffsetY>
                <Style_VScroll>false</Style_VScroll>
                <Style_HScroll>false</Style_HScroll>
                <Style_Transparent>false</Style_Transparent>
                <FillTint>
                        <R>240</R>
                        <G>240</G>
                        <B>0</B>
                </FillTint>
                <LinesFillTint>
                        <R>0</R>
                        <G>220</G>
                        <B>0</B>
                </LinesFillTint>
                <DrawLinesFill>false</DrawLinesFill>
                <EQType>3</EQType>
                <GaugeDrawTemplate>
                        <Background>A_Drakah_GaugeBackground</Background>
                        <Fill>A_Drakah_GaugeFill</Fill>
                        <Lines>A_Drakah_GaugeLines</Lines>
                        <LinesFill>A_Drakah_GaugeLinesFill</LinesFill>
                        <EndCapLeft>A_Drakah_GaugeEndCapLeft</EndCapLeft>
                        <EndCapRight>A_Drakah_GaugeEndCapRight</EndCapRight>
                </GaugeDrawTemplate>
        </Gauge>
        <Gauge item="GW_Breath_Gauge">
                <ScreenID>GW_Breath_Gauge</ScreenID>
                <RelativePosition>true</RelativePosition>
                <Location>
                        <X>41</X>
                        <Y>-55</Y>
                </Location>
                <Size>
                        <CX>108</CX>
                        <CY>8</CY>
                </Size>
                <GaugeOffsetY>0</GaugeOffsetY>
                <Style_VScroll>false</Style_VScroll>
                <Style_HScroll>false</Style_HScroll>
                <Style_Transparent>false</Style_Transparent>
                <FillTint>
                        <R>0</R>
                        <G>240</G>
                        <B>240</B>
                </FillTint>
                <LinesFillTint>
                        <R>0</R>
                        <G>0</G>
                        <B>0</B>
                </LinesFillTint>
                <DrawLinesFill>false</DrawLinesFill>
                <EQType>8</EQType>
                <GaugeDrawTemplate>
                        <Background>A_Drakah_GaugeBackground</Background>
                        <Fill>A_Drakah_GaugeFill</Fill>
                        <Lines>A_Drakah_GaugeLines</Lines>
                        <LinesFill>A_Drakah_GaugeLinesFill</LinesFill>
                        <EndCapLeft>A_Drakah_GaugeEndCapLeft</EndCapLeft>
                        <EndCapRight>A_Drakah_GaugeEndCapRight</EndCapRight>
                </GaugeDrawTemplate>
                <GaugeOffsetX>0</GaugeOffsetX>
        </Gauge>
        <Gauge item="GW_ExpGauge">
                <ScreenID>GW_ExpGauge</ScreenID>
                <RelativePosition>true</RelativePosition>
                <Location>
                        <X>41</X>
                        <Y>65</Y>
                </Location>
                <Size>
                        <CX>108</CX>
                        <CY>8</CY>
                </Size>
                <GaugeOffsetY>0</GaugeOffsetY>
                <Style_VScroll>false</Style_VScroll>
                <Style_HScroll>false</Style_HScroll>
                <Style_Transparent>false</Style_Transparent>
                <FillTint>
                        <R>255</R>
                        <G>190</G>
                        <B>0</B>
                </FillTint>
                <LinesFillTint>
                        <R>0</R>
                        <G>80</G>
                        <B>220</B>
                </LinesFillTint>
                <DrawLinesFill>true</DrawLinesFill>
                <EQType>4</EQType>
                <GaugeDrawTemplate>
                        <Background>A_Drakah_GaugeBackground</Background>
                        <Fill>A_Drakah_GaugeFill</Fill>
                        <Lines>A_Drakah_GaugeLines</Lines>
                        <LinesFill>A_Drakah_GaugeLinesFill</LinesFill>
                        <EndCapLeft>A_Drakah_GaugeEndCapLeft</EndCapLeft>
                        <EndCapRight>A_Drakah_GaugeEndCapRight</EndCapRight>
                </GaugeDrawTemplate>
        </Gauge>
        <Gauge item="GW_AltAdvGauge">
                <ScreenID>GW_AltAdvGauge</ScreenID>
                <RelativePosition>true</RelativePosition>
                <Location>
                        <X>41</X>
                        <Y>78</Y>
                </Location>
                <Size>
                        <CX>108</CX>
                        <CY>8</CY>
                </Size>
                <GaugeOffsetY>0</GaugeOffsetY>
                <Style_VScroll>false</Style_VScroll>
                <Style_HScroll>false</Style_HScroll>
                <Style_Transparent>false</Style_Transparent>
                <FillTint>
                        <R>220</R>
                        <G>150</G>
                        <B>0</B>
                </FillTint>
                <LinesFillTint>
                        <R>0</R>
                        <G>80</G>
                        <B>220</B>
                </LinesFillTint>
                <DrawLinesFill>true</DrawLinesFill>
                <EQType>5</EQType>
                <GaugeDrawTemplate>
                        <Background>A_Drakah_GaugeBackground</Background>
                        <Fill>A_Drakah_GaugeFill</Fill>
                        <Lines>A_Drakah_GaugeLines</Lines>
                        <LinesFill>A_Drakah_GaugeLinesFill</LinesFill>
                        <EndCapLeft>A_Drakah_GaugeEndCapLeft</EndCapLeft>
                        <EndCapRight>A_Drakah_GaugeEndCapRight</EndCapRight>
                </GaugeDrawTemplate>
        </Gauge>
        <!-- Start Group Information -->
        <Button item="GW_InviteButton">
                <ScreenID>InviteButton</ScreenID>
                <Font>1</Font>
                <RelativePosition>true</RelativePosition>
                <Location>
                        <X>23</X>
                        <Y>241</Y>
                </Location>
                <Size>
                        <CX>54</CX>
                        <CY>15</CY>
                </Size>
                <Style_VScroll>false</Style_VScroll>
                <Style_HScroll>false</Style_HScroll>
                <Style_Transparent>false</Style_Transparent>
                <TooltipReference>Select a player and click to invite into the group</TooltipReference>
                <Style_Checkbox>false</Style_Checkbox>
                <!--<RadioGroup/>-->
                <Text>Invite</Text>
                <TextColor>
                        <R>255</R>
                        <G>255</G>
                        <B>255</B>
                </TextColor>
                <Template>BDT_SmallNormal</Template>
                <Text>Invite</Text>
        </Button>
        <Button item="GW_DisbandButton">
                <ScreenID>DisbandButton</ScreenID>
                <Font>1</Font>
                <RelativePosition>true</RelativePosition>
                <Location>
                        <X>118</X>
                        <Y>241</Y>
                </Location>
                <Size>
                        <CX>54</CX>
                        <CY>15</CY>
                </Size>
                <Style_VScroll>false</Style_VScroll>
                <Style_HScroll>false</Style_HScroll>
                <Style_Transparent>false</Style_Transparent>
                <TooltipReference>Click to disband your target from the group</TooltipReference>
                <Style_Checkbox>false</Style_Checkbox>
                <!--<RadioGroup/>-->
                <Template>BDT_SmallNormal</Template>
                <Text>Disband</Text>
                <TextColor>
                        <R>255</R>
                        <G>255</G>
                        <B>255</B>
                </TextColor>
        </Button>
        <Button item="GW_FollowButton">
                <ScreenID>FollowButton</ScreenID>
                <Font>1</Font>
                <RelativePosition>true</RelativePosition>
                <Location>
                        <X>23</X>
                        <Y>241</Y>
                </Location>
                <Size>
                        <CX>54</CX>
                        <CY>15</CY>
                </Size>
                <Style_VScroll>false</Style_VScroll>
                <Style_HScroll>false</Style_HScroll>
                <Style_Transparent>false</Style_Transparent>
                <TooltipReference>Accept an invitation to group</TooltipReference>
                <Style_Checkbox>false</Style_Checkbox>
                <!--<RadioGroup/>-->
                <Text>Follow</Text>
                <TextColor>
                        <R>255</R>
                        <G>255</G>
                        <B>255</B>
                </TextColor>
                <Template>BDT_SmallNormal</Template>
                <Text>Invite</Text>
        </Button>
        <Button item="GW_DeclineButton">
                <ScreenID>DeclineButton</ScreenID>
                <Font>1</Font>
                <RelativePosition>true</RelativePosition>
                <Location>
                        <X>118</X>
                        <Y>241</Y>
                </Location>
                <Size>
                        <CX>54</CX>
                        <CY>15</CY>
                </Size>
                <Style_VScroll>false</Style_VScroll>
                <Style_HScroll>false</Style_HScroll>
                <Style_Transparent>false</Style_Transparent>
                <TooltipReference>Refuse an invtitation to group</TooltipReference>
                <Style_Checkbox>false</Style_Checkbox>
                <!--<RadioGroup/>-->
                <Template>BDT_SmallNormal</Template>
                <Text>Decline</Text>
                <TextColor>
                        <R>255</R>
                        <G>255</G>
                        <B>255</B>
                </TextColor>
        </Button>
        <Button item="GW_LFGButton">
                <ScreenID>LFGButton</ScreenID>
                <RelativePosition>true</RelativePosition>
                <Location>
                        <X>80</X>
                        <Y>241</Y>
                </Location>
                <Size>
                        <CX>35</CX>
                        <CY>15</CY>
                </Size>
                <Style_Checkbox>false</Style_Checkbox>
                <TooltipReference>Open LFG Window</TooltipReference>
                <Template>BDT_SmallNormal</Template>
                <Text>Lfg</Text>
                <TextColor>
                        <B>255</B>
                        <G>255</G>
                        <R>255</R>
                </TextColor>
                <Font>1</Font>
        </Button>
        <Gauge item="GW_Gauge1_Name">
                <ScreenID>Gauge1</ScreenID>
                <Font>1</Font>
                <RelativePosition>true</RelativePosition>
                <Location>
                        <X>13</X>
                        <Y>114</Y>
                </Location>
                <Size>
                        <CX>137</CX>
                        <CY>23</CY>
                </Size>
                <TextOffsetX>34</TextOffsetX>
                <TextOffsetY>-1</TextOffsetY>
                <Style_VScroll>false</Style_VScroll>
                <Style_HScroll>false</Style_HScroll>
                <Style_Transparent>false</Style_Transparent>
                <!--<TooltipReference/>-->
                <EQType>11</EQType>
                <TextColor>
                        <B>255</B>
                        <G>255</G>
                        <R>255</R>
                </TextColor>
                <Text>Player 1</Text>
                <GaugeOffsetY>16</GaugeOffsetY>
        </Gauge>
        <Gauge item="GW_Gauge2_Name">
                <ScreenID>Gauge2</ScreenID>
                <Font>1</Font>
                <RelativePosition>true</RelativePosition>
                <Location>
                        <X>13</X>
                        <Y>139</Y>
                </Location>
                <Size>
                        <CX>137</CX>
                        <CY>23</CY>
                </Size>
                <TextOffsetX>34</TextOffsetX>
                <TextOffsetY>-1</TextOffsetY>
                <Style_VScroll>false</Style_VScroll>
                <Style_HScroll>false</Style_HScroll>
                <Style_Transparent>false</Style_Transparent>
                <!--<TooltipReference/>-->
                <EQType>12</EQType>
                <TextColor>
                        <B>255</B>
                        <G>255</G>
                        <R>255</R>
                </TextColor>
                <Text>Player 2</Text>
        </Gauge>
        <Gauge item="GW_Gauge3_Name">
                <ScreenID>Gauge3</ScreenID>
                <Font>1</Font>
                <RelativePosition>true</RelativePosition>
                <Location>
                        <X>13</X>
                        <Y>164</Y>
                </Location>
                <Size>
                        <CX>137</CX>
                        <CY>23</CY>
                </Size>
                <TextOffsetX>34</TextOffsetX>
                <TextOffsetY>-1</TextOffsetY>
                <Style_VScroll>false</Style_VScroll>
                <Style_HScroll>false</Style_HScroll>
                <Style_Transparent>false</Style_Transparent>
                <!--<TooltipReference/>-->
                <EQType>13</EQType>
                <Font>2</Font>
                <TextColor>
                        <Alpha>255</Alpha>
                        <B>255</B>
                        <G>255</G>
                        <R>255</R>
                </TextColor>
                <Text>Player 3</Text>
        </Gauge>
        <Gauge item="GW_Gauge4_Name">
                <ScreenID>Gauge4</ScreenID>
                <Font>1</Font>
                <RelativePosition>true</RelativePosition>
                <Location>
                        <X>13</X>
                        <Y>189</Y>
                </Location>
                <Size>
                        <CX>137</CX>
                        <CY>23</CY>
                </Size>
                <TextOffsetX>34</TextOffsetX>
                <TextOffsetY>-1</TextOffsetY>
                <Style_VScroll>false</Style_VScroll>
                <Style_HScroll>false</Style_HScroll>
                <Style_Transparent>false</Style_Transparent>
                <!--<TooltipReference/>-->
                <EQType>14</EQType>
                <Font>2</Font>
                <TextColor>
                        <Alpha>255</Alpha>
                        <B>255</B>
                        <G>255</G>
                        <R>255</R>
                </TextColor>
                <Text>Player 4</Text>
        </Gauge>
        <Gauge item="GW_Gauge5_Name">
                <ScreenID>Gauge5</ScreenID>
                <Font>1</Font>
                <RelativePosition>true</RelativePosition>
                <Location>
                        <X>13</X>
                        <Y>214</Y>
                </Location>
                <Size>
                        <CX>137</CX>
                        <CY>23</CY>
                </Size>
                <TextOffsetX>34</TextOffsetX>
                <TextOffsetY>-1</TextOffsetY>
                <Style_VScroll>false</Style_VScroll>
                <Style_HScroll>false</Style_HScroll>
                <Style_Transparent>false</Style_Transparent>
                <!--<TooltipReference/>-->
                <EQType>15</EQType>
                <TextColor>
                        <Alpha>255</Alpha>
                        <B>255</B>
                        <G>255</G>
                        <R>255</R>
                </TextColor>
                <Text>Player 5</Text>
        </Gauge>
        <Gauge item="GW_Gauge1">
                <TextColor>
                        <R>240</R>
                        <G>240</G>
                        <B>240</B>
                </TextColor>
                <RelativePosition>true</RelativePosition>
                <Location>
                        <X>41</X>
                        <Y>125</Y>
                </Location>
                <Size>
                        <CX>108</CX>
                        <CY>8</CY>
                </Size>
                <TextOffsetX>-100</TextOffsetX>
                <Style_VScroll>false</Style_VScroll>
                <Style_HScroll>false</Style_HScroll>
                <Style_Transparent>false</Style_Transparent>
                <FillTint>
                        <R>255</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_Drakah_GaugeBackground</Background>
                        <Fill>A_Drakah_GaugeFill</Fill>
                        <Lines>A_Drakah_GaugeLines</Lines>
                        <LinesFill>A_Drakah_GaugeLinesFill</LinesFill>
                        <EndCapLeft>A_Drakah_GaugeEndCapLeft</EndCapLeft>
                        <EndCapRight>A_Drakah_GaugeEndCapRight</EndCapRight>
                </GaugeDrawTemplate>
                <GaugeOffsetX>0</GaugeOffsetX>
                <GaugeOffsetY>0</GaugeOffsetY>
                <Font>1</Font>
                <Text>Player 1</Text>
                <TextOffsetY>-100</TextOffsetY>
        </Gauge>
        <Gauge item="GW_PetGauge1">
                <ScreenID>PetGauge1</ScreenID>
                <TextColor>
                        <R>240</R>
                        <G>240</G>
                        <B>240</B>
                </TextColor>
                <RelativePosition>true</RelativePosition>
                <Location>
                        <X>45</X>
                        <Y>131</Y>
                </Location>
                <Size>
                        <CX>100</CX>
                        <CY>2</CY>
                </Size>
                <TextOffsetY>-100</TextOffsetY>
                <GaugeOffsetY>0</GaugeOffsetY>
                <Style_VScroll>false</Style_VScroll>
                <Style_HScroll>false</Style_HScroll>
                <Style_Transparent>false</Style_Transparent>
                <FillTint>
                        <R>50</R>
                        <G>255</G>
                        <B>0</B>
                </FillTint>
                <LinesFillTint>
                        <R>220</R>
                        <G>220</G>
                        <B>0</B>
                </LinesFillTint>
                <DrawLinesFill>false</DrawLinesFill>
                <EQType>17</EQType>
                <GaugeDrawTemplate>
                        <Fill>A_Drakah_GaugeFill</Fill>
                </GaugeDrawTemplate>
                <TextOffsetX>-100</TextOffsetX>
                <Font>2</Font>
        </Gauge>
        <Gauge item="GW_ManaGauge1">
                <ScreenID>ManaGauge1</ScreenID>
                <TextColor>
                        <R>240</R>
                        <G>240</G>
                        <B>240</B>
                </TextColor>
                <RelativePosition>true</RelativePosition>
                <Location>
                        <X>41</X>
                        <Y>134</Y>
                </Location>
                <Size>
                        <CX>108</CX>
                        <CY>4</CY>
                </Size>
                <TextOffsetX>-100</TextOffsetX>
                <TextOffsetY>-100</TextOffsetY>
                <GaugeOffsetY>0</GaugeOffsetY>
                <Style_VScroll>false</Style_VScroll>
                <Style_HScroll>false</Style_HScroll>
                <Style_Transparent>false</Style_Transparent>
                <FillTint>
                        <R>0</R>
                        <G>75</G>
                        <B>255</B>
                </FillTint>
                <LinesFillTint>
                        <R>0</R>
                        <G>220</G>
                        <B>220</B>
                </LinesFillTint>
                <DrawLinesFill>false</DrawLinesFill>
                <EQType>31</EQType>
                <GaugeDrawTemplate>
                        <Fill>A_Drakah_GaugeFill</Fill>
                        <EndCapLeft>A_Drakah_GaugeEndCapLeft</EndCapLeft>
                        <EndCapRight>A_Drakah_GaugeEndCapRight</EndCapRight>
                        <Background>A_Drakah_GaugeBackground</Background>
                </GaugeDrawTemplate>
                <Font>2</Font>
        </Gauge>
        <Gauge item="GW_STAGauge1">
                <ScreenID>STAGauge1</ScreenID>
                <TextColor>
                        <R>240</R>
                        <G>240</G>
                        <B>240</B>
                </TextColor>
                <RelativePosition>true</RelativePosition>
                <Location>
                        <X>41</X>
                        <Y>134</Y>
                </Location>
                <Size>
                        <CX>108</CX>
                        <CY>4</CY>
                </Size>
                <TextOffsetX>-100</TextOffsetX>
                <TextOffsetY>-100</TextOffsetY>
                <GaugeOffsetY>0</GaugeOffsetY>
                <Style_VScroll>false</Style_VScroll>
                <Style_HScroll>false</Style_HScroll>
                <Style_Transparent>false</Style_Transparent>
                <FillTint>
                        <R>220</R>
                        <G>220</G>
                        <B>0</B>
                </FillTint>
                <LinesFillTint>
                        <R>220</R>
                        <G>220</G>
                        <B>0</B>
                </LinesFillTint>
                <DrawLinesFill>false</DrawLinesFill>
                <EQType>36</EQType>
                <GaugeDrawTemplate>
                        <Fill>A_Drakah_GaugeFill</Fill>
                        <EndCapLeft>A_Drakah_GaugeEndCapLeft</EndCapLeft>
                        <EndCapRight>A_Drakah_GaugeEndCapRight</EndCapRight>
                        <Background>A_Drakah_GaugeBackground</Background>
                </GaugeDrawTemplate>
                <Font>2</Font>
        </Gauge>
        <Gauge item="GW_Gauge2">
                <TextColor>
                        <R>240</R>
                        <G>240</G>
                        <B>240</B>
                </TextColor>
                <RelativePosition>true</RelativePosition>
                <Location>
                        <X>41</X>
                        <Y>150</Y>
                </Location>
                <Size>
                        <CX>108</CX>
                        <CY>8</CY>
                </Size>
                <TextOffsetX>-100</TextOffsetX>
                <Style_VScroll>false</Style_VScroll>
                <Style_HScroll>false</Style_HScroll>
                <Style_Transparent>false</Style_Transparent>
                <FillTint>
                        <R>255</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_Drakah_GaugeBackground</Background>
                        <Fill>A_Drakah_GaugeFill</Fill>
                        <Lines>A_Drakah_GaugeLines</Lines>
                        <LinesFill>A_Drakah_GaugeLinesFill</LinesFill>
                        <EndCapLeft>A_Drakah_GaugeEndCapLeft</EndCapLeft>
                        <EndCapRight>A_Drakah_GaugeEndCapRight</EndCapRight>
                </GaugeDrawTemplate>
                <GaugeOffsetX>0</GaugeOffsetX>
                <GaugeOffsetY>0</GaugeOffsetY>
                <Font>1</Font>
                <Text>Player 2</Text>
                <TextOffsetY>-100</TextOffsetY>
        </Gauge>
        <Gauge item="GW_PetGauge2">
                <ScreenID>PetGauge2</ScreenID>
                <TextColor>
                        <R>240</R>
                        <G>240</G>
                        <B>240</B>
                </TextColor>
                <RelativePosition>true</RelativePosition>
                <Location>
                        <X>45</X>
                        <Y>156</Y>
                </Location>
                <Size>
                        <CX>100</CX>
                        <CY>2</CY>
                </Size>
                <TextOffsetY>-100</TextOffsetY>
                <GaugeOffsetY>0</GaugeOffsetY>
                <Style_VScroll>false</Style_VScroll>
                <Style_HScroll>false</Style_HScroll>
                <Style_Transparent>true</Style_Transparent>
                <FillTint>
                        <R>50</R>
                        <G>255</G>
                        <B>0</B>
                </FillTint>
                <LinesFillTint>
                        <R>220</R>
                        <G>220</G>
                        <B>0</B>
                </LinesFillTint>
                <DrawLinesFill>false</DrawLinesFill>
                <EQType>18</EQType>
                <GaugeDrawTemplate>
                        <Fill>A_Drakah_GaugeFill</Fill>
                </GaugeDrawTemplate>
                <GaugeOffsetX>0</GaugeOffsetX>
                <TextOffsetX>-100</TextOffsetX>
                <Font>2</Font>
        </Gauge>
        <Gauge item="GW_ManaGauge2">
                <ScreenID>ManaGauge2</ScreenID>
                <TextColor>
                        <R>240</R>
                        <G>240</G>
                        <B>240</B>
                </TextColor>
                <RelativePosition>true</RelativePosition>
                <Location>
                        <X>41</X>
                        <Y>159</Y>
                </Location>
                <Size>
                        <CX>108</CX>
                        <CY>4</CY>
                </Size>
                <TextOffsetX>-100</TextOffsetX>
                <TextOffsetY>-100</TextOffsetY>
                <GaugeOffsetY>0</GaugeOffsetY>
                <Style_VScroll>false</Style_VScroll>
                <Style_HScroll>false</Style_HScroll>
                <Style_Transparent>false</Style_Transparent>
                <FillTint>
                        <R>0</R>
                        <G>75</G>
                        <B>255</B>
                </FillTint>
                <LinesFillTint>
                        <R>0</R>
                        <G>220</G>
                        <B>220</B>
                </LinesFillTint>
                <DrawLinesFill>false</DrawLinesFill>
                <EQType>32</EQType>
                <GaugeDrawTemplate>
                        <Fill>A_Drakah_GaugeFill</Fill>
                        <EndCapLeft>A_Drakah_GaugeEndCapLeft</EndCapLeft>
                        <EndCapRight>A_Drakah_GaugeEndCapRight</EndCapRight>
                        <Background>A_Drakah_GaugeBackground</Background>
                </GaugeDrawTemplate>
                <Font>2</Font>
        </Gauge>
        <Gauge item="GW_STAGauge2">
                <ScreenID>STAGauge2</ScreenID>
                <TextColor>
                        <R>240</R>
                        <G>240</G>
                        <B>240</B>
                </TextColor>
                <RelativePosition>true</RelativePosition>
                <Location>
                        <X>41</X>
                        <Y>159</Y>
                </Location>
                <Size>
                        <CX>108</CX>
                        <CY>4</CY>
                </Size>
                <TextOffsetX>-100</TextOffsetX>
                <TextOffsetY>-100</TextOffsetY>
                <GaugeOffsetY>0</GaugeOffsetY>
                <Style_VScroll>false</Style_VScroll>
                <Style_HScroll>false</Style_HScroll>
                <Style_Transparent>false</Style_Transparent>
                <FillTint>
                        <R>220</R>
                        <G>220</G>
                        <B>0</B>
                </FillTint>
                <LinesFillTint>
                        <R>220</R>
                        <G>220</G>
                        <B>0</B>
                </LinesFillTint>
                <DrawLinesFill>false</DrawLinesFill>
                <EQType>37</EQType>
                <GaugeDrawTemplate>
                        <Fill>A_Drakah_GaugeFill</Fill>
                        <EndCapLeft>A_Drakah_GaugeEndCapLeft</EndCapLeft>
                        <EndCapRight>A_Drakah_GaugeEndCapRight</EndCapRight>
                        <Background>A_Drakah_GaugeBackground</Background>
                </GaugeDrawTemplate>
                <Font>2</Font>
        </Gauge>
        <Gauge item="GW_Gauge3">
                <TextColor>
                        <R>240</R>
                        <G>240</G>
                        <B>240</B>
                </TextColor>
                <RelativePosition>true</RelativePosition>
                <Location>
                        <X>41</X>
                        <Y>175</Y>
                </Location>
                <Size>
                        <CX>108</CX>
                        <CY>8</CY>
                </Size>
                <TextOffsetX>-100</TextOffsetX>
                <Style_VScroll>false</Style_VScroll>
                <Style_HScroll>false</Style_HScroll>
                <Style_Transparent>false</Style_Transparent>
                <FillTint>
                        <R>255</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_Drakah_GaugeBackground</Background>
                        <Fill>A_Drakah_GaugeFill</Fill>
                        <Lines>A_Drakah_GaugeLines</Lines>
                        <LinesFill>A_Drakah_GaugeLinesFill</LinesFill>
                        <EndCapLeft>A_Drakah_GaugeEndCapLeft</EndCapLeft>
                        <EndCapRight>A_Drakah_GaugeEndCapRight</EndCapRight>
                </GaugeDrawTemplate>
                <GaugeOffsetX>0</GaugeOffsetX>
                <GaugeOffsetY>0</GaugeOffsetY>
                <Font>1</Font>
                <Text>Player 3</Text>
                <TextOffsetY>-100</TextOffsetY>
        </Gauge>
        <Gauge item="GW_PetGauge3">
                <ScreenID>PetGauge3</ScreenID>
                <TextColor>
                        <R>240</R>
                        <G>240</G>
                        <B>240</B>
                </TextColor>
                <RelativePosition>true</RelativePosition>
                <Location>
                        <X>45</X>
                        <Y>181</Y>
                </Location>
                <Size>
                        <CX>100</CX>
                        <CY>2</CY>
                </Size>
                <TextOffsetY>-100</TextOffsetY>
                <GaugeOffsetY>0</GaugeOffsetY>
                <Style_VScroll>false</Style_VScroll>
                <Style_HScroll>false</Style_HScroll>
                <Style_Transparent>false</Style_Transparent>
                <FillTint>
                        <R>50</R>
                        <G>255</G>
                        <B>0</B>
                </FillTint>
                <LinesFillTint>
                        <R>220</R>
                        <G>220</G>
                        <B>0</B>
                </LinesFillTint>
                <DrawLinesFill>false</DrawLinesFill>
                <EQType>19</EQType>
                <GaugeDrawTemplate>
                        <Fill>A_Drakah_GaugeFill</Fill>
                </GaugeDrawTemplate>
                <TextOffsetX>-100</TextOffsetX>
                <Font>2</Font>
        </Gauge>
        <Gauge item="GW_ManaGauge3">
                <ScreenID>ManaGauge3</ScreenID>
                <TextColor>
                        <R>240</R>
                        <G>240</G>
                        <B>240</B>
                </TextColor>
                <RelativePosition>true</RelativePosition>
                <Location>
                        <X>41</X>
                        <Y>184</Y>
                </Location>
                <Size>
                        <CX>108</CX>
                        <CY>4</CY>
                </Size>
                <TextOffsetX>-100</TextOffsetX>
                <TextOffsetY>-100</TextOffsetY>
                <GaugeOffsetY>0</GaugeOffsetY>
                <Style_VScroll>false</Style_VScroll>
                <Style_HScroll>false</Style_HScroll>
                <Style_Transparent>false</Style_Transparent>
                <FillTint>
                        <R>0</R>
                        <G>75</G>
                        <B>255</B>
                </FillTint>
                <LinesFillTint>
                        <R>0</R>
                        <G>220</G>
                        <B>220</B>
                </LinesFillTint>
                <DrawLinesFill>false</DrawLinesFill>
                <EQType>33</EQType>
                <GaugeDrawTemplate>
                        <Fill>A_Drakah_GaugeFill</Fill>
                        <EndCapLeft>A_Drakah_GaugeEndCapLeft</EndCapLeft>
                        <EndCapRight>A_Drakah_GaugeEndCapRight</EndCapRight>
                        <Background>A_Drakah_GaugeBackground</Background>
                </GaugeDrawTemplate>
                <Font>2</Font>
        </Gauge>
        <Gauge item="GW_STAGauge3">
                <ScreenID>STAGauge3</ScreenID>
                <TextColor>
                        <R>240</R>
                        <G>240</G>
                        <B>240</B>
                </TextColor>
                <RelativePosition>true</RelativePosition>
                <Location>
                        <X>41</X>
                        <Y>184</Y>
                </Location>
                <Size>
                        <CX>108</CX>
                        <CY>4</CY>
                </Size>
                <TextOffsetX>-100</TextOffsetX>
                <TextOffsetY>-100</TextOffsetY>
                <GaugeOffsetY>0</GaugeOffsetY>
                <Style_VScroll>false</Style_VScroll>
                <Style_HScroll>false</Style_HScroll>
                <Style_Transparent>false</Style_Transparent>
                <FillTint>
                        <R>220</R>
                        <G>220</G>
                        <B>0</B>
                </FillTint>
                <LinesFillTint>
                        <R>220</R>
                        <G>220</G>
                        <B>0</B>
                </LinesFillTint>
                <DrawLinesFill>false</DrawLinesFill>
                <EQType>38</EQType>
                <GaugeDrawTemplate>
                        <Fill>A_Drakah_GaugeFill</Fill>
                        <EndCapLeft>A_Drakah_GaugeEndCapLeft</EndCapLeft>
                        <EndCapRight>A_Drakah_GaugeEndCapRight</EndCapRight>
                        <Background>A_Drakah_GaugeBackground</Background>
                </GaugeDrawTemplate>
                <Font>2</Font>
        </Gauge>
        <Gauge item="GW_Gauge4">
                <TextColor>
                        <R>240</R>
                        <G>240</G>
                        <B>240</B>
                </TextColor>
                <RelativePosition>true</RelativePosition>
                <Location>
                        <X>41</X>
                        <Y>200</Y>
                </Location>
                <Size>
                        <CX>108</CX>
                        <CY>8</CY>
                </Size>
                <TextOffsetX>-100</TextOffsetX>
                <Style_VScroll>false</Style_VScroll>
                <Style_HScroll>false</Style_HScroll>
                <Style_Transparent>false</Style_Transparent>
                <FillTint>
                        <R>255</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_Drakah_GaugeBackground</Background>
                        <Fill>A_Drakah_GaugeFill</Fill>
                        <Lines>A_Drakah_GaugeLines</Lines>
                        <LinesFill>A_Drakah_GaugeLinesFill</LinesFill>
                        <EndCapLeft>A_Drakah_GaugeEndCapLeft</EndCapLeft>
                        <EndCapRight>A_Drakah_GaugeEndCapRight</EndCapRight>
                </GaugeDrawTemplate>
                <GaugeOffsetX>0</GaugeOffsetX>
                <GaugeOffsetY>0</GaugeOffsetY>
                <Font>1</Font>
                <Text>Player 4</Text>
                <TextOffsetY>-100</TextOffsetY>
        </Gauge>
        <Gauge item="GW_PetGauge4">
                <ScreenID>PetGauge4</ScreenID>
                <TextColor>
                        <R>240</R>
                        <G>240</G>
                        <B>240</B>
                </TextColor>
                <RelativePosition>true</RelativePosition>
                <Location>
                        <X>45</X>
                        <Y>206</Y>
                </Location>
                <Size>
                        <CX>100</CX>
                        <CY>2</CY>
                </Size>
                <TextOffsetY>-100</TextOffsetY>
                <GaugeOffsetY>0</GaugeOffsetY>
                <Style_VScroll>false</Style_VScroll>
                <Style_HScroll>false</Style_HScroll>
                <Style_Transparent>false</Style_Transparent>
                <FillTint>
                        <R>50</R>
                        <G>255</G>
                        <B>0</B>
                </FillTint>
                <LinesFillTint>
                        <R>220</R>
                        <G>220</G>
                        <B>0</B>
                </LinesFillTint>
                <DrawLinesFill>false</DrawLinesFill>
                <EQType>20</EQType>
                <GaugeDrawTemplate>
                        <Fill>A_Drakah_GaugeFill</Fill>
                </GaugeDrawTemplate>
                <TextOffsetX>-100</TextOffsetX>
                <Font>2</Font>
        </Gauge>
        <Gauge item="GW_ManaGauge4">
                <ScreenID>ManaGauge4</ScreenID>
                <TextColor>
                        <R>240</R>
                        <G>240</G>
                        <B>240</B>
                </TextColor>
                <RelativePosition>true</RelativePosition>
                <Location>
                        <X>41</X>
                        <Y>209</Y>
                </Location>
                <Size>
                        <CX>108</CX>
                        <CY>4</CY>
                </Size>
                <TextOffsetX>-100</TextOffsetX>
                <TextOffsetY>-100</TextOffsetY>
                <GaugeOffsetY>0</GaugeOffsetY>
                <Style_VScroll>false</Style_VScroll>
                <Style_HScroll>false</Style_HScroll>
                <Style_Transparent>false</Style_Transparent>
                <FillTint>
                        <R>0</R>
                        <G>75</G>
                        <B>255</B>
                </FillTint>
                <LinesFillTint>
                        <R>0</R>
                        <G>220</G>
                        <B>220</B>
                </LinesFillTint>
                <DrawLinesFill>false</DrawLinesFill>
                <EQType>34</EQType>
                <GaugeDrawTemplate>
                        <Fill>A_Drakah_GaugeFill</Fill>
                        <EndCapLeft>A_Drakah_GaugeEndCapLeft</EndCapLeft>
                        <EndCapRight>A_Drakah_GaugeEndCapRight</EndCapRight>
                        <Background>A_Drakah_GaugeBackground</Background>
                </GaugeDrawTemplate>
                <Font>2</Font>
        </Gauge>
        <Gauge item="GW_STAGauge4">
                <ScreenID>STAGauge4</ScreenID>
                <TextColor>
                        <R>240</R>
                        <G>240</G>
                        <B>240</B>
                </TextColor>
                <RelativePosition>true</RelativePosition>
                <Location>
                        <X>41</X>
                        <Y>209</Y>
                </Location>
                <Size>
                        <CX>108</CX>
                        <CY>4</CY>
                </Size>
                <TextOffsetX>-100</TextOffsetX>
                <TextOffsetY>-100</TextOffsetY>
                <GaugeOffsetY>0</GaugeOffsetY>
                <Style_VScroll>false</Style_VScroll>
                <Style_HScroll>false</Style_HScroll>
                <Style_Transparent>false</Style_Transparent>
                <FillTint>
                        <R>220</R>
                        <G>220</G>
                        <B>0</B>
                </FillTint>
                <LinesFillTint>
                        <R>220</R>
                        <G>220</G>
                        <B>0</B>
                </LinesFillTint>
                <DrawLinesFill>false</DrawLinesFill>
                <EQType>39</EQType>
                <GaugeDrawTemplate>
                        <Fill>A_Drakah_GaugeFill</Fill>
                        <EndCapLeft>A_Drakah_GaugeEndCapLeft</EndCapLeft>
                        <EndCapRight>A_Drakah_GaugeEndCapRight</EndCapRight>
                        <Background>A_Drakah_GaugeBackground</Background>
                </GaugeDrawTemplate>
                <Font>2</Font>
        </Gauge>
        <Gauge item="GW_Gauge5">
                <TextColor>
                        <R>240</R>
                        <G>240</G>
                        <B>240</B>
                </TextColor>
                <RelativePosition>true</RelativePosition>
                <Location>
                        <X>41</X>
                        <Y>225</Y>
                </Location>
                <Size>
                        <CX>108</CX>
                        <CY>8</CY>
                </Size>
                <TextOffsetX>-100</TextOffsetX>
                <Style_VScroll>false</Style_VScroll>
                <Style_HScroll>false</Style_HScroll>
                <Style_Transparent>false</Style_Transparent>
                <FillTint>
                        <R>255</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_Drakah_GaugeBackground</Background>
                        <Fill>A_Drakah_GaugeFill</Fill>
                        <Lines>A_Drakah_GaugeLines</Lines>
                        <LinesFill>A_Drakah_GaugeLinesFill</LinesFill>
                        <EndCapLeft>A_Drakah_GaugeEndCapLeft</EndCapLeft>
                        <EndCapRight>A_Drakah_GaugeEndCapRight</EndCapRight>
                </GaugeDrawTemplate>
                <GaugeOffsetX>0</GaugeOffsetX>
                <GaugeOffsetY>0</GaugeOffsetY>
                <Font>1</Font>
                <Text>Player 5</Text>
                <TextOffsetY>-100</TextOffsetY>
        </Gauge>
        <Gauge item="GW_PetGauge5">
                <ScreenID>PetGauge5</ScreenID>
                <TextColor>
                        <R>240</R>
                        <G>240</G>
                        <B>240</B>
                </TextColor>
                <RelativePosition>true</RelativePosition>
                <Location>
                        <X>45</X>
                        <Y>231</Y>
                </Location>
                <Size>
                        <CX>100</CX>
                        <CY>2</CY>
                </Size>
                <TextOffsetY>-100</TextOffsetY>
                <GaugeOffsetY>0</GaugeOffsetY>
                <Style_VScroll>false</Style_VScroll>
                <Style_HScroll>false</Style_HScroll>
                <Style_Transparent>false</Style_Transparent>
                <FillTint>
                        <R>50</R>
                        <G>255</G>
                        <B>0</B>
                </FillTint>
                <LinesFillTint>
                        <R>220</R>
                        <G>220</G>
                        <B>0</B>
                </LinesFillTint>
                <DrawLinesFill>false</DrawLinesFill>
                <EQType>21</EQType>
                <GaugeDrawTemplate>
                        <Fill>A_Drakah_GaugeFill</Fill>
                </GaugeDrawTemplate>
                <TextOffsetX>-100</TextOffsetX>
                <Font>2</Font>
        </Gauge>
        <Gauge item="GW_ManaGauge5">
                <ScreenID>ManaGauge5</ScreenID>
                <TextColor>
                        <R>240</R>
                        <G>240</G>
                        <B>240</B>
                </TextColor>
                <RelativePosition>true</RelativePosition>
                <Location>
                        <X>41</X>
                        <Y>234</Y>
                </Location>
                <Size>
                        <CX>108</CX>
                        <CY>4</CY>
                </Size>
                <TextOffsetX>-100</TextOffsetX>
                <TextOffsetY>-100</TextOffsetY>
                <GaugeOffsetY>0</GaugeOffsetY>
                <Style_VScroll>false</Style_VScroll>
                <Style_HScroll>false</Style_HScroll>
                <Style_Transparent>false</Style_Transparent>
                <FillTint>
                        <R>0</R>
                        <G>75</G>
                        <B>255</B>
                </FillTint>
                <LinesFillTint>
                        <R>0</R>
                        <G>220</G>
                        <B>220</B>
                </LinesFillTint>
                <DrawLinesFill>false</DrawLinesFill>
                <EQType>35</EQType>
                <GaugeDrawTemplate>
                        <Fill>A_Drakah_GaugeFill</Fill>
                        <EndCapLeft>A_Drakah_GaugeEndCapLeft</EndCapLeft>
                        <EndCapRight>A_Drakah_GaugeEndCapRight</EndCapRight>
                        <Background>A_Drakah_GaugeBackground</Background>
                </GaugeDrawTemplate>
                <Font>2</Font>
        </Gauge>
        <Gauge item="GW_STAGauge5">
                <ScreenID>STAGauge5</ScreenID>
                <TextColor>
                        <R>240</R>
                        <G>240</G>
                        <B>240</B>
                </TextColor>
                <RelativePosition>true</RelativePosition>
                <Location>
                        <X>41</X>
                        <Y>234</Y>
                </Location>
                <Size>
                        <CX>108</CX>
                        <CY>4</CY>
                </Size>
                <TextOffsetX>-100</TextOffsetX>
                <TextOffsetY>-100</TextOffsetY>
                <GaugeOffsetY>0</GaugeOffsetY>
                <Style_VScroll>false</Style_VScroll>
                <Style_HScroll>false</Style_HScroll>
                <Style_Transparent>false</Style_Transparent>
                <FillTint>
                        <R>220</R>
                        <G>220</G>
                        <B>0</B>
                </FillTint>
                <LinesFillTint>
                        <R>220</R>
                        <G>220</G>
                        <B>0</B>
                </LinesFillTint>
                <DrawLinesFill>false</DrawLinesFill>
                <EQType>40</EQType>
                <GaugeDrawTemplate>
                        <Fill>A_Drakah_GaugeFill</Fill>
                        <EndCapLeft>A_Drakah_GaugeEndCapLeft</EndCapLeft>
                        <EndCapRight>A_Drakah_GaugeEndCapRight</EndCapRight>
                        <Background>A_Drakah_GaugeBackground</Background>
                </GaugeDrawTemplate>
                <Font>2</Font>
        </Gauge>
        <Label item="GW_CurrentHP">
                <ScreenID>HPNumberLabel</ScreenID>
                <EQType>70</EQType>
                <RelativePosition>true</RelativePosition>
                <Location>
                        <X>177</X>
                        <Y>35</Y>
                </Location>
                <Size>
                        <CX>82</CX>
                        <CY>14</CY>
                </Size>
                <Text>999999/999999</Text>
                <TextColor>
                        <R>255</R>
                        <G>255</G>
                        <B>255</B>
                </TextColor>
                <NoWrap>true</NoWrap>
                <AlignCenter>true</AlignCenter>
                <AlignRight>false</AlignRight>
                <AlignLeft>false</AlignLeft>
                <Font>2</Font>
        </Label>
        <Label item="GW_Level">
                <ScreenID>GW_LevelClassLabel</ScreenID>
                <EQType>2</EQType>
                <RelativePosition>true</RelativePosition>
                <Location>
                        <X>224</X>
                        <Y>13</Y>
                </Location>
                <Size>
                        <CX>20</CX>
                        <CY>14</CY>
                </Size>
                <Text>100</Text>
                <TextColor>
                        <R>255</R>
                        <G>255</G>
                        <B>255</B>
                </TextColor>
                <NoWrap>true</NoWrap>
                <AlignCenter>false</AlignCenter>
                <AlignRight>false</AlignRight>
                <Font>1</Font>
        </Label>
        <Label item="GW_CurrentMana">
                <ScreenID>GW_CurrentMana</ScreenID>
                <Font>2</Font>
                <RelativePosition>true</RelativePosition>
                <Location>
                        <X>177</X>
                        <Y>57</Y>
                </Location>
                <Size>
                        <CX>82</CX>
                        <CY>14</CY>
                </Size>
                <EQType>128</EQType>
                <TextColor>
                        <R>255</R>
                        <G>255</G>
                        <B>255</B>
                        <Alpha>255</Alpha>
                </TextColor>
                <NoWrap>true</NoWrap>
                <AlignCenter>true</AlignCenter>
                <AlignRight>false</AlignRight>
                <AlignLeft>false</AlignLeft>
                <Text>999999/999999</Text>
        </Label>
        <Label item="GW_ACNumber">
                <ScreenID>GW_ACNumberLabel</ScreenID>
                <EQType>22</EQType>
                <RelativePosition>true</RelativePosition>
                <Location>
                        <X>183</X>
                        <Y>79</Y>
                </Location>
                <Size>
                        <CX>32</CX>
                        <CY>14</CY>
                </Size>
                <Text>9999</Text>
                <TextColor>
                        <R>255</R>
                        <G>255</G>
                        <B>255</B>
                </TextColor>
                <NoWrap>true</NoWrap>
                <AlignCenter>false</AlignCenter>
                <AlignRight>true</AlignRight>
                <Font>2</Font>
        </Label>
        <Label item="GW_Divider">
                <RelativePosition>true</RelativePosition>
                <Location>
                        <X>216</X>
                        <Y>79</Y>
                </Location>
                <Size>
                        <CX>8</CX>
                        <CY>14</CY>
                </Size>
                <Text>/</Text>
                <TextColor>
                        <R>192</R>
                        <G>192</G>
                        <B>192</B>
                </TextColor>
                <NoWrap>true</NoWrap>
                <AlignCenter>false</AlignCenter>
                <AlignRight>false</AlignRight>
                <Font>2</Font>
        </Label>
        <Label item="GW_ATKNumber">
                <ScreenID>GW_ATKNumberLabel</ScreenID>
                <EQType>23</EQType>
                <RelativePosition>true</RelativePosition>
                <Location>
                        <X>220</X>
                        <Y>79</Y>
                </Location>
                <Size>
                        <CX>32</CX>
                        <CY>14</CY>
                </Size>
                <Text>9999</Text>
                <TextColor>
                        <R>255</R>
                        <G>255</G>
                        <B>255</B>
                </TextColor>
                <NoWrap>true</NoWrap>
                <AlignCenter>false</AlignCenter>
                <AlignRight>false</AlignRight>
                <Font>2</Font>
        </Label>
        <Label item="GW_STRNumber">
                <ScreenID>GW_STRNumberLabel</ScreenID>
                <EQType>5</EQType>
                <RelativePosition>true</RelativePosition>
                <Location>
                        <X>216</X>
                        <Y>94</Y>
                </Location>
                <Size>
                        <CX>50</CX>
                        <CY>14</CY>
                </Size>
                <Text>2555</Text>
                <TextColor>
                        <R>255</R>
                        <G>255</G>
                        <B>255</B>
                </TextColor>
                <NoWrap>true</NoWrap>
                <AlignCenter>false</AlignCenter>
                <AlignRight>false</AlignRight>
                <Font>2</Font>
        </Label>
        <Label item="GW_STANumber">
                <ScreenID>GW_STANumberLabel</ScreenID>
                <EQType>6</EQType>
                <RelativePosition>true</RelativePosition>
                <Location>
                        <X>216</X>
                        <Y>105</Y>
                </Location>
                <Size>
                        <CX>50</CX>
                        <CY>14</CY>
                </Size>
                <Text>2555</Text>
                <TextColor>
                        <R>255</R>
                        <G>255</G>
                        <B>255</B>
                </TextColor>
                <NoWrap>true</NoWrap>
                <AlignCenter>false</AlignCenter>
                <AlignRight>false</AlignRight>
                <Font>2</Font>
        </Label>
        <Label item="GW_AGINumber">
                <ScreenID>GW_AGINumberLabel</ScreenID>
                <EQType>8</EQType>
                <RelativePosition>true</RelativePosition>
                <Location>
                        <X>216</X>
                        <Y>116</Y>
                </Location>
                <Size>
                        <CX>50</CX>
                        <CY>14</CY>
                </Size>
                <Text>2555</Text>
                <TextColor>
                        <R>255</R>
                        <G>255</G>
                        <B>255</B>
                </TextColor>
                <NoWrap>true</NoWrap>
                <AlignCenter>false</AlignCenter>
                <AlignRight>false</AlignRight>
                <Font>2</Font>
        </Label>
        <Label item="GW_DEXNumber">
                <ScreenID>GW_DEXNumberLabel</ScreenID>
                <EQType>7</EQType>
                <RelativePosition>true</RelativePosition>
                <Location>
                        <X>216</X>
                        <Y>127</Y>
                </Location>
                <Size>
                        <CX>50</CX>
                        <CY>14</CY>
                </Size>
                <Text>2555</Text>
                <TextColor>
                        <R>255</R>
                        <G>255</G>
                        <B>255</B>
                </TextColor>
                <NoWrap>true</NoWrap>
                <AlignCenter>false</AlignCenter>
                <AlignRight>false</AlignRight>
                <Font>2</Font>
        </Label>
        <Label item="GW_WISNumber">
                <ScreenID>GW_WISNumberLabel</ScreenID>
                <EQType>9</EQType>
                <RelativePosition>true</RelativePosition>
                <Location>
                        <X>216</X>
                        <Y>138</Y>
                </Location>
                <Size>
                        <CX>50</CX>
                        <CY>14</CY>
                </Size>
                <Text>2555</Text>
                <TextColor>
                        <R>255</R>
                        <G>255</G>
                        <B>255</B>
                </TextColor>
                <NoWrap>true</NoWrap>
                <AlignCenter>false</AlignCenter>
                <AlignRight>false</AlignRight>
                <Font>2</Font>
        </Label>
        <Label item="GW_INTNumber">
                <ScreenID>GW_INTNumberLabel</ScreenID>
                <EQType>10</EQType>
                <RelativePosition>true</RelativePosition>
                <Location>
                        <X>216</X>
                        <Y>149</Y>
                </Location>
                <Size>
                        <CX>50</CX>
                        <CY>14</CY>
                </Size>
                <Text>2555</Text>
                <TextColor>
                        <R>255</R>
                        <G>255</G>
                        <B>255</B>
                </TextColor>
                <NoWrap>true</NoWrap>
                <AlignCenter>false</AlignCenter>
                <AlignRight>false</AlignRight>
                <Font>2</Font>
        </Label>
        <Label item="GW_CHANumber">
                <ScreenID>GW_CHANumberLabel</ScreenID>
                <EQType>11</EQType>
                <RelativePosition>true</RelativePosition>
                <Location>
                        <X>216</X>
                        <Y>160</Y>
                </Location>
                <Size>
                        <CX>50</CX>
                        <CY>14</CY>
                </Size>
                <Text>2555</Text>
                <TextColor>
                        <R>255</R>
                        <G>255</G>
                        <B>255</B>
                </TextColor>
                <NoWrap>true</NoWrap>
                <AlignCenter>false</AlignCenter>
                <AlignRight>false</AlignRight>
                <Font>2</Font>
        </Label>
        <Label item="GW_PoisonNumber">
                <ScreenID>GW_PoisonNumberLabel</ScreenID>
                <EQType>12</EQType>
                <RelativePosition>true</RelativePosition>
                <Location>
                        <X>216</X>
                        <Y>179</Y>
                </Location>
                <Size>
                        <CX>64</CX>
                        <CY>14</CY>
                </Size>
                <Text>2555</Text>
                <TextColor>
                        <R>255</R>
                        <G>255</G>
                        <B>255</B>
                </TextColor>
                <NoWrap>true</NoWrap>
                <AlignCenter>false</AlignCenter>
                <AlignRight>false</AlignRight>
                <Font>2</Font>
        </Label>
        <Label item="GW_MagicNumber">
                <ScreenID>GW_MagicNumberLabel</ScreenID>
                <EQType>16</EQType>
                <RelativePosition>true</RelativePosition>
                <Location>
                        <X>216</X>
                        <Y>190</Y>
                </Location>
                <Size>
                        <CX>64</CX>
                        <CY>14</CY>
                </Size>
                <Text>2555</Text>
                <TextColor>
                        <R>255</R>
                        <G>255</G>
                        <B>255</B>
                </TextColor>
                <NoWrap>true</NoWrap>
                <AlignCenter>false</AlignCenter>
                <AlignRight>false</AlignRight>
                <Font>2</Font>
        </Label>
        <Label item="GW_DiseaseNumber">
                <ScreenID>GW_DiseaseNumberLabel</ScreenID>
                <EQType>13</EQType>
                <RelativePosition>true</RelativePosition>
                <Location>
                        <X>216</X>
                        <Y>201</Y>
                </Location>
                <Size>
                        <CX>64</CX>
                        <CY>14</CY>
                </Size>
                <Text>2555</Text>
                <TextColor>
                        <R>255</R>
                        <G>255</G>
                        <B>255</B>
                </TextColor>
                <NoWrap>true</NoWrap>
                <AlignCenter>false</AlignCenter>
                <AlignRight>false</AlignRight>
                <Font>2</Font>
        </Label>
        <Label item="GW_FireNumber">
                <ScreenID>GW_FireNumberLabel</ScreenID>
                <EQType>14</EQType>
                <RelativePosition>true</RelativePosition>
                <Location>
                        <X>216</X>
                        <Y>212</Y>
                </Location>
                <Size>
                        <CX>64</CX>
                        <CY>14</CY>
                </Size>
                <Text>2555</Text>
                <TextColor>
                        <R>255</R>
                        <G>255</G>
                        <B>255</B>
                </TextColor>
                <NoWrap>true</NoWrap>
                <AlignCenter>false</AlignCenter>
                <AlignRight>false</AlignRight>
                <Font>2</Font>
        </Label>
        <Label item="GW_ColdNumber">
                <ScreenID>GW_ColdNumberLabel</ScreenID>
                <EQType>15</EQType>
                <RelativePosition>true</RelativePosition>
                <Location>
                        <X>216</X>
                        <Y>223</Y>
                </Location>
                <Size>
                        <CX>64</CX>
                        <CY>14</CY>
                </Size>
                <Text>2555</Text>
                <TextColor>
                        <R>255</R>
                        <G>255</G>
                        <B>255</B>
                </TextColor>
                <NoWrap>true</NoWrap>
                <AlignCenter>false</AlignCenter>
                <AlignRight>false</AlignRight>
                <Font>2</Font>
        </Label>
        <Label item="GW_HPLabel1">
                <ScreenID>HPLabel1</ScreenID>
                <EQType>35</EQType>
                <RelativePosition>true</RelativePosition>
                <Location>
                        <X>148</X>
                        <Y>124</Y>
                </Location>
                <Size>
                        <CX>20</CX>
                        <CY>12</CY>
                </Size>
                <Text>100</Text>
                <TextColor>
                        <R>255</R>
                        <G>255</G>
                        <B>255</B>
                </TextColor>
                <NoWrap>true</NoWrap>
                <AlignCenter>false</AlignCenter>
                <AlignRight>true</AlignRight>
                <Font>1</Font>
                <Style_Tooltip>false</Style_Tooltip>
        </Label>
        <Label item="GW_HPPercLabel1">
                <ScreenID>HPPercLabel1</ScreenID>
                <RelativePosition>true</RelativePosition>
                <Location>
                        <X>18</X>
                        <Y>-18</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>
                <Style_Tooltip>false</Style_Tooltip>
        </Label>
        <Label item="GW_HPLabel2">
                <ScreenID>HPLabel2</ScreenID>
                <EQType>36</EQType>
                <RelativePosition>true</RelativePosition>
                <Location>
                        <X>148</X>
                        <Y>149</Y>
                </Location>
                <Size>
                        <CX>20</CX>
                        <CY>12</CY>
                </Size>
                <Text>100</Text>
                <TextColor>
                        <R>255</R>
                        <G>255</G>
                        <B>255</B>
                </TextColor>
                <NoWrap>true</NoWrap>
                <AlignCenter>false</AlignCenter>
                <AlignRight>true</AlignRight>
                <Font>1</Font>
                <Style_Tooltip>false</Style_Tooltip>
        </Label>
        <Label item="GW_HPPercLabel2">
                <ScreenID>HPPercLabel2</ScreenID>
                <RelativePosition>true</RelativePosition>
                <Location>
                        <X>58</X>
                        <Y>-17</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>
                <Style_Tooltip>false</Style_Tooltip>
        </Label>
        <Label item="GW_HPLabel3">
                <ScreenID>HPLabel3</ScreenID>
                <EQType>37</EQType>
                <RelativePosition>true</RelativePosition>
                <Location>
                        <X>148</X>
                        <Y>174</Y>
                </Location>
                <Size>
                        <CX>20</CX>
                        <CY>12</CY>
                </Size>
                <Text>100</Text>
                <TextColor>
                        <R>255</R>
                        <G>255</G>
                        <B>255</B>
                </TextColor>
                <NoWrap>true</NoWrap>
                <AlignCenter>false</AlignCenter>
                <AlignRight>true</AlignRight>
                <Font>1</Font>
                <Style_Tooltip>false</Style_Tooltip>
        </Label>
        <Label item="GW_HPPercLabel3">
                <ScreenID>HPPercLabel3</ScreenID>
                <RelativePosition>true</RelativePosition>
                <Location>
                        <X>89</X>
                        <Y>-16</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>
                <Style_Tooltip>false</Style_Tooltip>
        </Label>
        <Label item="GW_HPLabel4">
                <ScreenID>HPLabel4</ScreenID>
                <EQType>38</EQType>
                <RelativePosition>true</RelativePosition>
                <Location>
                        <X>148</X>
                        <Y>199</Y>
                </Location>
                <Size>
                        <CX>20</CX>
                        <CY>12</CY>
                </Size>
                <Text>100</Text>
                <TextColor>
                        <R>255</R>
                        <G>255</G>
                        <B>255</B>
                </TextColor>
                <NoWrap>true</NoWrap>
                <AlignCenter>false</AlignCenter>
                <AlignRight>true</AlignRight>
                <Font>1</Font>
                <Style_Tooltip>false</Style_Tooltip>
        </Label>
        <Label item="GW_HPPercLabel4">
                <ScreenID>HPPercLabel4</ScreenID>
                <RelativePosition>true</RelativePosition>
                <Location>
                        <X>119</X>
                        <Y>-16</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>
                <Style_Tooltip>false</Style_Tooltip>
        </Label>
        <Label item="GW_HPLabel5">
                <ScreenID>HPLabel5</ScreenID>
                <EQType>39</EQType>
                <RelativePosition>true</RelativePosition>
                <Location>
                        <X>148</X>
                        <Y>224</Y>
                </Location>
                <Size>
                        <CX>20</CX>
                        <CY>12</CY>
                </Size>
                <Text>100</Text>
                <TextColor>
                        <R>255</R>
                        <G>255</G>
                        <B>255</B>
                </TextColor>
                <NoWrap>true</NoWrap>
                <AlignCenter>false</AlignCenter>
                <AlignRight>true</AlignRight>
                <Font>1</Font>
                <Style_Tooltip>false</Style_Tooltip>
        </Label>
        <Label item="GW_HPPercLabel5">
                <ScreenID>HPPercLabel5</ScreenID>
                <RelativePosition>true</RelativePosition>
                <Location>
                        <X>132</X>
                        <Y>-18</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>
                <Style_Tooltip>false</Style_Tooltip>
        </Label>
        <Gauge item="GW_Gauge1back">
                <ScreenID>PLGauge1back</ScreenID>
                <Font>2</Font>
                <RelativePosition>true</RelativePosition>
                <Location>
                        <X>15</X>
                        <Y>114</Y>
                </Location>
                <Size>
                        <CX>21</CX>
                        <CY>18</CY>
                </Size>
                <TextOffsetY>-30</TextOffsetY>
                <Style_VScroll>false</Style_VScroll>
                <Style_HScroll>false</Style_HScroll>
                <Style_Transparent>false</Style_Transparent>
                <!--<TooltipReference/>-->
                <FillTint>
                        <R>255</R>
                        <G>0</G>
                        <B>0</B>
                </FillTint>
                <LinesFillTint>
                        <R>0</R>
                        <G>0</G>
                        <B>0</B>
                </LinesFillTint>
                <DrawLinesFill>false</DrawLinesFill>
                <EQType>11</EQType>
                <GaugeDrawTemplate>
                        <Lines>Drak_F2EndCapLeft</Lines>
                </GaugeDrawTemplate>
                <TextOffsetX>0</TextOffsetX>
                <TextColor>
                        <B>240</B>
                        <G>240</G>
                        <R>240</R>
                </TextColor>
                <RightAnchorToLeft>true</RightAnchorToLeft>
                <GaugeOffsetY>0</GaugeOffsetY>
        </Gauge>
        <Gauge item="GW_Gauge2back">
                <ScreenID>PLGauge2back</ScreenID>
                <Font>2</Font>
                <RelativePosition>true</RelativePosition>
                <Location>
                        <X>15</X>
                        <Y>139</Y>
                </Location>
                <Size>
                        <CX>21</CX>
                        <CY>18</CY>
                </Size>
                <TextOffsetY>-30</TextOffsetY>
                <Style_VScroll>false</Style_VScroll>
                <Style_HScroll>false</Style_HScroll>
                <Style_Transparent>false</Style_Transparent>
                <!--<TooltipReference/>-->
                <FillTint>
                        <R>255</R>
                        <G>0</G>
                        <B>0</B>
                </FillTint>
                <LinesFillTint>
                        <R>0</R>
                        <G>0</G>
                        <B>0</B>
                </LinesFillTint>
                <DrawLinesFill>false</DrawLinesFill>
                <EQType>12</EQType>
                <GaugeDrawTemplate>
                        <Lines>Drak_F3EndCapLeft</Lines>
                </GaugeDrawTemplate>
                <TextOffsetX>0</TextOffsetX>
                <TextColor>
                        <B>240</B>
                        <G>240</G>
                        <R>240</R>
                </TextColor>
                <RightAnchorToLeft>true</RightAnchorToLeft>
                <GaugeOffsetY>0</GaugeOffsetY>
        </Gauge>
        <Gauge item="GW_Gauge3back">
                <ScreenID>PLGauge3back</ScreenID>
                <Font>2</Font>
                <RelativePosition>true</RelativePosition>
                <Location>
                        <X>15</X>
                        <Y>165</Y>
                </Location>
                <Size>
                        <CX>21</CX>
                        <CY>18</CY>
                </Size>
                <TextOffsetY>-30</TextOffsetY>
                <Style_VScroll>false</Style_VScroll>
                <Style_HScroll>false</Style_HScroll>
                <Style_Transparent>false</Style_Transparent>
                <!--<TooltipReference/>-->
                <FillTint>
                        <R>255</R>
                        <G>0</G>
                        <B>0</B>
                </FillTint>
                <LinesFillTint>
                        <R>0</R>
                        <G>0</G>
                        <B>0</B>
                </LinesFillTint>
                <DrawLinesFill>false</DrawLinesFill>
                <EQType>13</EQType>
                <GaugeDrawTemplate>
                        <Lines>Drak_F4EndCapLeft</Lines>
                </GaugeDrawTemplate>
                <TextOffsetX>0</TextOffsetX>
                <TextColor>
                        <B>240</B>
                        <G>240</G>
                        <R>240</R>
                </TextColor>
                <RightAnchorToLeft>true</RightAnchorToLeft>
                <GaugeOffsetY>0</GaugeOffsetY>
        </Gauge>
        <Gauge item="GW_Gauge4back">
                <ScreenID>PLGauge4back</ScreenID>
                <Font>2</Font>
                <RelativePosition>true</RelativePosition>
                <Location>
                        <X>15</X>
                        <Y>189</Y>
                </Location>
                <Size>
                        <CX>21</CX>
                        <CY>18</CY>
                </Size>
                <TextOffsetY>-30</TextOffsetY>
                <Style_VScroll>false</Style_VScroll>
                <Style_HScroll>false</Style_HScroll>
                <Style_Transparent>false</Style_Transparent>
                <!--<TooltipReference/>-->
                <FillTint>
                        <R>255</R>
                        <G>0</G>
                        <B>0</B>
                </FillTint>
                <LinesFillTint>
                        <R>0</R>
                        <G>0</G>
                        <B>0</B>
                </LinesFillTint>
                <DrawLinesFill>false</DrawLinesFill>
                <EQType>14</EQType>
                <GaugeDrawTemplate>
                        <Lines>Drak_F5EndCapLeft</Lines>
                </GaugeDrawTemplate>
                <TextOffsetX>0</TextOffsetX>
                <TextColor>
                        <B>240</B>
                        <G>240</G>
                        <R>240</R>
                </TextColor>
                <RightAnchorToLeft>true</RightAnchorToLeft>
                <GaugeOffsetY>0</GaugeOffsetY>
        </Gauge>
        <Gauge item="GW_Gauge5back">
                <ScreenID>PLGauge5back</ScreenID>
                <Font>2</Font>
                <RelativePosition>true</RelativePosition>
                <Location>
                        <X>15</X>
                        <Y>214</Y>
                </Location>
                <Size>
                        <CX>21</CX>
                        <CY>18</CY>
                </Size>
                <TextOffsetY>-30</TextOffsetY>
                <Style_VScroll>false</Style_VScroll>
                <Style_HScroll>false</Style_HScroll>
                <Style_Transparent>false</Style_Transparent>
                <!--<TooltipReference/>-->
                <FillTint>
                        <R>255</R>
                        <G>0</G>
                        <B>0</B>
                </FillTint>
                <LinesFillTint>
                        <R>0</R>
                        <G>0</G>
                        <B>0</B>
                </LinesFillTint>
                <DrawLinesFill>false</DrawLinesFill>
                <EQType>15</EQType>
                <GaugeDrawTemplate>
                        <Lines>Drak_F6EndCapLeft</Lines>
                </GaugeDrawTemplate>
                <TextOffsetX>0</TextOffsetX>
                <TextColor>
                        <B>240</B>
                        <G>240</G>
                        <R>240</R>
                </TextColor>
                <RightAnchorToLeft>true</RightAnchorToLeft>
                <GaugeOffsetY>0</GaugeOffsetY>
        </Gauge>
        <Label item="Group_CombatTimerLabel">
                <ScreenID>Group_CombatTimerLabel</ScreenID>
                <EQType>137</EQType>
                <RelativePosition>true</RelativePosition>
                <Location>
                        <X>79</X>
                        <Y>90</Y>
                </Location>
                <Size>
                        <CX>30</CX>
                        <CY>14</CY>
                </Size>
                <Text>00:00</Text>
                <TextColor>
                        <R>255</R>
                        <G>255</G>
                        <B>255</B>
                </TextColor>
                <NoWrap>true</NoWrap>
                <AlignCenter>true</AlignCenter>
                <AlignRight>false</AlignRight>
                <Font>1</Font>
                <Style_Tooltip>false</Style_Tooltip>
        </Label>
        <Gauge item="Group_CombatTimer">
                <ScreenID>Group_CombatTimer</ScreenID>
                <!--<Font>3</Font>-->
                <RelativePosition>true</RelativePosition>
                <Location>
                        <X>41</X>
                        <Y>91</Y>
                </Location>
                <Size>
                        <CX>108</CX>
                        <CY>8</CY>
                </Size>
                <GaugeOffsetY>0</GaugeOffsetY>
                <Style_VScroll>false</Style_VScroll>
                <Style_HScroll>false</Style_HScroll>
                <Style_Transparent>false</Style_Transparent>
                <!--<TooltipReference/>-->
                <FillTint>
                        <R>169</R>
                        <G>169</G>
                        <B>169</B>
                </FillTint>
                <LinesFillTint>
                        <R>0</R>
                        <G>220</G>
                        <B>0</B>
                </LinesFillTint>
                <DrawLinesFill>false</DrawLinesFill>
                <EQType>29</EQType>
                <GaugeDrawTemplate>
                        <Background>A_Drakah_GaugeBackground</Background>
                        <Fill>A_Drakah_GaugeFill</Fill>
                        <Lines>A_Drakah_GaugeLines</Lines>
                        <LinesFill>A_Drakah_GaugeLinesFill</LinesFill>
                        <EndCapLeft>A_Drakah_GaugeEndCapLeft</EndCapLeft>
                        <EndCapRight>A_Drakah_GaugeEndCapRight</EndCapRight>
                </GaugeDrawTemplate>
                <TooltipReference>Combat Timer</TooltipReference>
        </Gauge>
        <Button item="GW_Voice0">
                <EQType>voicechat/SpeakingIndicator</EQType>
                <RelativePosition>true</RelativePosition>
                <Location>
                        <X>152</X>
                        <Y>11</Y>
                </Location>
                <Size>
                        <CX>13</CX>
                        <CY>13</CY>
                </Size>
                <Style_Transparent>false</Style_Transparent>
                <Style_Checkbox>false</Style_Checkbox>
                <Template>BDT_Checkbox</Template>
        </Button>
        <Button item="GW_Voice1">
                <EQType>voicechat/GroupActivityButton 0</EQType>
                <RelativePosition>true</RelativePosition>
                <Location>
                        <X>153</X>
                        <Y>114</Y>
                </Location>
                <Size>
                        <CX>11</CX>
                        <CY>11</CY>
                </Size>
                <Style_Transparent>false</Style_Transparent>
                <Style_Checkbox>false</Style_Checkbox>
                <Template>BDT_Checkbox</Template>
        </Button>
        <Button item="GW_Voice2">
                <EQType>voicechat/GroupActivityButton 1</EQType>
                <RelativePosition>true</RelativePosition>
                <Location>
                        <X>153</X>
                        <Y>139</Y>
                </Location>
                <Size>
                        <CX>11</CX>
                        <CY>11</CY>
                </Size>
                <Style_Transparent>false</Style_Transparent>
                <Style_Checkbox>false</Style_Checkbox>
                <Template>BDT_Checkbox</Template>
        </Button>
        <Button item="GW_Voice3">
                <EQType>voicechat/GroupActivityButton 2</EQType>
                <RelativePosition>true</RelativePosition>
                <Location>
                        <X>153</X>
                        <Y>164</Y>
                </Location>
                <Size>
                        <CX>11</CX>
                        <CY>11</CY>
                </Size>
                <Style_Transparent>false</Style_Transparent>
                <Style_Checkbox>false</Style_Checkbox>
                <Template>BDT_Checkbox</Template>
        </Button>
        <Button item="GW_Voice4">
                <EQType>voicechat/GroupActivityButton 3</EQType>
                <RelativePosition>true</RelativePosition>
                <Location>
                        <X>153</X>
                        <Y>189</Y>
                </Location>
                <Size>
                        <CX>11</CX>
                        <CY>11</CY>
                </Size>
                <Style_Transparent>false</Style_Transparent>
                <Style_Checkbox>false</Style_Checkbox>
                <Template>BDT_Checkbox</Template>
        </Button>
        <Button item="GW_Voice5">
                <EQType>voicechat/GroupActivityButton 4</EQType>
                <RelativePosition>true</RelativePosition>
                <Location>
                        <X>153</X>
                        <Y>214</Y>
                </Location>
                <Size>
                        <CX>11</CX>
                        <CY>11</CY>
                </Size>
                <Style_Transparent>false</Style_Transparent>
                <Style_Checkbox>false</Style_Checkbox>
                <Template>BDT_Checkbox</Template>
        </Button>
        <Button item="GW_GroupRoleTank0">
                <ScreenID>GroupRoleTank0</ScreenID>
                <RelativePosition>true</RelativePosition>
                <Style_Transparent>false</Style_Transparent>
                <Size>
                        <CX>13</CX>
                        <CY>13</CY>
                </Size>
                <Location>
                        <X>133</X>
                        <Y>11</Y>
                </Location>
                <ButtonDrawTemplate>
                        <Normal>A_Tank</Normal>
                </ButtonDrawTemplate>
        </Button>
        <Button item="GW_GroupRoleAssist0">
                <ScreenID>GroupRoleAssist0</ScreenID>
                <RelativePosition>true</RelativePosition>
                <Style_Transparent>false</Style_Transparent>
                <Size>
                        <CX>13</CX>
                        <CY>13</CY>
                </Size>
                <Location>
                        <X>133</X>
                        <Y>11</Y>
                </Location>
                <ButtonDrawTemplate>
                        <Normal>A_Assist</Normal>
                </ButtonDrawTemplate>
        </Button>
        <Button item="GW_GroupRolePuller0">
                <ScreenID>GroupRolePuller0</ScreenID>
                <RelativePosition>true</RelativePosition>
                <Style_Transparent>false</Style_Transparent>
                <Size>
                        <CX>13</CX>
                        <CY>13</CY>
                </Size>
                <Location>
                        <X>133</X>
                        <Y>11</Y>
                </Location>
                <ButtonDrawTemplate>
                        <Normal>A_Puller</Normal>
                </ButtonDrawTemplate>
        </Button>
        <Button item="GW_GroupRoleMarkNPC0">
                <ScreenID>GroupRoleMarkNPC0</ScreenID>
                <RelativePosition>true</RelativePosition>
                <Style_Transparent>false</Style_Transparent>
                <Size>
                        <CX>13</CX>
                        <CY>13</CY>
                </Size>
                <Location>
                        <X>133</X>
                        <Y>11</Y>
                </Location>
                <ButtonDrawTemplate>
                        <Normal>A_MarkNPC</Normal>
                </ButtonDrawTemplate>
        </Button>
        <Button item="GW_GroupRoleTank1">
                <ScreenID>GroupRoleTank1</ScreenID>
                <RelativePosition>true</RelativePosition>
                <Style_Transparent>false</Style_Transparent>
                <Size>
                        <CX>12</CX>
                        <CY>12</CY>
                </Size>
                <Location>
                        <X>133</X>
                        <Y>113</Y>
                </Location>
                <ButtonDrawTemplate>
                        <Normal>A_Tank</Normal>
                </ButtonDrawTemplate>
        </Button>
        <Button item="GW_GroupRoleAssist1">
                <ScreenID>GroupRoleAssist1</ScreenID>
                <RelativePosition>true</RelativePosition>
                <Style_Transparent>false</Style_Transparent>
                <Size>
                        <CX>12</CX>
                        <CY>12</CY>
                </Size>
                <Location>
                        <X>133</X>
                        <Y>113</Y>
                </Location>
                <ButtonDrawTemplate>
                        <Normal>A_Assist</Normal>
                </ButtonDrawTemplate>
        </Button>
        <Button item="GW_GroupRolePuller1">
                <ScreenID>GroupRolePuller1</ScreenID>
                <RelativePosition>true</RelativePosition>
                <Style_Transparent>false</Style_Transparent>
                <Size>
                        <CX>12</CX>
                        <CY>12</CY>
                </Size>
                <Location>
                        <X>133</X>
                        <Y>113</Y>
                </Location>
                <ButtonDrawTemplate>
                        <Normal>A_Puller</Normal>
                </ButtonDrawTemplate>
        </Button>
        <Button item="GW_GroupRoleMarkNPC1">
                <ScreenID>GroupRoleMarkNPC1</ScreenID>
                <RelativePosition>true</RelativePosition>
                <Style_Transparent>false</Style_Transparent>
                <Size>
                        <CX>13</CX>
                        <CY>13</CY>
                </Size>
                <Location>
                        <X>133</X>
                        <Y>113</Y>
                </Location>
                <ButtonDrawTemplate>
                        <Normal>A_MarkNPC</Normal>
                </ButtonDrawTemplate>
        </Button>
        <Button item="GW_GroupRoleTank2">
                <ScreenID>GroupRoleTank2</ScreenID>
                <RelativePosition>true</RelativePosition>
                <Style_Transparent>false</Style_Transparent>
                <Size>
                        <CX>12</CX>
                        <CY>12</CY>
                </Size>
                <Location>
                        <X>133</X>
                        <Y>138</Y>
                </Location>
                <ButtonDrawTemplate>
                        <Normal>A_Tank</Normal>
                </ButtonDrawTemplate>
        </Button>
        <Button item="GW_GroupRoleAssist2">
                <ScreenID>GroupRoleAssist2</ScreenID>
                <RelativePosition>true</RelativePosition>
                <Style_Transparent>false</Style_Transparent>
                <Size>
                        <CX>12</CX>
                        <CY>12</CY>
                </Size>
                <Location>
                        <X>133</X>
                        <Y>138</Y>
                </Location>
                <ButtonDrawTemplate>
                        <Normal>A_Assist</Normal>
                </ButtonDrawTemplate>
        </Button>
        <Button item="GW_GroupRolePuller2">
                <ScreenID>GroupRolePuller2</ScreenID>
                <RelativePosition>true</RelativePosition>
                <Style_Transparent>false</Style_Transparent>
                <Size>
                        <CX>12</CX>
                        <CY>12</CY>
                </Size>
                <Location>
                        <X>133</X>
                        <Y>138</Y>
                </Location>
                <ButtonDrawTemplate>
                        <Normal>A_Puller</Normal>
                </ButtonDrawTemplate>
        </Button>
        <Button item="GW_GroupRoleMarkNPC2">
                <ScreenID>GroupRoleMarkNPC2</ScreenID>
                <RelativePosition>true</RelativePosition>
                <Style_Transparent>false</Style_Transparent>
                <Size>
                        <CX>13</CX>
                        <CY>13</CY>
                </Size>
                <Location>
                        <X>133</X>
                        <Y>138</Y>
                </Location>
                <ButtonDrawTemplate>
                        <Normal>A_MarkNPC</Normal>
                </ButtonDrawTemplate>
        </Button>
        <Button item="GW_GroupRoleTank3">
                <ScreenID>GroupRoleTank3</ScreenID>
                <RelativePosition>true</RelativePosition>
                <Style_Transparent>false</Style_Transparent>
                <Size>
                        <CX>12</CX>
                        <CY>12</CY>
                </Size>
                <Location>
                        <X>133</X>
                        <Y>163</Y>
                </Location>
                <ButtonDrawTemplate>
                        <Normal>A_Tank</Normal>
                </ButtonDrawTemplate>
        </Button>
        <Button item="GW_GroupRoleAssist3">
                <ScreenID>GroupRoleAssist3</ScreenID>
                <RelativePosition>true</RelativePosition>
                <Style_Transparent>false</Style_Transparent>
                <Size>
                        <CX>12</CX>
                        <CY>12</CY>
                </Size>
                <Location>
                        <X>133</X>
                        <Y>163</Y>
                </Location>
                <ButtonDrawTemplate>
                        <Normal>A_Assist</Normal>
                </ButtonDrawTemplate>
        </Button>
        <Button item="GW_GroupRolePuller3">
                <ScreenID>GroupRolePuller3</ScreenID>
                <RelativePosition>true</RelativePosition>
                <Style_Transparent>false</Style_Transparent>
                <Size>
                        <CX>12</CX>
                        <CY>12</CY>
                </Size>
                <Location>
                        <X>133</X>
                        <Y>163</Y>
                </Location>
                <ButtonDrawTemplate>
                        <Normal>A_Puller</Normal>
                </ButtonDrawTemplate>
        </Button>
        <Button item="GW_GroupRoleMarkNPC3">
                <ScreenID>GroupRoleMarkNPC3</ScreenID>
                <RelativePosition>true</RelativePosition>
                <Style_Transparent>false</Style_Transparent>
                <Size>
                        <CX>13</CX>
                        <CY>13</CY>
                </Size>
                <Location>
                        <X>133</X>
                        <Y>163</Y>
                </Location>
                <ButtonDrawTemplate>
                        <Normal>A_MarkNPC</Normal>
                </ButtonDrawTemplate>
        </Button>
        <Button item="GW_GroupRoleTank4">
                <ScreenID>GroupRoleTank4</ScreenID>
                <RelativePosition>true</RelativePosition>
                <Style_Transparent>false</Style_Transparent>
                <Size>
                        <CX>12</CX>
                        <CY>12</CY>
                </Size>
                <Location>
                        <X>133</X>
                        <Y>188</Y>
                </Location>
                <ButtonDrawTemplate>
                        <Normal>A_Tank</Normal>
                </ButtonDrawTemplate>
        </Button>
        <Button item="GW_GroupRoleAssist4">
                <ScreenID>GroupRoleAssist4</ScreenID>
                <RelativePosition>true</RelativePosition>
                <Style_Transparent>false</Style_Transparent>
                <Size>
                        <CX>12</CX>
                        <CY>12</CY>
                </Size>
                <Location>
                        <X>133</X>
                        <Y>188</Y>
                </Location>
                <ButtonDrawTemplate>
                        <Normal>A_Assist</Normal>
                </ButtonDrawTemplate>
        </Button>
        <Button item="GW_GroupRolePuller4">
                <ScreenID>GroupRolePuller4</ScreenID>
                <RelativePosition>true</RelativePosition>
                <Style_Transparent>false</Style_Transparent>
                <Size>
                        <CX>12</CX>
                        <CY>12</CY>
                </Size>
                <Location>
                        <X>133</X>
                        <Y>188</Y>
                </Location>
                <ButtonDrawTemplate>
                        <Normal>A_Puller</Normal>
                </ButtonDrawTemplate>
        </Button>
        <Button item="GW_GroupRoleMarkNPC4">
                <ScreenID>GroupRoleMarkNPC4</ScreenID>
                <RelativePosition>true</RelativePosition>
                <Style_Transparent>false</Style_Transparent>
                <Size>
                        <CX>13</CX>
                        <CY>13</CY>
                </Size>
                <Location>
                        <X>133</X>
                        <Y>188</Y>
                </Location>
                <ButtonDrawTemplate>
                        <Normal>A_MarkNPC</Normal>
                </ButtonDrawTemplate>
        </Button>
        <Button item="GW_GroupRoleTank5">
                <ScreenID>GroupRoleTank5</ScreenID>
                <RelativePosition>true</RelativePosition>
                <Style_Transparent>false</Style_Transparent>
                <Size>
                        <CX>12</CX>
                        <CY>12</CY>
                </Size>
                <Location>
                        <X>133</X>
                        <Y>213</Y>
                </Location>
                <ButtonDrawTemplate>
                        <Normal>A_Tank</Normal>
                </ButtonDrawTemplate>
        </Button>
        <Button item="GW_GroupRoleAssist5">
                <ScreenID>GroupRoleAssist5</ScreenID>
                <RelativePosition>true</RelativePosition>
                <Style_Transparent>false</Style_Transparent>
                <Size>
                        <CX>12</CX>
                        <CY>12</CY>
                </Size>
                <Location>
                        <X>133</X>
                        <Y>213</Y>
                </Location>
                <ButtonDrawTemplate>
                        <Normal>A_Assist</Normal>
                </ButtonDrawTemplate>
        </Button>
        <Button item="GW_GroupRolePuller5">
                <ScreenID>GroupRolePuller5</ScreenID>
                <RelativePosition>true</RelativePosition>
                <Style_Transparent>false</Style_Transparent>
                <Size>
                        <CX>12</CX>
                        <CY>12</CY>
                </Size>
                <Location>
                        <X>133</X>
                        <Y>213</Y>
                </Location>
                <ButtonDrawTemplate>
                        <Normal>A_Puller</Normal>
                </ButtonDrawTemplate>
        </Button>
        <Button item="GW_GroupRoleMarkNPC5">
                <ScreenID>GroupRoleMarkNPC5</ScreenID>
                <RelativePosition>true</RelativePosition>
                <Style_Transparent>false</Style_Transparent>
                <Size>
                        <CX>13</CX>
                        <CY>13</CY>
                </Size>
                <Location>
                        <X>133</X>
                        <Y>213</Y>
                </Location>
                <ButtonDrawTemplate>
                        <Normal>A_MarkNPC</Normal>
                </ButtonDrawTemplate>
        </Button>
        <Label item="GW_AggroPctPlayer0">
                <ScreenID>GW_AggroPctPlayer0</ScreenID>
                <RelativePosition>true</RelativePosition>
                <Font>1</Font>
                <Text>100</Text>
                <TextColor>
                        <R>255</R>
                        <G>255</G>
                        <B>255</B>
                </TextColor>
                <EQType>305</EQType>
                <Location>
                        <X>14</X>
                        <Y>13</Y>
                </Location>
                <Size>
                        <CX>18</CX>
                        <CY>12</CY>
                </Size>
                <NoWrap>true</NoWrap>
                <AlignCenter>true</AlignCenter>
                <Style_Tooltip>false</Style_Tooltip>
        </Label>
        <Label item="GW_AggroPctPlayer1">
                <ScreenID>GW_AggroPctPlayer1</ScreenID>
                <RelativePosition>true</RelativePosition>
                <Font>1</Font>
                <Text>100</Text>
                <TextColor>
                        <R>255</R>
                        <G>255</G>
                        <B>255</B>
                </TextColor>
                <EQType>309</EQType>
                <Location>
                        <X>19</X>
                        <Y>127</Y>
                </Location>
                <Size>
                        <CX>18</CX>
                        <CY>12</CY>
                </Size>
                <NoWrap>true</NoWrap>
                <AlignCenter>true</AlignCenter>
                <Style_Tooltip>false</Style_Tooltip>
        </Label>
        <Label item="GW_AggroPctPlayer2">
                <ScreenID>GW_AggroPctPlayer2</ScreenID>
                <RelativePosition>true</RelativePosition>
                <Font>1</Font>
                <Text>100</Text>
                <TextColor>
                        <R>255</R>
                        <G>255</G>
                        <B>255</B>
                </TextColor>
                <EQType>310</EQType>
                <Location>
                        <X>19</X>
                        <Y>152</Y>
                </Location>
                <Size>
                        <CX>18</CX>
                        <CY>12</CY>
                </Size>
                <NoWrap>true</NoWrap>
                <AlignCenter>true</AlignCenter>
                <Style_Tooltip>false</Style_Tooltip>
        </Label>
        <Label item="GW_AggroPctPlayer3">
                <ScreenID>GW_AggroPctPlayer3</ScreenID>
                <RelativePosition>true</RelativePosition>
                <Font>1</Font>
                <Text>100</Text>
                <TextColor>
                        <R>255</R>
                        <G>255</G>
                        <B>255</B>
                </TextColor>
                <EQType>311</EQType>
                <Location>
                        <X>19</X>
                        <Y>177</Y>
                </Location>
                <Size>
                        <CX>18</CX>
                        <CY>12</CY>
                </Size>
                <NoWrap>true</NoWrap>
                <AlignCenter>true</AlignCenter>
                <Style_Tooltip>false</Style_Tooltip>
        </Label>
        <Label item="GW_AggroPctPlayer4">
                <ScreenID>GW_AggroPctPlayer4</ScreenID>
                <RelativePosition>true</RelativePosition>
                <Font>1</Font>
                <Text>100</Text>
                <TextColor>
                        <R>255</R>
                        <G>255</G>
                        <B>255</B>
                </TextColor>
                <EQType>312</EQType>
                <Location>
                        <X>19</X>
                        <Y>202</Y>
                </Location>
                <Size>
                        <CX>18</CX>
                        <CY>12</CY>
                </Size>
                <NoWrap>true</NoWrap>
                <AlignCenter>true</AlignCenter>
                <Style_Tooltip>false</Style_Tooltip>
        </Label>
        <Label item="GW_AggroPctPlayer5">
                <ScreenID>GW_AggroPctPlayer5</ScreenID>
                <RelativePosition>true</RelativePosition>
                <Font>1</Font>
                <Text>100</Text>
                <TextColor>
                        <R>255</R>
                        <G>255</G>
                        <B>255</B>
                </TextColor>
                <EQType>313</EQType>
                <Location>
                        <X>19</X>
                        <Y>227</Y>
                </Location>
                <Size>
                        <CX>18</CX>
                        <CY>12</CY>
                </Size>
                <NoWrap>true</NoWrap>
                <AlignCenter>true</AlignCenter>
                <Style_Tooltip>false</Style_Tooltip>
        </Label>
        <Screen item="GroupWindow">
                <ScreenID/>
                <RelativePosition>false</RelativePosition>
                <Location>
                        <X>516</X>
                        <Y>100</Y>
                </Location>
                <Size>
                        <CX>273</CX>
                        <CY>346</CY>
                </Size>
                <Text>Group Window</Text>
                <Style_VScroll>false</Style_VScroll>
                <Style_HScroll>false</Style_HScroll>
                <Style_Transparent>true</Style_Transparent>
                <TooltipReference>Group Window</TooltipReference>
                <DrawTemplate>WDT_RoundedNoTitle</DrawTemplate>
                <Style_Titlebar>false</Style_Titlebar>
                <Style_Closebox>false</Style_Closebox>
                <Style_Minimizebox>false</Style_Minimizebox>
                <Style_Border>false</Style_Border>
                <Style_Sizable>false</Style_Sizable>
                <Escapable>false</Escapable>
                <Pieces>DrakGroupwindow_Back1</Pieces>
                <Pieces>GW_Gauge1back</Pieces>
                <Pieces>GW_Gauge2back</Pieces>
                <Pieces>GW_Gauge3back</Pieces>
                <Pieces>GW_Gauge4back</Pieces>
                <Pieces>GW_Gauge5back</Pieces>
                <Pieces>GW_Player_HP</Pieces>
                <Pieces>GW_FirstName</Pieces>
                <Pieces>GW_Player_HP_ActiveArea</Pieces>
                <Pieces>GW_HPPercent</Pieces>
                <Pieces>GW_Breath_Gauge</Pieces>
                <Pieces>GW_ExpGauge</Pieces>
                <Pieces>GW_ExpPercentage</Pieces>
                <Pieces>GW_AltAdvGauge</Pieces>
                <Pieces>GW_AAXPPercentage</Pieces>
                <Pieces>GW_InviteButton</Pieces>
                <Pieces>GW_DisbandButton</Pieces>
                <Pieces>GW_FollowButton</Pieces>
                <Pieces>GW_DeclineButton</Pieces>
                <Pieces>GW_LFGButton</Pieces>
                <Pieces>GW_Gauge1</Pieces>
                <Pieces>GW_Gauge2</Pieces>
                <Pieces>GW_Gauge3</Pieces>
                <Pieces>GW_Gauge4</Pieces>
                <Pieces>GW_Gauge5</Pieces>
                <Pieces>GW_Gauge1_Name</Pieces>
                <Pieces>GW_Gauge2_Name</Pieces>
                <Pieces>GW_Gauge3_Name</Pieces>
                <Pieces>GW_Gauge4_Name</Pieces>
                <Pieces>GW_Gauge5_Name</Pieces>
                <Pieces>GW_CurrentHP</Pieces>
                <Pieces>GW_CurrentMana</Pieces>
                <Pieces>GW_Level</Pieces>
                <Pieces>GW_ACNumber</Pieces>
                <Pieces>GW_Divider</Pieces>
                <Pieces>GW_ATKNumber</Pieces>
                <Pieces>GW_STRNumber</Pieces>
                <Pieces>GW_STANumber</Pieces>
                <Pieces>GW_AGINumber</Pieces>
                <Pieces>GW_DEXNumber</Pieces>
                <Pieces>GW_WISNumber</Pieces>
                <Pieces>GW_INTNumber</Pieces>
                <Pieces>GW_CHANumber</Pieces>
                <Pieces>GW_PoisonNumber</Pieces>
                <Pieces>GW_MagicNumber</Pieces>
                <Pieces>GW_DiseaseNumber</Pieces>
                <Pieces>GW_FireNumber</Pieces>
                <Pieces>GW_ColdNumber</Pieces>
                <Pieces>GW_HPLabel1</Pieces>
                <Pieces>GW_HPPercLabel1</Pieces>
                <Pieces>GW_HPLabel2</Pieces>
                <Pieces>GW_HPPercLabel2</Pieces>
                <Pieces>GW_HPLabel3</Pieces>
                <Pieces>GW_HPPercLabel3</Pieces>
                <Pieces>GW_HPLabel4</Pieces>
                <Pieces>GW_HPPercLabel4</Pieces>
                <Pieces>GW_HPLabel5</Pieces>
                <Pieces>GW_HPPercLabel5</Pieces>
                <Pieces>Group_CombatTimer</Pieces>
                <Pieces>Group_CombatTimerLabel</Pieces>
                <Pieces>GW_STAGauge0</Pieces>
                <Pieces>GW_STAGauge1</Pieces>
                <Pieces>GW_STAGauge2</Pieces>
                <Pieces>GW_STAGauge3</Pieces>
                <Pieces>GW_STAGauge4</Pieces>
                <Pieces>GW_STAGauge5</Pieces>
                <Pieces>GW_STAPercentage</Pieces>
                <Pieces>GW_PetGauge0</Pieces>
                <Pieces>GW_PetGauge1</Pieces>
                <Pieces>GW_PetGauge2</Pieces>
                <Pieces>GW_PetGauge3</Pieces>
                <Pieces>GW_PetGauge4</Pieces>
                <Pieces>GW_PetGauge5</Pieces>
                <Pieces>GW_ManaGauge0</Pieces>
                <Pieces>GW_ManaGauge1</Pieces>
                <Pieces>GW_ManaGauge2</Pieces>
                <Pieces>GW_ManaGauge3</Pieces>
                <Pieces>GW_ManaGauge4</Pieces>
                <Pieces>GW_ManaGauge5</Pieces>
                <Pieces>GW_ManaPercent</Pieces>
                <Pieces>GW_CastingTime</Pieces>
                <Pieces>GW_Voice0</Pieces>
                <Pieces>GW_Voice1</Pieces>
                <Pieces>GW_Voice2</Pieces>
                <Pieces>GW_Voice3</Pieces>
                <Pieces>GW_Voice4</Pieces>
                <Pieces>GW_Voice5</Pieces>
                <Pieces>GW_GroupRoleTank0</Pieces>
                <Pieces>GW_GroupRoleAssist0</Pieces>
                <Pieces>GW_GroupRolePuller0</Pieces>
                <Pieces>GW_GroupRoleMarkNPC0</Pieces>
                <Pieces>GW_GroupRoleTank1</Pieces>
                <Pieces>GW_GroupRoleAssist1</Pieces>
                <Pieces>GW_GroupRolePuller1</Pieces>
                <Pieces>GW_GroupRoleMarkNPC1</Pieces>
                <Pieces>GW_GroupRoleTank2</Pieces>
                <Pieces>GW_GroupRoleAssist2</Pieces>
                <Pieces>GW_GroupRolePuller2</Pieces>
                <Pieces>GW_GroupRoleMarkNPC2</Pieces>
                <Pieces>GW_GroupRoleTank3</Pieces>
                <Pieces>GW_GroupRoleAssist3</Pieces>
                <Pieces>GW_GroupRolePuller3</Pieces>
                <Pieces>GW_GroupRoleMarkNPC3</Pieces>
                <Pieces>GW_GroupRoleTank4</Pieces>
                <Pieces>GW_GroupRoleAssist4</Pieces>
                <Pieces>GW_GroupRolePuller4</Pieces>
                <Pieces>GW_GroupRoleMarkNPC4</Pieces>
                <Pieces>GW_GroupRoleTank5</Pieces>
                <Pieces>GW_GroupRoleAssist5</Pieces>
                <Pieces>GW_GroupRolePuller5</Pieces>
                <Pieces>GW_GroupRoleMarkNPC5</Pieces>
                <Pieces>GW_AggroPctPlayer0</Pieces>
                <Pieces>GW_AggroPctPlayer1</Pieces>
                <Pieces>GW_AggroPctPlayer2</Pieces>
                <Pieces>GW_AggroPctPlayer3</Pieces>
                <Pieces>GW_AggroPctPlayer4</Pieces>
                <Pieces>GW_AggroPctPlayer5</Pieces>
        </Screen>
</XML>

Step 2: edit your MQ2Groupinfo.ini file which is located in your Config folder.

You will find a lot of settings such as this:

INI:
[UI_Drakah]
; Custom settings built into plugin
DynamicUI=0
GroupDistanceLoc=-3,-15,80,-30
ComeToMeLoc=36,2,4,44
FollowMeLoc=36,2,46,86
MimicMeLoc=36,2,88,128
HotButton0Loc=36,0,154,194
HotButton1Loc=36,0,194,234
HotButton2Loc=36,0,234,274
; End Built-In Settings

Change the Locations of the buttons to suit. and then reload EQ

PS - I find it best to make UI changes before loading EQ...reloading UI doesnt seem to always cut the mustard. and Having Multiple toons logged in..really confuses it.
PPS - Once you change your Group info settings make a copy of file or back it up, or make it readonly - so next time an update to this part occurs your not in the same situation trying to figure it out again.
 
One thing I have realized about making this a permanent change to the format of the windows to accommodate the buttons is that not everyone uses them. I for one do not use them. So, it is probably best to just make manual adjustments for this if you need it for your own needs.
 
One thing I have realized about making this a permanent change to the format of the windows to accommodate the buttons is that not everyone uses them. I for one do not use them. So, it is probably best to just make manual adjustments for this if you need it for your own needs.
Completely understand this POV. I haven't tried the above fix yet, but I plan to.
 
Software Drakah UI Pack

Users who are viewing this thread

Back
Top