Aya and MQ2 intergration

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

Moderator: MacroQuest Developers

JimJohnson
a grimling bloodguard
a grimling bloodguard
Posts: 1299
Joined: Sat Oct 11, 2003 6:00 am

Post by JimJohnson » Mon Sep 04, 2006 5:37 pm

Well after you said that I re looked and relized your pretty silly. Your right Eqmonkee, might want to get a new screen name while your at it.

Wishbringer
Contributing Member
Contributing Member
Posts: 230
Joined: Thu Nov 14, 2002 7:00 am

Post by Wishbringer » Tue Sep 05, 2006 2:07 pm

A wizard's familiar is quite annoying at times. :roll:

Kiniktoo
a ghoul
a ghoul
Posts: 97
Joined: Sun May 16, 2004 8:18 pm

Post by Kiniktoo » Wed Sep 06, 2006 1:22 am

the class in group window is fucked, they are offset to the old version so you cant see the 6th persons class

RedManCommeth
a hill giant
a hill giant
Posts: 185
Joined: Sun Jul 11, 2004 12:15 pm

Post by RedManCommeth » Sun Sep 24, 2006 12:08 pm

Watch out for NEEDING to upgrade to Aya 8.01 or you will have problems with the char select window.

RMC

Farendal
a lesser mummy
a lesser mummy
Posts: 52
Joined: Thu Nov 17, 2005 4:17 am
Contact:

Post by Farendal » Fri Oct 06, 2006 1:00 pm

modified to work with 8.02

necroman
a lesser mummy
a lesser mummy
Posts: 42
Joined: Thu Apr 28, 2005 6:59 pm

Post by necroman » Mon Feb 19, 2007 3:19 am

will anyone be working on this to update it for TBS? PLEASE

Hamner
a lesser mummy
a lesser mummy
Posts: 47
Joined: Wed Aug 04, 2004 9:30 am

Post by Hamner » Thu Apr 05, 2007 10:58 pm

Dont suppose theres anychance of getting this updated?

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 » Sat Jul 07, 2007 10:37 pm

Hamner wrote:Dont suppose theres anychance of getting this updated?
Although slightly tardy... I can update this if it still needs done, and anyone wants to use it.

htw

Hamner
a lesser mummy
a lesser mummy
Posts: 47
Joined: Wed Aug 04, 2004 9:30 am

Post by Hamner » Sun Jul 08, 2007 1:48 am

Please :D

Kiniktoo
a ghoul
a ghoul
Posts: 97
Joined: Sun May 16, 2004 8:18 pm

Post by Kiniktoo » Sun Jul 22, 2007 8:46 pm

there should be room in the group window to still have the classes (short name) and levels of everyone with the cast bar still included.. and i personally had hp and mana regen per tick next to the percentages. I'll post this soon

Rosko
decaying skeleton
decaying skeleton
Posts: 3
Joined: Mon Dec 04, 2006 7:10 pm

Post by Rosko » Mon Sep 03, 2007 11:19 pm

Anyone have a version 8.51 with the group and target info? Been trying to make one but for some reason I cant get it to work, just get unknown label across the whole thing. Thx in advance

Rosko
decaying skeleton
decaying skeleton
Posts: 3
Joined: Mon Dec 04, 2006 7:10 pm

Post by Rosko » Sun Sep 09, 2007 11:29 pm

ok heres the lastest version of the aya UI with MQ intergration

EQUI_GroupWindow.ini

Code: Select all

<?xml version="1.0" encoding="us-ascii"?>
<XML ID="EQInterfaceDefinitionLanguage">
  <Schema xmlns="EverQuestData" xmlns:dt="EverQuestDataTypes" />
  <Button item="GW_InviteButton">
    <ScreenID>InviteButton</ScreenID>
    <Font>1</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>0</X>
      <Y>1</Y>
    </Location>
    <Size>
      <CX>30</CX>
      <CY>11</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/>-->
    <ButtonDrawTemplate>
      <Normal>Inv_b</Normal>
      <Pressed>Inv_a</Pressed>
      <Flyby>Inv_b</Flyby>
      <Disabled>Inv_a</Disabled>
      <PressedFlyby>Inv_b</PressedFlyby>
    </ButtonDrawTemplate>
  </Button>
  <Button item="GW_DisbandButton">
    <ScreenID>DisbandButton</ScreenID>
    <Font>1</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>30</X>
      <Y>1</Y>
    </Location>
    <Size>
      <CX>30</CX>
      <CY>11</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>Dis_b</Normal>
      <Pressed>Dis_a</Pressed>
      <Flyby>Dis_b</Flyby>
      <Disabled>Dis_a</Disabled>
      <PressedFlyby>Dis_b</PressedFlyby>
    </ButtonDrawTemplate>
  </Button>
  <Button item="GW_FollowButton">
    <ScreenID>FollowButton</ScreenID>
    <Font>1</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>0</X>
      <Y>1</Y>
    </Location>
    <Size>
      <CX>30</CX>
      <CY>11</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/>-->
    <ButtonDrawTemplate>
      <Normal>Fol_b</Normal>
      <Pressed>Fol_a</Pressed>
      <Flyby>Fol_b</Flyby>
      <Disabled>Fol_a</Disabled>
      <PressedFlyby>Fol_b</PressedFlyby>
    </ButtonDrawTemplate>
  </Button>
  <Button item="GW_DeclineButton">
    <ScreenID>DeclineButton</ScreenID>
    <Font>1</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>30</X>
      <Y>1</Y>
    </Location>
    <Size>
      <CX>30</CX>
      <CY>11</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>Dec_b</Normal>
      <Pressed>Dec_a</Pressed>
      <Flyby>Dec_b</Flyby>
      <Disabled>Dec_a</Disabled>
      <PressedFlyby>Dec_b</PressedFlyby>
    </ButtonDrawTemplate>
  </Button>
  <Button item="GW_LFGButton">
    <ScreenID>LFGButton</ScreenID>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>-100</X>
      <Y>-100</Y>
    </Location>
    <Size>
      <CX>26</CX>
      <CY>26</CY>
    </Size>
    <Style_Checkbox>false</Style_Checkbox>
    <TooltipReference>Open LFG Window</TooltipReference>
    <ButtonDrawTemplate>
      <Normal>A_LFGBtnNormal</Normal>
      <Pressed>A_LFGBtnPressed</Pressed>
      <Flyby>A_LFGBtnFlyby</Flyby>
      <Disabled>A_LFGBtnNormal</Disabled>
      <PressedFlyby>A_LFGBtnPressedFlyby</PressedFlyby>
    </ButtonDrawTemplate>
  </Button>
  <Label item="GW_PlayerPercent1">
    <ScreenID>TargetPercentage</ScreenID>
    <EQType>35</EQType>
    <Font>2</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>87</X>
      <Y>15</Y>
    </Location>
    <Size>
      <CX>35</CX>
      <CY>14</CY>
    </Size>
    <Text>0</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>
  <Label item="GW_PercentFig1">
    <!--  <Font>1</Font> -->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>59</X>
      <Y>22</Y>
    </Location>
    <Size>
      <CX>1</CX>
      <CY>1</CY>
    </Size>
    <Text>%</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>
  <Label item="GW_PlayerPercent2">
    <ScreenID>TargetPercentage</ScreenID>
    <EQType>36</EQType>
    <Font>2</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>207</X>
      <Y>15</Y>
    </Location>
    <Size>
      <CX>35</CX>
      <CY>14</CY>
    </Size>
    <Text>0</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>
  <Label item="GW_PercentFig2">
    <!--<Font>3</Font>-->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>206</X>
      <Y>22</Y>
    </Location>
    <Size>
      <CX>1</CX>
      <CY>1</CY>
    </Size>
    <Text>%</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>
  <Label item="GW_PlayerPercent3">
    <ScreenID>TargetPercentage</ScreenID>
    <EQType>37</EQType>
    <Font>2</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>333</X>
      <Y>15</Y>
    </Location>
    <Size>
      <CX>29</CX>
      <CY>13</CY>
    </Size>
    <Text>0</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>
  <Label item="GW_PercentFig3">
    <!--<Font>3</Font>-->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>299</X>
      <Y>23</Y>
    </Location>
    <Size>
      <CX>1</CX>
      <CY>1</CY>
    </Size>
    <Text>%</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>
  <Label item="GW_PlayerPercent4">
    <ScreenID>TargetPercentage</ScreenID>
    <EQType>38</EQType>
    <Font>2</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>447</X>
      <Y>15</Y>
    </Location>
    <Size>
      <CX>35</CX>
      <CY>14</CY>
    </Size>
    <Text>0</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>
  <Label item="GW_PercentFig4">
    <!--<Font>3</Font>-->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>534</X>
      <Y>52</Y>
    </Location>
    <Size>
      <CX>1</CX>
      <CY>1</CY>
    </Size>
    <Text>%</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>
  <Label item="GW_PlayerPercent5">
    <ScreenID>TargetPercentage</ScreenID>
    <EQType>39</EQType>
    <Font>2</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>567</X>
      <Y>15</Y>
    </Location>
    <Size>
      <CX>35</CX>
      <CY>14</CY>
    </Size>
    <Text>0</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>
  <Label item="GW_PercentFig5">
    <!--<Font>3</Font>-->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>738</X>
      <Y>45</Y>
    </Location>
    <Size>
      <CX>1</CX>
      <CY>1</CY>
    </Size>
    <Text>%</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>
  <Label item="GW_F2">
    <Font>1</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>8</X>
      <Y>32</Y>
    </Location>
    <Size>
      <CX>20</CX>
      <CY>14</CY>
    </Size>
    <Text>F2</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
    <AlignLeft>true</AlignLeft>
  </Label>
  <Label item="GW_F3">
    <Font>1</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>128</X>
      <Y>32</Y>
    </Location>
    <Size>
      <CX>20</CX>
      <CY>14</CY>
    </Size>
    <Text>F3</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
    <AlignLeft>true</AlignLeft>
  </Label>
  <Label item="GW_F4">
    <Font>1</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>248</X>
      <Y>32</Y>
    </Location>
    <Size>
      <CX>20</CX>
      <CY>13</CY>
    </Size>
    <Text>F4</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
    <AlignLeft>true</AlignLeft>
  </Label>
  <Label item="GW_F5">
    <Font>1</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>368</X>
      <Y>32</Y>
    </Location>
    <Size>
      <CX>20</CX>
      <CY>14</CY>
    </Size>
    <Text>F5</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
    <AlignLeft>true</AlignLeft>
  </Label>
  <Label item="GW_F6">
    <Font>1</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>488</X>
      <Y>32</Y>
    </Location>
    <Size>
      <CX>20</CX>
      <CY>14</CY>
    </Size>
    <Text>F6</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
    <AlignLeft>true</AlignLeft>
  </Label>
  <!-- Advanced Group Testing -->
  <Gauge item="GW_Gauge1100">
    <ScreenID>Gauge1</ScreenID>
    <!--<Font>3</Font>-->
    <TextColor>
      <R>240</R>
      <G>240</G>
      <B>240</B>
    </TextColor>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>3</X>
      <Y>1</Y>
    </Location>
    <Size>
      <CX>120</CX>
      <CY>41</CY>
    </Size>
    <TextOffsetX>13</TextOffsetX>
    <TextOffsetY>14</TextOffsetY>
    <GaugeOffsetX>20</GaugeOffsetX>
    <Style_VScroll>false</Style_VScroll>
    <Style_HScroll>false</Style_HScroll>
    <Style_Transparent>false</Style_Transparent>
    <!--<TooltipReference/>-->
    <FillTint>
      <R>240</R>
      <G>240</G>
      <B>240</B>
    </FillTint>
    <LinesFillTint>
      <R>120</R>
      <G>120</G>
      <B>120</B>
    </LinesFillTint>
    <DrawLinesFill>false</DrawLinesFill>
    <EQType>11</EQType>
    <GaugeDrawTemplate>
      <!--
    <Background>A_GaugeBackground</Background>-->
      <Fill>Playergauge100</Fill>
      <Lines>A_GaugeLines</Lines>
      <LinesFill>Playergauge100Line</LinesFill>
      <!--
    <EndCapLeft>A_GaugeEndCapLeft</EndCapLeft>
    <EndCapRight>A_GaugeEndCapRight</EndCapRight>
-->
    </GaugeDrawTemplate>
  </Gauge>
  <Gauge item="GW_PetGauge1##">
    <ScreenID>PetGauge1</ScreenID>
    <!--<Font>3</Font>-->
    <TextColor>
      <R>240</R>
      <G>240</G>
      <B>240</B>
    </TextColor>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>23</X>
      <Y>41</Y>
    </Location>
    <Size>
      <CX>100</CX>
      <CY>3</CY>
    </Size>
    <TextOffsetY>-50</TextOffsetY>
    <GaugeOffsetY>-2</GaugeOffsetY>
    <Style_VScroll>false</Style_VScroll>
    <Style_HScroll>false</Style_HScroll>
    <Style_Transparent>false</Style_Transparent>
    <!--<TooltipReference/>-->
    <FillTint>
      <R>250</R>
      <G>250</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_GaugeFill</Fill>
      <!--<Lines>A_GaugeLines</Lines>-->
      <!--<LinesFill>A_GaugeLinesFill</LinesFill>-->
      <!--<EndCapLeft>A_GaugeEndCapLeft</EndCapLeft>-->
      <!--<EndCapRight>A_GaugeEndCapRight</EndCapRight>-->
    </GaugeDrawTemplate>
  </Gauge>
  <Gauge item="GW_Gauge2100">
    <ScreenID>Gauge1</ScreenID>
    <!--<Font>3</Font>-->
    <TextColor>
      <R>240</R>
      <G>240</G>
      <B>240</B>
    </TextColor>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>123</X>
      <Y>1</Y>
    </Location>
    <Size>
      <CX>120</CX>
      <CY>41</CY>
    </Size>
    <TextOffsetX>13</TextOffsetX>
    <TextOffsetY>14</TextOffsetY>
    <GaugeOffsetX>20</GaugeOffsetX>
    <Style_VScroll>false</Style_VScroll>
    <Style_HScroll>false</Style_HScroll>
    <Style_Transparent>false</Style_Transparent>
    <!--<TooltipReference/>-->
    <FillTint>
      <R>230</R>
      <G>230</G>
      <B>230</B>
    </FillTint>
    <LinesFillTint>
      <R>120</R>
      <G>120</G>
      <B>120</B>
    </LinesFillTint>
    <DrawLinesFill>false</DrawLinesFill>
    <EQType>12</EQType>
    <GaugeDrawTemplate>
      <Fill>Playergauge100</Fill>
      <Lines>A_GaugeLines</Lines>
      <LinesFill>Playergauge100Line</LinesFill>
      <!--    <EndCapLeft>A_GaugeEndCapLeft</EndCapLeft>
    <EndCapRight>A_GaugeEndCapRight</EndCapRight>
-->
    </GaugeDrawTemplate>
  </Gauge>
  <Gauge item="GW_PetGauge2##">
    <ScreenID>PetGauge2</ScreenID>
    <!--<Font>3</Font>-->
    <TextColor>
      <R>240</R>
      <G>240</G>
      <B>240</B>
    </TextColor>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>143</X>
      <Y>41</Y>
    </Location>
    <Size>
      <CX>100</CX>
      <CY>3</CY>
    </Size>
    <TextOffsetY>-50</TextOffsetY>
    <GaugeOffsetY>-2</GaugeOffsetY>
    <Style_VScroll>false</Style_VScroll>
    <Style_HScroll>false</Style_HScroll>
    <Style_Transparent>true</Style_Transparent>
    <!--<TooltipReference/>-->
    <FillTint>
      <R>250</R>
      <G>250</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_GaugeFill</Fill>
      <!--<Lines>A_GaugeLines</Lines>-->
      <!--<LinesFill>A_GaugeLinesFill</LinesFill>-->
      <!--<EndCapLeft>A_GaugeEndCapLeft</EndCapLeft>-->
      <!--<EndCapRight>A_GaugeEndCapRight</EndCapRight>-->
    </GaugeDrawTemplate>
  </Gauge>
  <Gauge item="GW_Gauge3100">
    <ScreenID>Gauge1</ScreenID>
    <!--<Font>3</Font>-->
    <TextColor>
      <R>240</R>
      <G>240</G>
      <B>240</B>
    </TextColor>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>243</X>
      <Y>1</Y>
    </Location>
    <Size>
      <CX>120</CX>
      <CY>41</CY>
    </Size>
    <TextOffsetX>13</TextOffsetX>
    <TextOffsetY>14</TextOffsetY>
    <GaugeOffsetX>20</GaugeOffsetX>
    <Style_VScroll>false</Style_VScroll>
    <Style_HScroll>false</Style_HScroll>
    <Style_Transparent>false</Style_Transparent>
    <!--<TooltipReference/>-->
    <FillTint>
      <R>230</R>
      <G>230</G>
      <B>230</B>
    </FillTint>
    <LinesFillTint>
      <R>120</R>
      <G>120</G>
      <B>120</B>
    </LinesFillTint>
    <DrawLinesFill>false</DrawLinesFill>
    <EQType>13</EQType>
    <GaugeDrawTemplate>
      <Fill>Playergauge100</Fill>
      <Lines>A_GaugeLines</Lines>
      <LinesFill>Playergauge100Line</LinesFill>
      <!--   <EndCapLeft>A_GaugeEndCapLeft</EndCapLeft>
    <EndCapRight>A_GaugeEndCapRight</EndCapRight>
-->
    </GaugeDrawTemplate>
  </Gauge>
  <Gauge item="GW_PetGauge3##">
    <ScreenID>PetGauge3</ScreenID>
    <!--<Font>3</Font>-->
    <TextColor>
      <R>240</R>
      <G>240</G>
      <B>240</B>
    </TextColor>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>263</X>
      <Y>41</Y>
    </Location>
    <Size>
      <CX>100</CX>
      <CY>3</CY>
    </Size>
    <TextOffsetY>-50</TextOffsetY>
    <GaugeOffsetY>-2</GaugeOffsetY>
    <Style_VScroll>false</Style_VScroll>
    <Style_HScroll>false</Style_HScroll>
    <Style_Transparent>false</Style_Transparent>
    <!--<TooltipReference/>-->
    <FillTint>
      <R>250</R>
      <G>250</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_GaugeFill</Fill>
      <!--<Lines>A_GaugeLines</Lines>-->
      <!--<LinesFill>A_GaugeLinesFill</LinesFill>-->
      <!--<EndCapLeft>A_GaugeEndCapLeft</EndCapLeft>-->
      <!--<EndCapRight>A_GaugeEndCapRight</EndCapRight>-->
    </GaugeDrawTemplate>
  </Gauge>
  <Gauge item="GW_Gauge4100">
    <ScreenID>Gauge1</ScreenID>
    <!--<Font>3</Font>-->
    <TextColor>
      <R>240</R>
      <G>240</G>
      <B>240</B>
    </TextColor>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>363</X>
      <Y>1</Y>
    </Location>
    <Size>
      <CX>120</CX>
      <CY>41</CY>
    </Size>
    <TextOffsetX>13</TextOffsetX>
    <TextOffsetY>14</TextOffsetY>
    <GaugeOffsetX>20</GaugeOffsetX>
    <Style_VScroll>false</Style_VScroll>
    <Style_HScroll>false</Style_HScroll>
    <Style_Transparent>false</Style_Transparent>
    <!--<TooltipReference/>-->
    <FillTint>
      <R>230</R>
      <G>230</G>
      <B>230</B>
    </FillTint>
    <LinesFillTint>
      <R>120</R>
      <G>120</G>
      <B>120</B>
    </LinesFillTint>
    <DrawLinesFill>false</DrawLinesFill>
    <EQType>14</EQType>
    <GaugeDrawTemplate>
      <Fill>Playergauge100</Fill>
      <Lines>A_GaugeLines</Lines>
      <LinesFill>Playergauge100Line</LinesFill>
      <!--    <EndCapLeft>A_GaugeEndCapLeft</EndCapLeft>
    <EndCapRight>A_GaugeEndCapRight</EndCapRight>
 -->
    </GaugeDrawTemplate>
  </Gauge>
  <Gauge item="GW_PetGauge4##">
    <ScreenID>PetGauge4</ScreenID>
    <!--<Font>3</Font>-->
    <TextColor>
      <R>240</R>
      <G>240</G>
      <B>240</B>
    </TextColor>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>383</X>
      <Y>41</Y>
    </Location>
    <Size>
      <CX>100</CX>
      <CY>3</CY>
    </Size>
    <TextOffsetY>-50</TextOffsetY>
    <GaugeOffsetY>-2</GaugeOffsetY>
    <Style_VScroll>false</Style_VScroll>
    <Style_HScroll>false</Style_HScroll>
    <Style_Transparent>false</Style_Transparent>
    <!--<TooltipReference/>-->
    <FillTint>
      <R>250</R>
      <G>250</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_GaugeFill</Fill>
      <!--<Lines>A_GaugeLines</Lines>-->
      <!--<LinesFill>A_GaugeLinesFill</LinesFill>-->
      <!--<EndCapLeft>A_GaugeEndCapLeft</EndCapLeft>-->
      <!--<EndCapRight>A_GaugeEndCapRight</EndCapRight>-->
    </GaugeDrawTemplate>
  </Gauge>
  <Gauge item="GW_Gauge5100">
    <ScreenID>Gauge1</ScreenID>
    <!--<Font>3</Font>-->
    <TextColor>
      <R>240</R>
      <G>240</G>
      <B>240</B>
    </TextColor>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>483</X>
      <Y>1</Y>
    </Location>
    <Size>
      <CX>120</CX>
      <CY>41</CY>
    </Size>
    <TextOffsetX>13</TextOffsetX>
    <TextOffsetY>14</TextOffsetY>
    <GaugeOffsetX>20</GaugeOffsetX>
    <Style_VScroll>false</Style_VScroll>
    <Style_HScroll>false</Style_HScroll>
    <Style_Transparent>false</Style_Transparent>
    <!--<TooltipReference/>-->
    <FillTint>
      <R>230</R>
      <G>230</G>
      <B>230</B>
    </FillTint>
    <LinesFillTint>
      <R>120</R>
      <G>120</G>
      <B>120</B>
    </LinesFillTint>
    <DrawLinesFill>false</DrawLinesFill>
    <EQType>15</EQType>
    <GaugeDrawTemplate>
      <Fill>Playergauge100</Fill>
      <Lines>A_GaugeLines</Lines>
      <LinesFill>Playergauge100Line</LinesFill>
      <!--    <EndCapLeft>A_GaugeEndCapLeft</EndCapLeft>
    <EndCapRight>A_GaugeEndCapRight</EndCapRight>
-->
    </GaugeDrawTemplate>
  </Gauge>
  <Gauge item="GW_PetGauge5##">
    <ScreenID>PetGauge5</ScreenID>
    <!--<Font>3</Font>-->
    <TextColor>
      <R>240</R>
      <G>240</G>
      <B>240</B>
    </TextColor>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>503</X>
      <Y>41</Y>
    </Location>
    <Size>
      <CX>100</CX>
      <CY>3</CY>
    </Size>
    <TextOffsetY>-50</TextOffsetY>
    <GaugeOffsetY>-2</GaugeOffsetY>
    <Style_VScroll>false</Style_VScroll>
    <Style_HScroll>false</Style_HScroll>
    <Style_Transparent>false</Style_Transparent>
    <!--<TooltipReference/>-->
    <FillTint>
      <R>250</R>
      <G>250</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_GaugeFill</Fill>
      <!--<Lines>A_GaugeLines</Lines>-->
      <!--<LinesFill>A_GaugeLinesFill</LinesFill>-->
      <!--<EndCapLeft>A_GaugeEndCapLeft</EndCapLeft>-->
      <!--<EndCapRight>A_GaugeEndCapRight</EndCapRight>-->
    </GaugeDrawTemplate>
  </Gauge>
  <!-- Group END -->
  <Label item="GW_HPLabel1">
    <ScreenID>HPLabel1</ScreenID>
    <EQType>35</EQType>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>-64</X>
      <Y>-108</Y>
    </Location>
    <Size>
      <CX>1</CX>
      <CY>1</CY>
    </Size>
    <Text>Playername123456</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>true</AlignRight>
  </Label>
  <Label item="GW_HPPercLabel1">
    <ScreenID>HPPercLabel1</ScreenID>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>-64</X>
      <Y>-108</Y>
    </Location>
    <Size>
      <CX>1</CX>
      <CY>1</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_HPLabel2">
    <ScreenID>HPLabel2</ScreenID>
    <EQType>36</EQType>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>-64</X>
      <Y>-108</Y>
    </Location>
    <Size>
      <CX>1</CX>
      <CY>1</CY>
    </Size>
    <Text>Playername123456</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>true</AlignRight>
  </Label>
  <Label item="GW_HPPercLabel2">
    <ScreenID>HPPercLabel2</ScreenID>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>-64</X>
      <Y>-108</Y>
    </Location>
    <Size>
      <CX>1</CX>
      <CY>1</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>-64</X>
      <Y>-108</Y>
    </Location>
    <Size>
      <CX>1</CX>
      <CY>1</CY>
    </Size>
    <Text>Playername123456</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>true</AlignRight>
  </Label>
  <Label item="GW_HPPercLabel3">
    <ScreenID>HPPercLabel3</ScreenID>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>-64</X>
      <Y>-108</Y>
    </Location>
    <Size>
      <CX>1</CX>
      <CY>1</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>-64</X>
      <Y>-108</Y>
    </Location>
    <Size>
      <CX>1</CX>
      <CY>1</CY>
    </Size>
    <Text>Playername123456</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>true</AlignRight>
  </Label>
  <Label item="GW_HPPercLabel4">
    <ScreenID>HPPercLabel4</ScreenID>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>-64</X>
      <Y>-108</Y>
    </Location>
    <Size>
      <CX>1</CX>
      <CY>1</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>-64</X>
      <Y>-108</Y>
    </Location>
    <Size>
      <CX>1</CX>
      <CY>1</CY>
    </Size>
    <Text>Playername123456</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>true</AlignRight>
  </Label>
  <Label item="GW_HPPercLabel5">
    <ScreenID>HPPercLabel5</ScreenID>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>-64</X>
      <Y>-108</Y>
    </Location>
    <Size>
      <CX>1</CX>
      <CY>1</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="Group_Name_1">
    <ScreenID>Group1</ScreenID>
    <Font>2</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>69</X>
      <Y>7</Y>
    </Location>
    <Text>Group (F2)</Text>
    <Size>
      <CX>100</CX>
      <CY>14</CY>
    </Size>
    <Text />
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <EQType>30</EQType>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
  </Label>
  <Label item="Group_Name_2">
    <ScreenID>Group2</ScreenID>
    <Font>2</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>199</X>
      <Y>8</Y>
    </Location>
    <Text>Group (F3)</Text>
    <Size>
      <CX>100</CX>
      <CY>14</CY>
    </Size>
    <Text />
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <EQType>31</EQType>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
  </Label>
  <Label item="Group_Name_3">
    <ScreenID>Group3</ScreenID>
    <Font>2</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>330</X>
      <Y>7</Y>
    </Location>
    <Text>Group (F4)</Text>
    <Size>
      <CX>100</CX>
      <CY>14</CY>
    </Size>
    <Text />
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <EQType>32</EQType>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
  </Label>
  <Label item="Group_Name_4">
    <ScreenID>Group4</ScreenID>
    <Font>2</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>459</X>
      <Y>7</Y>
    </Location>
    <Text>Group (F5)</Text>
    <Size>
      <CX>100</CX>
      <CY>14</CY>
    </Size>
    <Text />
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <EQType>33</EQType>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
  </Label>
  <Label item="Group_Name_5">
    <ScreenID>Group5</ScreenID>
    <Font>2</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>589</X>
      <Y>7</Y>
    </Location>
    <Text>Group (F6)</Text>
    <Size>
      <CX>100</CX>
      <CY>14</CY>
    </Size>
    <Text />
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <EQType>34</EQType>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
  </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>65</X>
      <Y>2</Y>
    </Location>
    <Size>
      <CX>10</CX>
      <CY>12</CY>
    </Size>
    <Text />
    <TextColor>
      <R>200</R>
      <G>200</G>
      <B>200</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>true</AlignRight>
    <AlignLeft>false</AlignLeft>
  </Label>
  <Label item="GW_Level2">
    <ScreenID>ClassLabel2</ScreenID>
    <Font>1</Font>
    <EQType>9999</EQType>
    <TooltipReference>${Group.Member[2].Level}</TooltipReference>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>185</X>
      <Y>2</Y>
    </Location>
    <Size>
      <CX>10</CX>
      <CY>12</CY>
    </Size>
    <Text />
    <TextColor>
      <R>200</R>
      <G>200</G>
      <B>200</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>true</AlignRight>
    <AlignLeft>false</AlignLeft>
  </Label>
  <Label item="GW_Level3">
    <ScreenID>ClassLabel3</ScreenID>
    <Font>1</Font>
    <EQType>9999</EQType>
    <TooltipReference>${Group.Member[3].Level}</TooltipReference>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>305</X>
      <Y>2</Y>
    </Location>
    <Size>
      <CX>10</CX>
      <CY>12</CY>
    </Size>
    <Text />
    <TextColor>
      <R>200</R>
      <G>200</G>
      <B>200</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>true</AlignRight>
    <AlignLeft>false</AlignLeft>
  </Label>
  <Label item="GW_Level4">
    <ScreenID>ClassLabel4</ScreenID>
    <Font>1</Font>
    <EQType>9999</EQType>
    <TooltipReference>${Group.Member[4].Level}</TooltipReference>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>425</X>
      <Y>2</Y>
    </Location>
    <Size>
      <CX>10</CX>
      <CY>12</CY>
    </Size>
    <Text />
    <TextColor>
      <R>200</R>
      <G>200</G>
      <B>200</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>true</AlignRight>
    <AlignLeft>false</AlignLeft>
  </Label>
  <Label item="GW_Level5">
    <ScreenID>ClassLabel5</ScreenID>
    <Font>1</Font>
    <EQType>9999</EQType>
    <TooltipReference>${Group.Member[5].Level}</TooltipReference>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>545</X>
      <Y>2</Y>
    </Location>
    <Size>
      <CX>10</CX>
      <CY>12</CY>
    </Size>
    <Text />
    <TextColor>
      <R>200</R>
      <G>200</G>
      <B>200</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>true</AlignRight>
    <AlignLeft>false</AlignLeft>
  </Label>
  <Label item="GW_Class1">
    <ScreenID>ClassLabel1</ScreenID>
    <Font>1</Font>
    <EQType>9999</EQType>
    <TooltipReference>${Group.Member[1].Class}</TooltipReference>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>80</X>
      <Y>2</Y>
    </Location>
    <Size>
      <CX>65</CX>
      <CY>12</CY>
    </Size>
    <Text>100</Text>
    <TextColor>
      <R>200</R>
      <G>200</G>
      <B>200</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
    <AlignLeft>true</AlignLeft>
  </Label>
  <Label item="GW_Class2">
    <ScreenID>ClassLabel2</ScreenID>
    <Font>1</Font>
    <EQType>9999</EQType>
    <TooltipReference>${Group.Member[2].Class}</TooltipReference>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>200</X>
      <Y>2</Y>
    </Location>
    <Size>
      <CX>65</CX>
      <CY>12</CY>
    </Size>
    <Text>100</Text>
    <TextColor>
      <R>200</R>
      <G>200</G>
      <B>200</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
    <AlignLeft>true</AlignLeft>
  </Label>
  <Label item="GW_Class3">
    <ScreenID>ClassLabel3</ScreenID>
    <Font>1</Font>
    <EQType>9999</EQType>
    <TooltipReference>${Group.Member[3].Class}</TooltipReference>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>320</X>
      <Y>2</Y>
    </Location>
    <Size>
      <CX>65</CX>
      <CY>12</CY>
    </Size>
    <Text>100</Text>
    <TextColor>
      <R>200</R>
      <G>200</G>
      <B>200</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
    <AlignLeft>true</AlignLeft>
  </Label>
  <Label item="GW_Class4">
    <ScreenID>ClassLabel4</ScreenID>
    <Font>1</Font>
    <EQType>9999</EQType>
    <TooltipReference>${Group.Member[4].Class}</TooltipReference>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>440</X>
      <Y>2</Y>
    </Location>
    <Size>
      <CX>65</CX>
      <CY>12</CY>
    </Size>
    <Text>100</Text>
    <TextColor>
      <R>200</R>
      <G>200</G>
      <B>200</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
    <AlignLeft>true</AlignLeft>
  </Label>
  <Label item="GW_Class5">
    <ScreenID>ClassLabel5</ScreenID>
    <Font>1</Font>
    <EQType>9999</EQType>
    <TooltipReference>${Group.Member[5].Class}</TooltipReference>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>560</X>
      <Y>2</Y>
    </Location>
    <Size>
      <CX>65</CX>
      <CY>12</CY>
    </Size>
    <Text>100</Text>
    <TextColor>
      <R>200</R>
      <G>200</G>
      <B>200</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
    <AlignLeft>true</AlignLeft>
  </Label>
  <Screen item="GroupWindow">
    <ScreenID />
    <RelativePosition>false</RelativePosition>
    <Location>
      <X>516</X>
      <Y>78</Y>
    </Location>
    <Size>
      <!-- 745 -->
      <CX>606</CX>
      <CY>46</CY>
    </Size>
    <Text />
    <Style_VScroll>false</Style_VScroll>
    <Style_HScroll>false</Style_HScroll>
    <Style_Transparent>false</Style_Transparent>
    <TooltipReference>Advanced Grouping Window</TooltipReference>
    <DrawTemplate>WDT_RoundedNoTitle</DrawTemplate>
    <Style_Titlebar>false</Style_Titlebar>
    <Style_Closebox>false</Style_Closebox>
    <Style_Minimizebox>false</Style_Minimizebox>
    <Style_Border>false</Style_Border>
    <Style_Sizable>false</Style_Sizable>
    <Pieces>A_Gauge_bg01</Pieces>
    <Pieces>A_Gauge_bg02</Pieces>
    <Pieces>A_Gauge_bg03</Pieces>
    <Pieces>A_Gauge_bg04</Pieces>
    <Pieces>A_Gauge_bg05</Pieces>
    <Pieces>A_Gauge_bg06</Pieces>
    <!-- Advanced Gauge Testing -->
    <Pieces>GW_Gauge1100</Pieces>
    <Pieces>GW_Gauge2100</Pieces>
    <Pieces>GW_Gauge3100</Pieces>
    <Pieces>GW_Gauge4100</Pieces>
    <Pieces>GW_Gauge5100</Pieces>
    <!-- Ends -->
    <Pieces>GW_PetGauge1##</Pieces>
    <Pieces>GW_PetGauge2##</Pieces>
    <Pieces>GW_PetGauge3##</Pieces>
    <Pieces>GW_PetGauge4##</Pieces>
    <Pieces>GW_PetGauge5##</Pieces>
    <Pieces>GW_LFGButton</Pieces>
    <Pieces>GW_PlayerPercent1</Pieces>
    <Pieces>GW_PercentFig1</Pieces>
    <Pieces>GW_PlayerPercent2</Pieces>
    <Pieces>GW_PercentFig2</Pieces>
    <Pieces>GW_PlayerPercent3</Pieces>
    <Pieces>GW_PercentFig3</Pieces>
    <Pieces>GW_PlayerPercent4</Pieces>
    <Pieces>GW_PercentFig4</Pieces>
    <Pieces>GW_PlayerPercent5</Pieces>
    <Pieces>GW_PercentFig5</Pieces>
    <Pieces>GW_Level1</Pieces>
    <Pieces>GW_Level2</Pieces>
    <Pieces>GW_Level3</Pieces>
    <Pieces>GW_Level4</Pieces>
    <Pieces>GW_Level5</Pieces>
    <Pieces>GW_Class1</Pieces>
    <Pieces>GW_Class2</Pieces>
    <Pieces>GW_Class3</Pieces>
    <Pieces>GW_Class4</Pieces>
    <Pieces>GW_Class5</Pieces>
    <Pieces>GW_HPLabel1</Pieces>
    <Pieces>GW_HPPercLabel1</Pieces>
    <Pieces>GW_HPLabel2</Pieces>
    <Pieces>GW_HPPercLabel2</Pieces>
    <Pieces>GW_HPLabel3</Pieces>
    <Pieces>GW_HPPercLabel3</Pieces>
    <Pieces>GW_HPLabel4</Pieces>
    <Pieces>GW_HPPercLabel4</Pieces>
    <Pieces>GW_HPLabel5</Pieces>
    <Pieces>GW_HPPercLabel5</Pieces>
    <Pieces>GW_F2</Pieces>
    <Pieces>GW_F3</Pieces>
    <Pieces>GW_F4</Pieces>
    <Pieces>GW_F5</Pieces>
    <Pieces>GW_F6</Pieces>
    <Pieces>GW_InviteButton</Pieces>
    <Pieces>GW_DisbandButton</Pieces>
    <Pieces>GW_FollowButton</Pieces>
    <Pieces>GW_DeclineButton</Pieces>
  </Screen>
</XML> 

Rosko
decaying skeleton
decaying skeleton
Posts: 3
Joined: Mon Dec 04, 2006 7:10 pm

Post by Rosko » Sun Sep 09, 2007 11:31 pm

EQUI_TargetWindow.ini

Code: Select all

<?xml version="1.0" encoding="us-ascii"?>
<XML ID="EQInterfaceDefinitionLanguage">
  <Schema xmlns="EverQuestData" xmlns:dt="EverQuestDataTypes" />
<!-- AYA UI Note... by Kanon@Fama Volat / Rathe Server -->
<!-- Original Xml Copyright (c) 2000 - 2006 Sony Online Entertaiment all rights reserved. -->
<!-- AYA UI Xml Code and Files ... -->
<!-- Copyright (c) 2002-2006 AYA NANASE all rights reserved. -->
<!-- Official Homepage http://kanon.cside.to/ -->
  <StaticAnimation item="TW_LightDecal">
    <ScreenID>TWLightDecal</ScreenID>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>0</X>
      <Y>0</Y>
    </Location>
    <Size>
      <CX>765</CX>
      <CY>1</CY>
    </Size>
    <Animation>TopDecalLight</Animation>
  </StaticAnimation>
  <StaticAnimation item="AYATargetBackGroundImage">
    <ScreenID>TargetMiniBorder</ScreenID>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>3</X>
      <Y>2</Y>
    </Location>
    <Size>
      <CX>101</CX>
      <CY>25</CY>
    </Size>
    <Animation>AYATargetBackGround</Animation>
  </StaticAnimation>
  <StaticAnimation item="TW_SmallGroupBackground">
    <ScreenID>TWSGB</ScreenID>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>539</X>
      <Y>48</Y>
    </Location>
    <Size>
      <CX>50</CX>
      <CY>36</CY>
    </Size>
    <Animation>TW_SmallGroupDecal</Animation>
  </StaticAnimation>
  <StaticAnimation item="TW_MiniBorder">
    <ScreenID>TargetMiniBorder</ScreenID>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>103</X>
      <Y>48</Y>
    </Location>
    <Size>
      <CX>26</CX>
      <CY>14</CY>
    </Size>
    <Animation>MiniBorder</Animation>
  </StaticAnimation>
  <StaticAnimation item="TW_TargetBackGround">
    <ScreenID>TargetBackGround</ScreenID>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>105</X>
      <Y>3</Y>
    </Location>
    <Size>
      <CX>430</CX>
      <CY>40</CY>
    </Size>
    <Animation>targetbackground</Animation>
  </StaticAnimation>
  <StaticAnimation item="TW_PetGaugeBackGround">
    <ScreenID>PetGaugeBackGround</ScreenID>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>3</X>
      <Y>32</Y>
    </Location>
    <Size>
      <CX>104</CX>
      <CY>10</CY>
    </Size>
    <Animation>TW_PetGBack</Animation>
  </StaticAnimation>
  <StaticAnimation item="TW_HPDecalGround">
    <ScreenID>TW_HPDecalGround</ScreenID>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>507</X>
      <Y>2</Y>
    </Location>
    <Size>
      <CX>194</CX>
      <CY>42</CY>
    </Size>
    <Animation>TW_HPDecal</Animation>
  </StaticAnimation>
  <!--
  <StaticAnimation item="A_Sphere_bg01">
    <ScreenID>A_Sphere_bg01</ScreenID>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>1</X>
      <Y>4</Y>
    </Location>
    <Size>
      <CX>80</CX>
      <CY>19</CY>
    </Size>
    <Animation>SphereNewBack</Animation>
  </StaticAnimation>
-->
  <StaticAnimation item="A_Gauge_bg01">
    <ScreenID>A_Gauge_bg01</ScreenID>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>625</X>
      <Y>-84</Y>
    </Location>
    <Size>
      <CX>116</CX>
      <CY>31</CY>
    </Size>
    <Animation>GaugeNewBack</Animation>
  </StaticAnimation>
  <StaticAnimation item="A_Gauge_bg02">
    <ScreenID>A_Gauge_bg02</ScreenID>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>490</X>
      <Y>14</Y>
    </Location>
    <Size>
      <CX>116</CX>
      <CY>31</CY>
    </Size>
    <Animation>GaugeNewBack</Animation>
  </StaticAnimation>
  <StaticAnimation item="A_Gauge_bg03">
    <ScreenID>A_Gauge_bg03</ScreenID>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>370</X>
      <Y>14</Y>
    </Location>
    <Size>
      <CX>116</CX>
      <CY>31</CY>
    </Size>
    <Animation>GaugeNewBack</Animation>
  </StaticAnimation>
  <StaticAnimation item="A_Gauge_bg04">
    <ScreenID>A_Gauge_bg04</ScreenID>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>250</X>
      <Y>14</Y>
    </Location>
    <Size>
      <CX>116</CX>
      <CY>31</CY>
    </Size>
    <Animation>GaugeNewBack</Animation>
  </StaticAnimation>
  <StaticAnimation item="A_Gauge_bg05">
    <ScreenID>A_Gauge_bg05</ScreenID>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>130</X>
      <Y>14</Y>
    </Location>
    <Size>
      <CX>116</CX>
      <CY>31</CY>
    </Size>
    <Animation>GaugeNewBack</Animation>
  </StaticAnimation>
  <StaticAnimation item="A_Gauge_bg06">
    <ScreenID>A_Gauge_bg06</ScreenID>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>10</X>
      <Y>14</Y>
    </Location>
    <Size>
      <CX>116</CX>
      <CY>31</CY>
    </Size>
    <Animation>GaugeNewBack</Animation>
  </StaticAnimation>
  <!--
  <Gauge item="TW_SphereOneY">
    <ScreenID>SphereGauge</ScreenID>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>36</X>
      <Y>23</Y>
    </Location>
    <Size>
      <CX>30</CX>
      <CY>13</CY>
    </Size>
    <GaugeOffsetX>-10</GaugeOffsetX>
    <GaugeOffsetY>0</GaugeOffsetY>
    <TextOffsetY>-50</TextOffsetY>
    <FillTint>
      <R>250</R>
      <G>250</G>
      <B>0</B>
    </FillTint>
    <EQType>11</EQType>
    <GaugeDrawTemplate>
      <Background>RedSphere</Background>
      <Fill>YellowSphere</Fill>
    </GaugeDrawTemplate>
  </Gauge>
  <Gauge item="TW_SphereOneG">
    <ScreenID>SphereGauge</ScreenID>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>34</X>
      <Y>23</Y>
    </Location>
    <Size>
      <CX>20</CX>
      <CY>13</CY>
    </Size>
    <GaugeOffsetX>-20</GaugeOffsetX>
    <GaugeOffsetY>0</GaugeOffsetY>
    <TextOffsetY>-50</TextOffsetY>
    <FillTint>
      <R>0</R>
      <G>0</G>
      <B>180</B>
    </FillTint>
    <EQType>11</EQType>
    <GaugeDrawTemplate>
      <Fill>GreenSphere</Fill>
    </GaugeDrawTemplate>
  </Gauge>
  <Gauge item="TW_SphereTwoY">
    <ScreenID>SphereGauge</ScreenID>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>161</X>
      <Y>23</Y>
    </Location>
    <Size>
      <CX>30</CX>
      <CY>13</CY>
    </Size>
    <GaugeOffsetX>-10</GaugeOffsetX>
    <GaugeOffsetY>0</GaugeOffsetY>
    <TextOffsetY>-50</TextOffsetY>
    <FillTint>
      <R>250</R>
      <G>250</G>
      <B>0</B>
    </FillTint>
    <EQType>12</EQType>
    <GaugeDrawTemplate>
      <Background>RedSphere</Background>
      <Fill>YellowSphere</Fill>
    </GaugeDrawTemplate>
  </Gauge>
  <Gauge item="TW_SphereTwoG">
    <ScreenID>SphereGauge</ScreenID>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>159</X>
      <Y>23</Y>
    </Location>
    <Size>
      <CX>20</CX>
      <CY>13</CY>
    </Size>
    <GaugeOffsetX>-20</GaugeOffsetX>
    <GaugeOffsetY>0</GaugeOffsetY>
    <TextOffsetY>-50</TextOffsetY>
    <FillTint>
      <R>0</R>
      <G>0</G>
      <B>180</B>
    </FillTint>
    <EQType>12</EQType>
    <GaugeDrawTemplate>
      <Fill>GreenSphere</Fill>
    </GaugeDrawTemplate>
  </Gauge>
  <Gauge item="TW_SphereThreeY">
    <ScreenID>SphereGauge</ScreenID>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>286</X>
      <Y>23</Y>
    </Location>
    <Size>
      <CX>30</CX>
      <CY>13</CY>
    </Size>
    <GaugeOffsetX>-10</GaugeOffsetX>
    <GaugeOffsetY>0</GaugeOffsetY>
    <TextOffsetY>-50</TextOffsetY>
    <FillTint>
      <R>250</R>
      <G>250</G>
      <B>0</B>
    </FillTint>
    <EQType>13</EQType>
    <GaugeDrawTemplate>
      <Background>RedSphere</Background>
      <Fill>YellowSphere</Fill>
    </GaugeDrawTemplate>
  </Gauge>
  <Gauge item="TW_SphereThreeG">
    <ScreenID>SphereGauge</ScreenID>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>284</X>
      <Y>23</Y>
    </Location>
    <Size>
      <CX>20</CX>
      <CY>13</CY>
    </Size>
    <GaugeOffsetX>-20</GaugeOffsetX>
    <GaugeOffsetY>0</GaugeOffsetY>
    <TextOffsetY>-50</TextOffsetY>
    <FillTint>
      <R>0</R>
      <G>0</G>
      <B>180</B>
    </FillTint>
    <EQType>13</EQType>
    <GaugeDrawTemplate>
      <Fill>GreenSphere</Fill>
    </GaugeDrawTemplate>
  </Gauge>
  <Gauge item="TW_SphereFourY">
    <ScreenID>SphereGauge</ScreenID>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>411</X>
      <Y>23</Y>
    </Location>
    <Size>
      <CX>30</CX>
      <CY>13</CY>
    </Size>
    <GaugeOffsetX>-10</GaugeOffsetX>
    <GaugeOffsetY>0</GaugeOffsetY>
    <TextOffsetY>-50</TextOffsetY>
    <FillTint>
      <R>250</R>
      <G>250</G>
      <B>0</B>
    </FillTint>
    <EQType>14</EQType>
    <GaugeDrawTemplate>
      <Background>RedSphere</Background>
      <Fill>YellowSphere</Fill>
    </GaugeDrawTemplate>
  </Gauge>
  <Gauge item="TW_SphereFourG">
    <ScreenID>SphereGauge</ScreenID>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>409</X>
      <Y>23</Y>
    </Location>
    <Size>
      <CX>20</CX>
      <CY>13</CY>
    </Size>
    <GaugeOffsetX>-20</GaugeOffsetX>
    <GaugeOffsetY>0</GaugeOffsetY>
    <TextOffsetY>-50</TextOffsetY>
    <FillTint>
      <R>0</R>
      <G>0</G>
      <B>180</B>
    </FillTint>
    <EQType>14</EQType>
    <GaugeDrawTemplate>
      <Fill>GreenSphere</Fill>
    </GaugeDrawTemplate>
  </Gauge>
  <Gauge item="TW_SphereFiveY">
    <ScreenID>SphereGauge</ScreenID>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>536</X>
      <Y>23</Y>
    </Location>
    <Size>
      <CX>30</CX>
      <CY>13</CY>
    </Size>
    <GaugeOffsetX>-10</GaugeOffsetX>
    <GaugeOffsetY>0</GaugeOffsetY>
    <TextOffsetY>-50</TextOffsetY>
    <FillTint>
      <R>250</R>
      <G>250</G>
      <B>0</B>
    </FillTint>
    <EQType>15</EQType>
    <GaugeDrawTemplate>
      <Background>RedSphere</Background>
      <Fill>YellowSphere</Fill>
    </GaugeDrawTemplate>
  </Gauge>
  <Gauge item="TW_SphereFiveG">
    <ScreenID>SphereGauge</ScreenID>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>534</X>
      <Y>23</Y>
    </Location>
    <Size>
      <CX>20</CX>
      <CY>13</CY>
    </Size>
    <GaugeOffsetX>-20</GaugeOffsetX>
    <GaugeOffsetY>0</GaugeOffsetY>
    <TextOffsetY>-50</TextOffsetY>
    <FillTint>
      <R>0</R>
      <G>0</G>
      <B>180</B>
    </FillTint>
    <EQType>15</EQType>
    <GaugeDrawTemplate>
      <Fill>GreenSphere</Fill>
    </GaugeDrawTemplate>
  </Gauge>
-->
  <!-- Sphere gauge ends -->
  <!-- Advanced Gauge Setting -->
  <Gauge item="PW_SphereTargetY">
    <ScreenID>SphereGauge</ScreenID>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>2</X>
      <Y>33</Y>
    </Location>
    <Size>
      <CX>100</CX>
      <CY>8</CY>
    </Size>
    <GaugeOffsetX>0</GaugeOffsetX>
    <GaugeOffsetY>0</GaugeOffsetY>
    <TextOffsetY>-100</TextOffsetY>
    <FillTint>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </FillTint>
    <EQType>16</EQType>
    <GaugeDrawTemplate>
      <Fill>AYAPetHealth</Fill>
    </GaugeDrawTemplate>
  </Gauge>
  <Gauge item="PW_SphereTargetG">
    <ScreenID>SphereGauge</ScreenID>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>8</X>
      <Y>43</Y>
    </Location>
    <Size>
      <CX>20</CX>
      <CY>13</CY>
    </Size>
    <GaugeOffsetX>-20</GaugeOffsetX>
    <GaugeOffsetY>0</GaugeOffsetY>
    <FillTint>
      <R>0</R>
      <G>173</G>
      <B>99</B>
    </FillTint>
    <EQType>16</EQType>
    <GaugeDrawTemplate>
      <Fill>GreenSphere</Fill>
    </GaugeDrawTemplate>
    <Text>No Pets</Text>
    <TextOffsetY>2</TextOffsetY>
    <TextOffsetX>-100</TextOffsetX>
    <TextColor>
      <R>240</R>
      <G>240</G>
      <B>240</B>
    </TextColor>
  </Gauge>
  <Label item="PW_PetL">
    <ScreenID>PW_PETL</ScreenID>
    <EQType>69</EQType>
    <Font>1</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>82</X>
      <Y>26</Y>
    </Location>
    <Size>
      <CX>18</CX>
      <CY>9</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>
  </Label>
  <!-- Your Info -->
  <Label item="Player_HPNumber#">
    <ScreenID>PlayerHPNumber</ScreenID>
    <EQType>17</EQType>
    <Font>6</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>540</X>
      <Y>1</Y>
    </Location>
    <Size>
      <CX>59</CX>
      <CY>20</CY>
    </Size>
    <Text>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>
  </Label>
  <Label item="Player_HPDivider#">
    <Font>5</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>640</X>
      <Y>-62</Y>
    </Location>
    <Size>
      <CX>9</CX>
      <CY>17</CY>
    </Size>
    <Text>/</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>true</AlignCenter>
    <AlignRight>false</AlignRight>
    <AlignLeft>false</AlignLeft>
  </Label>
  <Label item="Player_HPMax#">
    <ScreenID>PlayerMaxHP</ScreenID>
    <EQType>18</EQType>
    <Font>6</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>600</X>
      <Y>1</Y>
    </Location>
    <Size>
      <CX>59</CX>
      <CY>20</CY>
    </Size>
    <Text>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>
  </Label>
  <Label item="Player_ManaNumber#">
    <ScreenID>PlayerManaNumber</ScreenID>
    <EQType>124</EQType>
    <Font>6</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>540</X>
      <Y>21</Y>
    </Location>
    <Size>
      <CX>59</CX>
      <CY>20</CY>
    </Size>
    <Text>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>
  </Label>
  <Label item="Player_ManaMax#">
    <ScreenID>PlayerMaxMana</ScreenID>
    <EQType>125</EQType>
    <Font>6</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>600</X>
      <Y>21</Y>
    </Location>
    <Size>
      <CX>59</CX>
      <CY>20</CY>
    </Size>
    <Text>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>
  </Label>
  <!-- End of Info -->
  <Gauge item="Target_HP">
    <ScreenID>TargetHP</ScreenID>
    <Font>2</Font>
    <TextColor>
      <R>240</R>
      <G>240</G>
      <B>240</B>
    </TextColor>
    <RelativePosition>true</RelativePosition>
    <Location>
      <!-- 2 neg18 -->
      <X>132</X>
      <Y>-27</Y>
    </Location>
    <Size>
      <CX>400</CX>
      <CY>54</CY>
    </Size>
    <GaugeOffsetY>46</GaugeOffsetY>
    <Style_VScroll>false</Style_VScroll>
    <Style_HScroll>false</Style_HScroll>
    <Style_Transparent>false</Style_Transparent>
    <TooltipReference />
    <FillTint>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </FillTint>
    <LinesFillTint>
      <R>220</R>
      <G>220</G>
      <B>0</B>
    </LinesFillTint>
    <DrawLinesFill>false</DrawLinesFill>
    <EQType>6</EQType>
    <AlignCenter>true</AlignCenter>
    <GaugeDrawTemplate>
      <!--
      <Background>A_TargetGaugeBackground</Background>
-->
      <Fill>A_TargetGaugeFill2</Fill>
      <!--
    <EndCapLeft>A_GaugeEndCapLeft</EndCapLeft>
    <EndCapRight>A_GaugeEndCapRight</EndCapRight>
-->
    </GaugeDrawTemplate>
  </Gauge>
  <Label item="MY_MANA#">
    <ScreenID>ManaPercentage</ScreenID>
    <EQType>20</EQType>
    <Font>6</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>659</X>
      <Y>21</Y>
    </Location>
    <Size>
      <CX>35</CX>
      <CY>19</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="MY_MANA">
    <ScreenID>MY_MANA</ScreenID>
    <Font>0</Font>
    <TextColor>
      <R>0</R>
      <G>0</G>
      <B>240</B>
    </TextColor>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>132</X>
      <Y>35</Y>
    </Location>
    <Size>
      <CX>400</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>0</R>
      <G>0</G>
      <B>220</B>
    </FillTint>
    <LinesFillTint>
      <R>220</R>
      <G>220</G>
      <B>0</B>
    </LinesFillTint>
    <DrawLinesFill>false</DrawLinesFill>
    <EQType>2</EQType>
    <AlignCenter>true</AlignCenter>
    <GaugeDrawTemplate>
      <Fill>A_TargetGaugeFill</Fill>
    </GaugeDrawTemplate>
  </Gauge>
  <Gauge item="MY_HP">
    <ScreenID>MY_HP</ScreenID>
    <Font>0</Font>
    <TextColor>
      <R>240</R>
      <G>240</G>
      <B>240</B>
    </TextColor>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>132</X>
      <Y>-4</Y>
    </Location>
    <Size>
      <CX>400</CX>
      <CY>42</CY>
    </Size>
    <GaugeOffsetY>33</GaugeOffsetY>
    <TextOffsetX>-250</TextOffsetX>
    <Style_VScroll>false</Style_VScroll>
    <Style_HScroll>false</Style_HScroll>
    <Style_Transparent>false</Style_Transparent>
    <TooltipReference />
    <FillTint>
      <R>250</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>
    <AlignCenter>true</AlignCenter>
    <GaugeDrawTemplate>
      <Fill>A_TargetGaugeFill</Fill>
    </GaugeDrawTemplate>
  </Gauge>
  <Gauge item="PETH">
    <ScreenID>PETH</ScreenID>
    <Font>3</Font>
    <TextColor>
      <R>240</R>
      <G>240</G>
      <B>240</B>
    </TextColor>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>21</X>
      <Y>17</Y>
    </Location>
    <Size>
      <CX>108</CX>
      <CY>24</CY>
    </Size>
    <Text>No Pets</Text>
    <TextOffsetY>2</TextOffsetY>
    <TextOffsetX>5</TextOffsetX>
    <TextColor>
      <R>240</R>
      <G>240</G>
      <B>240</B>
    </TextColor>
    <GaugeOffsetY>16</GaugeOffsetY>
    <TextOffsetX>-250</TextOffsetX>
    <Style_VScroll>false</Style_VScroll>
    <Style_HScroll>false</Style_HScroll>
    <Style_Transparent>false</Style_Transparent>
    <TooltipReference />
    <FillTint>
      <R>0</R>
      <G>250</G>
      <B>50</B>
    </FillTint>
    <LinesFillTint>
      <R>220</R>
      <G>220</G>
      <B>0</B>
    </LinesFillTint>
    <DrawLinesFill>false</DrawLinesFill>
    <EQType>16</EQType>
    <AlignCenter>true</AlignCenter>
    <GaugeDrawTemplate>
      <Background>A_GaugeBackground</Background>
      <Fill>A_GaugeFill</Fill>
      <Lines>A_GaugeLines</Lines>
      <LinesFill>A_GaugeLinesFill</LinesFill>
      <EndCapLeft>A_GaugeEndCapLeft</EndCapLeft>
      <EndCapRight>A_GaugeEndCapRight</EndCapRight>
    </GaugeDrawTemplate>
  </Gauge>
  <Label item="Target_Name">
    <ScreenID>TargetNameLabel</ScreenID>
    <Font>5</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>138</X>
      <Y>2</Y>
    </Location>
    <Text>Vishimtar the Fallen's corpse</Text>
    <Size>
      <CX>354</CX>
      <CY>21</CY>
    </Size>
    <Text />
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <EQType>28</EQType>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
  </Label>
  <Label item="TW_PetName">
    <ScreenID>TW_PetName</ScreenID>
    <Font>3</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>6</X>
      <Y>28</Y>
    </Location>
    <Text>No Pet</Text>
    <Size>
      <CX>55</CX>
      <CY>13</CY>
    </Size>
    <Text />
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <EQType>68</EQType>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
  </Label>
  <Label item="Target_At">
    <ScreenID>TargetAtLabel</ScreenID>
    <Font>5</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>-390</X>
      <Y>-2</Y>
    </Location>
    <Size>
      <CX>18</CX>
      <CY>20</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="Target_Percent">
    <ScreenID>TargetPercentLabel</ScreenID>
    <Font>5</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>499</X>
      <Y>2</Y>
    </Location>
    <Size>
      <CX>34</CX>
      <CY>16</CY>
    </Size>
    <Text>100</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <EQType>29</EQType>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>true</AlignRight>
  </Label>
  <Label item="Target_PercentSign">
    <ScreenID>TargetPercentSignLabel</ScreenID>
    <Font>6</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>357</X>
      <Y>169</Y>
    </Location>
    <Size>
      <CX>56</CX>
      <CY>20</CY>
    </Size>
    <Text>TARGET  : </Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
  </Label>
  <Label item="PW_HP#">
    <Font>6</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>596</X>
      <Y>-59</Y>
    </Location>
    <Size>
      <CX>54</CX>
      <CY>19</CY>
    </Size>
    <Text>H.P. :</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>
  <Label item="Player_HPPercentage#">
    <ScreenID>HPPercentage</ScreenID>
    <EQType>19</EQType>
    <Font>6</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>659</X>
      <Y>1</Y>
    </Location>
    <Size>
      <CX>35</CX>
      <CY>19</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>
  <Label item="PW_STM#">
    <Font>6</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>658</X>
      <Y>-41</Y>
    </Location>
    <Size>
      <CX>67</CX>
      <CY>19</CY>
    </Size>
    <Text>Mana :</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>
  <Label item="Player_StamPercentage#">
    <ScreenID>StamPercentage</ScreenID>
    <EQType>21</EQType>
    <Font>1</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>417</X>
      <Y>159</Y>
    </Location>
    <Size>
      <CX>35</CX>
      <CY>14</CY>
    </Size>
    <Text>0</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>
  <Label item="Target_HPLabel">
    <ScreenID>HPLabel</ScreenID>
    <EQType>29</EQType>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>-3</X>
      <Y>-12</Y>
    </Location>
    <Size>
      <CX>1</CX>
      <CY>1</CY>
    </Size>
    <Text>Playername123456</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>true</AlignRight>
  </Label>
  <Label item="Target_HPPercLabel">
    <ScreenID>HPPercLabel</ScreenID>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>-64</X>
      <Y>-12</Y>
    </Location>
    <Size>
      <CX>1</CX>
      <CY>1</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="TW_TargetDistDisp">
    <ScreenID>TargetDist</ScreenID>
    <EQType>9999</EQType>
    <TooltipReference>${If[${Target.ID}==0,,${Target.Distance.Precision[0]}]}</TooltipReference>
    <Font>1</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>460</X>
      <Y>3</Y>
    </Location>
    <Size>
      <CX>30</CX>
      <CY>14</CY>
    </Size>
    <Text>0</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
    <AlignLeft>true</AlignLeft>
  </Label>
  <Label item="TW_TargetDistLbl">
    <Font>1</Font>
    <EQType>9999</EQType>
    <TooltipReference>${If[${Target.ID}==0,,Dist:]}</TooltipReference>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>440</X>
      <Y>3</Y>
    </Location>
    <Size>
      <CX>25</CX>
      <CY>14</CY>
    </Size>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>true</AlignCenter>
    <AlignRight>false</AlignRight>
    <AlignLeft>false</AlignLeft>
  </Label>
  <Label item="MQ_TargetDirection">
    <ScreenID>MQ_TargetDirection</ScreenID>
    <EQType>9999</EQType>
    <Font>1</Font>
    <TooltipReference>${Target.HeadingTo}</TooltipReference>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>416</X>
      <Y>3</Y>
    </Location>
    <Size>
      <CX>25</CX>
      <CY>15</CY>
    </Size>
    <Text>100</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>0</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
    <AlignLeft>true</AlignLeft>
  </Label>
  <Label item="TW_TargetClassDisp">
    <ScreenID>TargetClass</ScreenID>
    <EQType>9999</EQType>
    <TooltipReference>${If[!${Target.ID}, ,${Target.Class}]}</TooltipReference>
    <Font>1</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>370</X>
      <Y>3</Y>
    </Location>
    <Size>
      <CX>42</CX>
      <CY>14</CY>
    </Size>
    <Text>0</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
    <AlignLeft>true</AlignLeft>
  </Label>
  <Label item="TW_TargetLevelDisp">
    <ScreenID>TargetLevel</ScreenID>
    <EQType>9999</EQType>
    <TooltipReference>${If[${Target.ID}==0,,${Target.Level}]}</TooltipReference>
    <Font>1</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>346</X>
      <Y>3</Y>
    </Location>
    <Size>
      <CX>22</CX>
      <CY>14</CY>
    </Size>
    <Text>0</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>
<TextureInfo item="TargetBox.png">
    <Size>
      <CX>256</CX>
      <CY>32</CY>
    </Size>
  </TextureInfo>
  <Ui2DAnimation item="A_TargetBox">
    <Cycle>false</Cycle>
    <Frames>
      <Texture>TargetBox.png</Texture>
      <Location>
        <X>0</X>
        <Y>0</Y>
      </Location>
      <Size>
        <CX>256</CX>
        <CY>32</CY>
      </Size>
    </Frames>
  </Ui2DAnimation>
  <StaticAnimation item="A_TargetBoxStaticAnim">
    <ScreenID>A_TargetBoxStaticAnim</ScreenID>
    <Animation>A_TargetBox</Animation>
    <Size>
      <CX>1</CX>
      <CY>1</CY>
    </Size>
  </StaticAnimation>
  <Gauge item="TW_SmallGroup1">
    <ScreenID>SGG1</ScreenID>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>537</X>
      <Y>51</Y>
    </Location>
    <Size>
      <CX>50</CX>
      <CY>6</CY>
    </Size>
    <GaugeOffsetX>0</GaugeOffsetX>
    <GaugeOffsetY>0</GaugeOffsetY>
    <TextOffsetY>-50</TextOffsetY>
    <FillTint>
      <R>200</R>
      <G>200</G>
      <B>200</B>
    </FillTint>
    <EQType>11</EQType>
    <GaugeDrawTemplate>
      <Fill>TW_SmallGauge</Fill>
    </GaugeDrawTemplate>
  </Gauge>
  <Gauge item="TW_SmallGroup2">
    <ScreenID>SGG1</ScreenID>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>537</X>
      <Y>57</Y>
    </Location>
    <Size>
      <CX>50</CX>
      <CY>6</CY>
    </Size>
    <GaugeOffsetX>0</GaugeOffsetX>
    <GaugeOffsetY>0</GaugeOffsetY>
    <TextOffsetY>-50</TextOffsetY>
    <FillTint>
      <R>200</R>
      <G>200</G>
      <B>200</B>
    </FillTint>
    <EQType>12</EQType>
    <GaugeDrawTemplate>
      <Fill>TW_SmallGauge</Fill>
    </GaugeDrawTemplate>
  </Gauge>
  <Gauge item="TW_SmallGroup3">
    <ScreenID>SGG1</ScreenID>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>537</X>
      <Y>63</Y>
    </Location>
    <Size>
      <CX>50</CX>
      <CY>6</CY>
    </Size>
    <GaugeOffsetX>0</GaugeOffsetX>
    <GaugeOffsetY>0</GaugeOffsetY>
    <TextOffsetY>-50</TextOffsetY>
    <FillTint>
      <R>200</R>
      <G>200</G>
      <B>200</B>
    </FillTint>
    <EQType>13</EQType>
    <GaugeDrawTemplate>
      <Fill>TW_SmallGauge</Fill>
    </GaugeDrawTemplate>
  </Gauge>
  <Gauge item="TW_SmallGroup4">
    <ScreenID>SGG1</ScreenID>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>537</X>
      <Y>69</Y>
    </Location>
    <Size>
      <CX>50</CX>
      <CY>6</CY>
    </Size>
    <GaugeOffsetX>0</GaugeOffsetX>
    <GaugeOffsetY>0</GaugeOffsetY>
    <TextOffsetY>-50</TextOffsetY>
    <FillTint>
      <R>200</R>
      <G>200</G>
      <B>200</B>
    </FillTint>
    <EQType>14</EQType>
    <GaugeDrawTemplate>
      <Fill>TW_SmallGauge</Fill>
    </GaugeDrawTemplate>
  </Gauge>
  <Gauge item="TW_SmallGroup5">
    <ScreenID>SGG1</ScreenID>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>537</X>
      <Y>75</Y>
    </Location>
    <Size>
      <CX>50</CX>
      <CY>6</CY>
    </Size>
    <GaugeOffsetX>0</GaugeOffsetX>
    <GaugeOffsetY>0</GaugeOffsetY>
    <TextOffsetY>-50</TextOffsetY>
    <FillTint>
      <R>200</R>
      <G>200</G>
      <B>200</B>
    </FillTint>
    <EQType>15</EQType>
    <GaugeDrawTemplate>
      <Fill>TW_SmallGauge</Fill>
    </GaugeDrawTemplate>
  </Gauge>
  <!-- Test ends -->
  <Screen item="TargetWindow">
    <ScreenID />
    <RelativePosition>false</RelativePosition>
    <Location>
      <X>63</X>
      <Y>240</Y>
    </Location>
    <Size>
      <!-- 749 60 -->
      <CX>699</CX>
      <CY>60</CY>
    </Size>
    <TextColor>
      <R>55</R>
      <G>55</G>
      <B>55</B>
    </TextColor>
    <Text />
    <Style_VScroll>false</Style_VScroll>
    <Style_HScroll>false</Style_HScroll>
    <Style_Transparent>false</Style_Transparent>
    <TooltipReference>Your Current Target</TooltipReference>
    <DrawTemplate>WDT_RoundedTopTarget</DrawTemplate>
    <Style_Titlebar>true</Style_Titlebar>
    <Style_Closebox>false</Style_Closebox>
    <Style_Minimizebox>false</Style_Minimizebox>
    <Style_Border>false</Style_Border>
    <Style_Sizable>false</Style_Sizable>
    <Pieces>TW_TargetBackGround</Pieces>
    <Pieces>TW_HPDecalGround</Pieces>
    <Pieces>TW_PetGaugeBackGround</Pieces>
    <!--
    <Pieces>TW_MiniBorder</Pieces>
-->
    <!--
    <Pieces>A_Sphere_bg01</Pieces>
-->
    <Pieces>Target_HP</Pieces>
    <Pieces>MY_MANA</Pieces>
    <Pieces>MY_MANA#</Pieces>
    <Pieces>MY_HP</Pieces>
    <Pieces>Target_Name</Pieces>
    <Pieces>Target_At</Pieces>
    <Pieces>Target_Percent</Pieces>
    <Pieces>Target_PercentSign</Pieces>
    <Pieces>Player_HPNumber#</Pieces>
    <Pieces>Player_HPDivider#</Pieces>
    <Pieces>Player_HPMax#</Pieces>
    <Pieces>Player_ManaNumber#</Pieces>
    <Pieces>Player_ManaMax#</Pieces>
    <Pieces>Player_HPPercentage#</Pieces>
    <Pieces>PW_HP#</Pieces>
    <Pieces>PW_STM#</Pieces>
    <Pieces>TW_TargetDistDisp</Pieces>
    <Pieces>TW_TargetDistLbl</Pieces>
    <Pieces>MQ_TargetDirection</Pieces>
    <Pieces>TW_TargetClassDisp</Pieces>
    <Pieces>TW_TargetLevelDisp</Pieces>
    <Pieces>Player_StamPercentage#</Pieces>
    <Pieces>PW_SphereTargetY</Pieces>
    <Pieces>TW_PetName</Pieces>
    <Pieces>PW_PetL</Pieces>
    <Pieces>Target_HPLabel</Pieces>
    <Pieces>Target_HPPercLabel</Pieces>
    <Pieces>AYATargetBackGroundImage</Pieces>
    <Pieces>A_TargetBoxStaticAnim</Pieces>
    <!--
    <Pieces>TW_SmallGroupBackground</Pieces>
    <Pieces>TW_SmallGroup1</Pieces>
    <Pieces>TW_SmallGroup2</Pieces>
    <Pieces>TW_SmallGroup3</Pieces>
    <Pieces>TW_SmallGroup4</Pieces>
    <Pieces>TW_SmallGroup5</Pieces>
-->
    <Pieces>TW_LightDecal</Pieces>
  </Screen>
</XML>

Jaguarius
orc pawn
orc pawn
Posts: 21
Joined: Wed Apr 12, 2006 12:16 pm

Aya Updates

Post by Jaguarius » Fri Aug 29, 2008 2:40 pm

Alright, not too sure how many peeps still use this but I updated some of the UI files. The Inventory window now shows corruption resists and has an added tab for alternate currency. I also fixed the inventory tab so it shows all your items and bag s properly, it was cutting off the last bag slot and had the ammo slot above the bags, thats fixed now. I also fixed the spell bar window to properly show spell casting, since the casting bar was removed from the group window. I use the horizontal spell window so thats what I posted!

EQUI_Inventory.xml (part1)

Code: Select all

<?xml version="1.0" encoding="us-ascii"?>
<XML ID="EQInterfaceDefinitionLanguage">
  <Schema xmlns="EverQuestData" xmlns:dt="EverQuestDataTypes" />
<!-- AYA UI Note... by Kanon@Fama Volat / Rathe Server -->
<!-- Original Xml Copyright (c) 2000 - 2006 Sony Online Entertaiment all rights reserved. -->
<!-- AYA UI Xml Code and Files ... -->
<!-- Copyright (c) 2002-2006 AYA NANASE all rights reserved. -->
<!-- Official Homepage http://kanon.cside.to/ -->
  <StaticAnimation item="Inv_PortraitView">
    <ScreenID>Inv_Portrait</ScreenID>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>3</X>
      <Y>3</Y>
    </Location>
    <Size>
      <CX>124</CX>
      <CY>206</CY>
    </Size>
    <Animation>IW_Portrait</Animation>
  </StaticAnimation>
  <!-- End of Custom Portrait -->
  <Label item="EbonShardsLabel">
    <ScreenID>EbonShardsLabel</ScreenID>
    <Font>3</Font>
    <Text>Ebon Crystals</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <Size>
      <CX>95</CX>
      <CY>17</CY>
    </Size>
    <AlignCenter>true</AlignCenter>
    <Location>
      <X>85</X>
      <Y>208</Y>
    </Location>
  </Label>
  <Label item="RadiantShardsLabel">
    <ScreenID>RadiantShardsLabel</ScreenID>
    <Font>3</Font>
    <Text>Radiant Crystals</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <Size>
      <CX>93</CX>
      <CY>17</CY>
    </Size>
    <AlignCenter>true</AlignCenter>
    <Location>
      <X>0</X>
      <Y>208</Y>
    </Location>
  </Label>
  <Button item="IW_ReclaimButton">
    <ScreenID>IW_ReclaimButton</ScreenID>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>171</X>
      <Y>225</Y>
    </Location>
    <Size>
      <CX>66</CX>
      <CY>25</CY>
    </Size>
    <Style_VScroll>false</Style_VScroll>
    <Style_HScroll>false</Style_HScroll>
    <Style_Transparent>false</Style_Transparent>
    <Style_Checkbox>false</Style_Checkbox>
    <Text>Reclaim</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>
  </Button>
  <Button item="IW_GoodPoints">
    <ScreenID>IW_GoodPoints</ScreenID>
    <!--<Font>3</Font>-->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>15</X>
      <Y>226</Y>
    </Location>
    <Size>
      <CX>70</CX>
      <CY>24</CY>
    </Size>
    <Style_Transparent>false</Style_Transparent>
    <!--<TooltipReference/>-->
    <Style_Checkbox>false</Style_Checkbox>
    <!--<RadioGroup/>-->
    <Text>9999</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <ButtonDrawTemplate>
      <Normal>A_RecessedBox</Normal>
      <NormalDecal>A_PlatinumCoin</NormalDecal>
    </ButtonDrawTemplate>
    <DecalOffset>
      <X>1</X>
      <Y>3</Y>
    </DecalOffset>
    <DecalSize>
      <CX>18</CX>
      <CY>18</CY>
    </DecalSize>
  </Button>
  <Button item="IW_EvilPoints">
    <ScreenID>IW_EvilPoints</ScreenID>
    <!--<Font>3</Font>-->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>96</X>
      <Y>226</Y>
    </Location>
    <Size>
      <CX>70</CX>
      <CY>24</CY>
    </Size>
    <Style_Transparent>false</Style_Transparent>
    <!--<TooltipReference/>-->
    <Style_Checkbox>false</Style_Checkbox>
    <!--<RadioGroup/>-->
    <Text>9999</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <ButtonDrawTemplate>
      <Normal>A_RecessedBox</Normal>
      <NormalDecal>A_SilverCoin</NormalDecal>
    </ButtonDrawTemplate>
    <DecalOffset>
      <X>1</X>
      <Y>3</Y>
    </DecalOffset>
    <DecalSize>
      <CX>18</CX>
      <CY>18</CY>
    </DecalSize>
  </Button>
  <InvSlot item="InvSlot0">
    <ScreenID>InvSlot0</ScreenID>
    <!--<Font>3</Font>-->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>162</X>
      <Y>203</Y>
    </Location>
    <Size>
      <CX>40</CX>
      <CY>40</CY>
    </Size>
    <Background>A_InvCharm</Background>
    <EQType>0</EQType>
    <Style_VScroll>false</Style_VScroll>
    <Style_HScroll>false</Style_HScroll>
    <Style_Transparent>false</Style_Transparent>
    <!--<TooltipReference/>-->
  </InvSlot>

	<InvSlot item="InvSlot30">
		<ScreenID>InvSlot30</ScreenID>
		<!--<Font>3</Font>-->
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>122</X>
			<Y>203</Y>
		</Location>
		<Size>
			<CX>40</CX>
			<CY>40</CY>
		</Size>
		<Background>A_InvPowerSource</Background>
		<EQType>21</EQType>
		<Style_VScroll>false</Style_VScroll>
		<Style_HScroll>false</Style_HScroll>
		<Style_Transparent>false</Style_Transparent>
		<!--<TooltipReference/>-->
	</InvSlot>

  <!-- IS_L_EAR		1 -->
  <InvSlot item="InvSlot1">
    <ScreenID>InvSlot1</ScreenID>
    <!--<Font>3</Font>-->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>2</X>
      <Y>3</Y>
    </Location>
    <Size>
      <CX>40</CX>
      <CY>40</CY>
    </Size>
    <Background>A_InvEar</Background>
    <EQType>1</EQType>
    <Style_VScroll>false</Style_VScroll>
    <Style_HScroll>false</Style_HScroll>
    <Style_Transparent>false</Style_Transparent>
    <!--<TooltipReference/>-->
  </InvSlot>
  <!-- IS_HEAD		2 -->
  <InvSlot item="InvSlot2">
    <ScreenID>InvSlot2</ScreenID>
    <!--<Font>3</Font>-->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>122</X>
      <Y>3</Y>
    </Location>
    <Size>
      <CX>40</CX>
      <CY>40</CY>
    </Size>
    <Background>A_InvHead</Background>
    <EQType>2</EQType>
    <Style_VScroll>false</Style_VScroll>
    <Style_HScroll>false</Style_HScroll>
    <Style_Transparent>false</Style_Transparent>
    <!--<TooltipReference/>-->
  </InvSlot>
  <!-- IS_FACE		3 -->
  <InvSlot item="InvSlot3">
    <ScreenID>InvSlot3</ScreenID>
    <!--<Font>3</Font>-->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>82</X>
      <Y>3</Y>
    </Location>
    <Size>
      <CX>40</CX>
      <CY>40</CY>
    </Size>
    <Background>A_InvFace</Background>
    <EQType>3</EQType>
    <Style_VScroll>false</Style_VScroll>
    <Style_HScroll>false</Style_HScroll>
    <Style_Transparent>false</Style_Transparent>
    <!--<TooltipReference/>-->
  </InvSlot>
  <!-- IS_R_EAR		4 -->
  <InvSlot item="InvSlot4">
    <ScreenID>InvSlot4</ScreenID>
    <!--<Font>3</Font>-->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>162</X>
      <Y>3</Y>
    </Location>
    <Size>
      <CX>40</CX>
      <CY>40</CY>
    </Size>
    <Background>A_InvEar</Background>
    <EQType>4</EQType>
    <Style_VScroll>false</Style_VScroll>
    <Style_HScroll>false</Style_HScroll>
    <Style_Transparent>false</Style_Transparent>
    <!--<TooltipReference/>-->
  </InvSlot>
  <!-- IS_NECK		5 -->
  <InvSlot item="InvSlot5">
    <ScreenID>InvSlot5</ScreenID>
    <!--<Font>3</Font>-->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>42</X>
      <Y>3</Y>
    </Location>
    <Size>
      <CX>40</CX>
      <CY>40</CY>
    </Size>
    <Background>A_InvNeck</Background>
    <EQType>5</EQType>
    <Style_VScroll>false</Style_VScroll>
    <Style_HScroll>false</Style_HScroll>
    <Style_Transparent>false</Style_Transparent>
    <!--<TooltipReference/>-->
  </InvSlot>
  <!-- IS_SHOULDERS	6 -->
  <InvSlot item="InvSlot6">
    <ScreenID>InvSlot6</ScreenID>
    <!--<Font>3</Font>-->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>42</X>
      <Y>43</Y>
    </Location>
    <Size>
      <CX>40</CX>
      <CY>40</CY>
    </Size>
    <Background>A_InvShoulders</Background>
    <EQType>6</EQType>
    <Style_VScroll>false</Style_VScroll>
    <Style_HScroll>false</Style_HScroll>
    <Style_Transparent>false</Style_Transparent>
    <!--<TooltipReference/>-->
  </InvSlot>
  <!-- IS_ARMS		7 -->
  <InvSlot item="InvSlot7">
    <ScreenID>InvSlot7</ScreenID>
    <!--<Font>3</Font>-->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>162</X>
      <Y>43</Y>
    </Location>
    <Size>
      <CX>40</CX>
      <CY>40</CY>
    </Size>
    <Background>A_InvArms</Background>
    <EQType>7</EQType>
    <Style_VScroll>false</Style_VScroll>
    <Style_HScroll>false</Style_HScroll>
    <Style_Transparent>false</Style_Transparent>
    <!--<TooltipReference/>-->
  </InvSlot>
  <!-- IS_ABOUT_BODY (Back)	8 -->
  <InvSlot item="InvSlot8">
    <ScreenID>InvSlot8</ScreenID>
    <!--<Font>3</Font>-->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>122</X>
      <Y>43</Y>
    </Location>
    <Size>
      <CX>40</CX>
      <CY>40</CY>
    </Size>
    <Background>A_InvAboutBody</Background>
    <EQType>8</EQType>
    <Style_VScroll>false</Style_VScroll>
    <Style_HScroll>false</Style_HScroll>
    <Style_Transparent>false</Style_Transparent>
    <!--<TooltipReference/>-->
  </InvSlot>
  <!-- IS_L_WRIST		9 -->
  <InvSlot item="InvSlot9">
    <ScreenID>InvSlot9</ScreenID>
    <!--<Font>3</Font>-->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>42</X>
      <Y>83</Y>
    </Location>
    <Size>
      <CX>40</CX>
      <CY>40</CY>
    </Size>
    <Background>A_InvWrist</Background>
    <EQType>9</EQType>
    <Style_VScroll>false</Style_VScroll>
    <Style_HScroll>false</Style_HScroll>
    <Style_Transparent>false</Style_Transparent>
    <!--<TooltipReference/>-->
  </InvSlot>
  <!-- IS_R_WRIST		10 -->
  <InvSlot item="InvSlot10">
    <ScreenID>InvSlot10</ScreenID>
    <!--<Font>3</Font>-->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>122</X>
      <Y>83</Y>
    </Location>
    <Size>
      <CX>40</CX>
      <CY>40</CY>
    </Size>
    <Background>A_InvWrist</Background>
    <EQType>10</EQType>
    <Style_VScroll>false</Style_VScroll>
    <Style_HScroll>false</Style_HScroll>
    <Style_Transparent>false</Style_Transparent>
    <!--<TooltipReference/>-->
  </InvSlot>
  <!-- IS_RANGE		11 -->
  <InvSlot item="InvSlot11">
    <ScreenID>InvSlot11</ScreenID>
    <!--<Font>3</Font>-->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>162</X>
      <Y>163</Y>
    </Location>
    <Size>
      <CX>40</CX>
      <CY>40</CY>
    </Size>
    <Background>A_InvRange</Background>
    <EQType>11</EQType>
    <Style_VScroll>false</Style_VScroll>
    <Style_HScroll>false</Style_HScroll>
    <Style_Transparent>false</Style_Transparent>
    <!--<TooltipReference/>-->
  </InvSlot>
  <!-- IS_HANDS		12 -->
  <InvSlot item="InvSlot12">
    <ScreenID>InvSlot12</ScreenID>
    <!--<Font>3</Font>-->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>82</X>
      <Y>83</Y>
    </Location>
    <Size>
      <CX>40</CX>
      <CY>40</CY>
    </Size>
    <Background>A_InvHands</Background>
    <EQType>12</EQType>
    <Style_VScroll>false</Style_VScroll>
    <Style_HScroll>false</Style_HScroll>
    <Style_Transparent>false</Style_Transparent>
    <!--<TooltipReference/>-->
  </InvSlot>
  <!-- IS_PRIMARY		13 -->
  <InvSlot item="InvSlot13">
    <ScreenID>InvSlot13</ScreenID>
    <!--<Font>3</Font>-->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>82</X>
      <Y>163</Y>
    </Location>
    <Size>
      <CX>40</CX>
      <CY>40</CY>
    </Size>
    <Background>A_InvPrimary</Background>
    <EQType>13</EQType>
    <Style_VScroll>false</Style_VScroll>
    <Style_HScroll>false</Style_HScroll>
    <Style_Transparent>false</Style_Transparent>
    <!--<TooltipReference/>-->
  </InvSlot>
  <!-- IS_SECONDARY	14 -->
  <InvSlot item="InvSlot14">
    <ScreenID>InvSlot14</ScreenID>
    <!--<Font>3</Font>-->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>122</X>
      <Y>163</Y>
    </Location>
    <Size>
      <CX>40</CX>
      <CY>40</CY>
    </Size>
    <Background>A_InvSecondary</Background>
    <EQType>14</EQType>
    <Style_VScroll>false</Style_VScroll>
    <Style_HScroll>false</Style_HScroll>
    <Style_Transparent>false</Style_Transparent>
    <!--<TooltipReference/>-->
  </InvSlot>
  <!-- IS_L_FINGERS	15 -->
  <InvSlot item="InvSlot15">
    <ScreenID>InvSlot15</ScreenID>
    <!--<Font>3</Font>-->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>2</X>
      <Y>83</Y>
    </Location>
    <Size>
      <CX>40</CX>
      <CY>40</CY>
    </Size>
    <Background>A_InvRing</Background>
    <EQType>15</EQType>
    <Style_VScroll>false</Style_VScroll>
    <Style_HScroll>false</Style_HScroll>
    <Style_Transparent>false</Style_Transparent>
    <!--<TooltipReference/>-->
  </InvSlot>
  <!-- IS_R_FINGERS	16 -->
  <InvSlot item="InvSlot16">
    <ScreenID>InvSlot16</ScreenID>
    <!--<Font>3</Font>-->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>162</X>
      <Y>83</Y>
    </Location>
    <Size>
      <CX>40</CX>
      <CY>40</CY>
    </Size>
    <Background>A_InvRing</Background>
    <EQType>16</EQType>
    <Style_VScroll>false</Style_VScroll>
    <Style_HScroll>false</Style_HScroll>
    <Style_Transparent>false</Style_Transparent>
    <!--<TooltipReference/>-->
  </InvSlot>
  <!-- IS_CHEST		17 -->
  <InvSlot item="InvSlot17">
    <ScreenID>InvSlot17</ScreenID>
    <!--<Font>3</Font>-->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>82</X>
      <Y>43</Y>
    </Location>
    <Size>
      <CX>40</CX>
      <CY>40</CY>
    </Size>
    <Background>A_InvChest</Background>
    <EQType>17</EQType>
    <Style_VScroll>false</Style_VScroll>
    <Style_HScroll>false</Style_HScroll>
    <Style_Transparent>false</Style_Transparent>
    <!--<TooltipReference/>-->
  </InvSlot>
  <!-- IS_LEGS		18 -->
  <InvSlot item="InvSlot18">
    <ScreenID>InvSlot18</ScreenID>
    <!--<Font>3</Font>-->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>82</X>
      <Y>123</Y>
    </Location>
    <Size>
      <CX>40</CX>
      <CY>40</CY>
    </Size>
    <Background>A_InvLegs</Background>
    <EQType>18</EQType>
    <Style_VScroll>false</Style_VScroll>
    <Style_HScroll>false</Style_HScroll>
    <Style_Transparent>false</Style_Transparent>
    <!--<TooltipReference/>-->
  </InvSlot>
  <!-- IS_FEET		19 -->
  <InvSlot item="InvSlot19">
    <ScreenID>InvSlot19</ScreenID>
    <!--<Font>3</Font>-->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>162</X>
      <Y>123</Y>
    </Location>
    <Size>
      <CX>40</CX>
      <CY>40</CY>
    </Size>
    <Background>A_InvFeet</Background>
    <EQType>19</EQType>
    <Style_VScroll>false</Style_VScroll>
    <Style_HScroll>false</Style_HScroll>
    <Style_Transparent>false</Style_Transparent>
    <!--<TooltipReference/>-->
  </InvSlot>
  <!-- IS_WAIST		20 -->
  <InvSlot item="InvSlot20">
    <ScreenID>InvSlot20</ScreenID>
    <!--<Font>3</Font>-->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>122</X>
      <Y>123</Y>
    </Location>
    <Size>
      <CX>40</CX>
      <CY>40</CY>
    </Size>
    <Background>A_InvWaist</Background>
    <EQType>20</EQType>
    <Style_VScroll>false</Style_VScroll>
    <Style_HScroll>false</Style_HScroll>
    <Style_Transparent>false</Style_Transparent>
    <!--<TooltipReference/>-->
  </InvSlot>
  <!-- IS_AMMO		21 -->
  <InvSlot item="InvSlot21">
    <ScreenID>InvSlot21</ScreenID>
    <!--<Font>3</Font>-->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>2</X>
      <Y>43</Y>
    </Location>
    <Size>
      <CX>40</CX>
      <CY>40</CY>
    </Size>
    <Background>A_InvAmmo</Background>
    <EQType>22</EQType>
    <Style_VScroll>false</Style_VScroll>
    <Style_HScroll>false</Style_HScroll>
    <Style_Transparent>false</Style_Transparent>
    <!--<TooltipReference/>-->
  </InvSlot>
  <!-- root inv slots, IS_B1 to IS_B8 -->
  <InvSlot item="InvSlot22">
    <ScreenID>InvSlot22</ScreenID>
    <!--<Font>3</Font>-->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>205</X>
      <Y>3</Y>
    </Location>
    <Size>
      <CX>30</CX>
      <CY>30</CY>
    </Size>
    <Background>A_RecessedBox30</Background>
    <EQType>23</EQType>
    <Style_VScroll>false</Style_VScroll>
    <Style_HScroll>false</Style_HScroll>
    <Style_Transparent>false</Style_Transparent>
    <!--<TooltipReference/>-->
  </InvSlot>
  <InvSlot item="InvSlot23">
    <ScreenID>InvSlot23</ScreenID>
    <!--<Font>3</Font>-->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>205</X>
      <Y>33</Y>
    </Location>
    <Size>
      <CX>30</CX>
      <CY>30</CY>
    </Size>
    <Background>A_RecessedBox30</Background>
    <EQType>24</EQType>
    <Style_VScroll>false</Style_VScroll>
    <Style_HScroll>false</Style_HScroll>
    <Style_Transparent>false</Style_Transparent>
    <!--<TooltipReference/>-->
  </InvSlot>
  <InvSlot item="InvSlot24">
    <ScreenID>InvSlot24</ScreenID>
    <!--<Font>3</Font>-->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>205</X>
      <Y>63</Y>
    </Location>
    <Size>
      <CX>30</CX>
      <CY>30</CY>
    </Size>
    <Background>A_RecessedBox30</Background>
    <EQType>25</EQType>
    <Style_VScroll>false</Style_VScroll>
    <Style_HScroll>false</Style_HScroll>
    <Style_Transparent>false</Style_Transparent>
    <!--<TooltipReference/>-->
  </InvSlot>
  <InvSlot item="InvSlot25">
    <ScreenID>InvSlot25</ScreenID>
    <!--<Font>3</Font>-->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>205</X>
      <Y>93</Y>
    </Location>
    <Size>
      <CX>30</CX>
      <CY>30</CY>
    </Size>
    <Background>A_RecessedBox30</Background>
    <EQType>26</EQType>
    <Style_VScroll>false</Style_VScroll>
    <Style_HScroll>false</Style_HScroll>
    <Style_Transparent>false</Style_Transparent>
    <!--<TooltipReference/>-->
  </InvSlot>
  <InvSlot item="InvSlot26">
    <ScreenID>InvSlot26</ScreenID>
    <!--<Font>3</Font>-->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>205</X>
      <Y>123</Y>
    </Location>
    <Size>
      <CX>30</CX>
      <CY>30</CY>
    </Size>
    <Background>A_RecessedBox30</Background>
    <EQType>27</EQType>
    <Style_VScroll>false</Style_VScroll>
    <Style_HScroll>false</Style_HScroll>
    <Style_Transparent>false</Style_Transparent>
    <!--<TooltipReference/>-->
  </InvSlot>
  <InvSlot item="InvSlot27">
    <ScreenID>InvSlot27</ScreenID>
    <!--<Font>3</Font>-->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>205</X>
      <Y>153</Y>
    </Location>
    <Size>
      <CX>30</CX>
      <CY>30</CY>
    </Size>
    <Background>A_RecessedBox30</Background>
    <EQType>28</EQType>
    <Style_VScroll>false</Style_VScroll>
    <Style_HScroll>false</Style_HScroll>
    <Style_Transparent>false</Style_Transparent>
    <!--<TooltipReference/>-->
  </InvSlot>
  <InvSlot item="InvSlot28">
    <ScreenID>InvSlot28</ScreenID>
    <!--<Font>3</Font>-->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>205</X>
      <Y>183</Y>
    </Location>
    <Size>
      <CX>30</CX>
      <CY>30</CY>
    </Size>
    <Background>A_RecessedBox30</Background>
    <EQType>29</EQType>
    <Style_VScroll>false</Style_VScroll>
    <Style_HScroll>false</Style_HScroll>
    <Style_Transparent>false</Style_Transparent>
    <!--<TooltipReference/>-->
  </InvSlot>
  <InvSlot item="InvSlot29">
    <ScreenID>InvSlot29</ScreenID>
    <!--<Font>3</Font>-->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>205</X>
      <Y>213</Y>
    </Location>
    <Size>
      <CX>30</CX>
      <CY>30</CY>
    </Size>
    <Background>A_RecessedBox30</Background>
    <EQType>30</EQType>
    <Style_VScroll>false</Style_VScroll>
    <Style_HScroll>false</Style_HScroll>
    <Style_Transparent>false</Style_Transparent>
    <!--<TooltipReference/>-->
  </InvSlot>


  <Label item="IW_Weight">
    <ScreenID>WeightLabel</ScreenID>
    <!--<Font>3</Font>-->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>2</X>
      <Y>295</Y>
    </Location>
    <Size>
      <CX>64</CX>
      <CY>14</CY>
    </Size>
    <Text>Weight :</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
  </Label>
  <Label item="IW_CurrentWeight">
    <ScreenID>WeightNumberLabel</ScreenID>
    <EQType>24</EQType>
    <!--<Font>3</Font>-->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>6</X>
      <Y>228</Y>
    </Location>
    <Size>
      <CX>30</CX>
      <CY>14</CY>
    </Size>
    <Text>0</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>true</AlignRight>
  </Label>
  <Label item="IW_WeightNumber">
    <!--<Font>3</Font>-->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>42</X>
      <Y>228</Y>
    </Location>
    <Size>
      <CX>4</CX>
      <CY>14</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="IW_MaxWeight">
    <EQType>25</EQType>
    <!--<Font>3</Font>-->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>48</X>
      <Y>228</Y>
    </Location>
    <Size>
      <CX>32</CX>
      <CY>14</CY>
    </Size>
    <Text />
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
    <AlignLeft>true</AlignLeft>
  </Label>
  <Label item="IW_AltAdv">
    <ScreenID>AltAdvLabel</ScreenID>
    <!--<Font>3</Font>-->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>0</X>
      <Y>500</Y>
    </Location>
    <Size>
      <CX>120</CX>
      <CY>14</CY>
    </Size>
    <Text>ALT. ADV.</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>true</AlignCenter>
    <AlignRight>false</AlignRight>
  </Label>
  <Gauge item="IW_AltAdvGauge">
    <ScreenID>AltAdvGauge</ScreenID>
    <!--<Font>3</Font>-->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>2</X>
      <Y>500</Y>
    </Location>
    <Size>
      <CX>116</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>220</R>
      <G>150</G>
      <B>0</B>
    </FillTint>
    <LinesFillTint>
      <R>0</R>
      <G>40</G>
      <B>150</B>
    </LinesFillTint>
    <DrawLinesFill>true</DrawLinesFill>
    <EQType>5</EQType>
    <GaugeDrawTemplate>
      <Background>A_GaugeBackground</Background>
      <Fill>A_GaugeFill</Fill>
      <Lines>A_GaugeLines</Lines>
      <LinesFill>A_GaugeLinesFill</LinesFill>
      <EndCapLeft>A_GaugeEndCapLeft</EndCapLeft>
      <EndCapRight>A_GaugeEndCapRight</EndCapRight>
    </GaugeDrawTemplate>
  </Gauge>
  <Button item="IW_Money0">
    <ScreenID>IW_Money0</ScreenID>
    <!--<Font>3</Font>-->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>5</X>
      <Y>130</Y>
    </Location>
    <Size>
      <CX>75</CX>
      <CY>24</CY>
    </Size>
    <Style_Transparent>false</Style_Transparent>
    <!--<TooltipReference/>-->
    <Style_Checkbox>false</Style_Checkbox>
    <!--<RadioGroup/>-->
    <Text>9999</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <ButtonDrawTemplate>
      <NormalDecal>A_PlatinumCoin</NormalDecal>
    </ButtonDrawTemplate>
    <DecalOffset>
      <X>1</X>
      <Y>3</Y>
    </DecalOffset>
    <DecalSize>
      <CX>18</CX>
      <CY>18</CY>
    </DecalSize>
  </Button>
  <Button item="IW_Money1">
    <ScreenID>IW_Money1</ScreenID>
    <!--<Font>3</Font>-->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>5</X>
      <Y>154</Y>
    </Location>
    <Size>
      <CX>75</CX>
      <CY>24</CY>
    </Size>
    <Style_Transparent>false</Style_Transparent>
    <!--<TooltipReference/>-->
    <Style_Checkbox>false</Style_Checkbox>
    <!--<RadioGroup/>-->
    <Text>9999</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <ButtonDrawTemplate>
      <NormalDecal>A_GoldCoin</NormalDecal>
    </ButtonDrawTemplate>
    <DecalOffset>
      <X>1</X>
      <Y>3</Y>
    </DecalOffset>
    <DecalSize>
      <CX>18</CX>
      <CY>18</CY>
    </DecalSize>
  </Button>
  <Button item="IW_Money2">
    <ScreenID>IW_Money2</ScreenID>
    <!--<Font>3</Font>-->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>5</X>
      <Y>178</Y>
    </Location>
    <Size>
      <CX>75</CX>
      <CY>24</CY>
    </Size>
    <Style_Transparent>false</Style_Transparent>
    <!--<TooltipReference/>-->
    <Style_Checkbox>false</Style_Checkbox>
    <!--<RadioGroup/>-->
    <Text>9999</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <ButtonDrawTemplate>
      <NormalDecal>A_SilverCoin</NormalDecal>
    </ButtonDrawTemplate>
    <DecalOffset>
      <X>1</X>
      <Y>3</Y>
    </DecalOffset>
    <DecalSize>
      <CX>18</CX>
      <CY>18</CY>
    </DecalSize>
  </Button>
  <Button item="IW_Money3">
    <ScreenID>IW_Money3</ScreenID>
    <!--<Font>3</Font>-->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>5</X>
      <Y>202</Y>
    </Location>
    <Size>
      <CX>75</CX>
      <CY>24</CY>
    </Size>
    <Style_Transparent>false</Style_Transparent>
    <!--<TooltipReference/>-->
    <Style_Checkbox>false</Style_Checkbox>
    <!--<RadioGroup/>-->
    <Text>9999</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <ButtonDrawTemplate>
      <NormalDecal>A_CopperCoin</NormalDecal>
    </ButtonDrawTemplate>
    <DecalOffset>
      <X>1</X>
      <Y>3</Y>
    </DecalOffset>
    <DecalSize>
      <CX>18</CX>
      <CY>18</CY>
    </DecalSize>
  </Button>
  <Button item="IW_Skills">
    <ScreenID>IW_Skills</ScreenID>
    <Font>3</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>0</X>
      <Y>212</Y>
    </Location>
    <Size>
      <CX>65</CX>
      <CY>20</CY>
    </Size>
    <Style_Transparent>false</Style_Transparent>
    <!--<TooltipReference/>-->
    <Style_Checkbox>false</Style_Checkbox>
    <!--<RadioGroup/>-->
    <Text>Skills</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <ButtonDrawTemplate>
      <Normal>A_BtnNormal65</Normal>
      <Pressed>A_BtnPressed</Pressed>
      <Flyby>A_BtnFlyby</Flyby>
      <Disabled>A_BtnDisabled</Disabled>
      <PressedFlyby>A_BtnPressedFlyby</PressedFlyby>
    </ButtonDrawTemplate>
  </Button>
  <Button item="IW_AltAdvBtn">
    <ScreenID>IW_AltAdvBtn</ScreenID>
    <!--<Font>3</Font>-->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>88</X>
      <Y>500</Y>
    </Location>
    <Size>
      <CX>80</CX>
      <CY>20</CY>
    </Size>
    <Style_Transparent>false</Style_Transparent>
    <!--<TooltipReference/>-->
    <Style_Checkbox>false</Style_Checkbox>
    <!--<RadioGroup/>-->
    <Text>Alt. Advance</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>
  </Button>
  <Button item="IW_Destroy">
    <ScreenID>IW_Destroy</ScreenID>
    <Font>3</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>0</X>
      <Y>232</Y>
    </Location>
    <Size>
      <CX>65</CX>
      <CY>20</CY>
    </Size>
    <Style_Transparent>false</Style_Transparent>
    <!--<TooltipReference/>-->
    <Style_Checkbox>false</Style_Checkbox>
    <!--<RadioGroup/>-->
    <Text>Destroy</Text>
    <TextColor>
      <R>255</R>
      <G>0</G>
      <B>0</B>
    </TextColor>
    <ButtonDrawTemplate>
      <Normal>A_BtnNormal65</Normal>
      <Pressed>A_BtnPressed</Pressed>
      <Flyby>A_BtnFlyby</Flyby>
      <Disabled>A_BtnDisabled</Disabled>
      <PressedFlyby>A_BtnPressedFlyby</PressedFlyby>
    </ButtonDrawTemplate>
  </Button>
  <StaticAnimation item="ClassAnim">
    <ScreenID>ClassAnim</ScreenID>
    <Location>
      <X>500</X>
      <Y>500</Y>
    </Location>
    <Size>
      <CX>1</CX>
      <CY>1</CY>
    </Size>
    <Animation>A_ClassAnim01</Animation>
  </StaticAnimation>
  <Screen item="IW_CharacterView">
    <ScreenID>IW_CharacterView</ScreenID>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>3</X>
      <Y>3</Y>
    </Location>
    <Size>
      <CX>124</CX>
      <CY>206</CY>
    </Size>
    <Style_VScroll>false</Style_VScroll>
    <Style_HScroll>false</Style_HScroll>
    <Style_Transparent>true</Style_Transparent>
    <TooltipReference>Drop Item Here to Auto Equip</TooltipReference>
    <Style_Titlebar>false</Style_Titlebar>
    <Style_Closebox>false</Style_Closebox>
    <Style_Minimizebox>false</Style_Minimizebox>
    <Style_Border>true</Style_Border>
    <Style_Sizable>false</Style_Sizable>
	<Pieces>ClassAnim</Pieces>
  </Screen>
  <Button item="IW_DoneButton">
    <ScreenID>DoneButton</ScreenID>
    <Font>3</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>0</X>
      <Y>252</Y>
    </Location>
    <Size>
      <CX>130</CX>
      <CY>20</CY>
    </Size>
    <Style_Transparent>false</Style_Transparent>
    <!--<TooltipReference/>-->
    <Style_Checkbox>false</Style_Checkbox>
    <!--<RadioGroup/>-->
    <Text>Done</Text>
    <TextColor>
      <R>0</R>
      <G>255</G>
      <B>0</B>
    </TextColor>
    <ButtonDrawTemplate>
      <Normal>A_BtnNormal130</Normal>
      <Pressed>A_BtnPressed</Pressed>
      <Flyby>A_BtnFlyby</Flyby>
      <Disabled>A_BtnDisabled</Disabled>
      <PressedFlyby>A_BtnPressedFlyby</PressedFlyby>
    </ButtonDrawTemplate>
  </Button>
  <!--- ADD by AYA -->
  <Label item="IWp_AltAdv">
    <ScreenID>AltAdvLabel</ScreenID>
    <!--<Font>3</Font>-->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>0</X>
      <Y>119</Y>
    </Location>
    <Size>
      <CX>120</CX>
      <CY>14</CY>
    </Size>
    <Text>ALT. ADV.</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>true</AlignCenter>
    <AlignRight>false</AlignRight>
  </Label>
  <Gauge item="IWp_AltAdvGauge">
    <ScreenID>AltAdvGauge</ScreenID>
    <!--<Font>3</Font>-->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>2</X>
      <Y>135</Y>
    </Location>
    <Size>
      <CX>116</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>220</R>
      <G>150</G>
      <B>0</B>
    </FillTint>
    <LinesFillTint>
      <R>0</R>
      <G>40</G>
      <B>150</B>
    </LinesFillTint>
    <DrawLinesFill>true</DrawLinesFill>
    <EQType>5</EQType>
    <GaugeDrawTemplate>
      <Background>A_GaugeBackground</Background>
      <Fill>A_GaugeFill</Fill>
      <Lines>A_GaugeLines</Lines>
      <LinesFill>A_GaugeLinesFill</LinesFill>
      <EndCapLeft>A_GaugeEndCapLeft</EndCapLeft>
      <EndCapRight>A_GaugeEndCapRight</EndCapRight>
    </GaugeDrawTemplate>
  </Gauge>
  <Label item="IWp_Name">
    <ScreenID>NameLabel</ScreenID>
    <EQType>1</EQType>
    <!--<Font>3</Font>-->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>8</X>
      <Y>4</Y>
    </Location>
    <Size>
      <CX>112</CX>
      <CY>14</CY>
    </Size>
    <Text>Playername123456</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
  </Label>
  <Label item="IWp_Level">
    <ScreenID>LevelClassLabel</ScreenID>
    <EQType>2</EQType>
    <!--<Font>3</Font>-->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>8</X>
      <Y>18</Y>
    </Location>
    <Size>
      <CX>15</CX>
      <CY>14</CY>
    </Size>
    <Text>60 Shadow Knight</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
  </Label>
  <Label item="IWp_Class">
    <EQType>3</EQType>
    <!--<Font>3</Font>-->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>28</X>
      <Y>18</Y>
    </Location>
    <Size>
      <CX>100</CX>
      <CY>14</CY>
    </Size>
    <Text>60 Shadow Knight</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
  </Label>
  <Label item="IWp_Deity">
    <ScreenID>DeityLabel</ScreenID>
    <EQType>4</EQType>
    <!--<Font>3</Font>-->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>8</X>
      <Y>32</Y>
    </Location>
    <Size>
      <CX>112</CX>
      <CY>14</CY>
    </Size>
    <Text>Mithaniel Marr</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
  </Label>
  <Label item="IWp_HP">
    <ScreenID>HPLabel</ScreenID>
    <!--<Font>3</Font>-->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>14</X>
      <Y>50</Y>
    </Location>
    <Size>
      <CX>64</CX>
      <CY>14</CY>
    </Size>
    <Text>HP</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
  </Label>
  <Label item="IWp_CurrentHP">
    <ScreenID>HPNumberLabel</ScreenID>
    <EQType>17</EQType>
    <!--<Font>3</Font>-->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>40</X>
      <Y>50</Y>
    </Location>
    <Size>
      <CX>35</CX>
      <CY>14</CY>
    </Size>
    <Text>0</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>
  <Label item="IWp_HPDivider">
    <!--<Font>3</Font>-->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>78</X>
      <Y>50</Y>
    </Location>
    <Size>
      <CX>8</CX>
      <CY>14</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="IWp_MaxHP">
    <EQType>18</EQType>
    <!--<Font>3</Font>-->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>83</X>
      <Y>50</Y>
    </Location>
    <Size>
      <CX>37</CX>
      <CY>14</CY>
    </Size>
    <Text>0</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
    <AlignLeft>true</AlignLeft>
  </Label>
  <Label item="IWp_AC">
    <ScreenID>ACLabel</ScreenID>
    <!--<Font>3</Font>-->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>14</X>
      <Y>64</Y>
    </Location>
    <Size>
      <CX>64</CX>
      <CY>14</CY>
    </Size>
    <Text>AC</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
  </Label>
  <Label item="IWp_ACNumber">
    <ScreenID>ACNumberLabel</ScreenID>
    <EQType>22</EQType>
    <!--<Font>3</Font>-->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>40</X>
      <Y>64</Y>
    </Location>
    <Size>
      <CX>80</CX>
      <CY>14</CY>
    </Size>
    <Text>0</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>true</AlignCenter>
    <AlignRight>false</AlignRight>
  </Label>
  <Label item="IWp_ATK">
    <ScreenID>ATKLabel</ScreenID>
    <!--<Font>3</Font>-->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>14</X>
      <Y>78</Y>
    </Location>
    <Size>
      <CX>64</CX>
      <CY>14</CY>
    </Size>
    <Text>ATK</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
  </Label>
  <Label item="IWp_ATKNumber">
    <ScreenID>ATKNumberLabel</ScreenID>
    <EQType>23</EQType>
    <!--<Font>3</Font>-->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>40</X>
      <Y>78</Y>
    </Location>
    <Size>
      <CX>80</CX>
      <CY>14</CY>
    </Size>
    <Text>0</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>true</AlignCenter>
    <AlignRight>false</AlignRight>
  </Label>
  <Label item="IWp_NextLevel">
    <ScreenID>NextLevelLabel</ScreenID>
    <!--<Font>3</Font>-->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>0</X>
      <Y>96</Y>
    </Location>
    <Size>
      <CX>120</CX>
      <CY>14</CY>
    </Size>
    <Text>NEXT LEVEL</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>true</AlignCenter>
    <AlignRight>false</AlignRight>
  </Label>
  <Gauge item="IWp_ExpGauge">
    <ScreenID>ExpGauge</ScreenID>
    <!--<Font>3</Font>-->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>2</X>
      <Y>112</Y>
    </Location>
    <Size>
      <CX>116</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>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>
      <Background>A_GaugeBackground</Background>
      <Fill>A_GaugeFill</Fill>
      <Lines>A_GaugeLines</Lines>
      <LinesFill>A_GaugeLinesFill</LinesFill>
      <EndCapLeft>A_GaugeEndCapLeft</EndCapLeft>
      <EndCapRight>A_GaugeEndCapRight</EndCapRight>
    </GaugeDrawTemplate>
  </Gauge>
  <Label item="IWp_STR">
    <ScreenID>STRLabel</ScreenID>
    <!--<Font>3</Font>-->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>131</X>
      <Y>5</Y>
    </Location>
    <Size>
      <CX>50</CX>
      <CY>14</CY>
    </Size>
    <Text>STR</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
  </Label>
  <Label item="IWp_STRNumber">
    <ScreenID>STRNumberLabel</ScreenID>
    <EQType>5</EQType>
    <!--<Font>3</Font>-->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>161</X>
      <Y>5</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>
  </Label>
  <Label item="IWp_STA">
    <ScreenID>STALabel</ScreenID>
    <!--<Font>3</Font>-->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>131</X>

      <Y>19</Y>
    </Location>
    <Size>
      <CX>50</CX>
      <CY>14</CY>
    </Size>
    <Text>STA</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
  </Label>
  <Label item="IWp_STANumber">
    <ScreenID>STANumberLabel</ScreenID>
    <EQType>6</EQType>
    <!--<Font>3</Font>-->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>161</X>
      <Y>19</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>
  </Label>
  <Label item="IWp_AGI">
    <ScreenID>AGILabel</ScreenID>
    <!--<Font>3</Font>-->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>131</X>
      <Y>33</Y>
    </Location>
    <Size>
      <CX>50</CX>
      <CY>14</CY>
    </Size>
    <Text>AGI</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
  </Label>
  <Label item="IWp_AGINumber">
    <ScreenID>AGINumberLabel</ScreenID>
    <EQType>8</EQType>
    <!--<Font>3</Font>-->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>161</X>
      <Y>33</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>
  </Label>
  <Label item="IWp_DEX">
    <ScreenID>DEXLabel</ScreenID>
    <!--<Font>3</Font>-->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>131</X>
      <Y>47</Y>
    </Location>
    <Size>
      <CX>50</CX>
      <CY>14</CY>
    </Size>
    <Text>DEX</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
  </Label>
  <Label item="IWp_DEXNumber">
    <ScreenID>DEXNumberLabel</ScreenID>
    <EQType>7</EQType>
    <!--<Font>3</Font>-->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>161</X>
      <Y>47</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>
  </Label>
  <Label item="IWp_WIS">
    <ScreenID>WISLabel</ScreenID>
    <!--<Font>3</Font>-->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>131</X>
      <Y>61</Y>
    </Location>
    <Size>
      <CX>50</CX>
      <CY>14</CY>
    </Size>
    <Text>WIS</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
  </Label>
  <Label item="IWp_WISNumber">
    <ScreenID>WISNumberLabel</ScreenID>
    <EQType>9</EQType>
    <!--<Font>3</Font>-->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>161</X>
      <Y>61</Y>
    </Location>
    <Size>
      <CX>50</CX>
      <CY>14</CY>
    </Size>
    <Text>255</Text>

Jaguarius
orc pawn
orc pawn
Posts: 21
Joined: Wed Apr 12, 2006 12:16 pm

Post by Jaguarius » Fri Aug 29, 2008 2:54 pm

EQUI_Inventory.xml (part2)

Code: Select all

    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
  </Label>
  <Label item="IWp_INT">
    <ScreenID>INTLabel</ScreenID>
    <!--<Font>3</Font>-->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>131</X>
      <Y>75</Y>
    </Location>
    <Size>
      <CX>50</CX>
      <CY>14</CY>
    </Size>
    <Text>INT</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
  </Label>
  <Label item="IWp_INTNumber">
    <ScreenID>INTNumberLabel</ScreenID>
    <EQType>10</EQType>
    <!--<Font>3</Font>-->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>161</X>
      <Y>75</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>
  </Label>
  <Label item="IWp_CHA">
    <ScreenID>CHALabel</ScreenID>
    <!--<Font>3</Font>-->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>131</X>
      <Y>89</Y>
    </Location>
    <Size>
      <CX>50</CX>
      <CY>14</CY>
    </Size>
    <Text>CHA</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
  </Label>
  <Label item="IWp_CHANumber">
    <ScreenID>CHANumberLabel</ScreenID>
    <EQType>11</EQType>
    <!--<Font>3</Font>-->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>161</X>
      <Y>89</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>
  </Label>
  <Label item="IWp_Poison">
    <ScreenID>PoisonLabel</ScreenID>
    <!--<Font>3</Font>-->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>117</X>
      <Y>107</Y>
    </Location>
    <Size>
      <CX>64</CX>
      <CY>14</CY>
    </Size>
    <Text>POISON</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
  </Label>
  <Label item="IWp_PoisonNumber">
    <ScreenID>PoisonNumberLabel</ScreenID>
    <EQType>12</EQType>
    <!--<Font>3</Font>-->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>173</X>
      <Y>107</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>
  </Label>
  <Label item="IWp_Magic">
    <ScreenID>MagicLabel</ScreenID>
    <!--<Font>3</Font>-->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>117</X>
      <Y>121</Y>
    </Location>
    <Size>
      <CX>64</CX>
      <CY>14</CY>
    </Size>
    <Text>MAGIC</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
  </Label>
  <Label item="IWp_MagicNumber">
    <ScreenID>MagicNumberLabel</ScreenID>
    <EQType>16</EQType>
    <!--<Font>3</Font>-->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>173</X>
      <Y>121</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>
  </Label>
  <Label item="IWp_Disease">
    <ScreenID>DiseaseLabel</ScreenID>
    <!--<Font>3</Font>-->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>117</X>
      <Y>135</Y>
    </Location>
    <Size>
      <CX>64</CX>
      <CY>14</CY>
    </Size>
    <Text>DISEASE</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
  </Label>
  <Label item="IWp_DiseaseNumber">
    <ScreenID>DiseaseNumberLabel</ScreenID>
    <EQType>13</EQType>
    <!--<Font>3</Font>-->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>173</X>
      <Y>135</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>
  </Label>
  <Label item="IWp_Fire">
    <ScreenID>FireLabel</ScreenID>
    <!--<Font>3</Font>-->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>117</X>
      <Y>149</Y>
    </Location>
    <Size>
      <CX>64</CX>
      <CY>14</CY>
    </Size>
    <Text>FIRE</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
  </Label>
  <Label item="IWp_FireNumber">
    <ScreenID>FireNumberLabel</ScreenID>
    <EQType>14</EQType>
    <!--<Font>3</Font>-->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>173</X>
      <Y>149</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>
  </Label>
  <Label item="IWp_Cold">
    <ScreenID>ColdLabel</ScreenID>
    <!--<Font>3</Font>-->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>117</X>
      <Y>163</Y>
    </Location>
    <Size>
      <CX>64</CX>
      <CY>14</CY>
    </Size>
    <Text>COLD</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
  </Label>
  <Label item="IWp_ColdNumber">
    <ScreenID>ColdNumberLabel</ScreenID>
    <EQType>15</EQType>
    <!--<Font>3</Font>-->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>173</X>
      <Y>163</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>
  </Label>
  <Label item="IWp_Corrupt">
    <ScreenID>CoLabel</ScreenID>
    <!--<Font>3</Font>-->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>117</X>
      <Y>177</Y>
    </Location>
    <Size>
      <CX>64</CX>
      <CY>14</CY>
    </Size>
    <Text>CORRU.</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
  </Label>
  <Label item="IWp_CorruptNumber">
    <ScreenID>CoNumberLabel</ScreenID>
    <EQType>136</EQType>
    <!--<Font>3</Font>-->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>173</X>
      <Y>177</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>
  </Label>
  <Label item="IWp_AvgResists">
   <ScreenID>AvgResists</ScreenID>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>117</X>
      <Y>191</Y>
    </Location>
    <Size>
      <CX>64</CX>
      <CY>14</CY>
    </Size>
    <Text>Prismatic</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight> 
   </Label>
   <Label item="IWp_AvgResistsNumber">
    <ScreenID>AvgResistsNumberLabel</ScreenID>
    <EQType>9999</EQType>
    <!--<Font>3</Font>-->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>173</X>
      <Y>191</Y>
    </Location>
    <Size>
      <CX>64</CX>
      <CY>14</CY>
    </Size>
    <TooltipReference>${Me.svPrismatic}</TooltipReference> 
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
   </Label>
 
  <Label item="AdvStatsAccuracy">
    <ScreenID>AdvStatsAccuracyLabel</ScreenID>
    <!--<Font>3</Font>-->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>8</X>
      <Y>4</Y>
    </Location>
    <Size>
      <CX>90</CX>
      <CY>14</CY>
    </Size>
    <Text>Accuracy</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
  </Label> 
    <Label item="AdvStatsAccuracyNumber">
   <EQType>9999</EQType>
    <ScreenID>AdvStatsAccuracyNumber</ScreenID>
    <!--<Font>3</Font>-->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>100</X>
      <Y>4</Y>
    </Location>
    <Size>
      <CX>50</CX>
      <CY>14</CY>
    </Size>
   <TooltipReference>${Me.AccuracyBonus} / 100</TooltipReference>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>true</AlignRight>
  </Label>
    <Label item="AdvStatsAvoidance">
    <ScreenID>AdvStatsAvoidanceLabel</ScreenID>
    <!--<Font>3</Font>-->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>8</X>
      <Y>18</Y>
    </Location>
    <Size>
      <CX>90</CX>
      <CY>14</CY>
    </Size>
    <Text>Avoidance</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
  </Label>
    <Label item="AdvStatsAvoidanceNumber">
   <EQType>9999</EQType>
    <ScreenID>AdvStatsAvoidanceNumber</ScreenID>
    <!--<Font>3</Font>-->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>100</X>
      <Y>18</Y>
    </Location>
    <Size>
      <CX>50</CX>
      <CY>14</CY>
    </Size>
   <TooltipReference>${Me.AvoidanceBonus} / 100</TooltipReference>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>true</AlignRight>
  </Label>
  <Label item="AdvStatsCombatEffects">
    <ScreenID>AdvStatsCombatEffectsLabel</ScreenID>
    <!--<Font>3</Font>-->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>8</X>
      <Y>32</Y>
    </Location>
    <Size>
      <CX>90</CX>
      <CY>14</CY>
    </Size>
    <Text>Combat Effects</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
  </Label>
    <Label item="AdvStatsCombatEffectsNumber">
   <EQType>9999</EQType>
    <ScreenID>AdvStatsCombatEffectsNumber</ScreenID>
    <!--<Font>3</Font>-->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>100</X>
      <Y>32</Y>
    </Location>
    <Size>
      <CX>50</CX>
      <CY>14</CY>
    </Size>
   <TooltipReference>${Me.CombatEffectsBonus} / 100</TooltipReference>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>true</AlignRight>
  </Label>
  <Label item="AdvStatsDmgShield">
    <ScreenID>AdvStatsDmgShieldLabel</ScreenID>
    <!--<Font>3</Font>-->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>8</X>
      <Y>46</Y>
    </Location>
    <Size>
      <CX>90</CX>
      <CY>14</CY>
    </Size>
    <Text>Dmg. Shield</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
  </Label>
    <Label item="AdvStatsDmgShieldNumber">
   <EQType>9999</EQType>
    <ScreenID>AdvStatsDmgShieldNumber</ScreenID>
    <!--<Font>3</Font>-->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>100</X>
      <Y>46</Y>
    </Location>
    <Size>
      <CX>50</CX>
      <CY>14</CY>
    </Size>
   <TooltipReference>${Me.DamageShieldBonus} / 35</TooltipReference>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>true</AlignRight>
  </Label>
  <Label item="AdvStatsDoTShield">
    <ScreenID>AdvStatsDoTShieldLabel</ScreenID>
    <!--<Font>3</Font>-->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>8</X>
      <Y>60</Y>
    </Location>
    <Size>
      <CX>90</CX>
      <CY>14</CY>
    </Size>
    <Text>DoT Shield</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
  </Label>
    <Label item="AdvStatsDoTShieldNumber">
   <EQType>9999</EQType>
    <ScreenID>AdvStatsDoTShieldNumber</ScreenID>
    <!--<Font>3</Font>-->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>100</X>
      <Y>60</Y>
    </Location>
    <Size>
      <CX>50</CX>
      <CY>14</CY>
    </Size>
   <TooltipReference>${Me.DoTShieldBonus} / 35</TooltipReference>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>true</AlignRight>
  </Label>
  <Label item="AdvStatsShielding">
    <ScreenID>AdvStatsShieldingLabel</ScreenID>
    <!--<Font>3</Font>-->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>8</X>
      <Y>74</Y>
    </Location>
    <Size>
      <CX>90</CX>
      <CY>14</CY>
    </Size>
    <Text>Shielding</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
  </Label>
    <Label item="AdvStatsShieldingNumber">
   <EQType>9999</EQType>
    <ScreenID>AdvStatsShieldingNumber</ScreenID>
    <!--<Font>3</Font>-->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>100</X>
      <Y>74</Y>
    </Location>
    <Size>
      <CX>50</CX>
      <CY>14</CY>
    </Size>
   <TooltipReference>${Me.ShieldingBonus} / 35</TooltipReference>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>true</AlignRight>
  </Label>
  <Label item="AdvStatsSpellShield">
    <ScreenID>AdvStatsSpellShieldLabel</ScreenID>
    <!--<Font>3</Font>-->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>8</X>
      <Y>88</Y>
    </Location>
    <Size>
      <CX>90</CX>
      <CY>14</CY>
    </Size>
    <Text>Spell Shield</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
  </Label>
    <Label item="AdvStatsSpellShieldNumber">
   <EQType>9999</EQType>
    <ScreenID>AdvStatsSpellShieldNumber</ScreenID>
    <!--<Font>3</Font>-->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>100</X>
      <Y>88</Y>
    </Location>
    <Size>
      <CX>50</CX>
      <CY>14</CY>
    </Size>
   <TooltipReference>${Me.SpellShieldBonus} / 35</TooltipReference>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>true</AlignRight>
  </Label>
    <Label item="AdvStatsStrikeThrough">
    <ScreenID>AdvStatsStrikeThroughLabel</ScreenID>
    <!--<Font>3</Font>-->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>8</X>
      <Y>102</Y>
    </Location>
    <Size>
      <CX>90</CX>
      <CY>14</CY>
    </Size>
    <Text>Strikethrough</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
  </Label>
    <Label item="AdvStatsStrikeThroughNumber">
   <EQType>9999</EQType>
    <ScreenID>AdvStatsStrikeThroughNumber</ScreenID>
    <!--<Font>3</Font>-->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>100</X>
      <Y>102</Y>
    </Location>
    <Size>
      <CX>50</CX>
      <CY>14</CY>
    </Size>
   <TooltipReference>${Me.StrikeThroughBonus} / 35</TooltipReference>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>true</AlignRight>
  </Label>
  <Label item="AdvStatsStunResist">
    <ScreenID>AdvStatsStunResistLabel</ScreenID>
    <!--<Font>3</Font>-->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>8</X>
      <Y>116</Y>
    </Location>
    <Size>
      <CX>90</CX>
      <CY>14</CY>
    </Size>
    <Text>Stun Resist</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
  </Label>
    <Label item="AdvStatsStunResistNumber">
   <EQType>9999</EQType>
    <ScreenID>AdvStatsStunResistNumber</ScreenID>
    <!--<Font>3</Font>-->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>100</X>
      <Y>116</Y>
    </Location>
    <Size>
      <CX>50</CX>
      <CY>14</CY>
    </Size>
   <TooltipReference>${Me.StunResistBonus} / 35</TooltipReference>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>true</AlignRight>
  </Label>
    <Label item="AdvStatsItemHaste">
    <ScreenID>AdvStatsItemHasteLabel</ScreenID>
    <!--<Font>3</Font>-->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>8</X>
      <Y>144</Y>
    </Location>
    <Size>
      <CX>90</CX>
      <CY>14</CY>
    </Size>
    <Text>Item Haste</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
  </Label>
    <Label item="AdvStatsItemHasteNumber">
   <EQType>9999</EQType>
    <ScreenID>AdvStatsItemHasteNumber</ScreenID>
    <!--<Font>3</Font>-->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>100</X>
      <Y>144</Y>
    </Location>
    <Size>
      <CX>50</CX>
      <CY>14</CY>
    </Size>
   <TooltipReference>${Me.AttackSpeed} %</TooltipReference>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>true</AlignRight>
  </Label>
  <Label item="AdvStatsHPRegen">
    <ScreenID>AdvStatsHPRegenLabel</ScreenID>
    <!--<Font>3</Font>-->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>8</X>
      <Y>172</Y>
    </Location>
    <Size>
      <CX>90</CX>
      <CY>14</CY>
    </Size>
    <Text>HP Regen</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
  </Label>
  <Label item="AdvStatsHPRegenNumber">
   <EQType>9999</EQType>
    <ScreenID>AdvStatsHPRegenNumber</ScreenID>
    <!--<Font>3</Font>-->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>100</X>
      <Y>172</Y>
    </Location>
    <Size>
      <CX>50</CX>
      <CY>14</CY>
    </Size>
   <TooltipReference>+ ${Me.HPRegenBonus}</TooltipReference>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>true</AlignRight>
  </Label>
    <Label item="AdvStatsManaRegen">
    <ScreenID>AdvStatsManaRegenLabel</ScreenID>
    <!--<Font>3</Font>-->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>8</X>
      <Y>186</Y>
    </Location>
    <Size>
      <CX>90</CX>
      <CY>14</CY>
    </Size>
    <Text>Mana Regen</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
  </Label>
  <Label item="AdvStatsManaRegenNumber">
   <EQType>9999</EQType>
    <ScreenID>AdvStatsManaRegenNumber</ScreenID>
    <!--<Font>3</Font>-->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>100</X>
      <Y>186</Y>
    </Location>
    <Size>
      <CX>50</CX>
      <CY>14</CY>
    </Size>
   <TooltipReference>+ ${Me.ManaRegenBonus}</TooltipReference>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>true</AlignRight>
  </Label> 
  <!-- ADD Ends -->
  <Page item="InvPage">
    <ScreenID>InvPage</ScreenID>
    <!--<Font>3</Font>-->
    <RelativePosition>true</RelativePosition>
    <Style_VScroll>false</Style_VScroll>
    <Style_HScroll>false</Style_HScroll>
    <Style_Transparent>true</Style_Transparent>
    <TooltipReference>Inventory Page</TooltipReference>
    <DrawTemplate>WDT_DefNew</DrawTemplate>
    <TabText>Inventory</TabText>
    <TabTextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TabTextColor>
    <TabTextActiveColor>
      <R>255</R>
      <G>255</G>
      <B>0</B>
    </TabTextActiveColor>
    <Pieces>InvSlot0</Pieces>
    <Pieces>InvSlot1</Pieces>
    <Pieces>InvSlot2</Pieces>
    <Pieces>InvSlot3</Pieces>
    <Pieces>InvSlot4</Pieces>
    <Pieces>InvSlot5</Pieces>
    <Pieces>InvSlot6</Pieces>
    <Pieces>InvSlot7</Pieces>
    <Pieces>InvSlot8</Pieces>
    <Pieces>InvSlot9</Pieces>
    <Pieces>InvSlot10</Pieces>
    <Pieces>InvSlot11</Pieces>
    <Pieces>InvSlot12</Pieces>
    <Pieces>InvSlot13</Pieces>
    <Pieces>InvSlot14</Pieces>
    <Pieces>InvSlot15</Pieces>
    <Pieces>InvSlot16</Pieces>
    <Pieces>InvSlot17</Pieces>
    <Pieces>InvSlot18</Pieces>
    <Pieces>InvSlot19</Pieces>
    <Pieces>InvSlot20</Pieces>
    <Pieces>InvSlot21</Pieces>
    <Pieces>InvSlot22</Pieces>
    <Pieces>InvSlot23</Pieces>
    <Pieces>InvSlot24</Pieces>
    <Pieces>InvSlot25</Pieces>
    <Pieces>InvSlot26</Pieces>
    <Pieces>InvSlot27</Pieces>
    <Pieces>InvSlot28</Pieces>
    <Pieces>InvSlot29</Pieces>
    <Pieces>InvSlot30</Pieces>
    <Pieces>IW_Money0</Pieces>
    <Pieces>IW_Money1</Pieces>
    <Pieces>IW_Money2</Pieces>
    <Pieces>IW_Money3</Pieces>
    <Pieces>IW_AltAdvBtn</Pieces>
    <Pieces>IW_Weight</Pieces>
    <Pieces>IW_CurrentWeight</Pieces>
    <Pieces>IW_WeightNumber</Pieces>
    <Pieces>IW_MaxWeight</Pieces>
    <Pieces>ClassAnim</Pieces>
    <Location>
      <X>0</X>
      <Y>22</Y>
    </Location>
    <Size>
      <CX>239</CX>
      <CY>252</CY>
    </Size>
  </Page>
  <Page item="StatusPage">
    <ScreenID>StatusPage</ScreenID>
    <!--<Font>3</Font>-->
    <RelativePosition>true</RelativePosition>
    <Style_VScroll>false</Style_VScroll>
    <Style_HScroll>false</Style_HScroll>
    <Style_Transparent>true</Style_Transparent>
    <TooltipReference>Status Page</TooltipReference>
    <DrawTemplate>WDT_DefNew</DrawTemplate>
    <TabText>Status</TabText>
    <TabTextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TabTextColor>
    <TabTextActiveColor>
      <R>255</R>
      <G>255</G>
      <B>0</B>
    </TabTextActiveColor>
    <Pieces>IWp_Name</Pieces>
    <Pieces>IWp_Level</Pieces>
    <Pieces>IWp_Class</Pieces>
    <Pieces>IWp_Deity</Pieces>
    <Pieces>IWp_HP</Pieces>
    <Pieces>IWp_CurrentHP</Pieces>
    <Pieces>IWp_MaxHP</Pieces>
    <Pieces>IWp_HPDivider</Pieces>
    <Pieces>IWp_AC</Pieces>
    <Pieces>IWp_ACNumber</Pieces>
    <Pieces>IWp_ATK</Pieces>
    <Pieces>IWp_ATKNumber</Pieces>
    <Pieces>IWp_NextLevel</Pieces>
    <Pieces>IWp_ExpGauge</Pieces>
    <Pieces>IWp_STR</Pieces>
    <Pieces>IWp_STRNumber</Pieces>
    <Pieces>IWp_STA</Pieces>
    <Pieces>IWp_STANumber</Pieces>
    <Pieces>IWp_AGI</Pieces>
    <Pieces>IWp_AGINumber</Pieces>
    <Pieces>IWp_DEX</Pieces>
    <Pieces>IWp_DEXNumber</Pieces>
    <Pieces>IWp_WIS</Pieces>
    <Pieces>IWp_WISNumber</Pieces>
    <Pieces>IWp_INT</Pieces>
    <Pieces>IWp_INTNumber</Pieces>
    <Pieces>IWp_CHA</Pieces>
    <Pieces>IWp_CHANumber</Pieces>
    <Pieces>IWp_Poison</Pieces>
    <Pieces>IWp_PoisonNumber</Pieces>
    <Pieces>IWp_Magic</Pieces>
    <Pieces>IWp_MagicNumber</Pieces>
    <Pieces>IWp_Disease</Pieces>
    <Pieces>IWp_DiseaseNumber</Pieces>
    <Pieces>IWp_Fire</Pieces>
    <Pieces>IWp_FireNumber</Pieces>
    <Pieces>IWp_Cold</Pieces>
    <Pieces>IWp_ColdNumber</Pieces>
    <Pieces>IWp_Corrupt</Pieces>
    <Pieces>IWp_CorruptNumber</Pieces>
    <Pieces>IWp_AvgResists</Pieces>
    <Pieces>IWp_AvgResistsNumber</Pieces>
    <Pieces>IWp_AltAdv</Pieces>
    <Pieces>IWp_AltAdvGauge</Pieces>
    <Pieces>IW_GoodPoints</Pieces>
    <Pieces>IW_EvilPoints</Pieces>
    <Pieces>IW_ReclaimButton</Pieces>
    <Pieces>RadiantShardsLabel</Pieces>
    <Pieces>EbonShardsLabel</Pieces>
    <Location>
      <X>0</X>
      <Y>22</Y>
    </Location>
    <Size>
      <CX>239</CX>
      <CY>252</CY>
    </Size>
  </Page>
  <Button item="IW_FacePick">
    <ScreenID>IW_FacePick</ScreenID>
    <!--<Font>3</Font>-->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>65</X>
      <Y>232</Y>
    </Location>
    <Size>
      <CX>65</CX>
      <CY>20</CY>
    </Size>
    <Style_Transparent>false</Style_Transparent>
    <!--<TooltipReference/>-->
    <Style_Checkbox>false</Style_Checkbox>
    <!--<RadioGroup/>-->
    <Text>Face</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <ButtonDrawTemplate>
      <Normal>A_BtnNormal65</Normal>
      <Pressed>A_BtnPressed</Pressed>
      <Flyby>A_BtnFlyby</Flyby>
      <Disabled>A_BtnDisabled</Disabled>
      <PressedFlyby>A_BtnPressedFlyby</PressedFlyby>
    </ButtonDrawTemplate>
  </Button>
  <Button item="IW_Tinting">
    <ScreenID>IW_Tinting</ScreenID>
    <!--<Font>3</Font>-->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>65</X>
      <Y>212</Y>
    </Location>
    <Size>
      <CX>65</CX>
      <CY>20</CY>
    </Size>
    <Style_Transparent>false</Style_Transparent>
    <!--<TooltipReference/>-->
    <Style_Checkbox>false</Style_Checkbox>
    <!--<RadioGroup/>-->
    <Text>Dye</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <ButtonDrawTemplate>
      <Normal>A_BtnNormal65</Normal>
      <Pressed>A_BtnPressed</Pressed>
      <Flyby>A_BtnFlyby</Flyby>
      <Disabled>A_BtnDisabled</Disabled>
      <PressedFlyby>A_BtnPressedFlyby</PressedFlyby>
    </ButtonDrawTemplate>
  </Button>
  <Listbox item="IWEI_ItemList">
    <ScreenID>EI_ItemList</ScreenID>
    <DrawTemplate>WDT_Inner</DrawTemplate>
    <AutoStretch>true</AutoStretch>
    <TopAnchorToTop>true</TopAnchorToTop>
    <BottomAnchorToTop>false</BottomAnchorToTop>
    <LeftAnchorToLeft>true</LeftAnchorToLeft>
    <RightAnchorToLeft>false</RightAnchorToLeft>
    <LeftAnchorOffset>4</LeftAnchorOffset>
    <TopAnchorOffset>4</TopAnchorOffset>
    <RightAnchorOffset>4</RightAnchorOffset>
    <BottomAnchorOffset>30</BottomAnchorOffset>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <Style_Border>true</Style_Border>
    <Style_VScroll>true</Style_VScroll>
    <Columns>
      <Width>24</Width>
      <Heading />
    </Columns>
    <Columns>
      <Width>70</Width>
      <Heading>Name</Heading>
    </Columns>
    <Columns>
      <Width>25</Width>
      <Heading>Lv.</Heading>
    </Columns>
    <Columns>
      <Width>70</Width>
      <Heading>Progress</Heading>
    </Columns>
    <Columns>
      <Width>20</Width>
      <Heading>Active</Heading>
    </Columns>
  </Listbox>
  <Button item="IWEI_ToggleButton">
    <ScreenID>EI_ToggleButton</ScreenID>
    <!--<Font>3</Font>-->
    <RelativePosition>true</RelativePosition>
    <AutoStretch>true</AutoStretch>
    <TopAnchorToTop>false</TopAnchorToTop>
    <BottomAnchorToTop>false</BottomAnchorToTop>
    <LeftAnchorToLeft>true</LeftAnchorToLeft>
    <RightAnchorToLeft>true</RightAnchorToLeft>
    <LeftAnchorOffset>4</LeftAnchorOffset>
    <TopAnchorOffset>26</TopAnchorOffset>
    <RightAnchorOffset>115</RightAnchorOffset>
    <BottomAnchorOffset>4</BottomAnchorOffset>
    <Style_Transparent>false</Style_Transparent>
    <TooltipReference>Click here to toggle whether the current item will gain experience.</TooltipReference>
    <Style_Checkbox>false</Style_Checkbox>
    <Text>Toggle Selected</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>
  </Button>
  <Button item="IWEI_AllOnButton">
    <ScreenID>EI_AllOnButton</ScreenID>
    <!--<Font>3</Font>-->
    <RelativePosition>true</RelativePosition>
    <AutoStretch>true</AutoStretch>
    <TopAnchorToTop>false</TopAnchorToTop>
    <BottomAnchorToTop>false</BottomAnchorToTop>
    <LeftAnchorToLeft>false</LeftAnchorToLeft>
    <RightAnchorToLeft>false</RightAnchorToLeft>
    <LeftAnchorOffset>121</LeftAnchorOffset>
    <TopAnchorOffset>26</TopAnchorOffset>
    <RightAnchorOffset>72</RightAnchorOffset>
    <BottomAnchorOffset>4</BottomAnchorOffset>
    <Style_Transparent>false</Style_Transparent>
    <TooltipReference>Click here to set all items listed to collect experience.</TooltipReference>
    <Style_Checkbox>false</Style_Checkbox>
    <Text>Activate</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>
  </Button>
  <Button item="IWEI_AllOffButton">
    <ScreenID>EI_AllOffButton</ScreenID>
    <!--<Font>3</Font>-->
    <RelativePosition>true</RelativePosition>
    <AutoStretch>true</AutoStretch>
    <TopAnchorToTop>false</TopAnchorToTop>
    <BottomAnchorToTop>false</BottomAnchorToTop>
    <LeftAnchorToLeft>false</LeftAnchorToLeft>
    <RightAnchorToLeft>false</RightAnchorToLeft>
    <LeftAnchorOffset>69</LeftAnchorOffset>
    <TopAnchorOffset>26</TopAnchorOffset>
    <RightAnchorOffset>5</RightAnchorOffset>
    <BottomAnchorOffset>4</BottomAnchorOffset>
    <Style_Transparent>false</Style_Transparent>
    <TooltipReference>Click here to set all items listed to NOT collect experience.</TooltipReference>
    <Style_Checkbox>false</Style_Checkbox>
    <Text>Deactivate</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>
  </Button>
  <Page item="IW_EIPage">
    <ScreenID>EIPage</ScreenID>
    <RelativePosition>true</RelativePosition>
    <Style_VScroll>false</Style_VScroll>
    <Style_HScroll>false</Style_HScroll>
    <Style_Transparent>false</Style_Transparent>
    <DrawTemplate>WDT_DefNew</DrawTemplate>
    <TabText>Evolving Items</TabText>
    <TabTextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TabTextColor>
    <TabTextActiveColor>
      <R>255</R>
      <G>255</G>
      <B>0</B>
    </TabTextActiveColor>
    <Style_Sizable>true</Style_Sizable>
    <Pieces>IWEI_ItemList</Pieces>
    <Pieces>IWEI_ToggleButton</Pieces>
    <Pieces>IWEI_AllOnButton</Pieces>
    <Pieces>IWEI_AllOffButton</Pieces>
    <Location>
      <X>0</X>
      <Y>22</Y>
    </Location>
    <Size>
      <CX>239</CX>
      <CY>252</CY>
    </Size>
  </Page>
  <Listbox item="ACP_ProgressionList">
    <ScreenID>ProgressionList</ScreenID>
    <DrawTemplate>WDT_Inner</DrawTemplate>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>0</X>
      <Y>0</Y>
    </Location>
    <Size>
      <CX>0</CX>
      <CY>300</CY>
    </Size>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <Style_Border>true</Style_Border>
    <Style_VScroll>true</Style_VScroll>
    <Columns>
      <Width>80</Width>
      <Heading>Progression</Heading>
    </Columns>
    <Columns>
      <Width>25</Width>
      <Heading />
    </Columns>
    <Columns>
      <Width>80</Width>
      <Heading>Next</Heading>
    </Columns>
    <Columns>
      <Width>20</Width>
      <Heading />
    </Columns>
  </Listbox>
  <STMLbox item="ACP_ProgressionInfo">
    <ScreenID>ProgressionInfo</ScreenID>
    <DrawTemplate>WDT_Inner</DrawTemplate>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>0</X>
      <Y>0</Y>
    </Location>
    <Size>
      <CX>0</CX>
      <CY>100</CY>
    </Size>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <Style_Border>true</Style_Border>
    <Style_VScroll>true</Style_VScroll>
  </STMLbox>
  <VerticalLayoutBox item="ACP_ProgressionLayout">
    <ScreenID>ProgressionTemplateDataListLayout</ScreenID>
    <DrawTemplate>WDT_Inner</DrawTemplate>
    <DrawTemplate>WDT_Inner</DrawTemplate>
    <AutoStretch>true</AutoStretch>
    <LeftAnchorOffset>4</LeftAnchorOffset>
    <TopAnchorOffset>4</TopAnchorOffset>
    <RightAnchorOffset>4</RightAnchorOffset>
    <BottomAnchorOffset>4</BottomAnchorOffset>
    <TopAnchorToTop>true</TopAnchorToTop>
    <BottomAnchorToTop>false</BottomAnchorToTop>
    <LeftAnchorToLeft>true</LeftAnchorToLeft>
    <RightAnchorToLeft>false</RightAnchorToLeft>
    <Spacing>2</Spacing>
    <Style_Border>false</Style_Border>
    <Style_VScroll>false</Style_VScroll>
    <Style_Transparent>true</Style_Transparent>
    <Pieces>ACP_ProgressionList</Pieces>
    <Pieces>ACP_ProgressionInfo</Pieces>
  </VerticalLayoutBox>
  <Page item="IW_AltCharProgPage">
    <ScreenID>AltCharProgPage</ScreenID>
    <RelativePosition>true</RelativePosition>
    <Style_VScroll>false</Style_VScroll>
    <Style_HScroll>false</Style_HScroll>
    <Style_Transparent>false</Style_Transparent>
    <DrawTemplate>WDT_DefNew</DrawTemplate>
    <TabText>Monster Alts</TabText>
    <TabTextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TabTextColor>
    <TabTextActiveColor>
      <R>255</R>
      <G>255</G>
      <B>0</B>
    </TabTextActiveColor>
    <Style_Sizable>true</Style_Sizable>
    <Pieces>VerticalLayoutBox:ACP_ProgressionLayout</Pieces>
    <Location>
      <X>0</X>
      <Y>22</Y>
    </Location>
    <Size>
      <CX>239</CX>
      <CY>239</CY>
    </Size>
  </Page>
 
  <Page item="AdvStatsPage">
    <ScreenID>AdvStatsPage</ScreenID>
    <RelativePosition>true</RelativePosition>
    <Style_VScroll>false</Style_VScroll>
    <Style_HScroll>false</Style_HScroll>
    <Style_Transparent>false</Style_Transparent>
    <DrawTemplate>WDT_DefNew</DrawTemplate>
    <TabText>Adv Stats</TabText>
    <TabTextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TabTextColor>
    <TabTextActiveColor>
      <R>255</R>
      <G>255</G>
      <B>0</B>
    </TabTextActiveColor>
    <Style_Sizable>true</Style_Sizable>
    <Location>
      <X>0</X>
      <Y>22</Y>
    </Location>
    <Size>
      <CX>239</CX>
      <CY>239</CY>
    </Size>
   <Pieces>AdvStatsAccuracy</Pieces>
    <Pieces>AdvStatsAccuracyNumber</Pieces>
   <Pieces>AdvStatsAvoidance</Pieces>
   <Pieces>AdvStatsAvoidanceNumber</Pieces>
   <Pieces>AdvStatsCombatEffects</Pieces>
   <Pieces>AdvStatsCombatEffectsNumber</Pieces>
   <Pieces>AdvStatsDmgShield</Pieces>
   <Pieces>AdvStatsDmgShieldNumber</Pieces>
   <Pieces>AdvStatsDoTShield</Pieces>
   <Pieces>AdvStatsDoTShieldNumber</Pieces>
   <Pieces>AdvStatsShielding</Pieces>
   <Pieces>AdvStatsShieldingNumber</Pieces>
   <Pieces>AdvStatsSpellShield</Pieces>
   <Pieces>AdvStatsSpellShieldNumber</Pieces>
   <Pieces>AdvStatsStrikeThrough</Pieces>
   <Pieces>AdvStatsStrikeThroughNumber</Pieces>
   <Pieces>AdvStatsStunResist</Pieces>
   <Pieces>AdvStatsStunResistNumber</Pieces>
   <Pieces>AdvStatsItemHaste</Pieces>
   <Pieces>AdvStatsItemHasteNumber</Pieces>
   <Pieces>AdvStatsHPRegen</Pieces>
   <Pieces>AdvStatsHPRegenNumber</Pieces>
   <Pieces>AdvStatsManaRegen</Pieces>
   <Pieces>AdvStatsManaRegenNumber</Pieces>
  </Page>

    <Listbox item="IW_AltCurr_PointList">
      <ScreenID>AltCurr_PointList</ScreenID>
      <DrawTemplate>WDT_Inner</DrawTemplate>
      <AutoStretch>true</AutoStretch>
      <TopAnchorToTop>true</TopAnchorToTop>
      <BottomAnchorToTop>false</BottomAnchorToTop>
      <LeftAnchorToLeft>true</LeftAnchorToLeft>
      <RightAnchorToLeft>false</RightAnchorToLeft>
      <LeftAnchorOffset>4</LeftAnchorOffset>
      <TopAnchorOffset>4</TopAnchorOffset>
      <RightAnchorOffset>4</RightAnchorOffset>
      <BottomAnchorOffset>50</BottomAnchorOffset>
      <TextColor>
         <R>255</R>
         <G>255</G>
         <B>255</B>
      </TextColor>
      <Style_Border>true</Style_Border>
      <Style_VScroll>true</Style_VScroll>
      <Columns>
         <Width>20</Width>
         <Heading></Heading>
      </Columns>
      <Columns>
         <Width>100</Width>
         <Heading>Name</Heading>
      </Columns>
      <Columns>
         <Width>50</Width>
         <Heading>Quantity</Heading>
      </Columns>
   </Listbox>
   <Button item="IW_AltCurr_CreateItemButton">
      <ScreenID>AltCurr_CreateItemButton</ScreenID>
<!--<Font>3</Font>-->
      <RelativePosition>true</RelativePosition>
      <AutoStretch>true</AutoStretch>
      <TopAnchorToTop>false</TopAnchorToTop>
      <BottomAnchorToTop>false</BottomAnchorToTop>
      <LeftAnchorToLeft>true</LeftAnchorToLeft>
      <RightAnchorToLeft>true</RightAnchorToLeft>
      <LeftAnchorOffset>4</LeftAnchorOffset>
      <TopAnchorOffset>26</TopAnchorOffset>
      <RightAnchorOffset>124</RightAnchorOffset>
      <BottomAnchorOffset>4</BottomAnchorOffset>
      <Style_Transparent>false</Style_Transparent>
      <TooltipReference>Click to create hard currency (items) of type highlighted.</TooltipReference>
      <Style_Checkbox>false</Style_Checkbox>
      <Text>Create</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>
   </Button>
   <Button item="IW_AltCurr_ReclaimButton">
      <ScreenID>AltCurr_ReclaimButton</ScreenID>
<!--<Font>3</Font>-->
      <RelativePosition>true</RelativePosition>
      <AutoStretch>true</AutoStretch>
      <TopAnchorToTop>false</TopAnchorToTop>
      <BottomAnchorToTop>false</BottomAnchorToTop>
      <LeftAnchorToLeft>true</LeftAnchorToLeft>
      <RightAnchorToLeft>true</RightAnchorToLeft>
      <LeftAnchorOffset>4</LeftAnchorOffset>
      <TopAnchorOffset>48</TopAnchorOffset>
      <RightAnchorOffset>124</RightAnchorOffset>
      <BottomAnchorOffset>26</BottomAnchorOffset>
      <Style_Transparent>false</Style_Transparent>
      <TooltipReference>Click here reclaim points from items of highlighted type.</TooltipReference>
      <Style_Checkbox>false</Style_Checkbox>
      <Text>Reclaim</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>
   </Button>
     <Label item="IW_AltCurr_MaxStackLabel">
    <ScreenID>AltCurr_MaxStackLabel</ScreenID>
    <Font>3</Font>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <Size>
      <CX>600</CX>
      <CY>15</CY>
    </Size>
    <AlignCenter>false</AlignCenter>
    <Location>
      <X>10</X>
      <Y>380</Y>
    </Location>
  </Label>
   <Page item="IW_AltCurrPage">
      <ScreenID>AltCurrPage</ScreenID>
      <RelativePosition>true</RelativePosition>
      <Style_VScroll>false</Style_VScroll>
      <Style_HScroll>false</Style_HScroll>
      <Style_Transparent>false</Style_Transparent>
    <DrawTemplate>WDT_DefNew</DrawTemplate>
      <TabText>Alt. Currency</TabText>
      <TabTextColor>
         <R>255</R>
         <G>255</G>
         <B>255</B>
      </TabTextColor>
      <TabTextActiveColor>
         <R>255</R>
         <G>255</G>
         <B>0</B>
      </TabTextActiveColor>
      <Style_Sizable>true</Style_Sizable>
      <Pieces>IW_AltCurr_PointList</Pieces>
      <Pieces>IW_AltCurr_CreateItemButton</Pieces>
      <Pieces>IW_AltCurr_ReclaimButton</Pieces>
      <Pieces>IW_AltCurr_MaxStackLabel</Pieces>`
    <Location>
      <X>0</X>
      <Y>22</Y>
    </Location>
    <Size>
      <CX>239</CX>
      <CY>239</CY>
    </Size>
   </Page>
 
 
  <TabBox item="IW_Subwindows">
    <ScreenID>IW_Subwindows</ScreenID>
    <!--<Font>3</Font>-->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>129</X>
      <Y>-1</Y>
    </Location>
    <Size>
      <CX>243</CX>
      <CY>273</CY>
    </Size>
    <TabBorderTemplate>FT_DefTabBorder</TabBorderTemplate>
    <PageBorderTemplate>FT_DefPageBorder</PageBorderTemplate>
    <Pages>Page:InvPage</Pages>
    <Pages>Page:StatusPage</Pages>
    <Pages>Page:IW_EIPage</Pages>
    <Pages>Page:IW_AltCharProgPage</Pages>
    <Pages>Page:AdvStatsPage</Pages>
    <Pages>Page:IW_AltCurrPage</Pages>
  </TabBox>
  <Screen item="InventoryWindow">
    <!--<ScreenID/>-->
    <RelativePosition>false</RelativePosition>
    <Location>
      <X>205</X>
      <Y>0</Y>
    </Location>
    <Size>
      <!-- 248 287 -->
      <CX>386</CX>
      <CY>302</CY>
    </Size>
    <Text>Inventory</Text>
    <Style_VScroll>false</Style_VScroll>
    <Style_HScroll>false</Style_HScroll>
    <Style_Transparent>false</Style_Transparent>
    <TooltipReference>Inventory</TooltipReference>
    <DrawTemplate>WDT_RoundedNew</DrawTemplate>
    <Style_Titlebar>true</Style_Titlebar>
    <Style_Closebox>true</Style_Closebox>
    <Style_Minimizebox>true</Style_Minimizebox>
    <Style_Border>true</Style_Border>
    <Style_Sizable>false</Style_Sizable>
    <Pieces>Inv_PortraitView</Pieces>
    <Pieces>IW_CharacterView</Pieces>
    <Pieces>IW_Subwindows</Pieces>
    <Pieces>IW_DoneButton</Pieces>
    <Pieces>IW_Skills</Pieces>
    <Pieces>IW_Destroy</Pieces>
    <Pieces>IW_FacePick</Pieces>
    <Pieces>IW_Tinting</Pieces>
    <Pieces>ClassAnim</Pieces>
  </Screen>
</XML>
[/code]