Super-Mini Inventory Window w/Autoequip

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

Moderator: MacroQuest Developers

Stogar
a lesser mummy
a lesser mummy
Posts: 58
Joined: Mon Oct 13, 2003 12:02 pm

Super-Mini Inventory Window w/Autoequip

Post by Stogar » Mon Nov 10, 2003 10:09 am

I banged this out to allow me to have the inventory window open all the time. Mainly to see while runnning macros, but also to free up space to have all my bags from inventory and bank open at once.

It's built for functionality not looks.

--- EQUI_Inventory.xml ---

[quote] <?xml version="1.0" encoding="us-ascii"?>
<XML ID="EQInterfaceDefinitionLanguage">
<Schema xmlns="EverQuestData" xmlns:dt="EverQuestDataTypes" />
<!-- IS_CHARM 0 -->
<InvSlot item="InvSlot0">
<ScreenID>InvSlot0</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>99</X>
<Y>169</Y>
</Location>
<Size>
<CX>20</CX>
<CY>20</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>
<!-- IS_L_EAR 1 -->
<InvSlot item="InvSlot1">
<ScreenID>InvSlot1</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>2</X>
<Y>232</Y>
</Location>
<Size>
<CX>20</CX>
<CY>20</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>2</X>
<Y>209</Y>
</Location>
<Size>
<CX>20</CX>
<CY>20</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>25</X>
<Y>209</Y>
</Location>
<Size>
<CX>20</CX>
<CY>20</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>48</X>
<Y>232</Y>
</Location>
<Size>
<CX>20</CX>
<CY>20</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>25</X>
<Y>232</Y>
</Location>
<Size>
<CX>20</CX>
<CY>20</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>48</X>
<Y>209</Y>
</Location>
<Size>
<CX>20</CX>
<CY>20</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>25</X>
<Y>255</Y>
</Location>
<Size>
<CX>20</CX>
<CY>20</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 8 -->
<InvSlot item="InvSlot8">
<ScreenID>InvSlot8</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>48</X>
<Y>301</Y>
</Location>
<Size>
<CX>20</CX>
<CY>20</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>2</X>
<Y>255</Y>
</Location>
<Size>
<CX>20</CX>
<CY>20</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>48</X>
<Y>255</Y>
</Location>
<Size>
<CX>20</CX>
<CY>20</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>2</X>
<Y>347</Y>
</Location>
<Size>
<CX>20</CX>
<CY>20</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_PRIMARY 13 -->
<InvSlot item="InvSlot13">
<ScreenID>InvSlot13</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>2</X>
<Y>324</Y>
</Location>
<Size>
<CX>20</CX>
<CY>20</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>48</X>
<Y>324</Y>
</Location>
<Size>
<CX>20</CX>
<CY>20</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>278</Y>
</Location>
<Size>
<CX>20</CX>
<CY>20</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_HANDS 12 -->
<InvSlot item="InvSlot12">
<ScreenID>InvSlot12</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>25</X>
<Y>278</Y>
</Location>
<Size>
<CX>20</CX>
<CY>20</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_R_FINGERS 16 -->
<InvSlot item="InvSlot16">
<ScreenID>InvSlot16</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>48</X>
<Y>278</Y>
</Location>
<Size>
<CX>20</CX>
<CY>20</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>2</X>
<Y>301</Y>
</Location>
<Size>
<CX>20</CX>
<CY>20</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>25</X>
<Y>324</Y>
</Location>
<Size>
<CX>20</CX>
<CY>20</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>25</X>
<Y>347</Y>
</Location>
<Size>
<CX>20</CX>
<CY>20</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>25</X>
<Y>301</Y>
</Location>
<Size>
<CX>20</CX>
<CY>20</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>48</X>
<Y>347</Y>
</Location>
<Size>
<CX>20</CX>
<CY>20</CY>
</Size>
<Background>A_InvAmmo</Background>
<EQType>21</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>99</X>
<Y>4</Y>
</Location>
<Size>
<CX>20</CX>
<CY>20</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>22</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>99</X>
<Y>24</Y>
</Location>
<Size>
<CX>20</CX>
<CY>20</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>23</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>99</X>
<Y>45</Y>
</Location>
<Size>
<CX>20</CX>
<CY>20</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>24</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>99</X>
<Y>65</Y>
</Location>
<Size>
<CX>20</CX>
<CY>20</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>25</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>99</X>
<Y>86</Y>
</Location>
<Size>
<CX>20</CX>
<CY>20</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>26</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>99</X>
<Y>106</Y>
</Location>
<Size>
<CX>20</CX>
<CY>20</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>27</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>99</X>
<Y>126</Y>
</Location>
<Size>
<CX>20</CX>
<CY>20</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>28</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>99</X>
<Y>147</Y>
</Location>
<Size>
<CX>20</CX>
<CY>20</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>29</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<!--<TooltipReference/>-->
</InvSlot>
<Label item="IW_Name">
<ScreenID>NameLabel</ScreenID>
<EQType>1</EQType>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>7</X>
<Y>2</Y>
</Location>
<Size>
<CX>87</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>
<Font>1</Font>
</Label>
<Label item="IW_Level">
<ScreenID>LevelClassLabel</ScreenID>
<EQType>2</EQType>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>7</X>
<Y>15</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>
<Font>1</Font>
</Label>
<Label item="IW_Class">
<EQType>3</EQType>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>18</X>
<Y>15</Y>
</Location>
<Size>
<CX>78</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>
<Font>1</Font>
</Label>
<Label item="IW_Deity">
<ScreenID>DeityLabel</ScreenID>
<EQType>4</EQType>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>7</X>
<Y>24</Y>
</Location>
<Size>
<CX>82</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>
<Font>1</Font>
</Label>
<Label item="IW_HP">
<ScreenID>HPLabel</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>7</X>
<Y>39</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>
<Font>1</Font>
</Label>
<Label item="IW_CurrentHP">
<ScreenID>HPNumberLabel</ScreenID>
<EQType>17</EQType>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>12</X>
<Y>39</Y>
</Location>
<Size>
<CX>35</CX>
<CY>14</CY>
</Size>
<Text>0000</Text>
<TextColor>
<R>175</R>
<G>175</G>
<B>175</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>true</AlignRight>
<AlignLeft>false</AlignLeft>
<Font>1</Font>
</Label>
<Label item="IW_HPDivider">
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>48</X>
<Y>39</Y>
</Location>
<Size>
<CX>8</CX>
<CY>14</CY>
</Size>
<Text>/</Text>
<TextColor>
<R>200</R>
<G>200</G>
<B>200</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
<Font>1</Font>
</Label>
<Label item="IW_MaxHP">
<EQType>18</EQType>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>52</X>
<Y>39</Y>
</Location>
<Size>
<CX>37</CX>
<CY>14</CY>
</Size>
<Text>0000</Text>
<TextColor>
<R>255</R>
<G>0</G>
<B>100</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
<AlignLeft>true</AlignLeft>
<Font>1</Font>
</Label>
<Label item="IW_AC">
<ScreenID>ACLabel</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>7</X>
<Y>50</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>
<Font>1</Font>
</Label>
<Label item="IW_ACNumber">
<ScreenID>ACNumberLabel</ScreenID>
<EQType>22</EQType>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>27</X>
<Y>50</Y>
</Location>
<Size>
<CX>64</CX>
<CY>14</CY>
</Size>
<Text>0000</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>true</AlignCenter>
<AlignRight>false</AlignRight>
<Font>1</Font>
</Label>
<Label item="IW_ATK">
<ScreenID>ATKLabel</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>7</X>
<Y>61</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>
<Font>1</Font>
</Label>
<Label item="IW_ATKNumber">
<ScreenID>ATKNumberLabel</ScreenID>
<EQType>23</EQType>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>27</X>
<Y>60</Y>
</Location>
<Size>
<CX>64</CX>
<CY>14</CY>
</Size>
<Text>0000</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>true</AlignCenter>
<AlignRight>false</AlignRight>
<Font>1</Font>
</Label>
<Label item="IW_NextLevel">
<ScreenID>NextLevelLabel</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>2440</X>
<Y>335</Y>
</Location>
<Size>
<CX>16</CX>
<CY>10</CY>
</Size>
<Text>XP</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>true</AlignCenter>
<AlignRight>false</AlignRight>
<Font>1</Font>
</Label>
<Label item="IW_STR">
<ScreenID>STRLabel</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>7</X>
<Y>75</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>
<AlignLeft>true</AlignLeft>
<Font>1</Font>
</Label>
<Label item="IW_STRNumber">
<ScreenID>STRNumberLabel</ScreenID>
<EQType>5</EQType>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>31</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>
<Font>1</Font>
</Label>
<Label item="IW_STA">
<ScreenID>STALabel</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>7</X>
<Y>88</Y>
</Location>
<Size>
<CX>22</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>
<AlignLeft>true</AlignLeft>
<Font>1</Font>
</Label>
<Label item="IW_STANumber">
<ScreenID>STANumberLabel</ScreenID>
<EQType>6</EQType>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>31</X>
<Y>88</Y>
</Location>
<Size>
<CX>22</CX>
<CY>14</CY>
</Size>
<Text>255</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
<Font>1</Font>
</Label>
<Label item="IW_AGI">
<ScreenID>AGILabel</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>7</X>
<Y>101</Y>
</Location>
<Size>
<CX>20</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>
<AlignLeft>true</AlignLeft>
<Font>1</Font>
</Label>
<Label item="IW_AGINumber">
<ScreenID>AGINumberLabel</ScreenID>
<EQType>8</EQType>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>31</X>
<Y>101</Y>
</Location>
<Size>
<CX>19</CX>
<CY>14</CY>
</Size>
<Text>255</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
<Font>1</Font>
</Label>
<Label item="IW_DEX">
<ScreenID>DEXLabel</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>7</X>
<Y>115</Y>
</Location>
<Size>
<CX>25</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>
<AlignLeft>true</AlignLeft>
<Font>1</Font>
</Label>
<Label item="IW_DEXNumber">
<ScreenID>DEXNumberLabel</ScreenID>
<EQType>7</EQType>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>31</X>
<Y>115</Y>
</Location>
<Size>
<CX>20</CX>
<CY>14</CY>
</Size>
<Text>255</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
<Font>1</Font>
</Label>
<Label item="IW_WIS">
<ScreenID>WISLabel</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>50</X>
<Y>149</Y>
</Location>
<Size>
<CX>21</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>
<AlignLeft>true</AlignLeft>
<Font>1</Font>
</Label>
<Label item="IW_WISNumber">
<ScreenID>WISNumberLabel</ScreenID>
<EQType>9</EQType>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>74</X>
<Y>149</Y>
</Location>
<Size>
<CX>18</CX>
<CY>14</CY>
</Size>
<Text>255</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
<Font>1</Font>
</Label>
<Label item="IW_INT">
<ScreenID>INTLabel</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>7</X>
<Y>149</Y>
</Location>
<Size>
<CX>17</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>
<AlignLeft>true</AlignLeft>
<Font>1</Font>
</Label>
<Label item="IW_INTNumber">
<ScreenID>INTNumberLabel</ScreenID>
<EQType>10</EQType>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>31</X>
<Y>149</Y>
</Location>
<Size>
<CX>19</CX>
<CY>14</CY>
</Size>
<Text>255</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
<Font>1</Font>
</Label>
<Label item="IW_CHA">
<ScreenID>CHALabel</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>7</X>
<Y>129</Y>
</Location>
<Size>
<CX>28</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>
<AlignLeft>true</AlignLeft>
<Font>1</Font>
</Label>
<Label item="IW_CHANumber">
<ScreenID>CHANumberLabel</ScreenID>
<EQType>11</EQType>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>31</X>
<Y>129</Y>
</Location>
<Size>
<CX>50</CX>
<CY>14</CY>
</Size>
<Text>255</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
<Font>1</Font>
</Label>
<Label item="IW_Poison">
<ScreenID>PoisonLabel</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>50</X>
<Y>75</Y>
</Location>
<Size>
<CX>42</CX>
<CY>14</CY>
</Size>
<Text>SvP</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
<Font>1</Font>
</Label>
<Label item="IW_PoisonNumber">
<ScreenID>PoisonNumberLabel</ScreenID>
<EQType>12</EQType>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>74</X>
<Y>75</Y>
</Location>
<Size>
<CX>24</CX>
<CY>14</CY>
</Size>
<Text>255</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
<Font>1</Font>
</Label>
<Label item="IW_Magic">
<ScreenID>MagicLabel</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>50</X>
<Y>87</Y>
</Location>
<Size>
<CX>42</CX>
<CY>14</CY>
</Size>
<Text>SvM</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
<Font>1</Font>
</Label>
<Label item="IW_MagicNumber">
<ScreenID>MagicNumberLabel</ScreenID>
<EQType>16</EQType>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>74</X>
<Y>87</Y>
</Location>
<Size>
<CX>32</CX>
<CY>14</CY>
</Size>
<Text>255</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
<Font>1</Font>
</Label>
<Label item="IW_Disease">
<ScreenID>DiseaseLabel</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>50</X>
<Y>101</Y>
</Location>
<Size>
<CX>39</CX>
<CY>14</CY>
</Size>
<Text>SvD</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
<Font>1</Font>
</Label>
<Label item="IW_DiseaseNumber">
<ScreenID>DiseaseNumberLabel</ScreenID>
<EQType>13</EQType>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>74</X>
<Y>101</Y>
</Location>
<Size>
<CX>20</CX>
<CY>14</CY>
</Size>
<Text>255</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
<Font>1</Font>
</Label>
<Label item="IW_Fire">
<ScreenID>FireLabel</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>50</X>
<Y>115</Y>
</Location>
<Size>
<CX>49</CX>
<CY>14</CY>
</Size>
<Text>SvF</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
<Font>1</Font>
</Label>
<Label item="IW_FireNumber">
<ScreenID>FireNumberLabel</ScreenID>
<EQType>14</EQType>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>74</X>
<Y>115</Y>
</Location>
<Size>
<CX>28</CX>
<CY>14</CY>
</Size>
<Text>255</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
<Font>1</Font>
</Label>
<Label item="IW_Cold">
<ScreenID>ColdLabel</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>50</X>
<Y>129</Y>
</Location>
<Size>
<CX>44</CX>
<CY>11</CY>
</Size>
<Text>SvC</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
<Font>1</Font>
</Label>
<Label item="IW_ColdNumber">
<ScreenID>ColdNumberLabel</ScreenID>
<EQType>15</EQType>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>74</X>
<Y>129</Y>
</Location>
<Size>
<CX>20</CX>
<CY>14</CY>
</Size>
<Text>255</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
<Font>1</Font>
</Label>
<Label item="IW_Weight">
<ScreenID>WeightLabel</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>11</X>
<Y>167</Y>
</Location>
<Size>
<CX>64</CX>
<CY>14</CY>
</Size>
<Text>WT</Text>
<TextColor>
<R>0</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
<Font>1</Font>
</Label>
<Label item="IW_CurrentWeight">
<ScreenID>WeightNumberLabel</ScreenID>
<EQType>24</EQType>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>39</X>
<Y>167</Y>
</Location>
<Size>
<CX>30</CX>
<CY>14</CY>
</Size>
<Text>000</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
<Font>1</Font>
</Label>
<Label item="IW_WeightNumber">
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>57</X>
<Y>167</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>
<Font>1</Font>
</Label>
<Label item="IW_MaxWeight">
<EQType>25</EQType>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>62</X>
<Y>167</Y>
</Location>
<Size>
<CX>32</CX>
<CY>14</CY>
</Size>
<Text>000</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
<AlignLeft>true</AlignLeft>
<Font>1</Font>
</Label>
<Label item="IW_AltAdv">
<ScreenID>AltAdvLabel</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>4</X>
<Y>11</Y>
</Location>
<Size>
<CX>1</CX>
<CY>1</CY>
</Size>
<Text>AA</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>true</AlignCenter>
<AlignRight>false</AlignRight>
<Font>1</Font>
</Label>
<Gauge item="IW_ExpGauge">
<ScreenID>ExpGauge</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>3</X>
<Y>192</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>Experience</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>
<Font>1</Font>
</Gauge>
<Gauge item="IW_AltAdvGauge">
<ScreenID>AltAdvGauge</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>3</X>
<Y>200</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>Alternate Experience</TooltipReference>
<FillTint>
<R>240</R>
<G>240</G>
<B>0</B>
<Alpha>255</Alpha>
</FillTint>
<LinesFillTint>
<R>0</R>
<G>220</G>
<B>220</B>
<Alpha>255</Alpha>
</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>73</X>
<Y>275</Y>
</Location>
<Size>
<CX>47</CX>
<CY>20</CY>
</Size>
<Style_Transparent>false</Style_Transparent>
<!--<TooltipReference/>-->
<Style_Checkbox>false</Style_Checkbox>
<!--<RadioGroup/>-->
<Text>9999</Text>
<TextColor>
<R>240</R>
<G>240</G>
<B>240</B>
</TextColor>
<ButtonDrawTemplate>
<Normal>A_RecessedBox</Normal>
<NormalDecal>A_PlatinumCoin</NormalDecal>
</ButtonDrawTemplate>
<DecalOffset>
<X>1</X>
<Y>3</Y>
</DecalOffset>
<DecalSize>
<CX>12</CX>
<CY>12</CY>
</DecalSize>
<Font>1</Font>
</Button>
<Button item="IW_Money1">
<ScreenID>IW_Money1</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>73</X>
<Y>295</Y>
</Location>
<Size>
<CX>47</CX>
<CY>20</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_GoldCoin</NormalDecal>
</ButtonDrawTemplate>
<DecalOffset>
<X>1</X>
<Y>3</Y>
</DecalOffset>
<DecalSize>
<CX>12</CX>
<CY>12</CY>
</DecalSize>
<Font>1</Font>
</Button>
<Button item="IW_Money2">
<ScreenID>IW_Money2</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>73</X>
<Y>316</Y>
</Location>
<Size>
<CX>47</CX>
<CY>20</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>12</CX>
<CY>12</CY>
</DecalSize>
<Font>1</Font>
</Button>
<Button item="IW_Money3">
<ScreenID>IW_Money3</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>73</X>
<Y>336</Y>
</Location>
<Size>
<CX>47</CX>
<CY>20</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_CopperCoin</NormalDecal>
</ButtonDrawTemplate>
<DecalOffset>
<X>1</X>
<Y>3</Y>
</DecalOffset>
<DecalSize>
<CX>12</CX>
<CY>12</CY>
</DecalSize>
<Font>1</Font>
</Button>
<Button item="IW_Skills">
<ScreenID>IW_Skills</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>74</X>
<Y>226</Y>
</Location>
<Size>
<CX>44</CX>
<CY>15</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_BtnNormal</Normal>
<Pressed>A_BtnPressed</Pressed>
<Flyby>A_BtnFlyby</Flyby>
<Disabled>A_BtnDisabled</Disabled>
<PressedFlyby>A_BtnPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
<Font>1</Font>
</Button>
<Button item="IW_AltAdvBtn">
<ScreenID>IW_AltAdvBtn</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>74</X>
<Y>210</Y>
</Location>
<Size>
<CX>44</CX>
<CY>15</CY>
</Size>
<Style_Transparent>false</Style_Transparent>
<!--<TooltipReference/>-->
<Style_Checkbox>false</Style_Checkbox>
<!--<RadioGroup/>-->
<Text>Alt. Adv.</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>
<Font>1</Font>
</Button>
<StaticAnimation item="ClassAnim">
<ScreenID>ClassAnim</ScreenID>
<Location>
<X>4</X>
<Y>11</Y>
</Location>
<Size>
<CX&g
Last edited by Stogar on Mon Nov 10, 2003 12:38 pm, edited 2 times in total.

Doodman
a ghoul
a ghoul
Posts: 124
Joined: Thu Jan 02, 2003 12:07 pm

Post by Doodman » Mon Nov 10, 2003 11:23 am

How about a screenshot?

FlashG
Contributing Member
Contributing Member
Posts: 104
Joined: Thu Jul 11, 2002 6:38 pm

no 9999 or $(char ?

Post by FlashG » Mon Nov 10, 2003 11:55 am

It is a good idea to have a autoinv area in a inventory, it might make MQ better. But basically this is a regular ui? Have you tried www.eqinterface they have some good regular interfaces also.

flashg

Stogar
a lesser mummy
a lesser mummy
Posts: 58
Joined: Mon Oct 13, 2003 12:02 pm

Post by Stogar » Mon Nov 10, 2003 12:39 pm

I'll grab a screenshot when I get home, have to find a place to host it too.


I spend alot of time on www.eqinterface.com. Great place to get ideas or a starting point for mods.