Endurance on Drak~ tking UI

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

Moderator: MacroQuest Developers

Quicksilver
a lesser mummy
a lesser mummy
Posts: 48
Joined: Fri Feb 25, 2005 4:21 am

Endurance on Drak~ tking UI

Post by Quicksilver » Thu May 19, 2005 6:13 pm

Well I actually figured it out. This mod basically makes the Drakah UI show Endurance. I mixed in Some of Bat's UI code as well. I took out regen all together, endurance and hp. What I wanted was a mod that would show me who was in the group how far they were from me, and pretty much mq cal exp. None of this is orginal its all just a breed between Bat and Drakah.

Code: Select all

<?xml version="1.0" encoding="us-ascii"?>
<XML ID="EQInterfaceDefinitionLanguage">
  <Schema xmlns="EverQuestData" xmlns:dt="EverQuestDataTypes" />
  <!-- Created by Drakah -->
  <TextureInfo item="drakah_groupwindow.tga">
    <Size>
      <CX>256</CX>
      <CY>256</CY>
    </Size>
  </TextureInfo>
  <TextureInfo item="drakah_groupwindowbars.tga">
    <Size>
      <CX>256</CX>
      <CY>256</CY>
    </Size>
  </TextureInfo>
  <Ui2DAnimation item="Drak_Groupwindow01">
    <Frames>
      <Texture>drakah_groupwindow.tga</Texture>
      <Location>
        <X>0</X>
        <Y>0</Y>
      </Location>
      <Size>
        <CX>256</CX>
        <CY>256</CY>
      </Size>
      <Hotspot>
        <X>0</X>
        <Y>0</Y>
      </Hotspot>
    </Frames>
  </Ui2DAnimation>
  <Ui2DAnimation item="Drak_GaugeBackground">
    <Frames>
      <Texture>drakah_groupwindowbars.tga</Texture>
      <Location>
        <X>27</X>
        <Y>161</Y>
      </Location>
      <Size>
        <CX>100</CX>
        <CY>17</CY>
      </Size>
      <Hotspot>
        <X>0</X>
        <Y>0</Y>
      </Hotspot>
      <Duration>1000</Duration>
    </Frames>
  </Ui2DAnimation>
  <Ui2DAnimation item="Drak_EndCapRight">
    <Frames>
      <Texture>drakah_groupwindowbars.tga</Texture>
      <Location>
        <X>127</X>
        <Y>161</Y>
      </Location>
      <Size>
        <CX>3</CX>
        <CY>17</CY>
      </Size>
      <Hotspot>
        <X>0</X>
        <Y>0</Y>
      </Hotspot>
      <Duration>1000</Duration>
    </Frames>
  </Ui2DAnimation>
  <Ui2DAnimation item="Drak_TarEndCapLeft">
    <Frames>
      <Texture>drakah_groupwindowbars.tga</Texture>
      <Location>
        <X>0</X>
        <Y>46</Y>
      </Location>
      <Size>
        <CX>27</CX>
        <CY>17</CY>
      </Size>
      <Hotspot>
        <X>0</X>
        <Y>0</Y>
      </Hotspot>
      <Duration>1000</Duration>
    </Frames>
  </Ui2DAnimation>
  <Ui2DAnimation item="Drak_HitEndCapLeft">
    <Frames>
      <Texture>drakah_groupwindowbars.tga</Texture>
      <Location>
        <X>0</X>
        <Y>65</Y>
      </Location>
      <Size>
        <CX>27</CX>
        <CY>17</CY>
      </Size>
      <Hotspot>
        <X>0</X>
        <Y>0</Y>
      </Hotspot>
      <Duration>1000</Duration>
    </Frames>
  </Ui2DAnimation>
  <Ui2DAnimation item="Drak_StaEndCapLeft">
    <Frames>
      <Texture>drakah_groupwindowbars.tga</Texture>
      <Location>
        <X>0</X>
        <Y>123</Y>
      </Location>
      <Size>
        <CX>27</CX>
        <CY>17</CY>
      </Size>
      <Hotspot>
        <X>0</X>
        <Y>0</Y>
      </Hotspot>
      <Duration>1000</Duration>
    </Frames>
  </Ui2DAnimation>
  <Ui2DAnimation item="Drak_PowEndCapLeft">
    <Frames>
      <Texture>drakah_groupwindowbars.tga</Texture>
      <Location>
        <X>0</X>
        <Y>84</Y>
      </Location>
      <Size>
        <CX>27</CX>
        <CY>17</CY>
      </Size>
      <Hotspot>
        <X>0</X>
        <Y>0</Y>
      </Hotspot>
      <Duration>1000</Duration>
    </Frames>
  </Ui2DAnimation>
  <Ui2DAnimation item="Drak_AirEndCapLeft">
    <Frames>
      <Texture>drakah_groupwindowbars.tga</Texture>
      <Location>
        <X>0</X>
        <Y>104</Y>
      </Location>
      <Size>
        <CX>27</CX>
        <CY>17</CY>
      </Size>
      <Hotspot>
        <X>0</X>
        <Y>0</Y>
      </Hotspot>
      <Duration>1000</Duration>
    </Frames>
  </Ui2DAnimation>
  <Ui2DAnimation item="Drak_ExpEndCapLeft">
    <Frames>
      <Texture>drakah_groupwindowbars.tga</Texture>
      <Location>
        <X>0</X>
        <Y>123</Y>
      </Location>
      <Size>
        <CX>27</CX>
        <CY>17</CY>
      </Size>
      <Hotspot>
        <X>0</X>
        <Y>0</Y>
      </Hotspot>
      <Duration>1000</Duration>
    </Frames>
  </Ui2DAnimation>
  <Ui2DAnimation item="Drak_AltEndCapLeft">
    <Frames>
      <Texture>drakah_groupwindowbars.tga</Texture>
      <Location>
        <X>0</X>
        <Y>142</Y>
      </Location>
      <Size>
        <CX>27</CX>
        <CY>17</CY>
      </Size>
      <Hotspot>
        <X>0</X>
        <Y>0</Y>
      </Hotspot>
      <Duration>1000</Duration>
    </Frames>
  </Ui2DAnimation>
  <Ui2DAnimation item="Drak_F2EndCapLeft">
    <Frames>
      <Texture>drakah_groupwindowbars.tga</Texture>
      <Location>
        <X>0</X>
        <Y>161</Y>
      </Location>
      <Size>
        <CX>27</CX>
        <CY>17</CY>
      </Size>
      <Hotspot>
        <X>0</X>
        <Y>0</Y>
      </Hotspot>
      <Duration>1000</Duration>
    </Frames>
  </Ui2DAnimation>
  <Ui2DAnimation item="Drak_F3EndCapLeft">
    <Frames>
      <Texture>drakah_groupwindowbars.tga</Texture>
      <Location>
        <X>0</X>
        <Y>180</Y>
      </Location>
      <Size>
        <CX>27</CX>
        <CY>17</CY>
      </Size>
      <Hotspot>
        <X>0</X>
        <Y>0</Y>
      </Hotspot>
      <Duration>1000</Duration>
    </Frames>
  </Ui2DAnimation>
  <Ui2DAnimation item="Drak_F4EndCapLeft">
    <Frames>
      <Texture>drakah_groupwindowbars.tga</Texture>
      <Location>
        <X>0</X>
        <Y>199</Y>
      </Location>
      <Size>
        <CX>27</CX>
        <CY>17</CY>
      </Size>
      <Hotspot>
        <X>0</X>
        <Y>0</Y>
      </Hotspot>
      <Duration>1000</Duration>
    </Frames>
  </Ui2DAnimation>
  <Ui2DAnimation item="Drak_F5EndCapLeft">
    <Frames>
      <Texture>drakah_groupwindowbars.tga</Texture>
      <Location>
        <X>0</X>
        <Y>218</Y>
      </Location>
      <Size>
        <CX>27</CX>
        <CY>17</CY>
      </Size>
      <Hotspot>
        <X>0</X>
        <Y>0</Y>
      </Hotspot>
      <Duration>1000</Duration>
    </Frames>
  </Ui2DAnimation>
  <Ui2DAnimation item="Drak_F6EndCapLeft">
    <Frames>
      <Texture>drakah_groupwindowbars.tga</Texture>
      <Location>
        <X>0</X>
        <Y>237</Y>
      </Location>
      <Size>
        <CX>27</CX>
        <CY>17</CY>
      </Size>
      <Hotspot>
        <X>0</X>
        <Y>0</Y>
      </Hotspot>
      <Duration>1000</Duration>
    </Frames>
  </Ui2DAnimation>
  <Ui2DAnimation item="Drak_GaugeFill">
    <Cycle>true</Cycle>
    <Frames>
      <Texture>drakah_groupwindowbars.tga</Texture>
      <Location>
        <X>27</X>
        <Y>180</Y>
      </Location>
      <Size>
        <CX>100</CX>
        <CY>17</CY>
      </Size>
      <Hotspot>
        <X>0</X>
        <Y>0</Y>
      </Hotspot>
      <Duration>1000</Duration>
    </Frames>
  </Ui2DAnimation>
  <Ui2DAnimation item="Drak_GaugeLines">
    <Cycle>true</Cycle>
    <Frames>
      <Texture>drakah_groupwindowbars.tga</Texture>
      <Location>
        <X>27</X>
        <Y>199</Y>
      </Location>
      <Size>
        <CX>100</CX>
        <CY>17</CY>
      </Size>
      <Hotspot>
        <X>0</X>
        <Y>0</Y>
      </Hotspot>
      <Duration>1000</Duration>
    </Frames>
  </Ui2DAnimation>
  <Ui2DAnimation item="Drak_GaugeLinesFill">
    <Cycle>true</Cycle>
    <Frames>
      <Texture>drakah_groupwindowbars.tga</Texture>
      <Location>
        <X>27</X>
        <Y>218</Y>
      </Location>
      <Size>
        <CX>100</CX>
        <CY>17</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>256</CX>
      <CY>256</CY>
    </Size>
    <Animation>Drak_Groupwindow01</Animation>
  </StaticAnimation>
  <!-- Start Player Information -->
  <Label item="GW_FirstName">
    <ScreenID>GW_FirstName</ScreenID>
    <EQType>1</EQType>
    <!--<Font>3</Font>-->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>48</X>
      <Y>11</Y>
    </Location>
    <Size>
      <CX>78</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>
  </Label>
  <Label item="GW_HPPercent">
    <ScreenID>GW_HPPercentLabel</ScreenID>
    <Font>1</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>148</X>
      <Y>36</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>
  </Label>
  <Label item="GW_ManaPercent">
    <ScreenID>GW_ManaPercentLabel</ScreenID>
    <Font>1</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>148</X>
      <Y>62</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>
  </Label>
  <Label item="GW_EndurancePercentage">
    <ScreenID>GW_StamPercentage</ScreenID>
    <EQType>21</EQType>
    <Font>1</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>148</X>
      <Y>49</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>
  </Label>
  <Gauge item="GW_Pet_HP">
    <ScreenID>GW_Pet_HP</ScreenID>
    <!--<Font>3</Font>-->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>47</X>
      <Y>44</Y>
    </Location>
    <Size>
      <CX>100</CX>
      <CY>5</CY>
    </Size>
    <GaugeOffsetY>-10</GaugeOffsetY>
    <Style_VScroll>false</Style_VScroll>
    <Style_HScroll>false</Style_HScroll>
    <Style_Transparent>false</Style_Transparent>
    <!--<TooltipReference/>-->
    <FillTint>
      <R>0</R>
      <G>180</G>
      <B>0</B>
    </FillTint>
    <LinesFillTint>
      <R>220</R>
      <G>220</G>
      <B>0</B>
    </LinesFillTint>
    <DrawLinesFill>false</DrawLinesFill>
    <EQType>16</EQType>
    <GaugeDrawTemplate>
      <Lines>Drak_GaugeLines</Lines>
      <LinesFill>Drak_GaugeLinesFill</LinesFill>
      <EndCapRight>Drak_EndCapRight</EndCapRight>
      <EndCapLeft>Drak_StaEndCapLeft</EndCapLeft>
      <Fill>Drak_GaugeFill</Fill>
    </GaugeDrawTemplate>
    <TextOffsetX>24</TextOffsetX>
    <TextOffsetY>-20</TextOffsetY>
    <GaugeOffsetX>-27</GaugeOffsetX>
  </Gauge>
  <Gauge item="GW_Player_HP">
    <ScreenID>GW_PlayerHP</ScreenID>
    <!--<Font>3</Font>-->
    <TextColor>
      <R>240</R>
      <G>240</G>
      <B>240</B>
    </TextColor>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>20</X>
      <Y>12</Y>
    </Location>
    <Size>
      <CX>137</CX>
      <CY>37</CY>
    </Size>
    <TextOffsetX>-300</TextOffsetX>
    <GaugeOffsetY>20</GaugeOffsetY>
    <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>220</R>
      <G>220</G>
      <B>0</B>
    </LinesFillTint>
    <DrawLinesFill>false</DrawLinesFill>
    <EQType>1</EQType>
    <GaugeDrawTemplate>
      <EndCapRight>Drak_EndCapRight</EndCapRight>
      <EndCapLeft>Drak_HitEndCapLeft</EndCapLeft>
      <Background>Drak_GaugeBackground</Background>
      <Fill>Drak_GaugeFill</Fill>
      <Lines>Drak_GaugeLines</Lines>
      <LinesFill>Drak_GaugeLinesFill</LinesFill>
    </GaugeDrawTemplate>
    <TextOffsetY>0</TextOffsetY>
  </Gauge>
  <Gauge item="GW_Player_Mana">
    <ScreenID>GW_PlayerMana</ScreenID>
    <!--<Font>3</Font>-->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>20</X>
      <Y>58</Y>
    </Location>
    <Size>
      <CX>137</CX>
      <CY>16</CY>
    </Size>
    <GaugeOffsetY>0</GaugeOffsetY>
    <Style_VScroll>false</Style_VScroll>
    <Style_HScroll>false</Style_HScroll>
    <Style_Transparent>false</Style_Transparent>
    <!--<TooltipReference/>-->
    <FillTint>
      <R>0</R>
      <G>50</G>
      <B>255</B>
    </FillTint>
    <LinesFillTint>
      <R>0</R>
      <G>220</G>
      <B>220</B>
    </LinesFillTint>
    <DrawLinesFill>false</DrawLinesFill>
    <EQType>2</EQType>
    <GaugeDrawTemplate>
      <Lines>Drak_GaugeLines</Lines>
      <LinesFill>Drak_GaugeLinesFill</LinesFill>
      <EndCapRight>Drak_EndCapRight</EndCapRight>
      <EndCapLeft>Drak_PowEndCapLeft</EndCapLeft>
      <Background>Drak_GaugeBackground</Background>
      <Fill>Drak_GaugeFill</Fill>
    </GaugeDrawTemplate>
  </Gauge>
  <Gauge item="GW_CastingTime">
    <ScreenID>GW_CastGauge</ScreenID>
    <!--<Font>3</Font> -->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>45</X>
      <Y>69</Y>
    </Location>
    <Size>
      <CX>104</CX>
      <CY>3</CY>
    </Size>
    <GaugeOffsetY>-11</GaugeOffsetY>
    <Style_VScroll>false</Style_VScroll>
    <Style_HScroll>false</Style_HScroll>
    <Style_Transparent>false</Style_Transparent>
    <!--<TooltipReference/>-->
    <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>
      <Lines>Drak_GaugeLines</Lines>
      <LinesFill>Drak_GaugeLinesFill</LinesFill>
      <EndCapRight>Drak_EndCapRight</EndCapRight>
      <EndCapLeft>Drak_PowEndCapLeft</EndCapLeft>
      <Background>Drak_GaugeBackground</Background>
      <Fill>Drak_GaugeFill</Fill>
    </GaugeDrawTemplate>
    <TopAnchorOffset>0</TopAnchorOffset>
    <GaugeOffsetX>-25</GaugeOffsetX>
  </Gauge>
  <Gauge item="GW_Player_Endurance">
    <ScreenID>GW_PlayerEndurance</ScreenID>
    <!--<Font>3</Font>-->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>20</X>
      <Y>45</Y>
    </Location>
    <Size>
      <CX>137</CX>
      <CY>16</CY>
    </Size>
    <GaugeOffsetY>0</GaugeOffsetY>
    <Style_VScroll>false</Style_VScroll>
    <Style_HScroll>false</Style_HScroll>
    <Style_Transparent>false</Style_Transparent>
    <!--<TooltipReference/>-->
    <FillTint>
      <R>240</R>
      <G>240</G>
      <B>0</B>
    </FillTint>
    <LinesFillTint>
      <R>0</R>
      <G>220</G>
      <B>0</B>
    </LinesFillTint>
    <DrawLinesFill>false</DrawLinesFill>
    <EQType>3</EQType>
    <GaugeDrawTemplate>
      <Lines>Drak_GaugeLines</Lines>
      <LinesFill>Drak_GaugeLinesFill</LinesFill>
      <EndCapRight>Drak_EndCapRight</EndCapRight>
      <EndCapLeft>Drak_StaEndCapLeft</EndCapLeft>
      <Background>Drak_GaugeBackground</Background>
      <Fill>Drak_GaugeFill</Fill>
    </GaugeDrawTemplate>
  </Gauge>
  <Gauge item="GW_Breath_Gauge">
    <ScreenID>GW_Gauge</ScreenID>
    <!--<Font>3</Font>-->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>20</X>
      <Y>58</Y>
    </Location>
    <Size>
      <CX>137</CX>
      <CY>16</CY>
    </Size>
    <GaugeOffsetY>0</GaugeOffsetY>
    <Style_VScroll>false</Style_VScroll>
    <Style_HScroll>false</Style_HScroll>
    <Style_Transparent>false</Style_Transparent>
    <!--<TooltipReference/>-->
    <FillTint>
      <R>0</R>
      <G>240</G>
      <B>240</B>
    </FillTint>
    <LinesFillTint>
      <R>0</R>
      <G>0</G>
      <B>0</B>
    </LinesFillTint>
    <DrawLinesFill>false</DrawLinesFill>
    <EQType>8</EQType>
    <GaugeDrawTemplate>
      <Lines>Drak_GaugeLines</Lines>
      <LinesFill>Drak_GaugeLinesFill</LinesFill>
      <EndCapRight>Drak_EndCapRight</EndCapRight>
      <EndCapLeft>Drak_AirEndCapLeft</EndCapLeft>
      <Background>Drak_GaugeBackground</Background>
      <Fill>Drak_GaugeFill</Fill>
    </GaugeDrawTemplate>
    <GaugeOffsetX>0</GaugeOffsetX>
  </Gauge>
  <Gauge item="GW_ExpGauge">
    <ScreenID>GW_ExpGauge</ScreenID>
    <!--<Font>3</Font>-->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>20</X>
      <Y>71</Y>
    </Location>
    <Size>
      <CX>137</CX>
      <CY>16</CY>
    </Size>
    <GaugeOffsetY>0</GaugeOffsetY>
    <Style_VScroll>false</Style_VScroll>
    <Style_HScroll>false</Style_HScroll>
    <Style_Transparent>false</Style_Transparent>
    <!--<TooltipReference/>-->
    <FillTint>
      <R>220</R>
      <G>150</G>
      <B>0</B>
    </FillTint>
    <LinesFillTint>
      <R>0</R>
      <G>80</G>
      <B>220</B>
    </LinesFillTint>
    <DrawLinesFill>true</DrawLinesFill>
    <EQType>4</EQType>
    <GaugeDrawTemplate>
      <Lines>Drak_GaugeLines</Lines>
      <LinesFill>Drak_GaugeLinesFill</LinesFill>
      <EndCapRight>Drak_EndCapRight</EndCapRight>
      <EndCapLeft>Drak_ExpEndCapLeft</EndCapLeft>
      <Background>Drak_GaugeBackground</Background>
      <Fill>Drak_GaugeFill</Fill>
    </GaugeDrawTemplate>
  </Gauge>
  <Gauge item="GW_AltAdvGauge">
    <ScreenID>GW_AltAdvGauge</ScreenID>
    <!--<Font>3</Font>-->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>20</X>
      <Y>84</Y>
    </Location>
    <Size>
      <CX>137</CX>
      <CY>16</CY>
    </Size>
    <GaugeOffsetY>0</GaugeOffsetY>
    <Style_VScroll>false</Style_VScroll>
    <Style_HScroll>false</Style_HScroll>
    <Style_Transparent>false</Style_Transparent>
    <!--<TooltipReference/>-->
    <FillTint>
      <R>220</R>
      <G>150</G>
      <B>0</B>
    </FillTint>
    <LinesFillTint>
      <R>0</R>
      <G>80</G>
      <B>220</B>
    </LinesFillTint>
    <DrawLinesFill>true</DrawLinesFill>
    <EQType>5</EQType>
    <GaugeDrawTemplate>
      <Lines>Drak_GaugeLines</Lines>
      <LinesFill>Drak_GaugeLinesFill</LinesFill>
      <EndCapRight>Drak_EndCapRight</EndCapRight>
      <EndCapLeft>Drak_AltEndCapLeft</EndCapLeft>
      <Background>Drak_GaugeBackground</Background>
      <Fill>Drak_GaugeFill</Fill>
    </GaugeDrawTemplate>
  </Gauge>
  <!-- Start Group Information -->
  <Button item="GW_InviteButton">
    <ScreenID>InviteButton</ScreenID>
    <Font>1</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>20</X>
      <Y>226</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>
    <ButtonDrawTemplate>
      <Normal>A_BtnNormal</Normal>
      <Pressed>A_BtnPressed</Pressed>
      <Flyby>A_BtnFlyby</Flyby>
      <Disabled>A_BtnDisabled</Disabled>
      <PressedFlyby>A_BtnPressedFlyby</PressedFlyby>
    </ButtonDrawTemplate>
    <Text>Invite</Text>
  </Button>
  <Button item="GW_DisbandButton">
    <ScreenID>DisbandButton</ScreenID>
    <Font>1</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>115</X>
      <Y>226</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/>-->
    <ButtonDrawTemplate>
      <Normal>A_BtnNormal</Normal>
      <Pressed>A_BtnPressed</Pressed>
      <Flyby>A_BtnFlyby</Flyby>
      <Disabled>A_BtnDisabled</Disabled>
      <PressedFlyby>A_BtnPressedFlyby</PressedFlyby>
    </ButtonDrawTemplate>
    <Text>Disband</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
  </Button>
  <Button item="GW_FollowButton">
    <ScreenID>FollowButton</ScreenID>
    <Font>1</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>20</X>
      <Y>226</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>
    <ButtonDrawTemplate>
      <Normal>A_BtnNormal</Normal>
      <Pressed>A_BtnPressed</Pressed>
      <Flyby>A_BtnFlyby</Flyby>
      <Disabled>A_BtnDisabled</Disabled>
      <PressedFlyby>A_BtnPressedFlyby</PressedFlyby>
    </ButtonDrawTemplate>
    <Text>Invite</Text>
  </Button>
  <Button item="GW_DeclineButton">
    <ScreenID>DeclineButton</ScreenID>
    <Font>1</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>115</X>
      <Y>226</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/>-->
    <ButtonDrawTemplate>
      <Normal>A_BtnNormal</Normal>
      <Pressed>A_BtnPressed</Pressed>
      <Flyby>A_BtnFlyby</Flyby>
      <Disabled>A_BtnDisabled</Disabled>
      <PressedFlyby>A_BtnPressedFlyby</PressedFlyby>
    </ButtonDrawTemplate>
    <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>77</X>
      <Y>226</Y>
    </Location>
    <Size>
      <CX>35</CX>
      <CY>15</CY>
    </Size>
    <Style_Checkbox>false</Style_Checkbox>
    <TooltipReference>Open LFG Window</TooltipReference>
    <ButtonDrawTemplate>
      <Normal>A_BtnNormal</Normal>
      <Pressed>A_BtnPressed</Pressed>
      <Flyby>A_BtnFlyby</Flyby>
      <Disabled>A_BtnDisabled</Disabled>
      <PressedFlyby>A_BtnPressedFlyby</PressedFlyby>
    </ButtonDrawTemplate>
    <Text>Lfg</Text>
    <TextColor>
      <B>255</B>
      <G>255</G>
      <R>255</R>
    </TextColor>
    <Font>1</Font>
  </Button>
  <Gauge item="GW_Gauge1">
    <ScreenID>Gauge1</ScreenID>
    <!--<Font>3</Font>-->
    <TextColor>
      <R>240</R>
      <G>240</G>
      <B>240</B>
    </TextColor>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>15</X>
      <Y>107</Y>
    </Location>
    <Size>
      <CX>137</CX>
      <CY>33</CY>
    </Size>
    <TextOffsetX>32</TextOffsetX>
    <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>220</R>
      <G>220</G>
      <B>0</B>
    </LinesFillTint>
    <DrawLinesFill>True</DrawLinesFill>
    <EQType>11</EQType>
    <GaugeDrawTemplate>
      <Lines>Drak_GaugeLines</Lines>
      <LinesFill>Drak_GaugeLinesFill</LinesFill>
      <EndCapRight>Drak_EndCapRight</EndCapRight>
      <EndCapLeft>Drak_F2EndCapLeft</EndCapLeft>
      <Background>Drak_GaugeBackground</Background>
      <Fill>Drak_GaugeFill</Fill>
    </GaugeDrawTemplate>
    <GaugeOffsetX>4</GaugeOffsetX>
    <GaugeOffsetY>12</GaugeOffsetY>
    <BottomAnchorToTop>True</BottomAnchorToTop>
    <LeftAnchorToLeft>True</LeftAnchorToLeft>
    <RightAnchorOffset>0</RightAnchorOffset>
    <TopAnchorOffset>0</TopAnchorOffset>
    <TopAnchorToTop>True</TopAnchorToTop>
    <BottomAnchorOffset>0</BottomAnchorOffset>
    <TextOffsetY>5</TextOffsetY>
    <Font>1</Font>
  </Gauge>
  <Gauge item="GW_PetGauge1">
    <ScreenID>PetGauge1</ScreenID>
    <!--<Font>3</Font>-->
    <TextColor>
      <R>240</R>
      <G>240</G>
      <B>240</B>
    </TextColor>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>43</X>
      <Y>131</Y>
    </Location>
    <Size>
      <CX>104</CX>
      <CY>2</CY>
    </Size>
    <TextOffsetY>-50</TextOffsetY>
    <GaugeOffsetY>-11</GaugeOffsetY>
    <Style_VScroll>false</Style_VScroll>
    <Style_HScroll>false</Style_HScroll>
    <Style_Transparent>false</Style_Transparent>
    <!--<TooltipReference/>-->
    <FillTint>
      <R>0</R>
      <G>180</G>
      <B>0</B>
    </FillTint>
    <LinesFillTint>
      <R>220</R>
      <G>220</G>
      <B>0</B>
    </LinesFillTint>
    <DrawLinesFill>false</DrawLinesFill>
    <EQType>17</EQType>
    <GaugeDrawTemplate>
      <Lines>Drak_GaugeLines</Lines>
      <LinesFill>Drak_GaugeLinesFill</LinesFill>
      <EndCapRight>Drak_EndCapRight</EndCapRight>
      <EndCapLeft>Drak_HitEndCapLeft</EndCapLeft>
      <Fill>Drak_GaugeFill</Fill>
      <Background>Drak_GaugeBackground</Background>
    </GaugeDrawTemplate>
    <GaugeOffsetX>-24</GaugeOffsetX>
  </Gauge>
  <Gauge item="GW_Gauge2">
    <ScreenID>Gauge2</ScreenID>
    <!--<Font>3</Font>-->
    <TextColor>
      <R>240</R>
      <G>240</G>
      <B>240</B>
    </TextColor>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>15</X>
      <Y>129</Y>
    </Location>
    <Size>
      <CX>137</CX>
      <CY>33</CY>
    </Size>
    <TextOffsetX>32</TextOffsetX>
    <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>220</R>
      <G>220</G>
      <B>0</B>
    </LinesFillTint>
    <DrawLinesFill>false</DrawLinesFill>
    <EQType>12</EQType>
    <GaugeDrawTemplate>
      <Background>Drak_GaugeBackground</Background>
      <Fill>Drak_GaugeFill</Fill>
      <Lines>Drak_GaugeLines</Lines>
      <LinesFill>Drak_GaugeLinesFill</LinesFill>
      <EndCapLeft>Drak_F3EndCapLeft</EndCapLeft>
      <EndCapRight>Drak_EndCapRight</EndCapRight>
    </GaugeDrawTemplate>
    <GaugeOffsetX>4</GaugeOffsetX>
    <TextOffsetY>5</TextOffsetY>
    <GaugeOffsetY>12</GaugeOffsetY>
    <Font>1</Font>
  </Gauge>
  <Gauge item="GW_PetGauge2">
    <ScreenID>PetGauge2</ScreenID>
    <!--<Font>3</Font>-->
    <TextColor>
      <R>240</R>
      <G>240</G>
      <B>240</B>
    </TextColor>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>43</X>
      <Y>153</Y>
    </Location>
    <Size>
      <CX>104</CX>
      <CY>2</CY>
    </Size>
    <TextOffsetY>-50</TextOffsetY>
    <GaugeOffsetY>-11</GaugeOffsetY>
    <Style_VScroll>false</Style_VScroll>
    <Style_HScroll>false</Style_HScroll>
    <Style_Transparent>true</Style_Transparent>
    <!--<TooltipReference/>-->
    <FillTint>
      <R>0</R>
      <G>180</G>
      <B>0</B>
    </FillTint>
    <LinesFillTint>
      <R>220</R>
      <G>220</G>
      <B>0</B>
    </LinesFillTint>
    <DrawLinesFill>false</DrawLinesFill>
    <EQType>18</EQType>
    <GaugeDrawTemplate>
      <Lines>Drak_GaugeLines</Lines>
      <LinesFill>Drak_GaugeLinesFill</LinesFill>
      <EndCapRight>Drak_EndCapRight</EndCapRight>
      <EndCapLeft>Drak_HitEndCapLeft</EndCapLeft>
      <Fill>Drak_GaugeFill</Fill>
      <Background>Drak_GaugeBackground</Background>
    </GaugeDrawTemplate>
    <GaugeOffsetX>-24</GaugeOffsetX>
  </Gauge>
  <Gauge item="GW_Gauge3">
    <ScreenID>Gauge3</ScreenID>
    <!--<Font>3</Font>-->
    <TextColor>
      <R>240</R>
      <G>240</G>
      <B>240</B>
    </TextColor>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>15</X>
      <Y>151</Y>
    </Location>
    <Size>
      <CX>137</CX>
      <CY>33</CY>
    </Size>
    <TextOffsetX>32</TextOffsetX>
    <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>220</R>
      <G>220</G>
      <B>0</B>
    </LinesFillTint>
    <DrawLinesFill>false</DrawLinesFill>
    <EQType>13</EQType>
    <GaugeDrawTemplate>
      <Background>Drak_GaugeBackground</Background>
      <Fill>Drak_GaugeFill</Fill>
      <Lines>Drak_GaugeLines</Lines>
      <LinesFill>Drak_GaugeLinesFill</LinesFill>
      <EndCapLeft>Drak_F4EndCapLeft</EndCapLeft>
      <EndCapRight>Drak_EndCapRight</EndCapRight>
    </GaugeDrawTemplate>
    <GaugeOffsetX>4</GaugeOffsetX>
    <GaugeOffsetY>12</GaugeOffsetY>
    <TextOffsetY>5</TextOffsetY>
    <Font>1</Font>
  </Gauge>
  <Gauge item="GW_PetGauge3">
    <ScreenID>PetGauge3</ScreenID>
    <!--<Font>3</Font>-->
    <TextColor>
      <R>240</R>
      <G>240</G>
      <B>240</B>
    </TextColor>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>43</X>
      <Y>175</Y>
    </Location>
    <Size>
      <CX>104</CX>
      <CY>2</CY>
    </Size>
    <TextOffsetY>-50</TextOffsetY>
    <GaugeOffsetY>-11</GaugeOffsetY>
    <Style_VScroll>false</Style_VScroll>
    <Style_HScroll>false</Style_HScroll>
    <Style_Transparent>false</Style_Transparent>
    <!--<TooltipReference/>-->
    <FillTint>
      <R>0</R>
      <G>180</G>
      <B>0</B>
    </FillTint>
    <LinesFillTint>
      <R>220</R>
      <G>220</G>
      <B>0</B>
    </LinesFillTint>
    <DrawLinesFill>false</DrawLinesFill>
    <EQType>19</EQType>
    <GaugeDrawTemplate>
      <Lines>Drak_GaugeLines</Lines>
      <LinesFill>Drak_GaugeLinesFill</LinesFill>
      <EndCapRight>Drak_EndCapRight</EndCapRight>
      <EndCapLeft>Drak_HitEndCapLeft</EndCapLeft>
      <Fill>Drak_GaugeFill</Fill>
      <Background>Drak_GaugeBackground</Background>
    </GaugeDrawTemplate>
    <GaugeOffsetX>-24</GaugeOffsetX>
  </Gauge>
  <Gauge item="GW_Gauge4">
    <ScreenID>Gauge4</ScreenID>
    <!--<Font>3</Font>-->
    <TextColor>
      <R>240</R>
      <G>240</G>
      <B>240</B>
    </TextColor>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>15</X>
      <Y>173</Y>
    </Location>
    <Size>
      <CX>137</CX>
      <CY>33</CY>
    </Size>
    <TextOffsetX>32</TextOffsetX>
    <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>220</R>
      <G>220</G>
      <B>0</B>
    </LinesFillTint>
    <DrawLinesFill>false</DrawLinesFill>
    <EQType>14</EQType>
    <GaugeDrawTemplate>
      <Background>Drak_GaugeBackground</Background>
      <Fill>Drak_GaugeFill</Fill>
      <Lines>Drak_GaugeLines</Lines>
      <LinesFill>Drak_GaugeLinesFill</LinesFill>
      <EndCapLeft>Drak_F5EndCapLeft</EndCapLeft>
      <EndCapRight>Drak_EndCapRight</EndCapRight>
    </GaugeDrawTemplate>
    <GaugeOffsetX>4</GaugeOffsetX>
    <GaugeOffsetY>12</GaugeOffsetY>
    <TextOffsetY>5</TextOffsetY>
    <Font>1</Font>
  </Gauge>
  <Gauge item="GW_PetGauge4">
    <ScreenID>PetGauge4</ScreenID>
    <!--<Font>3</Font>-->
    <TextColor>
      <R>240</R>
      <G>240</G>
      <B>240</B>
    </TextColor>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>43</X>
      <Y>197</Y>
    </Location>
    <Size>
      <CX>104</CX>
      <CY>2</CY>
    </Size>
    <TextOffsetY>-50</TextOffsetY>
    <GaugeOffsetY>-11</GaugeOffsetY>
    <Style_VScroll>false</Style_VScroll>
    <Style_HScroll>false</Style_HScroll>
    <Style_Transparent>false</Style_Transparent>
    <!--<TooltipReference/>-->
    <FillTint>
      <R>0</R>
      <G>180</G>
      <B>0</B>
    </FillTint>
    <LinesFillTint>
      <R>220</R>
      <G>220</G>
      <B>0</B>
    </LinesFillTint>
    <DrawLinesFill>false</DrawLinesFill>
    <EQType>20</EQType>
    <GaugeDrawTemplate>
      <Lines>Drak_GaugeLines</Lines>
      <LinesFill>Drak_GaugeLinesFill</LinesFill>
      <EndCapRight>Drak_EndCapRight</EndCapRight>
      <EndCapLeft>Drak_HitEndCapLeft</EndCapLeft>
      <Fill>Drak_GaugeFill</Fill>
      <Background>Drak_GaugeBackground</Background>
    </GaugeDrawTemplate>
    <GaugeOffsetX>-24</GaugeOffsetX>
  </Gauge>
  <Gauge item="GW_Gauge5">
    <ScreenID>Gauge5</ScreenID>
    <!--<Font>3</Font>-->
    <TextColor>
      <R>240</R>
      <G>240</G>
      <B>240</B>
    </TextColor>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>15</X>
      <Y>195</Y>
    </Location>
    <Size>
      <CX>137</CX>
      <CY>33</CY>
    </Size>
    <TextOffsetX>32</TextOffsetX>
    <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>220</R>
      <G>220</G>
      <B>0</B>
    </LinesFillTint>
    <DrawLinesFill>false</DrawLinesFill>
    <EQType>15</EQType>
    <GaugeDrawTemplate>
      <Background>Drak_GaugeBackground</Background>
      <Fill>Drak_GaugeFill</Fill>
      <Lines>Drak_GaugeLines</Lines>
      <LinesFill>Drak_GaugeLinesFill</LinesFill>
      <EndCapLeft>Drak_F6EndCapLeft</EndCapLeft>
      <EndCapRight>Drak_EndCapRight</EndCapRight>
    </GaugeDrawTemplate>
    <GaugeOffsetX>4</GaugeOffsetX>
    <GaugeOffsetY>12</GaugeOffsetY>
    <TextOffsetY>5</TextOffsetY>
    <Font>1</Font>
  </Gauge>
  <Gauge item="GW_PetGauge5">
    <ScreenID>PetGauge5</ScreenID>
    <!--<Font>3</Font>-->
    <TextColor>
      <R>240</R>
      <G>240</G>
      <B>240</B>
    </TextColor>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>43</X>
      <Y>219</Y>
    </Location>
    <Size>
      <CX>104</CX>
      <CY>2</CY>
    </Size>
    <TextOffsetY>-50</TextOffsetY>
    <GaugeOffsetY>-11</GaugeOffsetY>
    <Style_VScroll>false</Style_VScroll>
    <Style_HScroll>false</Style_HScroll>
    <Style_Transparent>false</Style_Transparent>
    <!--<TooltipReference/>-->
    <FillTint>
      <R>0</R>
      <G>180</G>
      <B>0</B>
    </FillTint>
    <LinesFillTint>
      <R>220</R>
      <G>220</G>
      <B>0</B>
    </LinesFillTint>
    <DrawLinesFill>false</DrawLinesFill>
    <EQType>21</EQType>
    <GaugeDrawTemplate>
      <Lines>Drak_GaugeLines</Lines>
      <LinesFill>Drak_GaugeLinesFill</LinesFill>
      <EndCapRight>Drak_EndCapRight</EndCapRight>
      <EndCapLeft>Drak_HitEndCapLeft</EndCapLeft>
      <Fill>Drak_GaugeFill</Fill>
      <Background>Drak_GaugeBackground</Background>
    </GaugeDrawTemplate>
    <GaugeOffsetX>-24</GaugeOffsetX>
  </Gauge>
  <Label item="GW_CurrentHP">
    <ScreenID>HPNumberLabel</ScreenID>
    <EQType>70</EQType>
    <!--<Font>3</Font>-->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>171</X>
      <Y>35</Y>
    </Location>
    <Size>
      <CX>75</CX>
      <CY>14</CY>
    </Size>
    <Text>10000/10000</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>
    <!--<Font>3</Font>-->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>216</X>
      <Y>13</Y>
    </Location>
    <Size>
      <CX>20</CX>
      <CY>14</CY>
    </Size>
    <Text>60</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_CurrentEnd">
    <ScreenID>GW_CurrentEnd</ScreenID>
    <Font>2</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>171</X>
      <Y>57</Y>
    </Location>
    <Size>
      <CX>75</CX>
      <CY>14</CY>
    </Size>
    <EQType>129</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>10000/10000</Text>
  </Label>
  <Label item="GW_ACNumber">
    <ScreenID>GW_ACNumberLabel</ScreenID>
    <EQType>22</EQType>
    <!--<Font>3</Font>-->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>175</X>
      <Y>79</Y>
    </Location>
    <Size>
      <CX>32</CX>
      <CY>14</CY>
    </Size>
    <Text>10000</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">
    <!--<Font>3</Font>-->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>207</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>
    <!--<Font>3</Font>-->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>210</X>
      <Y>79</Y>
    </Location>
    <Size>
      <CX>32</CX>
      <CY>14</CY>
    </Size>
    <Text>10000</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>
    <!--<Font>3</Font>-->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>213</X>
      <Y>94</Y>
    </Location>
    <Size>
      <CX>50</CX>
      <CY>14</CY>
    </Size>
    <Text>255</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
    <Font>2</Font>
  </Label>
  <Label item="GW_STANumber">
    <ScreenID>GW_STANumberLabel</ScreenID>
    <EQType>6</EQType>
    <!--<Font>3</Font>-->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>213</X>
      <Y>105</Y>
    </Location>
    <Size>
      <CX>50</CX>
      <CY>14</CY>
    </Size>
    <Text>255</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
    <Font>2</Font>
  </Label>
Last edited by Quicksilver on Fri May 20, 2005 4:18 am, edited 1 time in total.

Quicksilver
a lesser mummy
a lesser mummy
Posts: 48
Joined: Fri Feb 25, 2005 4:21 am

Post by Quicksilver » Thu May 19, 2005 6:19 pm

Code: Select all

<Label item="GW_AGINumber">
    <ScreenID>GW_AGINumberLabel</ScreenID>
    <EQType>8</EQType>
    <!--<Font>3</Font>-->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>213</X>
      <Y>116</Y>
    </Location>
    <Size>
      <CX>50</CX>
      <CY>14</CY>
    </Size>
    <Text>255</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
    <Font>2</Font>
  </Label>
  <Label item="GW_DEXNumber">
    <ScreenID>GW_DEXNumberLabel</ScreenID>
    <EQType>7</EQType>
    <!--<Font>3</Font>-->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>213</X>
      <Y>127</Y>
    </Location>
    <Size>
      <CX>50</CX>
      <CY>14</CY>
    </Size>
    <Text>255</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
    <Font>2</Font>
  </Label>
  <Label item="GW_WISNumber">
    <ScreenID>GW_WISNumberLabel</ScreenID>
    <EQType>9</EQType>
    <!--<Font>3</Font>-->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>213</X>
      <Y>138</Y>
    </Location>
    <Size>
      <CX>50</CX>
      <CY>14</CY>
    </Size>
    <Text>255</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
    <Font>2</Font>
  </Label>
  <Label item="GW_INTNumber">
    <ScreenID>GW_INTNumberLabel</ScreenID>
    <EQType>10</EQType>
    <!--<Font>3</Font>-->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>213</X>
      <Y>149</Y>
    </Location>
    <Size>
      <CX>50</CX>
      <CY>14</CY>
    </Size>
    <Text>255</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
    <Font>2</Font>
  </Label>
  <Label item="GW_CHANumber">
    <ScreenID>GW_CHANumberLabel</ScreenID>
    <EQType>11</EQType>
    <!--<Font>3</Font>-->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>213</X>
      <Y>160</Y>
    </Location>
    <Size>
      <CX>50</CX>
      <CY>14</CY>
    </Size>
    <Text>255</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
    <Font>2</Font>
  </Label>
  <Label item="GW_PoisonNumber">
    <ScreenID>GW_PoisonNumberLabel</ScreenID>
    <EQType>12</EQType>
    <!--<Font>3</Font>-->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>213</X>
      <Y>179</Y>
    </Location>
    <Size>
      <CX>64</CX>
      <CY>14</CY>
    </Size>
    <Text>255</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
    <Font>2</Font>
  </Label>
  <Label item="GW_MagicNumber">
    <ScreenID>GW_MagicNumberLabel</ScreenID>
    <EQType>16</EQType>
    <!--<Font>3</Font>-->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>213</X>
      <Y>190</Y>
    </Location>
    <Size>
      <CX>64</CX>
      <CY>14</CY>
    </Size>
    <Text>255</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
    <Font>2</Font>
  </Label>
  <Label item="GW_DiseaseNumber">
    <ScreenID>GW_DiseaseNumberLabel</ScreenID>
    <EQType>13</EQType>
    <!--<Font>3</Font>-->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>213</X>
      <Y>201</Y>
    </Location>
    <Size>
      <CX>64</CX>
      <CY>14</CY>
    </Size>
    <Text>255</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
    <Font>2</Font>
  </Label>
  <Label item="GW_FireNumber">
    <ScreenID>GW_FireNumberLabel</ScreenID>
    <EQType>14</EQType>
    <!--<Font>3</Font>-->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>213</X>
      <Y>212</Y>
    </Location>
    <Size>
      <CX>64</CX>
      <CY>14</CY>
    </Size>
    <Text>255</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
    <Font>2</Font>
  </Label>
  <Label item="GW_ColdNumber">
    <ScreenID>GW_ColdNumberLabel</ScreenID>
    <EQType>15</EQType>
    <!--<Font>3</Font>-->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>213</X>
      <Y>223</Y>
    </Location>
    <Size>
      <CX>64</CX>
      <CY>14</CY>
    </Size>
    <Text>255</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
    <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>
  </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>
    <Font>3</Font>
  </Label>
  <Label item="GW_HPLabel2">
    <ScreenID>HPLabel2</ScreenID>
    <EQType>36</EQType>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>148</X>
      <Y>146</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>
  </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>
  </Label>
  <Label item="GW_HPLabel3">
    <ScreenID>HPLabel3</ScreenID>
    <EQType>37</EQType>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>148</X>
      <Y>168</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>
  </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>
  </Label>
  <Label item="GW_HPLabel4">
    <ScreenID>HPLabel4</ScreenID>
    <EQType>38</EQType>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>148</X>
      <Y>190</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>
  </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>
  </Label>
  <Label item="GW_HPLabel5">
    <ScreenID>HPLabel5</ScreenID>
    <EQType>39</EQType>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>148</X>
      <Y>212</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>
  </Label>
  
  <Label item="Member5Distance">
    <ScreenID>A_ScreenID</ScreenID>
    <Font>1</Font>
    <EQType>9999</EQType>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <Size>
      <CX>45</CX>
      <CY>12</CY>
    </Size>
    <AlignRight>true</AlignRight>
    <Location>
      <X>130</X>
      <Y>200</Y>
    </Location>
    <TooltipReference>${Group.Member[5].Distance}</TooltipReference>
  </Label>

  <Label item="Member4Distance">
    <ScreenID>A_ScreenID</ScreenID>
    <Font>1</Font>
    <EQType>9999</EQType>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <Size>
      <CX>45</CX>
      <CY>12</CY>
    </Size>
    <AlignRight>true</AlignRight>
    <Location>
      <X>130</X>
      <Y>179</Y>
    </Location>
    <TooltipReference>${Group.Member[4].Distance}</TooltipReference>
  </Label>

  <Label item="Member3Distance">
    <ScreenID>A_ScreenID</ScreenID>
    <Font>1</Font>
    <EQType>9999</EQType>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <Size>
      <CX>45</CX>
      <CY>12</CY>
    </Size>
    <AlignRight>true</AlignRight>
    <Location>
      <X>130</X>
      <Y>157</Y>
    </Location>
    <TooltipReference>${Group.Member[3].Distance}</TooltipReference>
  </Label>

  <Label item="Member2Distance">
    <ScreenID>A_ScreenID</ScreenID>
    <Font>1</Font>
    <EQType>9999</EQType>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <Size>
      <CX>45</CX>
      <CY>12</CY>
    </Size>
    <AlignRight>true</AlignRight>
    <Location>
      <X>130</X>
      <Y>135</Y>
    </Location>
    <TooltipReference>${Group.Member[2].Distance}</TooltipReference>
  </Label>

    <Label item="Member1Distance">
    <ScreenID>A_ScreenID</ScreenID>
    <Font>1</Font>
    <EQType>9999</EQType>	
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <Size>
      <CX>45</CX>
      <CY>12</CY>
    </Size>
    <AlignRight>true</AlignRight>
    <Location>
      <X>130</X>
      <Y>112</Y>
    </Location>
    <TooltipReference>${Group.Member[1].Distance}</TooltipReference>
  </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>
  </Label>
    
  <Label item="MQ_EXPPercentage">
    <Font>1</Font>
    <EQType>9999</EQType>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>139</X>
      <Y>76</Y>
    </Location>
    <Size>
      <CX>32</CX>
      <CY>14</CY>
    </Size>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignRight>true</AlignRight>
    <TooltipReference>${Me.PctExp}</TooltipReference>
  </Label>

  <Label item="MQ_AAXPPercentage">
    <Font>1</Font>
    <EQType>9999</EQType>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>139</X>
      <Y>89</Y>
    </Location>
    <Size>
      <CX>32</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>
    <TooltipReference>${Me.PctAAExp}</TooltipReference>
  </Label>
    
  <Label item="GW_Class1">
    <ScreenID>ClassLabel1</ScreenID>
    <Font>1</Font>
    <EQType>9999</EQType>
    <TooltipReference>${Group.Member[1].Class.ShortName}</TooltipReference>
    <TooltipReference>$spawn($group(1),class)</TooltipReference>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>24</X>
      <Y>114</Y>
    </Location>
    <Size>
      <CX>75</CX>
      <CY>112</CY>
    </Size>
    <Text>100</Text>
    <TextColor>
      <R>0</R>
      <G>255</G>
      <B>0</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
  </Label>

  <Label item="GW_Level1">
    <ScreenID>ClassLabel1</ScreenID>
    <Font>1</Font>
    <EQType>9999</EQType>
    <TooltipReference>${Group.Member[1].Level}</TooltipReference>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>2</X>
      <Y>114</Y>
    </Location>
    <Size>
      <CX>22</CX>
      <CY>112</CY>
    </Size>
    <Text>100</Text>
    <TextColor>
      <R>0</R>
      <G>255</G>
      <B>0</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>true</AlignRight>
  </Label>

  <Label item="GW_Class2">
    <ScreenID>ClassLabel2</ScreenID>
    <Font>1</Font>
    <EQType>9999</EQType>
    <TooltipReference>${Group.Member[2].Class.ShortName}</TooltipReference>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>24</X>
      <Y>136</Y>
    </Location>
    <Size>
      <CX>75</CX>
      <CY>135</CY>
    </Size>
    <Text>100</Text>
    <TextColor>
      <R>0</R>
      <G>255</G>
      <B>0</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
  </Label>

  <Label item="GW_Level2">
    <ScreenID>ClassLabel2</ScreenID>
    <Font>1</Font>
    <EQType>9999</EQType>
    <TooltipReference>${Group.Member[2].Level}</TooltipReference>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>2</X>
      <Y>136</Y>
    </Location>
    <Size>
      <CX>22</CX>
      <CY>135</CY>
    </Size>
    <Text>100</Text>
    <TextColor>
      <R>0</R>
      <G>255</G>
      <B>0</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>true</AlignRight>
  </Label>

  <Label item="GW_Class3">
    <ScreenID>ClassLabel3</ScreenID>
    <Font>1</Font>
    <EQType>9999</EQType>
    <TooltipReference>${Group.Member[3].Class.ShortName}</TooltipReference>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>24</X>
      <Y>157</Y>
    </Location>
    <Size>
      <CX>75</CX>
      <CY>157</CY>
    </Size>
    <Text>100</Text>
    <TextColor>
      <R>0</R>
      <G>255</G>
      <B>0</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
  </Label>

  <Label item="GW_Level3">
    <ScreenID>ClassLabel3</ScreenID>
    <Font>1</Font>
    <EQType>9999</EQType>
    <TooltipReference>${Group.Member[3].Level}</TooltipReference>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>2</X>
      <Y>157</Y>
    </Location>
    <Size>
      <CX>22</CX>
      <CY>157</CY>
    </Size>
    <Text>100</Text>
    <TextColor>
      <R>0</R>
      <G>255</G>
      <B>0</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>true</AlignRight>
  </Label>

  <Label item="GW_Class4">
    <ScreenID>ClassLabel4</ScreenID>
    <Font>1</Font>
    <EQType>9999</EQType>
    <TooltipReference>${Group.Member[4].Class.ShortName}</TooltipReference>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>24</X>
      <Y>180</Y>
    </Location>
    <Size>
      <CX>75</CX>
      <CY>12</CY>
    </Size>
    <Text>100</Text>
    <TextColor>
      <R>0</R>
      <G>255</G>
      <B>0</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
  </Label>

  <Label item="GW_Level4">
    <ScreenID>ClassLabel4</ScreenID>
    <Font>1</Font>
    <EQType>9999</EQType>
    <TooltipReference>${Group.Member[4].Level}</TooltipReference>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>2</X>
      <Y>180</Y>
    </Location>
    <Size>
      <CX>22</CX>
      <CY>12</CY>
    </Size>
    <Text>100</Text>
    <TextColor>
      <R>0</R>
      <G>255</G>
      <B>0</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>true</AlignRight>
  </Label>

  <Label item="GW_Class5">
    <ScreenID>ClassLabel5</ScreenID>
    <Font>1</Font>
    <EQType>9999</EQType>
    <TooltipReference>${Group.Member[5].Class.ShortName}</TooltipReference>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>24</X>
      <Y>202</Y>
    </Location>
    <Size>
      <CX>75</CX>
      <CY>12</CY>
    </Size>
    <Text>100</Text>
    <TextColor>
      <R>0</R>
      <G>255</G>
      <B>0</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
  </Label>

  <Label item="GW_Level5">
    <ScreenID>ClassLabel5</ScreenID>
    <Font>1</Font>
    <EQType>9999</EQType>
    <TooltipReference>${Group.Member[5].Level}</TooltipReference>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>2</X>
      <Y>202</Y>
    </Location>
    <Size>
      <CX>22</CX>
      <CY>12</CY>
    </Size>
    <Text>100</Text>
    <TextColor>
      <R>0</R>
      <G>255</G>
      <B>0</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>true</AlignRight>
  </Label>
  
  <Screen item="GroupWindow">
    <ScreenID />
    <RelativePosition>false</RelativePosition>
    <Location>
      <X>516</X>
      <Y>100</Y>
    </Location>
    <Size>
      <CX>256</CX>
      <CY>256</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>
    <Pieces>DrakGroupwindow_Back1</Pieces>
    <Pieces>GW_FirstName</Pieces>
    <Pieces>GW_Player_HP</Pieces>
    <Pieces>GW_HPPercent</Pieces>
    <Pieces>GW_Breath_Gauge</Pieces>
    <Pieces>GW_Player_Mana</Pieces>
    <Pieces>GW_ManaPercent</Pieces>
    <Pieces>GW_CastingTime</Pieces>
    <Pieces>GW_Player_Endurance</Pieces>
    <Pieces>GW_EndurancePercentage</Pieces>
    <Pieces>GW_ExpGauge</Pieces>
    <Pieces>GW_AltAdvGauge</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_PetGauge1</Pieces>
    <Pieces>GW_PetGauge2</Pieces>
    <Pieces>GW_PetGauge3</Pieces>
    <Pieces>GW_PetGauge4</Pieces>
    <Pieces>GW_PetGauge5</Pieces>
    <Pieces>GW_Pet_HP</Pieces>
    <Pieces>GW_CurrentHP</Pieces>
    <Pieces>GW_CurrentEnd</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>Member1Distance</Pieces>
    <Pieces>Member2Distance</Pieces>
    <Pieces>Member3Distance</Pieces>
    <Pieces>Member4Distance</Pieces>
    <Pieces>Member5Distance</Pieces>
    <Pieces>MQ_EXPPercentage</Pieces>
    <Pieces>MQ_AAXPPercentage</Pieces>
    <Pieces>GW_Class1</Pieces>
    <Pieces>GW_Level1</Pieces>
    <Pieces>GW_Class2</Pieces>
    <Pieces>GW_Level2</Pieces>
    <Pieces>GW_Class3</Pieces>
    <Pieces>GW_Level3</Pieces>
    <Pieces>GW_Class4</Pieces>
    <Pieces>GW_Level4</Pieces>
    <Pieces>GW_Class5</Pieces>
    <Pieces>GW_Level5</Pieces>
  </Screen>
</XML>
Last edited by Quicksilver on Fri May 20, 2005 4:20 am, edited 1 time in total.

Quicksilver
a lesser mummy
a lesser mummy
Posts: 48
Joined: Fri Feb 25, 2005 4:21 am

Post by Quicksilver » Thu May 19, 2005 6:23 pm

Basically it is breeding Bat's UI with Drak/Tking UI with endurance showing instead of mana. As a pure melee I have no mana so whats the point of seeing 0/0. I was going to try to replace ${Me.ManaRegen} with ${Me.EndRegen}, but apparently it doesn't exist or I am to stupid to figure it out. Which is the reason I am here asking for help in the first place, but if anyone notices anything that would make this work plz post it. Any help is appreciated and if a good flameing is in order plz~ flame on!~

Oh, and this is just the EQUI_GroupWindow..

Teh_Hidden
a lesser mummy
a lesser mummy
Posts: 43
Joined: Wed Mar 16, 2005 12:42 am

Post by Teh_Hidden » Thu May 19, 2005 6:35 pm

I'm no melee, but I had gotten the impression that end regen could not be altered, and was the same for everyone. If this is so (and I might be wrong), then there would be no EQType for it, and you probably could just stick it into your ui by having it just display that number, rather than a variable. As for the endur number...I recommend picking apart something like SARSUI for melee that displays the endur numbers on the hotbutton window, and finding the info it uses to display the end, then splice it into your window as needed.

User avatar
htw
a grimling bloodguard
a grimling bloodguard
Posts: 512
Joined: Wed Feb 18, 2004 8:30 pm
Location: Albuquerque, NM USA
Contact:

Post by htw » Thu May 19, 2005 8:06 pm

mqtype endurance values:

${Me.EnduranceRegen}
${Me.EnduranceBonus}
${Me.CurrentEndurance}
${Me.MaxEndurance}
${Me.PctEndurance}

eqtypes:

126 = Endurace
127 = Max Endurance
129 = Endurance / Max Endurance

htw

Quicksilver
a lesser mummy
a lesser mummy
Posts: 48
Joined: Fri Feb 25, 2005 4:21 am

Post by Quicksilver » Fri May 20, 2005 4:25 am

Learned alot about xml on this, and thx to Htw on the eq types for end. They do work well but end regen rate rarely changes so didnt see any use to put it in. Maybe melees that use this UI can use this mod /shurg.

xyilla
naggy
naggy
Posts: 33673
Joined: Sun Feb 23, 2025 5:36 am

Re: Endurance on Drak~ tking UI

Post by xyilla » Sun May 18, 2025 2:04 pm


xyilla
naggy
naggy
Posts: 33673
Joined: Sun Feb 23, 2025 5:36 am

Re: Endurance on Drak~ tking UI

Post by xyilla » Sun May 18, 2025 2:05 pm


xyilla
naggy
naggy
Posts: 33673
Joined: Sun Feb 23, 2025 5:36 am

Re: Endurance on Drak~ tking UI

Post by xyilla » Sun May 18, 2025 2:06 pm


xyilla
naggy
naggy
Posts: 33673
Joined: Sun Feb 23, 2025 5:36 am

Re: Endurance on Drak~ tking UI

Post by xyilla » Sun May 18, 2025 2:43 pm


xyilla
naggy
naggy
Posts: 33673
Joined: Sun Feb 23, 2025 5:36 am

Re: Endurance on Drak~ tking UI

Post by xyilla » Sun May 18, 2025 2:44 pm


xyilla
naggy
naggy
Posts: 33673
Joined: Sun Feb 23, 2025 5:36 am

Re: Endurance on Drak~ tking UI

Post by xyilla » Sun May 18, 2025 2:45 pm


xyilla
naggy
naggy
Posts: 33673
Joined: Sun Feb 23, 2025 5:36 am

Re: Endurance on Drak~ tking UI

Post by xyilla » Sun May 18, 2025 3:21 pm


xyilla
naggy
naggy
Posts: 33673
Joined: Sun Feb 23, 2025 5:36 am

Re: Endurance on Drak~ tking UI

Post by xyilla » Sun May 18, 2025 3:23 pm


xyilla
naggy
naggy
Posts: 33673
Joined: Sun Feb 23, 2025 5:36 am

Re: Endurance on Drak~ tking UI

Post by xyilla » Sun May 18, 2025 3:24 pm