Home Forum Downloads My Favorites Register FAQ Mark Forums Read

Go Back   EQInterface Forums > Developer Discussion > XML modification help.
User Name
Password

Reply
 
Thread Tools Display Modes
Old 04-13-2012, 01:20 AM   #1
Brokenshadow
A Fire Beetle
 
Join Date: Apr 2012
Posts: 3
Default Map question

Hi, relative newbie here. Well, at least on the forum side of things anyways :P.

I've been working on getting my UI finalized, and so far, I've been able to get most things the way I want them, but I've hit a brick wall on this map, and would like to know if what I'm looking for is doable or not.

What I'm looking for is a way to make the map stay centered around "me", following me as I move. It's been a while, so I'm not 100% sure, but I think I remember the map used to do that.

If that is not an option, is there perhaps a way to force the map to scale to the size of the render box, and I can zoom in or out as necessary?

Here is the xml code that I'm using currently.
Code:
<?xml version="1.0" encoding="us-ascii"?> <XML ID="EQInterfaceDefinitionLanguage"> <Schema xmlns="EverQuestData" xmlns:dt="EverQuestDataTypes" /> <Button item="MVW_Layer0Button"> <ScreenID>MVW_Layer0Button</ScreenID> <RelativePosition>true</RelativePosition> <Location> <X>8</X> <Y>111</Y> </Location> <Size> <CX>52</CX> <CY>16</CY> </Size> <Style_VScroll>false</Style_VScroll> <Style_HScroll>false</Style_HScroll> <Style_Transparent>true</Style_Transparent> <Style_Checkbox>true</Style_Checkbox> <Text>Base</Text> <TextColor> <R>255</R> <G>255</G> <B>255</B> </TextColor> <Template>BDT_Normal</Template> </Button> <Button item="MVW_LabelsToggleButton"> <ScreenID>MVW_LabelsToggleButton</ScreenID> <RelativePosition>true</RelativePosition> <Location> <X>8</X> <Y>145</Y> </Location> <Size> <CX>52</CX> <CY>16</CY> </Size> <Style_VScroll>false</Style_VScroll> <Style_HScroll>false</Style_HScroll> <Style_Transparent>true</Style_Transparent> <Style_Checkbox>true</Style_Checkbox> <Text>Labels</Text> <TooltipReference>Toggle displaying of labels on and off.</TooltipReference> <TextColor> <R>255</R> <G>255</G> <B>255</B> </TextColor> <Template>BDT_Normal</Template> </Button> <Button item="MVW_PanResetButton"> <ScreenID>MVW_PanResetButton</ScreenID> <RelativePosition>true</RelativePosition> <Location> <X>22</X> <Y>24</Y> </Location> <Size> <CX>18</CX> <CY>22</CY> </Size> <Style_VScroll>false</Style_VScroll> <Style_HScroll>false</Style_HScroll> <Style_Transparent>true</Style_Transparent> <Style_Checkbox>false</Style_Checkbox> <TextColor> <R>255</R> <G>255</G> <B>255</B> </TextColor> <Template>BDT_Normal</Template> </Button> <Button item="MVW_ShowGroupButton"> <ScreenID>MVW_ShowGroupButton</ScreenID> <RelativePosition>true</RelativePosition> <Location> <X>8</X> <Y>94</Y> </Location> <Size> <CX>52</CX> <CY>16</CY> </Size> <Style_VScroll>false</Style_VScroll> <Style_HScroll>false</Style_HScroll> <Style_Transparent>true</Style_Transparent> <Style_Checkbox>true</Style_Checkbox> <Text>Group</Text> <TooltipReference>Toggle display of group members in the current zone.</TooltipReference> <TextColor> <R>255</R> <G>255</G> <B>255</B> </TextColor> <Template>BDT_Normal</Template> </Button> <!-- Image for an EQ map, move to EQUI_Animations at some point --> <TextureInfo item="cart.tga"> <Size> <CX>64</CX> <CY>64</CY> </Size> </TextureInfo> <Ui2DAnimation item="A_MapPiece"> <Cycle>false</Cycle> <Frames> <Texture>cart.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>512</CX> <CY>399</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_ToolbarButtonNormal"> <Cycle>false</Cycle> <Frames> <Texture>window_pieces04.tga</Texture> <Location> <X>0</X> <Y>100</Y> </Location> <Size> <CX>22</CX> <CY>22</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_ToolbarButtonFlyby"> <Cycle>false</Cycle> <Frames> <Texture>window_pieces04.tga</Texture> <Location> <X>22</X> <Y>100</Y> </Location> <Size> <CX>22</CX> <CY>22</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_ToolbarButtonPressed"> <Cycle>false</Cycle> <Frames> <Texture>window_pieces04.tga</Texture> <Location> <X>44</X> <Y>100</Y> </Location> <Size> <CX>22</CX> <CY>22</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_ToolbarButtonPressedFlyby"> <Cycle>false</Cycle> <Frames> <Texture>window_pieces04.tga</Texture> <Location> <X>66</X> <Y>100</Y> </Location> <Size> <CX>22</CX> <CY>22</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Button item="MVW_ZFilterButton"> <ScreenID>MVW_ZFilterButton</ScreenID> <RelativePosition>true</RelativePosition> <Location> <X>8</X> <Y>180</Y> </Location> <Size> <CX>52</CX> <CY>16</CY> </Size> <Style_VScroll>false</Style_VScroll> <Style_HScroll>false</Style_HScroll> <Style_Transparent>true</Style_Transparent> <Style_Checkbox>true</Style_Checkbox> <Text>Height</Text> <TextColor> <R>255</R> <G>255</G> <B>255</B> </TextColor> <TooltipReference>Toggle filtering map lines based on your position and the high and low values.</TooltipReference> <Template>BDT_Normal</Template> <Font>3</Font> </Button> <Button item="MVW_Layer3ActiveButton"> <ScreenID>MVW_Layer3ActiveButton</ScreenID> <RelativePosition>true</RelativePosition> <Location> <X>44</X> <Y>125</Y> </Location> <Size> <CX>16</CX> <CY>20</CY> </Size> <Style_VScroll>false</Style_VScroll> <Style_HScroll>false</Style_HScroll> <Style_Transparent>true</Style_Transparent> <Style_Checkbox>false</Style_Checkbox> <Text>3</Text> <TextColor> <R>255</R> <G>255</G> <B>255</B> </TextColor> <Template>BDT_Normal</Template> <RadioGroup>MVW_ActiveLayer</RadioGroup> </Button> <Button item="MVW_Layer2ActiveButton"> <ScreenID>MVW_Layer2ActiveButton</ScreenID> <RelativePosition>true</RelativePosition> <Location> <X>26</X> <Y>125</Y> </Location> <Size> <CX>16</CX> <CY>20</CY> </Size> <Style_VScroll>false</Style_VScroll> <Style_HScroll>false</Style_HScroll> <Style_Transparent>true</Style_Transparent> <Style_Checkbox>false</Style_Checkbox> <Text>2</Text> <TextColor> <R>255</R> <G>255</G> <B>255</B> </TextColor> <Template>BDT_Normal</Template> <RadioGroup>MVW_ActiveLayer</RadioGroup> </Button> <Button item="MVW_Layer1ActiveButton"> <ScreenID>MVW_Layer1ActiveButton</ScreenID> <RelativePosition>true</RelativePosition> <Location> <X>8</X> <Y>125</Y> </Location> <Size> <CX>16</CX> <CY>20</CY> </Size> <Style_VScroll>false</Style_VScroll> <Style_HScroll>false</Style_HScroll> <Style_Transparent>true</Style_Transparent> <Style_Checkbox>false</Style_Checkbox> <Text>1</Text> <TextColor> <R>255</R> <G>255</G> <B>255</B> </TextColor> <Template>BDT_Normal</Template> <RadioGroup>MVW_ActiveLayer</RadioGroup> </Button> <Label item="MVW_LayerActiveLabel"> <ScreenID>MVW_LayerActiveLabel</ScreenID> <Font>0</Font> <Text></Text> <TextColor> <R>255</R> <G>255</G> <B>255</B> </TextColor> <Size> <CX>52</CX> <CY>15</CY> </Size> <AlignCenter>true</AlignCenter> <Location> <X>10</X> <Y>186</Y> </Location> </Label> <Label item="MVW_LayerVisibleLabel"> <ScreenID>MVW_LayerVisibleLabel</ScreenID> <Font>0</Font> <Text></Text> <TextColor> <R>255</R> <G>255</G> <B>255</B> </TextColor> <Size> <CX>0</CX> <CY>0</CY> </Size> <AlignCenter>true</AlignCenter> <Location> <X>9</X> <Y>132</Y> </Location> </Label> <Button item="MVW_Layer3Button"> <ScreenID>MVW_Layer3Button</ScreenID> <RelativePosition>true</RelativePosition> <Location> <X>44</X> <Y>160</Y> </Location> <Size> <CX>16</CX> <CY>20</CY> </Size> <Style_VScroll>false</Style_VScroll> <Style_HScroll>false</Style_HScroll> <Style_Transparent>true</Style_Transparent> <Style_Checkbox>true</Style_Checkbox> <Text>3</Text> <TextColor> <R>255</R> <G>255</G> <B>255</B> </TextColor> <Template>BDT_Normal</Template> </Button> <Button item="MVW_Layer2Button"> <ScreenID>MVW_Layer2Button</ScreenID> <RelativePosition>true</RelativePosition> <Location> <X>26</X> <Y>160</Y> </Location> <Size> <CX>16</CX> <CY>20</CY> </Size> <Style_VScroll>false</Style_VScroll> <Style_HScroll>false</Style_HScroll> <Style_Transparent>true</Style_Transparent> <Style_Checkbox>true</Style_Checkbox> <Text>2</Text> <TextColor> <R>255</R> <G>255</G> <B>255</B> </TextColor> <Template>BDT_Normal</Template> </Button> <Button item="MVW_Layer1Button"> <ScreenID>MVW_Layer1Button</ScreenID> <RelativePosition>true</RelativePosition> <Location> <X>8</X> <Y>160</Y> </Location> <Size> <CX>16</CX> <CY>20</CY> </Size> <Style_VScroll>false</Style_VScroll> <Style_HScroll>false</Style_HScroll> <Style_Transparent>true</Style_Transparent> <Style_Checkbox>true</Style_Checkbox> <Text>1</Text> <TextColor> <R>255</R> <G>255</G> <B>255</B> </TextColor> <Template>BDT_Normal</Template> </Button> <Label item="MVW_LayersLabel"> <ScreenID>MVW_LayersLabel</ScreenID> <Font>0</Font> <Text></Text> <TextColor> <R>255</R> <G>255</G> <B>255</B> </TextColor> <Size> <CX>0</CX> <CY>0</CY> </Size> <AlignCenter>true</AlignCenter> <Location> <X>12</X> <Y>116</Y> </Location> </Label> <!-- Map Name --> <Label item="MVW_ChooseMapLabel"> <ScreenID>MVW_ChooseMapLabel</ScreenID> <Text>Current Map:</Text> <TextColor> <R>255</R> <G>255</G> <B>255</B> </TextColor> <Location> <X>38</X> <Y>408</Y> </Location> <Size> <CX>84</CX> <CY>20</CY> </Size> <AlignCenter>false</AlignCenter> </Label> <Combobox item="MVW_ChooseMapCombobox"> <ScreenID>MVW_ChooseMapCombobox</ScreenID> <DrawTemplate>WDT_Inner</DrawTemplate> <Location> <X>112</X> <Y>406</Y> </Location> <Size> <CX>200</CX> <CY>20</CY> </Size> <ListHeight>200</ListHeight> <Button>BDT_Combo</Button> <Style_Border>true</Style_Border> </Combobox> <!-- Panning --> <Button item="MVW_PanLeftButton"> <ScreenID>MVW_PanLeftButton</ScreenID> <RelativePosition>true</RelativePosition> <Location> <X>0</X> <Y>24</Y> </Location> <Size> <CX>22</CX> <CY>22</CY> </Size> <Style_Transparent>true</Style_Transparent> <Style_Checkbox>false</Style_Checkbox> <Template>BDT_PanLeft</Template> </Button> <Button item="MVW_PanRightButton"> <ScreenID>MVW_PanRightButton</ScreenID> <RelativePosition>true</RelativePosition> <Location> <X>41</X> <Y>24</Y> </Location> <Size> <CX>22</CX> <CY>20</CY> </Size> <Style_Transparent>true</Style_Transparent> <Style_Checkbox>false</Style_Checkbox> <Template>BDT_PanRight</Template> </Button> <Button item="MVW_PanUpButton"> <ScreenID>MVW_PanUpButton</ScreenID> <RelativePosition>true</RelativePosition> <Location> <X>20</X> <Y>2</Y> </Location> <Size> <CX>22</CX> <CY>22</CY> </Size> <Style_Transparent>true</Style_Transparent> <Style_Checkbox>false</Style_Checkbox> <Template>BDT_PanUp</Template> </Button> <Button item="MVW_PanDownButton"> <ScreenID>MVW_PanDownButton</ScreenID> <RelativePosition>true</RelativePosition> <Location> <X>20</X> <Y>46</Y> </Location> <Size> <CX>22</CX> <CY>22</CY> </Size> <Style_Transparent>true</Style_Transparent> <Style_Checkbox>false</Style_Checkbox> <Template>BDT_PanDown</Template> </Button> <!-- Zooming --> <Button item="MVW_ZoomInButton"> <ScreenID>MVW_ZoomInButton</ScreenID> <RelativePosition>true</RelativePosition> <Location> <X>10</X> <Y>70</Y> </Location> <Size> <CX>22</CX> <CY>22</CY> </Size> <Style_VScroll>false</Style_VScroll> <Style_HScroll>false</Style_HScroll> <Style_Transparent>true</Style_Transparent> <Style_Checkbox>false</Style_Checkbox> <Text /> <TextColor> <R>255</R> <G>255</G> <B>255</B> </TextColor> <TooltipReference>Zoom In. (Or use Mouse Wheel)</TooltipReference> <Template>BDT_ZoomIn</Template> </Button> <Button item="MVW_ZoomOutButton"> <ScreenID>MVW_ZoomOutButton</ScreenID> <RelativePosition>true</RelativePosition> <Location> <X>34</X> <Y>70</Y> </Location> <Size> <CX>22</CX> <CY>22</CY> </Size> <Style_VScroll>false</Style_VScroll> <Style_HScroll>false</Style_HScroll> <Style_Transparent>true</Style_Transparent> <Style_Checkbox>false</Style_Checkbox> <Text /> <TextColor> <R>255</R> <G>255</G> <B>255</B> </TextColor> <TooltipReference>Zoom Out. (Or use Mouse Wheel)</TooltipReference> <Template>BDT_ZoomOut</Template> </Button> <!-- Map background --> <Screen item="MVW_MapRenderArea"> <ScreenID>MVW_MapRenderArea</ScreenID> <DrawTemplate>WDT_RoundedNoTitle</DrawTemplate> <RelativePosition>true</RelativePosition> <AutoStretch>true</AutoStretch> <TopAnchorOffset>0</TopAnchorOffset> <BottomAnchorOffset>0</BottomAnchorOffset> <LeftAnchorOffset>0</LeftAnchorOffset> <RightAnchorOffset>0</RightAnchorOffset> <BottomAnchorToTop>false</BottomAnchorToTop> <RightAnchorToLeft>false</RightAnchorToLeft> <Style_VScroll>true</Style_VScroll> <Style_Border>true</Style_Border> <Style_Transparent>true</Style_Transparent> </Screen> <StaticAnimation item="MVW_MapPiece"> <ScreenID>MapPiece</ScreenID> <RelativePosition>true</RelativePosition> <AutoStretch>true</AutoStretch> <TopAnchorOffset>2</TopAnchorOffset> <BottomAnchorOffset>2</BottomAnchorOffset> <LeftAnchorOffset>2</LeftAnchorOffset> <RightAnchorOffset>2</RightAnchorOffset> <BottomAnchorToTop>false</BottomAnchorToTop> <RightAnchorToLeft>false</RightAnchorToLeft> <Style_VScroll>true</Style_VScroll> <Style_HScroll>false</Style_HScroll> <Animation>A_MapPiece</Animation> </StaticAnimation> <Button item="MVW_LoadCurrent"> <ScreenID>MVW_LoadCurrent</ScreenID> <RelativePosition>true</RelativePosition> <Location> <X>8</X> <Y>240</Y> </Location> <Size> <CX>52</CX> <CY>16</CY> </Size> <Style_Transparent>true</Style_Transparent> <Style_Checkbox>false</Style_Checkbox> <Text>Current</Text> <TextColor> <R>255</R> <G>255</G> <B>255</B> </TextColor> <TooltipReference>Reset map to current zone.</TooltipReference> <Template>BDT_Normal</Template> </Button> <Button item="MVW_ToolbarButton"> <ScreenID>MVW_ToolbarButton</ScreenID> <RelativePosition>true</RelativePosition> <Location> <X>43</X> <Y>46</Y> </Location> <Size> <CX>20</CX> <CY>20</CY> </Size> <Style_Transparent>true</Style_Transparent> <Style_Checkbox>false</Style_Checkbox> <TextColor> <R>255</R> <G>255</G> <B>255</B> </TextColor> <ButtonDrawTemplate> <Normal>A_ToolbarButtonNormal</Normal> <Pressed>A_ToolbarButtonPressed</Pressed> <Flyby>A_ToolbarButtonFlyby</Flyby> <Disabled>A_ToolbarButtonNormal</Disabled> <PressedFlyby>A_ToolbarButtonPressedFlyby</PressedFlyby> </ButtonDrawTemplate> <TooltipReference>Pop up the Toolbar Window.</TooltipReference> </Button> <Label item="MVW_MinZLabel"> <ScreenID>MVW_MinZLabel</ScreenID> <Font>3</Font> <Text>L</Text> <TextColor> <R>255</R> <G>255</G> <B>255</B> </TextColor> <Size> <CX>44</CX> <CY>15</CY> </Size> <AlignCenter>False</AlignCenter> <Location> <X>8</X> <Y>200</Y> </Location> </Label> <Label item="MVW_MaxZLabel"> <ScreenID>MVW_MaxZLabel</ScreenID> <Font>3</Font> <Text>H</Text> <TextColor> <R>255</R> <G>255</G> <B>255</B> </TextColor> <Size> <CX>44</CX> <CY>15</CY> </Size> <AlignCenter>False</AlignCenter> <Location> <X>8</X> <Y>220</Y> </Location> </Label> <Editbox item="MVW_MinZEditBox"> <ScreenID>MVW_MinZEditBox</ScreenID> <DrawTemplate>WDT_Inner</DrawTemplate> <RelativePosition>true</RelativePosition> <Location> <X>18</X> <Y>198</Y> </Location> <Size> <CX>32</CX> <CY>18</CY> </Size> <Style_Border>true</Style_Border> <TextColor> <R>255</R> <G>255</G> <B>255</B> </TextColor> <TooltipReference>How much below your current position to draw map lines.</TooltipReference> </Editbox> <Editbox item="MVW_MaxZEditBox"> <ScreenID>MVW_MaxZEditBox</ScreenID> <DrawTemplate>WDT_Inner</DrawTemplate> <RelativePosition>true</RelativePosition> <Location> <X>18</X> <Y>220</Y> </Location> <Size> <CX>32</CX> <CY>18</CY> </Size> <Style_Border>true</Style_Border> <TextColor> <R>255</R> <G>255</G> <B>255</B> </TextColor> <TooltipReference>How much above your current position to draw map lines.</TooltipReference> </Editbox> <Screen item="MVW_MapToolBar"> <ScreenID>MVW_MapToolBar</ScreenID> <RelativePosition>true</RelativePosition> <AutoStretch>true</AutoStretch> <TopAnchorToTop>true</TopAnchorToTop> <TopAnchorOffset>5</TopAnchorOffset> <BottomAnchorToTop>true</BottomAnchorToTop> <BottomAnchorOffset>470</BottomAnchorOffset> <LeftAnchorToLeft>false</LeftAnchorToLeft> <LeftAnchorOffset>85</LeftAnchorOffset> <RightAnchorToLeft>false</RightAnchorToLeft> <Style_VScroll>false</Style_VScroll> <Style_HScroll>false</Style_HScroll> <Style_Transparent>true</Style_Transparent> <Pieces>MVW_PanLeftButton</Pieces> <Pieces>MVW_PanRightButton</Pieces> <Pieces>MVW_PanUpButton</Pieces> <Pieces>MVW_PanDownButton</Pieces> <Pieces>MVW_ZoomInButton</Pieces> <Pieces>MVW_ZoomOutButton</Pieces> <Pieces>MVW_ToolbarButton</Pieces> <Pieces>MVW_MinZLabel</Pieces> <Pieces>MVW_MaxZLabel</Pieces> <Pieces>MVW_MinZEditBox</Pieces> <Pieces>MVW_MaxZEditBox</Pieces> <Pieces>MVW_LayersLabel</Pieces> <Pieces>MVW_Layer1Button</Pieces> <Pieces>MVW_Layer2Button</Pieces> <Pieces>MVW_Layer3Button</Pieces> <Pieces>MVW_LayerVisibleLabel</Pieces> <Pieces>MVW_LayerActiveLabel</Pieces> <Pieces>MVW_Layer1ActiveButton</Pieces> <Pieces>MVW_Layer2ActiveButton</Pieces> <Pieces>MVW_Layer3ActiveButton</Pieces> <Pieces>MVW_ZFilterButton</Pieces> <Pieces>MVW_PanResetButton</Pieces> <Pieces>MVW_LabelsToggleButton</Pieces> <Pieces>MVW_Layer0Button</Pieces> <Pieces>MVW_LoadCurrent</Pieces> <Pieces>MVW_ShowGroupButton</Pieces> </Screen> <Page item ="MapPage"> <ScreenID>MapPage</ScreenID> <RelativePosition>true</RelativePosition> <Style_VScroll>false</Style_VScroll> <Style_HScroll>false</Style_HScroll> <Style_Transparent>false</Style_Transparent> <DrawTemplate>WDT_Def</DrawTemplate> <TabText>Player</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>Screen:MVW_MapRenderArea</Pieces> <Pieces>MVW_MapPiece</Pieces> <Pieces>Screen:MVW_MapToolBar</Pieces> </Page> <Screen item="MVW_AtlasRenderArea"> <ScreenID>MVW_AtlasRenderArea</ScreenID> <RelativePosition>true</RelativePosition> <AutoStretch>true</AutoStretch> <TopAnchorToTop>true</TopAnchorToTop> <TopAnchorOffset>30</TopAnchorOffset> <BottomAnchorToTop>false</BottomAnchorToTop> <LeftAnchorToLeft>true</LeftAnchorToLeft> <RightAnchorToLeft>false</RightAnchorToLeft> <Style_VScroll>false</Style_VScroll> <Style_HScroll>false</Style_HScroll> <Style_Transparent>true</Style_Transparent> </Screen> <Combobox item="MVW_AtlasDirCombobox"> <ScreenID>MVW_AtlasDirCombobox</ScreenID> <DrawTemplate>WDT_Inner</DrawTemplate> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>150</CX> <CY>24</CY> </Size> <ListHeight>60</ListHeight> <Button>BDT_Combo</Button> <Style_Border>true</Style_Border> </Combobox> <Page item ="AtlasPage"> <ScreenID>AtlasPage</ScreenID> <RelativePosition>true</RelativePosition> <Style_VScroll>false</Style_VScroll> <Style_HScroll>false</Style_HScroll> <Style_Transparent>false</Style_Transparent> <DrawTemplate>WDT_Def</DrawTemplate> <TabText>Atlas</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>Screen:MVW_AtlasRenderArea</Pieces> <Pieces>MVW_AtlasDirCombobox</Pieces> </Page> <!-- Bags Page --> <InvSlot item="IW_Inv23"> <ScreenID>InvSlot23</ScreenID> <RelativePosition>true</RelativePosition> <Location> <X>3</X> <Y>21</Y> </Location> <Size> <CX>20</CX> <CY>20</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 23</EQType> <Style_VScroll>false</Style_VScroll> <Style_HScroll>false</Style_HScroll> <Style_Transparent>false</Style_Transparent> </InvSlot> <InvSlot item="IW_Inv24"> <ScreenID>InvSlot24</ScreenID> <RelativePosition>true</RelativePosition> <Location> <X>3</X> <Y>71</Y> </Location> <Size> <CX>20</CX> <CY>20</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 24</EQType> <Style_VScroll>false</Style_VScroll> <Style_HScroll>false</Style_HScroll> <Style_Transparent>false</Style_Transparent> </InvSlot> <InvSlot item="IW_Inv25"> <ScreenID>InvSlot25</ScreenID> <RelativePosition>true</RelativePosition> <Location> <X>3</X> <Y>121</Y> </Location> <Size> <CX>20</CX> <CY>20</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 25</EQType> <Style_VScroll>false</Style_VScroll> <Style_HScroll>false</Style_HScroll> <Style_Transparent>false</Style_Transparent> </InvSlot> <InvSlot item="IW_Inv26"> <ScreenID>InvSlot25</ScreenID> <RelativePosition>true</RelativePosition> <Location> <X>3</X> <Y>171</Y> </Location> <Size> <CX>20</CX> <CY>20</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 26</EQType> <Style_VScroll>false</Style_VScroll> <Style_HScroll>false</Style_HScroll> <Style_Transparent>false</Style_Transparent> </InvSlot> <InvSlot item="IW_Inv27"> <ScreenID>InvSlot27</ScreenID> <RelativePosition>true</RelativePosition> <Location> <X>3</X> <Y>221</Y> </Location> <Size> <CX>20</CX> <CY>20</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 27</EQType> <Style_VScroll>false</Style_VScroll> <Style_HScroll>false</Style_HScroll> <Style_Transparent>false</Style_Transparent> </InvSlot> <InvSlot item="IW_Inv28"> <ScreenID>InvSlot28</ScreenID> <RelativePosition>true</RelativePosition> <Location> <X>3</X> <Y>21</Y> </Location> <Size> <CX>20</CX> <CY>20</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 28</EQType> <Style_VScroll>false</Style_VScroll> <Style_HScroll>false</Style_HScroll> <Style_Transparent>false</Style_Transparent> </InvSlot> <InvSlot item="IW_Inv29"> <ScreenID>InvSlot29</ScreenID> <RelativePosition>true</RelativePosition> <Location> <X>3</X> <Y>71</Y> </Location> <Size> <CX>20</CX> <CY>20</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 29</EQType> <Style_VScroll>false</Style_VScroll> <Style_HScroll>false</Style_HScroll> <Style_Transparent>false</Style_Transparent> </InvSlot> <InvSlot item="IW_Inv30"> <ScreenID>InvSlot30</ScreenID> <RelativePosition>true</RelativePosition> <Location> <X>3</X> <Y>121</Y> </Location> <Size> <CX>20</CX> <CY>20</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 30</EQType> <Style_VScroll>false</Style_VScroll> <Style_HScroll>false</Style_HScroll> <Style_Transparent>false</Style_Transparent> </InvSlot> <InvSlot item="IW_Inv31"> <ScreenID>InvSlot31</ScreenID> <RelativePosition>true</RelativePosition> <Location> <X>3</X> <Y>171</Y> </Location> <Size> <CX>20</CX> <CY>20</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 31</EQType> <Style_VScroll>false</Style_VScroll> <Style_HScroll>false</Style_HScroll> <Style_Transparent>false</Style_Transparent> </InvSlot> <InvSlot item="IW_Inv32"> <ScreenID>InvSlot32</ScreenID> <RelativePosition>true</RelativePosition> <Location> <X>3</X> <Y>221</Y> </Location> <Size> <CX>20</CX> <CY>20</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 32</EQType> <Style_VScroll>false</Style_VScroll> <Style_HScroll>false</Style_HScroll> <Style_Transparent>false</Style_Transparent> </InvSlot> <!-- Bag Contents --> <InvSlot item="IW_Bag1_Slot1"> <ScreenID>IW_Bag1_Slot1</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>26</X> <Y>5</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 23/0</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag1_Slot2"> <ScreenID>IW_Bag1_Slot2</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>56</X> <Y>5</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 23/1</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag1_Slot3"> <ScreenID>IW_Bag1_Slot3</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>86</X> <Y>5</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 23/2</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag1_Slot4"> <ScreenID>IW_Bag1_Slot4</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>116</X> <Y>5</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 23/3</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag1_Slot5"> <ScreenID>IW_Bag1_Slot5</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>146</X> <Y>5</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 23/4</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag1_Slot6"> <ScreenID>IW_Bag1_Slot6</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>176</X> <Y>5</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 23/5</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag1_Slot7"> <ScreenID>IW_Bag1_Slot7</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>206</X> <Y>5</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 23/6</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag1_Slot8"> <ScreenID>IW_Bag1_Slot8</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>236</X> <Y>5</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 23/7</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag1_Slot9"> <ScreenID>IW_Bag1_Slot9</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>266</X> <Y>5</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 23/8</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag1_Slot10"> <ScreenID>IW_Bag1_Slot10</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>296</X> <Y>5</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 23/9</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag1_Slot11"> <ScreenID>IW_Bag1_Slot11</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>26</X> <Y>30</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 23/10</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag1_Slot12"> <ScreenID>IW_Bag1_Slot12</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>56</X> <Y>30</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 23/11</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag1_Slot13"> <ScreenID>IW_Bag1_Slot13</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>86</X> <Y>30</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 23/12</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag1_Slot14"> <ScreenID>IW_Bag1_Slot14</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>116</X> <Y>30</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 23/13</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag1_Slot15"> <ScreenID>IW_Bag1_Slot15</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>146</X> <Y>30</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 23/14</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag1_Slot16"> <ScreenID>IW_Bag1_Slot16</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>176</X> <Y>30</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 23/15</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag1_Slot17"> <ScreenID>IW_Bag1_Slot17</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>206</X> <Y>30</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 23/16</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag1_Slot18"> <ScreenID>IW_Bag1_Slot18</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>236</X> <Y>30</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 23/17</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag1_Slot19"> <ScreenID>IW_Bag1_Slot19</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>266</X> <Y>30</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 23/18</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag1_Slot20"> <ScreenID>IW_Bag1_Slot20</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>296</X> <Y>30</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 23/19</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag2_Slot1"> <ScreenID>IW_Bag2_Slot1</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>26</X> <Y>55</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 24/0</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag2_Slot2"> <ScreenID>IW_Bag2_Slot2</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>56</X> <Y>55</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 24/1</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag2_Slot3"> <ScreenID>IW_Bag2_Slot3</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>86</X> <Y>55</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 24/2</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag2_Slot4"> <ScreenID>IW_Bag2_Slot4</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>116</X> <Y>55</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 24/3</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag2_Slot5"> <ScreenID>IW_Bag2_Slot5</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>146</X> <Y>55</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 24/4</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag2_Slot6"> <ScreenID>IW_Bag2_Slot6</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>176</X> <Y>55</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 24/5</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag2_Slot7"> <ScreenID>IW_Bag2_Slot7</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>206</X> <Y>55</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 24/6</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag2_Slot8"> <ScreenID>IW_Bag2_Slot8</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>236</X> <Y>55</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 24/7</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag2_Slot9"> <ScreenID>IW_Bag2_Slot9</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>266</X> <Y>55</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 24/8</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag2_Slot10"> <ScreenID>IW_Bag2_Slot10</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>296</X> <Y>55</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 24/9</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag2_Slot11"> <ScreenID>IW_Bag2_Slot11</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>26</X> <Y>80</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 24/10</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag2_Slot12"> <ScreenID>IW_Bag2_Slot12</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>56</X> <Y>80</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 24/11</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag2_Slot13"> <ScreenID>IW_Bag2_Slot13</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>86</X> <Y>80</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 24/12</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag2_Slot14"> <ScreenID>IW_Bag2_Slot14</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>116</X> <Y>80</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 24/13</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag2_Slot15"> <ScreenID>IW_Bag2_Slot15</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>146</X> <Y>80</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 24/14</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag2_Slot16"> <ScreenID>IW_Bag2_Slot16</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>176</X> <Y>80</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 24/15</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag2_Slot17"> <ScreenID>IW_Bag2_Slot17</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>206</X> <Y>80</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 24/16</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag2_Slot18"> <ScreenID>IW_Bag2_Slot18</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>236</X> <Y>80</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 24/17</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag2_Slot19"> <ScreenID>IW_Bag2_Slot19</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>266</X> <Y>80</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 24/18</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag2_Slot20"> <ScreenID>IW_Bag2_Slot20</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>296</X> <Y>80</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 24/19</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag3_Slot1"> <ScreenID>IW_Bag3_Slot1</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>26</X> <Y>105</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 25/0</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag3_Slot2"> <ScreenID>IW_Bag3_Slot2</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>56</X> <Y>105</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 25/1</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag3_Slot3"> <ScreenID>IW_Bag3_Slot3</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>86</X> <Y>105</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 25/2</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag3_Slot4"> <ScreenID>IW_Bag3_Slot4</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>116</X> <Y>105</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 25/3</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag3_Slot5"> <ScreenID>IW_Bag3_Slot5</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>146</X> <Y>105</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 25/4</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag3_Slot6"> <ScreenID>IW_Bag3_Slot6</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>176</X> <Y>105</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 25/5</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag3_Slot7"> <ScreenID>IW_Bag3_Slot7</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>206</X> <Y>105</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 25/6</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag3_Slot8"> <ScreenID>IW_Bag3_Slot8</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>236</X> <Y>105</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 25/7</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag3_Slot9"> <ScreenID>IW_Bag3_Slot9</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>266</X> <Y>105</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 25/8</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag3_Slot10"> <ScreenID>IW_Bag3_Slot10</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>296</X> <Y>105</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 25/9</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag3_Slot11"> <ScreenID>IW_Bag3_Slot11</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>26</X> <Y>130</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 25/10</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag3_Slot12"> <ScreenID>IW_Bag3_Slot12</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>56</X> <Y>130</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 25/11</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag3_Slot13"> <ScreenID>IW_Bag3_Slot13</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>86</X> <Y>130</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 25/12</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag3_Slot14"> <ScreenID>IW_Bag3_Slot14</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>116</X> <Y>130</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 25/13</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag3_Slot15"> <ScreenID>IW_Bag3_Slot15</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>146</X> <Y>130</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 25/14</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag3_Slot16"> <ScreenID>IW_Bag3_Slot16</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>176</X> <Y>130</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 25/15</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag3_Slot17"> <ScreenID>IW_Bag3_Slot17</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>206</X> <Y>130</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 25/16</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag3_Slot18"> <ScreenID>IW_Bag3_Slot18</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>236</X> <Y>130</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 25/17</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag3_Slot19"> <ScreenID>IW_Bag3_Slot19</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>266</X> <Y>130</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 25/18</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag3_Slot20"> <ScreenID>IW_Bag3_Slot20</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>296</X> <Y>130</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 25/19</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag4_Slot1"> <ScreenID>IW_Bag4_Slot1</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>26</X> <Y>155</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 26/0</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag4_Slot2"> <ScreenID>IW_Bag4_Slot2</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>56</X> <Y>155</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 26/1</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag4_Slot3"> <ScreenID>IW_Bag4_Slot3</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>86</X> <Y>155</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 26/2</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag4_Slot4"> <ScreenID>IW_Bag4_Slot4</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>116</X> <Y>155</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 26/3</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag4_Slot5"> <ScreenID>IW_Bag4_Slot5</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>146</X> <Y>155</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 26/4</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag4_Slot6"> <ScreenID>IW_Bag4_Slot6</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>176</X> <Y>155</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 26/5</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag4_Slot7"> <ScreenID>IW_Bag4_Slot7</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>206</X> <Y>155</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 26/6</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag4_Slot8"> <ScreenID>IW_Bag4_Slot8</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>236</X> <Y>155</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 26/7</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag4_Slot9"> <ScreenID>IW_Bag4_Slot9</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>266</X> <Y>155</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 26/8</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag4_Slot10"> <ScreenID>IW_Bag4_Slot10</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>296</X> <Y>155</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 26/9</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag4_Slot11"> <ScreenID>IW_Bag4_Slot11</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>26</X> <Y>180</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 26/10</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag4_Slot12"> <ScreenID>IW_Bag4_Slot12</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>56</X> <Y>180</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 26/11</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag4_Slot13"> <ScreenID>IW_Bag4_Slot13</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>86</X> <Y>180</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 26/12</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag4_Slot14"> <ScreenID>IW_Bag4_Slot14</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>116</X> <Y>180</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 26/13</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag4_Slot15"> <ScreenID>IW_Bag4_Slot15</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>146</X> <Y>180</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 26/14</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag4_Slot16"> <ScreenID>IW_Bag4_Slot16</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>176</X> <Y>180</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 26/15</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag4_Slot17"> <ScreenID>IW_Bag4_Slot17</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>206</X> <Y>180</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 26/16</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag4_Slot18"> <ScreenID>IW_Bag4_Slot18</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>236</X> <Y>180</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 26/17</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag4_Slot19"> <ScreenID>IW_Bag4_Slot19</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>266</X> <Y>180</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 26/18</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag4_Slot20"> <ScreenID>IW_Bag4_Slot20</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>296</X> <Y>180</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 26/19</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag5_Slot1"> <ScreenID>IW_Bag5_Slot1</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>26</X> <Y>205</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 27/0</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag5_Slot2"> <ScreenID>IW_Bag5_Slot2</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>56</X> <Y>205</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 27/1</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag5_Slot3"> <ScreenID>IW_Bag5_Slot3</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>86</X> <Y>205</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 27/2</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag5_Slot4"> <ScreenID>IW_Bag5_Slot4</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>116</X> <Y>205</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 27/3</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag5_Slot5"> <ScreenID>IW_Bag5_Slot5</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>146</X> <Y>205</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 27/4</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag5_Slot6"> <ScreenID>IW_Bag5_Slot6</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>176</X> <Y>205</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 27/5</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag5_Slot7"> <ScreenID>IW_Bag5_Slot7</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>206</X> <Y>205</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 27/6</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag5_Slot8"> <ScreenID>IW_Bag5_Slot8</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>236</X> <Y>205</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 27/7</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag5_Slot9"> <ScreenID>IW_Bag5_Slot9</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>266</X> <Y>205</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 27/8</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag5_Slot10"> <ScreenID>IW_Bag5_Slot10</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>296</X> <Y>205</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 27/9</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag5_Slot11"> <ScreenID>IW_Bag5_Slot11</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>26</X> <Y>230</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 27/10</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag5_Slot12"> <ScreenID>IW_Bag5_Slot12</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>56</X> <Y>230</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 27/11</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag5_Slot13"> <ScreenID>IW_Bag5_Slot13</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>86</X> <Y>230</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 27/12</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag5_Slot14"> <ScreenID>IW_Bag5_Slot14</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>116</X> <Y>230</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 27/13</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag5_Slot15"> <ScreenID>IW_Bag5_Slot15</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>146</X> <Y>230</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 27/14</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag5_Slot16"> <ScreenID>IW_Bag5_Slot16</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>176</X> <Y>230</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 27/15</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag5_Slot17"> <ScreenID>IW_Bag5_Slot17</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>206</X> <Y>230</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 27/16</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag5_Slot18"> <ScreenID>IW_Bag5_Slot18</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>236</X> <Y>230</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 27/17</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag5_Slot19"> <ScreenID>IW_Bag5_Slot19</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>266</X> <Y>230</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 27/18</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag5_Slot20"> <ScreenID>IW_Bag5_Slot20</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>296</X> <Y>230</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 27/19</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag6_Slot1"> <ScreenID>IW_Bag6_Slot1</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>26</X> <Y>5</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 28/0</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag6_Slot2"> <ScreenID>IW_Bag6_Slot2</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>56</X> <Y>5</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 28/1</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag6_Slot3"> <ScreenID>IW_Bag6_Slot3</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>86</X> <Y>5</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 28/2</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag6_Slot4"> <ScreenID>IW_Bag6_Slot4</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>116</X> <Y>5</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 28/3</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag6_Slot5"> <ScreenID>IW_Bag6_Slot5</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>146</X> <Y>5</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 28/4</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag6_Slot6"> <ScreenID>IW_Bag6_Slot6</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>176</X> <Y>5</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 28/5</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag6_Slot7"> <ScreenID>IW_Bag6_Slot7</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>206</X> <Y>5</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 28/6</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag6_Slot8"> <ScreenID>IW_Bag6_Slot8</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>236</X> <Y>5</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 28/7</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag6_Slot9"> <ScreenID>IW_Bag6_Slot9</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>266</X> <Y>5</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 28/8</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag6_Slot10"> <ScreenID>IW_Bag6_Slot10</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>296</X> <Y>5</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 28/9</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag6_Slot11"> <ScreenID>IW_Bag6_Slot11</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>26</X> <Y>30</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 28/10</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag6_Slot12"> <ScreenID>IW_Bag6_Slot12</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>56</X> <Y>30</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 28/11</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag6_Slot13"> <ScreenID>IW_Bag6_Slot13</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>86</X> <Y>30</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 28/12</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag6_Slot14"> <ScreenID>IW_Bag6_Slot14</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>116</X> <Y>30</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 28/13</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag6_Slot15"> <ScreenID>IW_Bag6_Slot15</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>146</X> <Y>30</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 28/14</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag6_Slot16"> <ScreenID>IW_Bag6_Slot16</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>176</X> <Y>30</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 28/15</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag6_Slot17"> <ScreenID>IW_Bag6_Slot17</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>206</X> <Y>30</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 28/16</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag6_Slot18"> <ScreenID>IW_Bag6_Slot18</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>236</X> <Y>30</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 28/17</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag6_Slot19"> <ScreenID>IW_Bag6_Slot19</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>266</X> <Y>30</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 28/18</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag6_Slot20"> <ScreenID>IW_Bag6_Slot20</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>296</X> <Y>30</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 28/19</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag7_Slot1"> <ScreenID>IW_Bag7_Slot1</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>26</X> <Y>55</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 29/0</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag7_Slot2"> <ScreenID>IW_Bag7_Slot2</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>56</X> <Y>55</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 29/1</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag7_Slot3"> <ScreenID>IW_Bag7_Slot3</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>86</X> <Y>55</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 29/2</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag7_Slot4"> <ScreenID>IW_Bag7_Slot4</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>116</X> <Y>55</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 29/3</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag7_Slot5"> <ScreenID>IW_Bag7_Slot5</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>146</X> <Y>55</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 29/4</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag7_Slot6"> <ScreenID>IW_Bag7_Slot6</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>176</X> <Y>55</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 29/5</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag7_Slot7"> <ScreenID>IW_Bag7_Slot7</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>206</X> <Y>55</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 29/6</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag7_Slot8"> <ScreenID>IW_Bag7_Slot8</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>236</X> <Y>55</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 29/7</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag7_Slot9"> <ScreenID>IW_Bag7_Slot9</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>266</X> <Y>55</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 29/8</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag7_Slot10"> <ScreenID>IW_Bag7_Slot10</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>296</X> <Y>55</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 29/9</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag7_Slot11"> <ScreenID>IW_Bag7_Slot11</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>26</X> <Y>80</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 29/10</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag7_Slot12"> <ScreenID>IW_Bag7_Slot12</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>56</X> <Y>80</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 29/11</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag7_Slot13"> <ScreenID>IW_Bag7_Slot13</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>86</X> <Y>80</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 29/12</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag7_Slot14"> <ScreenID>IW_Bag7_Slot14</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>116</X> <Y>80</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 29/13</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag7_Slot15"> <ScreenID>IW_Bag7_Slot15</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>146</X> <Y>80</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 29/14</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag7_Slot16"> <ScreenID>IW_Bag7_Slot16</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>176</X> <Y>80</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 29/15</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag7_Slot17"> <ScreenID>IW_Bag7_Slot17</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>206</X> <Y>80</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 29/16</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag7_Slot18"> <ScreenID>IW_Bag7_Slot18</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>236</X> <Y>80</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 29/17</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag7_Slot19"> <ScreenID>IW_Bag7_Slot19</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>266</X> <Y>80</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 29/18</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag7_Slot20"> <ScreenID>IW_Bag7_Slot20</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>296</X> <Y>80</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 29/19</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag8_Slot1"> <ScreenID>IW_Bag8_Slot1</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>26</X> <Y>105</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 30/0</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag8_Slot2"> <ScreenID>IW_Bag8_Slot2</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>56</X> <Y>105</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 30/1</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag8_Slot3"> <ScreenID>IW_Bag8_Slot3</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>86</X> <Y>105</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 30/2</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag8_Slot4"> <ScreenID>IW_Bag8_Slot4</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>116</X> <Y>105</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 30/3</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag8_Slot5"> <ScreenID>IW_Bag8_Slot5</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>146</X> <Y>105</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 30/4</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag8_Slot6"> <ScreenID>IW_Bag8_Slot6</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>176</X> <Y>105</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 30/5</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag8_Slot7"> <ScreenID>IW_Bag8_Slot7</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>206</X> <Y>105</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 30/6</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag8_Slot8"> <ScreenID>IW_Bag8_Slot8</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>236</X> <Y>105</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 30/7</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag8_Slot9"> <ScreenID>IW_Bag8_Slot9</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>266</X> <Y>105</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 30/8</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag8_Slot10"> <ScreenID>IW_Bag8_Slot10</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>296</X> <Y>105</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 30/9</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag8_Slot11"> <ScreenID>IW_Bag8_Slot11</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>26</X> <Y>130</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 30/10</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag8_Slot12"> <ScreenID>IW_Bag8_Slot12</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>56</X> <Y>130</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 30/11</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag8_Slot13"> <ScreenID>IW_Bag8_Slot13</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>86</X> <Y>130</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 30/12</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag8_Slot14"> <ScreenID>IW_Bag8_Slot14</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>116</X> <Y>130</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 30/13</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag8_Slot15"> <ScreenID>IW_Bag8_Slot15</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>146</X> <Y>130</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 30/14</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag8_Slot16"> <ScreenID>IW_Bag8_Slot16</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>176</X> <Y>130</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 30/15</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag8_Slot17"> <ScreenID>IW_Bag8_Slot17</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>206</X> <Y>130</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 30/16</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag8_Slot18"> <ScreenID>IW_Bag8_Slot18</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>236</X> <Y>130</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 30/17</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag8_Slot19"> <ScreenID>IW_Bag8_Slot19</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>266</X> <Y>130</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 30/18</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag8_Slot20"> <ScreenID>IW_Bag8_Slot20</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>296</X> <Y>130</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 30/19</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag9_Slot1"> <ScreenID>IW_Bag9_Slot1</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>26</X> <Y>155</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 31/0</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag9_Slot2"> <ScreenID>IW_Bag9_Slot2</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>56</X> <Y>155</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 31/1</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag9_Slot3"> <ScreenID>IW_Bag9_Slot3</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>86</X> <Y>155</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 31/2</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag9_Slot4"> <ScreenID>IW_Bag9_Slot4</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>116</X> <Y>155</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 31/3</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag9_Slot5"> <ScreenID>IW_Bag9_Slot5</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>146</X> <Y>155</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 31/4</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag9_Slot6"> <ScreenID>IW_Bag9_Slot6</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>176</X> <Y>155</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 31/5</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag9_Slot7"> <ScreenID>IW_Bag9_Slot7</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>206</X> <Y>155</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 31/6</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag9_Slot8"> <ScreenID>IW_Bag9_Slot8</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>236</X> <Y>155</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 31/7</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag9_Slot9"> <ScreenID>IW_Bag9_Slot9</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>266</X> <Y>155</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 31/8</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag9_Slot10"> <ScreenID>IW_Bag9_Slot10</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>296</X> <Y>155</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 31/9</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag9_Slot11"> <ScreenID>IW_Bag9_Slot11</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>26</X> <Y>180</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 31/10</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag9_Slot12"> <ScreenID>IW_Bag9_Slot12</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>56</X> <Y>180</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 31/11</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag9_Slot13"> <ScreenID>IW_Bag9_Slot13</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>86</X> <Y>180</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 31/12</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag9_Slot14"> <ScreenID>IW_Bag9_Slot14</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>116</X> <Y>180</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 31/13</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag9_Slot15"> <ScreenID>IW_Bag9_Slot15</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>146</X> <Y>180</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 31/14</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag9_Slot16"> <ScreenID>IW_Bag9_Slot16</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>176</X> <Y>180</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 31/15</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag9_Slot17"> <ScreenID>IW_Bag9_Slot17</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>206</X> <Y>180</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 31/16</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag9_Slot18"> <ScreenID>IW_Bag9_Slot18</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>236</X> <Y>180</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 31/17</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag9_Slot19"> <ScreenID>IW_Bag9_Slot19</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>266</X> <Y>180</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 31/18</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag9_Slot20"> <ScreenID>IW_Bag9_Slot20</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>296</X> <Y>180</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 31/19</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag10_Slot1"> <ScreenID>IW_Bag10_Slot1</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>26</X> <Y>205</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 32/0</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag10_Slot2"> <ScreenID>IW_Bag10_Slot2</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>56</X> <Y>205</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 32/1</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag10_Slot3"> <ScreenID>IW_Bag10_Slot3</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>86</X> <Y>205</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 32/2</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag10_Slot4"> <ScreenID>IW_Bag10_Slot4</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>116</X> <Y>205</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 32/3</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag10_Slot5"> <ScreenID>IW_Bag10_Slot5</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>146</X> <Y>205</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 32/4</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag10_Slot6"> <ScreenID>IW_Bag10_Slot6</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>176</X> <Y>205</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 32/5</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag10_Slot7"> <ScreenID>IW_Bag10_Slot7</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>206</X> <Y>205</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 32/6</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag10_Slot8"> <ScreenID>IW_Bag10_Slot8</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>236</X> <Y>205</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 32/7</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag10_Slot9"> <ScreenID>IW_Bag10_Slot9</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>266</X> <Y>205</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 32/8</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag10_Slot10"> <ScreenID>IW_Bag10_Slot10</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>296</X> <Y>205</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 32/9</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag10_Slot11"> <ScreenID>IW_Bag10_Slot11</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>26</X> <Y>230</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 32/10</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag10_Slot12"> <ScreenID>IW_Bag10_Slot12</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>56</X> <Y>230</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 32/11</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag10_Slot13"> <ScreenID>IW_Bag10_Slot13</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>86</X> <Y>230</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 32/12</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag10_Slot14"> <ScreenID>IW_Bag10_Slot14</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>116</X> <Y>230</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 32/13</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag10_Slot15"> <ScreenID>IW_Bag10_Slot15</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>146</X> <Y>230</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 32/14</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag10_Slot16"> <ScreenID>IW_Bag10_Slot16</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>176</X> <Y>230</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 32/15</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag10_Slot17"> <ScreenID>IW_Bag10_Slot17</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>206</X> <Y>230</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 32/16</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag10_Slot18"> <ScreenID>IW_Bag10_Slot18</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>236</X> <Y>230</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 32/17</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag10_Slot19"> <ScreenID>IW_Bag10_Slot19</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>266</X> <Y>230</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 32/18</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <InvSlot item="IW_Bag10_Slot20"> <ScreenID>IW_Bag10_Slot20</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>296</X> <Y>230</Y> </Location> <Size> <CX>25</CX> <CY>25</CY> </Size> <Background>A_RecessedBox</Background> <EQType>inventory/Equip 32/19</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot> <Page item="IW_BagsPage"> <ScreenID>IW_BagsPage</ScreenID> <RelativePosition>True</RelativePosition> <Style_VScroll>false</Style_VScroll> <Style_HScroll>false</Style_HScroll> <Style_Transparent>true</Style_Transparent> <DrawTemplate>WDT_Def</DrawTemplate> <TabText>Bags 1-5</TabText> <TabTextColor> <R>255</R> <G>255</G> <B>255</B> </TabTextColor> <TabTextActiveColor> <R>255</R> <G>255</G> <B>0</B> </TabTextActiveColor> <Pieces>IW_Bag1_Slot1</Pieces> <Pieces>IW_Bag1_Slot2</Pieces> <Pieces>IW_Bag1_Slot3</Pieces> <Pieces>IW_Bag1_Slot4</Pieces> <Pieces>IW_Bag1_Slot5</Pieces> <Pieces>IW_Bag1_Slot6</Pieces> <Pieces>IW_Bag1_Slot7</Pieces> <Pieces>IW_Bag1_Slot8</Pieces> <Pieces>IW_Bag1_Slot9</Pieces> <Pieces>IW_Bag1_Slot10</Pieces> <Pieces>IW_Bag1_Slot11</Pieces> <Pieces>IW_Bag1_Slot12</Pieces> <Pieces>IW_Bag1_Slot13</Pieces> <Pieces>IW_Bag1_Slot14</Pieces> <Pieces>IW_Bag1_Slot15</Pieces> <Pieces>IW_Bag1_Slot16</Pieces> <Pieces>IW_Bag1_Slot17</Pieces> <Pieces>IW_Bag1_Slot18</Pieces> <Pieces>IW_Bag1_Slot19</Pieces> <Pieces>IW_Bag1_Slot20</Pieces> <Pieces>IW_Bag2_Slot1</Pieces> <Pieces>IW_Bag2_Slot2</Pieces> <Pieces>IW_Bag2_Slot3</Pieces> <Pieces>IW_Bag2_Slot4</Pieces> <Pieces>IW_Bag2_Slot5</Pieces> <Pieces>IW_Bag2_Slot6</Pieces> <Pieces>IW_Bag2_Slot7</Pieces> <Pieces>IW_Bag2_Slot8</Pieces> <Pieces>IW_Bag2_Slot9</Pieces> <Pieces>IW_Bag2_Slot10</Pieces> <Pieces>IW_Bag2_Slot11</Pieces> <Pieces>IW_Bag2_Slot12</Pieces> <Pieces>IW_Bag2_Slot13</Pieces> <Pieces>IW_Bag2_Slot14</Pieces> <Pieces>IW_Bag2_Slot15</Pieces> <Pieces>IW_Bag2_Slot16</Pieces> <Pieces>IW_Bag2_Slot17</Pieces> <Pieces>IW_Bag2_Slot18</Pieces> <Pieces>IW_Bag2_Slot19</Pieces> <Pieces>IW_Bag2_Slot20</Pieces> <Pieces>IW_Bag3_Slot1</Pieces> <Pieces>IW_Bag3_Slot2</Pieces> <Pieces>IW_Bag3_Slot3</Pieces> <Pieces>IW_Bag3_Slot4</Pieces> <Pieces>IW_Bag3_Slot5</Pieces> <Pieces>IW_Bag3_Slot6</Pieces> <Pieces>IW_Bag3_Slot7</Pieces> <Pieces>IW_Bag3_Slot8</Pieces> <Pieces>IW_Bag3_Slot9</Pieces> <Pieces>IW_Bag3_Slot10</Pieces> <Pieces>IW_Bag3_Slot11</Pieces> <Pieces>IW_Bag3_Slot12</Pieces> <Pieces>IW_Bag3_Slot13</Pieces> <Pieces>IW_Bag3_Slot14</Pieces> <Pieces>IW_Bag3_Slot15</Pieces> <Pieces>IW_Bag3_Slot16</Pieces> <Pieces>IW_Bag3_Slot17</Pieces> <Pieces>IW_Bag3_Slot18</Pieces> <Pieces>IW_Bag3_Slot19</Pieces> <Pieces>IW_Bag3_Slot20</Pieces> <Pieces>IW_Bag4_Slot1</Pieces> <Pieces>IW_Bag4_Slot2</Pieces> <Pieces>IW_Bag4_Slot3</Pieces> <Pieces>IW_Bag4_Slot4</Pieces> <Pieces>IW_Bag4_Slot5</Pieces> <Pieces>IW_Bag4_Slot6</Pieces> <Pieces>IW_Bag4_Slot7</Pieces> <Pieces>IW_Bag4_Slot8</Pieces> <Pieces>IW_Bag4_Slot9</Pieces> <Pieces>IW_Bag4_Slot10</Pieces> <Pieces>IW_Bag4_Slot11</Pieces> <Pieces>IW_Bag4_Slot12</Pieces> <Pieces>IW_Bag4_Slot13</Pieces> <Pieces>IW_Bag4_Slot14</Pieces> <Pieces>IW_Bag4_Slot15</Pieces> <Pieces>IW_Bag4_Slot16</Pieces> <Pieces>IW_Bag4_Slot17</Pieces> <Pieces>IW_Bag4_Slot18</Pieces> <Pieces>IW_Bag4_Slot19</Pieces> <Pieces>IW_Bag4_Slot20</Pieces> <Pieces>IW_Bag5_Slot1</Pieces> <Pieces>IW_Bag5_Slot2</Pieces> <Pieces>IW_Bag5_Slot3</Pieces> <Pieces>IW_Bag5_Slot4</Pieces> <Pieces>IW_Bag5_Slot5</Pieces> <Pieces>IW_Bag5_Slot6</Pieces> <Pieces>IW_Bag5_Slot7</Pieces> <Pieces>IW_Bag5_Slot8</Pieces> <Pieces>IW_Bag5_Slot9</Pieces> <Pieces>IW_Bag5_Slot10</Pieces> <Pieces>IW_Bag5_Slot11</Pieces> <Pieces>IW_Bag5_Slot12</Pieces> <Pieces>IW_Bag5_Slot13</Pieces> <Pieces>IW_Bag5_Slot14</Pieces> <Pieces>IW_Bag5_Slot15</Pieces> <Pieces>IW_Bag5_Slot16</Pieces> <Pieces>IW_Bag5_Slot17</Pieces> <Pieces>IW_Bag5_Slot18</Pieces> <Pieces>IW_Bag5_Slot19</Pieces> <Pieces>IW_Bag5_Slot20</Pieces> <Pieces>IW_Inv23</Pieces> <Pieces>IW_Inv24</Pieces> <Pieces>IW_Inv25</Pieces> <Pieces>IW_Inv26</Pieces> <Pieces>IW_Inv27</Pieces> <Location> <X>0</X> <Y>22</Y> </Location> <Size> <CX>326</CX> <CY>296</CY> </Size> </Page> <Page item="IW_BagsPage2"> <ScreenID>IW_BagsPage2</ScreenID> <RelativePosition>True</RelativePosition> <Style_VScroll>false</Style_VScroll> <Style_HScroll>false</Style_HScroll> <Style_Transparent>true</Style_Transparent> <DrawTemplate>WDT_Def</DrawTemplate> <TabText>Bags 6-10</TabText> <TabTextColor> <R>255</R> <G>255</G> <B>255</B> </TabTextColor> <TabTextActiveColor> <R>255</R> <G>255</G> <B>0</B> </TabTextActiveColor> <Pieces>IW_Inv28</Pieces> <Pieces>IW_Inv29</Pieces> <Pieces>IW_Inv30</Pieces> <Pieces>IW_Inv31</Pieces> <Pieces>IW_Inv32</Pieces> <Pieces>IW_Bag6_Slot1</Pieces> <Pieces>IW_Bag6_Slot2</Pieces> <Pieces>IW_Bag6_Slot3</Pieces> <Pieces>IW_Bag6_Slot4</Pieces> <Pieces>IW_Bag6_Slot5</Pieces> <Pieces>IW_Bag6_Slot6</Pieces> <Pieces>IW_Bag6_Slot7</Pieces> <Pieces>IW_Bag6_Slot8</Pieces> <Pieces>IW_Bag6_Slot9</Pieces> <Pieces>IW_Bag6_Slot10</Pieces> <Pieces>IW_Bag6_Slot11</Pieces> <Pieces>IW_Bag6_Slot12</Pieces> <Pieces>IW_Bag6_Slot13</Pieces> <Pieces>IW_Bag6_Slot14</Pieces> <Pieces>IW_Bag6_Slot15</Pieces> <Pieces>IW_Bag6_Slot16</Pieces> <Pieces>IW_Bag6_Slot17</Pieces> <Pieces>IW_Bag6_Slot18</Pieces> <Pieces>IW_Bag6_Slot19</Pieces> <Pieces>IW_Bag6_Slot20</Pieces> <Pieces>IW_Bag7_Slot1</Pieces> <Pieces>IW_Bag7_Slot2</Pieces> <Pieces>IW_Bag7_Slot3</Pieces> <Pieces>IW_Bag7_Slot4</Pieces> <Pieces>IW_Bag7_Slot5</Pieces> <Pieces>IW_Bag7_Slot6</Pieces> <Pieces>IW_Bag7_Slot7</Pieces> <Pieces>IW_Bag7_Slot8</Pieces> <Pieces>IW_Bag7_Slot9</Pieces> <Pieces>IW_Bag7_Slot10</Pieces> <Pieces>IW_Bag7_Slot11</Pieces> <Pieces>IW_Bag7_Slot12</Pieces> <Pieces>IW_Bag7_Slot13</Pieces> <Pieces>IW_Bag7_Slot14</Pieces> <Pieces>IW_Bag7_Slot15</Pieces> <Pieces>IW_Bag7_Slot16</Pieces> <Pieces>IW_Bag7_Slot17</Pieces> <Pieces>IW_Bag7_Slot18</Pieces> <Pieces>IW_Bag7_Slot19</Pieces> <Pieces>IW_Bag7_Slot20</Pieces> <Pieces>IW_Bag8_Slot1</Pieces> <Pieces>IW_Bag8_Slot2</Pieces> <Pieces>IW_Bag8_Slot3</Pieces> <Pieces>IW_Bag8_Slot4</Pieces> <Pieces>IW_Bag8_Slot5</Pieces> <Pieces>IW_Bag8_Slot6</Pieces> <Pieces>IW_Bag8_Slot7</Pieces> <Pieces>IW_Bag8_Slot8</Pieces> <Pieces>IW_Bag8_Slot9</Pieces> <Pieces>IW_Bag8_Slot10</Pieces> <Pieces>IW_Bag8_Slot11</Pieces> <Pieces>IW_Bag8_Slot12</Pieces> <Pieces>IW_Bag8_Slot13</Pieces> <Pieces>IW_Bag8_Slot14</Pieces> <Pieces>IW_Bag8_Slot15</Pieces> <Pieces>IW_Bag8_Slot16</Pieces> <Pieces>IW_Bag8_Slot17</Pieces> <Pieces>IW_Bag8_Slot18</Pieces> <Pieces>IW_Bag8_Slot19</Pieces> <Pieces>IW_Bag8_Slot20</Pieces> <Pieces>IW_Bag9_Slot1</Pieces> <Pieces>IW_Bag9_Slot2</Pieces> <Pieces>IW_Bag9_Slot3</Pieces> <Pieces>IW_Bag9_Slot4</Pieces> <Pieces>IW_Bag9_Slot5</Pieces> <Pieces>IW_Bag9_Slot6</Pieces> <Pieces>IW_Bag9_Slot7</Pieces> <Pieces>IW_Bag9_Slot8</Pieces> <Pieces>IW_Bag9_Slot9</Pieces> <Pieces>IW_Bag9_Slot10</Pieces> <Pieces>IW_Bag9_Slot11</Pieces> <Pieces>IW_Bag9_Slot12</Pieces> <Pieces>IW_Bag9_Slot13</Pieces> <Pieces>IW_Bag9_Slot14</Pieces> <Pieces>IW_Bag9_Slot15</Pieces> <Pieces>IW_Bag9_Slot16</Pieces> <Pieces>IW_Bag9_Slot17</Pieces> <Pieces>IW_Bag9_Slot18</Pieces> <Pieces>IW_Bag9_Slot19</Pieces> <Pieces>IW_Bag9_Slot20</Pieces> <Pieces>IW_Bag10_Slot1</Pieces> <Pieces>IW_Bag10_Slot2</Pieces> <Pieces>IW_Bag10_Slot3</Pieces> <Pieces>IW_Bag10_Slot4</Pieces> <Pieces>IW_Bag10_Slot5</Pieces> <Pieces>IW_Bag10_Slot6</Pieces> <Pieces>IW_Bag10_Slot7</Pieces> <Pieces>IW_Bag10_Slot8</Pieces> <Pieces>IW_Bag10_Slot9</Pieces> <Pieces>IW_Bag10_Slot10</Pieces> <Pieces>IW_Bag10_Slot11</Pieces> <Pieces>IW_Bag10_Slot12</Pieces> <Pieces>IW_Bag10_Slot13</Pieces> <Pieces>IW_Bag10_Slot14</Pieces> <Pieces>IW_Bag10_Slot15</Pieces> <Pieces>IW_Bag10_Slot16</Pieces> <Pieces>IW_Bag10_Slot17</Pieces> <Pieces>IW_Bag10_Slot18</Pieces> <Pieces>IW_Bag10_Slot19</Pieces> <Pieces>IW_Bag10_Slot20</Pieces> <Location> <X>0</X> <Y>22</Y> </Location> <Size> <CX>326</CX> <CY>296</CY> </Size> </Page> <TabBox item ="MVW_Subwindows"> <ScreenID>MVW_Subwindows</ScreenID> <RelativePosition>true</RelativePosition> <AutoStretch>true</AutoStretch> <TopAnchorToTop>true</TopAnchorToTop> <BottomAnchorToTop>false</BottomAnchorToTop> <LeftAnchorToLeft>true</LeftAnchorToLeft> <RightAnchorToLeft>false</RightAnchorToLeft> <TabBorderTemplate>FT_DefTabBorder</TabBorderTemplate> <PageBorderTemplate>FT_DefPageBorder</PageBorderTemplate> <Pages>Page:MapPage</Pages> <Pages>Page:AtlasPage</Pages> <Pages>Page:IW_BagsPage</Pages> <Pages>Page:IW_BagsPage2</Pages> </TabBox> <Screen item="MapViewWnd"> <RelativePosition>false</RelativePosition> <Location> <X>100</X> <Y>80</Y> </Location> <Size> <CX>590</CX> <CY>470</CY> </Size> <NoWrap>true</NoWrap> <TooltipReference>Map Viewer</TooltipReference> <DrawTemplate>WDT_RoundedNoTitle</DrawTemplate> <Style_Titlebar>false</Style_Titlebar> <Style_Closebox>false</Style_Closebox> <Style_Minimizebox>false</Style_Minimizebox> <Style_Border>true</Style_Border> <Style_Sizable>true</Style_Sizable> <Style_Transparent>true</Style_Transparent> <Text>Map</Text> <Pieces>MVW_Subwindows</Pieces> </Screen> </XML>
Brokenshadow is offline   Reply With Quote
Old 04-13-2012, 09:04 AM   #2
valaury3169
Enhanced Imperial Golem
 
Join Date: Jun 2008
Posts: 204
Interface Author - Click to view interfaces
Default

I am pretty sure you will find that the behaviour of the map is hardcoded, and that only the maps appearance is customizable through the xml.
valaury3169 is offline   Reply With Quote
Old 04-13-2012, 01:22 PM   #3
Halelen
Lord Doljonijiarnimorinar
 
Join Date: Jan 2003
Server: Povar
Posts: 1,047
Interface Author - Click to view interfaces
Default

if you hit the center button it centers the map on you.. and unless you scroll the map off it will stay centered on you
Halelen is offline   Reply With Quote
Old 04-13-2012, 02:39 PM   #4
Brokenshadow
A Fire Beetle
 
Join Date: Apr 2012
Posts: 3
Default

Thanks for the replies.

@Halelen: I have tried using the center button on the map; every time I use it, it does not center the map on me, it returns the map to its default center regardless of my location, and doesn't move with me.
Brokenshadow is offline   Reply With Quote
Old 04-13-2012, 02:47 PM   #5
Brokenshadow
A Fire Beetle
 
Join Date: Apr 2012
Posts: 3
Default

Aha!

Update: @Halelen: I just figured out the problem. I was at default max zoom. By zooming in one click, it works exactly as you described. :sheepish:

Thanks for the replies!
Brokenshadow is offline   Reply With Quote
Reply



Thread Tools
Display Modes

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

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


All times are GMT -5. The time now is 03:57 PM.


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