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 01-09-2005, 01:03 PM   #1
Achelous
A Hill Giant
 
Join Date: Mar 2003
Posts: 31
Interface Author - Click to view interfaces
Default Help with adding Tribute

trying to add EQType 116 and 117 to my hotbutton window and having no luck at all anyone have a window they have added tribute timer 116 and current tribute number 117 to so I can see what i'm doing wrong? its killin me I seem to lose about 500 to 2k tribute a day forgetting to turn it off lol any help would be appreciated ...Seems the damn tribute window is a bit more complicated than most of the windows I have modified so far .. and I cant get Sidlwidl to open it up at all even from default always get damn unhandled error popup with most parts of it /cry...
Achelous is offline   Reply With Quote
Old 01-09-2005, 02:05 PM   #2
Inokis
Pale Scrawny Guy
 
Inokis's Avatar
 
Join Date: Sep 2003
Server: Bristlebane // Erollisi Marr
Posts: 920
Interface Author - Click to view interfaces
Send a message via Yahoo to Inokis
Default

Cut and paste the code, for those UI elements, as you have it so that someone can see exactly what is the issue
__________________
Inokis is offline   Reply With Quote
Old 01-09-2005, 02:14 PM   #3
Achelous
A Hill Giant
 
Join Date: Mar 2003
Posts: 31
Interface Author - Click to view interfaces
Default

<Label item="TBWP_TimeLabel">
<ScreenID />
<Font>4</Font>
<RelativePosition>true</RelativePosition>
<AutoStretch>true</AutoStretch>
<LeftAnchorOffset>98</LeftAnchorOffset>
<TopAnchorOffset>3</TopAnchorOffset>
<RightAnchorOffset>4</RightAnchorOffset>
<BottomAnchorOffset>23</BottomAnchorOffset>
<LeftAnchorToLeft>false</LeftAnchorToLeft>
<TopAnchorToTop>true</TopAnchorToTop>
<RightAnchorToLeft>false</RightAnchorToLeft>
<BottomAnchorToTop>true</BottomAnchorToTop>
<EQType>116</EQType>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>false</NoWrap>
<AlignCenter>true</AlignCenter>
<AlignRight>false</AlignRight>
<Location>
<X>0</X>
<Y>0</Y>
</Location>
<Size>
<CX>0</CX>
<CY>0</CY>
</Size>
</Label>
<Label item="TBWP_CurrentLabel">
<ScreenID />
<Font>4</Font>
<RelativePosition>true</RelativePosition>
<AutoStretch>true</AutoStretch>
<LeftAnchorOffset>174</LeftAnchorOffset>
<TopAnchorOffset>3</TopAnchorOffset>
<RightAnchorOffset>98</RightAnchorOffset>
<BottomAnchorOffset>23</BottomAnchorOffset>
<LeftAnchorToLeft>false</LeftAnchorToLeft>
<TopAnchorToTop>true</TopAnchorToTop>
<RightAnchorToLeft>false</RightAnchorToLeft>
<BottomAnchorToTop>true</BottomAnchorToTop>
<EQType>117</EQType>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>false</NoWrap>
<AlignCenter>true</AlignCenter>
<AlignRight>false</AlignRight>
<Location>
<X>0</X>
<Y>0</Y>
</Location>
</Label>

Last edited by Inokis : 01-09-2005 at 04:28 PM.
Achelous is offline   Reply With Quote
Old 01-09-2005, 04:16 PM   #4
Inokis
Pale Scrawny Guy
 
Inokis's Avatar
 
Join Date: Sep 2003
Server: Bristlebane // Erollisi Marr
Posts: 920
Interface Author - Click to view interfaces
Send a message via Yahoo to Inokis
Default

Both locations are set to 0, 0. The first one is sized at 0x0 and the other has no size.

typical labels are:
<Size>
<CX>40</CX>
<CY>14</CY>
</Size>

Unless they are part of a gauge EQType. Then the text also use the x and y textoffset values, and are a larger size to accomodate the text label and the gauge

Last edited by Inokis : 01-09-2005 at 04:37 PM.
Inokis is offline   Reply With Quote
Old 01-10-2005, 03:29 AM   #5
Achelous
A Hill Giant
 
Join Date: Mar 2003
Posts: 31
Interface Author - Click to view interfaces
Default

ok now when i look at the code from the default tribute window it has no location or size they use the anchor offset crap which i still have yet to fully grasp lol this is from default
<Label item ="TBWP_TimeLabel">
<ScreenID/>
<Font>4</Font>
<RelativePosition>true</RelativePosition>
<AutoStretch>true</AutoStretch>
<LeftAnchorOffset>60</LeftAnchorOffset>
<TopAnchorOffset>0</TopAnchorOffset>
<RightAnchorOffset>0</RightAnchorOffset>
<BottomAnchorOffset>24</BottomAnchorOffset>
<LeftAnchorToLeft>false</LeftAnchorToLeft>
<TopAnchorToTop>true</TopAnchorToTop>
<RightAnchorToLeft>false</RightAnchorToLeft>
<BottomAnchorToTop>true</BottomAnchorToTop>
<EQType>116</EQType>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>false</NoWrap>
<AlignCenter>true</AlignCenter>
<AlignRight>false</AlignRight>
</Label>
So I'm gonna try to remove the size and llocations from mine? not sure how they got there in first place think my nemisis sidlewidle put em in there cuz I did a copy and past from default but then opened it with sidlewidle to get them positioned right
Achelous is offline   Reply With Quote
Old 01-10-2005, 05:15 AM   #6
Achelous
A Hill Giant
 
Join Date: Mar 2003
Posts: 31
Interface Author - Click to view interfaces
Default

GAH this one is so givin me headaches lol still not working.. got the tribute window working but the hotbutton window still a no go .. I tried removing the size and location perameters totally and using those offset anchor thingies didn't work... then again i'm not so good with them so mabey i just didn't do it right i'll experiment with that method some more... I then tried removing the ofsets and use the size and location deal that also didnt work here is the code as it is now .. I can't get it to load like this .. and have no clue why


<?xml version="1.0" encoding="us-ascii"?>
<XML ID="EQInterfaceDefinitionLanguage">
<Schema xmlns="EverQuestData" xmlns:dt="EverQuestDataTypes" />
<Label item="TBWP_TimeLabel">
<ScreenID />
<Font>4</Font>
<EQType>116</EQType>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>true</AlignCenter>
<AlignRight>false</AlignRight>
<Location>
<X>92</X>
<Y>5</Y>
</Location>
<Size>
<CX>81</CX>
<CY>18</CY>
</Size>
</Label>
<Label item="TBWP_CurrentLabel">
<ScreenID />
<Font>4</Font>
<RelativePosition>true</RelativePosition>
<EQType>117</EQType>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>true</AlignCenter>
<AlignRight>false</AlignRight>
<Location>
<X>5</X>
<Y>5</Y>
</Location>
<Size>
<CX>81</CX>
<CY>18</CY>
</Size>
</Label>
<TextureInfo item="mini_inv.tga">
<Size>
<CX>256</CX>
<CY>256</CY>
</Size>
</TextureInfo>
<Ui2DAnimation item="A_MiniInvEar">
<Frames>
<Texture>mini_inv.tga</Texture>
<Location>
<X>90</X>
<Y>42</Y>
</Location>
<Size>
<CX>32</CX>
<CY>32</CY>
</Size>
<Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
</Frames>
</Ui2DAnimation>
<Ui2DAnimation item="A_MiniInvChest">
<Frames>
<Texture>mini_inv.tga</Texture>
<Location>
<X>122</X>
<Y>42</Y>
</Location>
<Size>
<CX>32</CX>
<CY>32</CY>
</Size>
<Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
</Frames>
</Ui2DAnimation>
<Ui2DAnimation item="A_MiniInvRing">
<Frames>
<Texture>mini_inv.tga</Texture>
<Location>
<X>154</X>
<Y>42</Y>
</Location>
<Size>
<CX>32</CX>
<CY>32</CY>
</Size>
<Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
</Frames>
</Ui2DAnimation>
<Button item="HB_PageLeftButton">
<ScreenID>HB_PageLeftButton</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>6</X>
<Y>152</Y>
</Location>
<Size>
<CX>25</CX>
<CY>16</CY>
</Size>
<Text />
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<ButtonDrawTemplate>
<Normal>A_HSBLeftNormal</Normal>
<Pressed>A_HSBLeftPressed</Pressed>
<Flyby>A_HSBLeftFlyby</Flyby>
<Disabled>A_HSBLeftDisabled</Disabled>
<PressedFlyby>A_HSBLeftPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</Button>
<Label item="HB_CurrentPageLabel">
<ScreenID>HB_CurrentPageLabel</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>31</X>
<Y>152</Y>
</Location>
<Size>
<CX>25</CX>
<CY>16</CY>
</Size>
<Text>1</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>false</NoWrap>
<AlignCenter>true</AlignCenter>
<AlignRight>false</AlignRight>
</Label>
<Button item="HB_PageRightButton">
<ScreenID>HB_PageRightButton</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>56</X>
<Y>152</Y>
</Location>
<Size>
<CX>25</CX>
<CY>16</CY>
</Size>
<Text />
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<ButtonDrawTemplate>
<Normal>A_HSBRightNormal</Normal>
<Pressed>A_HSBRightPressed</Pressed>
<Flyby>A_HSBRightFlyby</Flyby>
<Disabled>A_HSBRightDisabled</Disabled>
<PressedFlyby>A_HSBRightPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</Button>
<Button item="HB_Button1">
<ScreenID>HB_Button1</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>2</X>
<Y>174</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Text>1</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<DecalSize>
<CX>40</CX>
<CY>40</CY>
</DecalSize>
<ButtonDrawTemplate>
<Normal>A_SquareBtnNormal</Normal>
<Pressed>A_SquareBtnPressed</Pressed>
<Flyby>A_SquareBtnFlyby</Flyby>
<Disabled>A_SquareBtnDisabled</Disabled>
<PressedFlyby>A_SquareBtnPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</Button>
<Button item="HB_Button2">
<ScreenID>HB_Button2</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>44</X>
<Y>174</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Text>2</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<DecalSize>
<CX>40</CX>
<CY>40</CY>
</DecalSize>
<ButtonDrawTemplate>
<Normal>A_SquareBtnNormal</Normal>
<Pressed>A_SquareBtnPressed</Pressed>
<Flyby>A_SquareBtnFlyby</Flyby>
<Disabled>A_SquareBtnDisabled</Disabled>
<PressedFlyby>A_SquareBtnPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</Button>
<Button item="HB_Button3">
<ScreenID>HB_Button3</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>2</X>
<Y>214</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Text>3</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<DecalSize>
<CX>40</CX>
<CY>40</CY>
</DecalSize>
<ButtonDrawTemplate>
<Normal>A_SquareBtnNormal</Normal>
<Pressed>A_SquareBtnPressed</Pressed>
<Flyby>A_SquareBtnFlyby</Flyby>
<Disabled>A_SquareBtnDisabled</Disabled>
<PressedFlyby>A_SquareBtnPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</Button>
<Button item="HB_Button4">
<ScreenID>HB_Button4</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>44</X>
<Y>214</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Text>4</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<DecalSize>
<CX>40</CX>
<CY>40</CY>
</DecalSize>
<ButtonDrawTemplate>
<Normal>A_SquareBtnNormal</Normal>
<Pressed>A_SquareBtnPressed</Pressed>
<Flyby>A_SquareBtnFlyby</Flyby>
<Disabled>A_SquareBtnDisabled</Disabled>
<PressedFlyby>A_SquareBtnPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</Button>
<Button item="HB_Button5">
<ScreenID>HB_Button5</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>2</X>
<Y>254</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Text>5</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<DecalSize>
<CX>40</CX>
<CY>40</CY>
</DecalSize>
<ButtonDrawTemplate>
<Normal>A_SquareBtnNormal</Normal>
<Pressed>A_SquareBtnPressed</Pressed>
<Flyby>A_SquareBtnFlyby</Flyby>
<Disabled>A_SquareBtnDisabled</Disabled>
<PressedFlyby>A_SquareBtnPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</Button>
<Button item="HB_Button6">
<ScreenID>HB_Button6</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>44</X>
<Y>254</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Text>6</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<DecalSize>
<CX>40</CX>
<CY>40</CY>
</DecalSize>
<ButtonDrawTemplate>
<Normal>A_SquareBtnNormal</Normal>
<Pressed>A_SquareBtnPressed</Pressed>
<Flyby>A_SquareBtnFlyby</Flyby>
<Disabled>A_SquareBtnDisabled</Disabled>
<PressedFlyby>A_SquareBtnPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</Button>
<Button item="HB_Button7">
<ScreenID>HB_Button7</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>2</X>
<Y>294</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Text>7</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<DecalSize>
<CX>40</CX>
<CY>40</CY>
</DecalSize>
<ButtonDrawTemplate>
<Normal>A_SquareBtnNormal</Normal>
<Pressed>A_SquareBtnPressed</Pressed>
<Flyby>A_SquareBtnFlyby</Flyby>
<Disabled>A_SquareBtnDisabled</Disabled>
<PressedFlyby>A_SquareBtnPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</Button>
<Button item="HB_Button8">
<ScreenID>HB_Button8</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>44</X>
<Y>294</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Text>8</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<DecalSize>
<CX>40</CX>
<CY>40</CY>
</DecalSize>
<ButtonDrawTemplate>
<Normal>A_SquareBtnNormal</Normal>
<Pressed>A_SquareBtnPressed</Pressed>
<Flyby>A_SquareBtnFlyby</Flyby>
<Disabled>A_SquareBtnDisabled</Disabled>
<PressedFlyby>A_SquareBtnPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</Button>
<Button item="HB_Button9">
<ScreenID>HB_Button9</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>2</X>
<Y>334</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Text>9</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<DecalSize>
<CX>40</CX>
<CY>40</CY>
</DecalSize>
<ButtonDrawTemplate>
<Normal>A_SquareBtnNormal</Normal>
<Pressed>A_SquareBtnPressed</Pressed>
<Flyby>A_SquareBtnFlyby</Flyby>
<Disabled>A_SquareBtnDisabled</Disabled>
<PressedFlyby>A_SquareBtnPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</Button>
<Button item="HB_Button10">
<ScreenID>HB_Button10</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>44</X>
<Y>334</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Text>10</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<DecalSize>
<CX>40</CX>
<CY>40</CY>
</DecalSize>
<ButtonDrawTemplate>
<Normal>A_SquareBtnNormal</Normal>
<Pressed>A_SquareBtnPressed</Pressed>
<Flyby>A_SquareBtnFlyby</Flyby>
<Disabled>A_SquareBtnDisabled</Disabled>
<PressedFlyby>A_SquareBtnPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</Button>
<InvSlot item="HB_InvSlot1">
<ScreenID>HB_InvSlot1</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>2</X>
<Y>174</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>-1</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>
<InvSlot item="HB_InvSlot2">
<ScreenID>HB_InvSlot2</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>44</X>
<Y>174</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>-1</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>
<InvSlot item="HB_InvSlot3">
<ScreenID>HB_InvSlot3</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>2</X>
<Y>214</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>-1</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>
<InvSlot item="HB_InvSlot4">
<ScreenID>HB_InvSlot4</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>44</X>
<Y>214</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>-1</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>
<InvSlot item="HB_InvSlot5">
<ScreenID>HB_InvSlot5</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>2</X>
<Y>254</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>-1</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>
<InvSlot item="HB_InvSlot6">
<ScreenID>HB_InvSlot6</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>44</X>
<Y>254</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>-1</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>
<InvSlot item="HB_InvSlot7">
<ScreenID>HB_InvSlot7</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>2</X>
<Y>294</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>-1</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>
<InvSlot item="HB_InvSlot8">
<ScreenID>HB_InvSlot8</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>44</X>
<Y>294</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>-1</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>
<InvSlot item="HB_InvSlot9">
<ScreenID>HB_InvSlot9</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>2</X>
<Y>334</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>-1</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>
<InvSlot item="HB_InvSlot10">
<ScreenID>HB_InvSlot10</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>44</X>
<Y>334</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>-1</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>
<InvSlot item="InvSlot31">
<ScreenID>InvSlot31</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>90</X>
<Y>214</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>22</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>
<InvSlot item="InvSlot32">
<ScreenID>InvSlot32</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>90</X>
<Y>254</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>23</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>
<InvSlot item="InvSlot33">
<ScreenID>InvSlot33</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>90</X>
<Y>294</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>24</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>
<InvSlot item="InvSlot34">
<ScreenID>InvSlot34</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>90</X>
<Y>334</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>25</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>
<InvSlot item="InvSlot30">
<ScreenID>InvSlot30</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>90</X>
<Y>173</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Background>A_InvPrimary</Background>
<EQType>13</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>
<InvSlot item="InvSlot35">
<ScreenID>InvSlot35</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>134</X>
<Y>173</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Background>A_InvSecondary</Background>
<EQType>14</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>
<InvSlot item="InvSlot36">
<ScreenID>InvSlot36</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>134</X>
<Y>214</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>26</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>
<InvSlot item="InvSlot37">
<ScreenID>InvSlot37</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>134</X>
<Y>254</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>27</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>
<InvSlot item="InvSlot38">
<ScreenID>InvSlot38</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>134</X>
<Y>294</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>28</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>
<InvSlot item="InvSlot39">
<ScreenID>InvSlot39</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>134</X>
<Y>334</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>29</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>
<InvSlot item="IW_WeightNumber1">
<ScreenID>WeightNumberLabel</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>107</X>
<Y>44</Y>
</Location>
<Size>
<CX>25</CX>
<CY>16</CY>
</Size>
<Text>123/255</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
</InvSlot>
<InvSlot item="IW_Weight1">
<ScreenID>WeightLabel</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>95</X>
<Y>44</Y>
</Location>
<Size>
<CX>25</CX>
<CY>16</CY>
</Size>
<Text>WEIGHT</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
</InvSlot>
<!-- Bag 3 Slot 9 -->
<InvSlot item="Newslot1">
<ScreenID>Newslot1</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>2</X>
<Y>27</Y>
</Location>
<Size>
<CX>27</CX>
<CY>27</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>17</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>
<!-- 2 - Bracer of Earthen Energy - left wrist -->
<InvSlot item="Newslot2">
<ScreenID>Newslot2</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>31</X>
<Y>27</Y>
</Location>
<Size>
<CX>27</CX>
<CY>27</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>8</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>
<!-- 3 - Vial of Velium Vapors - Bag 5 Slot 8 -->
<InvSlot item="Newslot3">
<ScreenID>Newslot3</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>60</X>
<Y>27</Y>
</Location>
<Size>
<CX>27</CX>
<CY>27</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>315</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>
<!-- 4 - Anizok's Minimizing Device - Bag 3 Slot 1-->
<InvSlot item="Newslot4">
<ScreenID>Newslot4</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>89</X>
<Y>27</Y>
</Location>
<Size>
<CX>27</CX>
<CY>27</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>316</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>
<!-- 5 - Tiny Cloak of Darkest Night - Bag 3 Slot 2 -->
<InvSlot item="Newslot5">
<ScreenID>Newslot5</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>118</X>
<Y>27</Y>
</Location>
<Size>
<CX>27</CX>
<CY>27</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>312</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>
<!-- 6 - Voice of The Serpent - Ammo -->
<InvSlot item="Newslot6">
<ScreenID>Newslot6</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>147</X>
<Y>27</Y>
</Location>
<Size>
<CX>27</CX>
<CY>27</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>318</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>
<!-- 7 - Earring of the Solstice - Bag 3 Slot 8 -->
<InvSlot item="Newslot7">
<ScreenID>Newslot7</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>2</X>
<Y>56</Y>
</Location>
<Size>
<CX>27</CX>
<CY>27</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>18</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>
<!-- 8 - Earthen Earring - Right Ear -->
<InvSlot item="Newslot8">
<ScreenID>Newslot8</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>31</X>
<Y>56</Y>
</Location>
<Size>
<CX>27</CX>
<CY>27</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>10</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>
<!-- 9 - Food - Bag 4 Slot 9 -->
<InvSlot item="Newslot9">
<ScreenID>Newslot9</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>60</X>
<Y>56</Y>
</Location>
<Size>
<CX>27</CX>
<CY>27</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>314</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>
<!-- 10 - lr1 -->
<InvSlot item="Newslot10">
<ScreenID>NewSlot1</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>89</X>
<Y>56</Y>
</Location>
- <Size><CX>27</CX><CY>27</CY></Size><Background>A_RecessedBox</Background><EQType>321</EQType><Style_VScroll>false</Style_VScroll><Style_HScroll>false</Style_HScroll><Style_Transparent>false</Style_Transparent></InvSlot>
<!-- 11 - lr9 -->
<InvSlot item="Newslot11">
<ScreenID>Newslot1</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>118</X>
<Y>56</Y>
</Location>
<Size>
<CX>27</CX>
<CY>27</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>329</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>
<!-- 12 - Boots of the warmaster - Feet -->
<InvSlot item="Newslot12">
<ScreenID>Newslot1</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>147</X>
<Y>56</Y>
</Location>
<Size>
<CX>27</CX>
<CY>27</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>317</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>
<!-- 13 -->
<InvSlot item="Newslot13">
<ScreenID>Newslot1</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>2</X>
<Y>85</Y>
</Location>
<Size>
<CX>27</CX>
<CY>27</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>19</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>
<!-- 14 -->
<InvSlot item="Newslot14">
<ScreenID>Newslot1</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>31</X>
<Y>85</Y>
</Location>
<Size>
<CX>27</CX>
<CY>27</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>313</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>
<!-- 15 -->
<InvSlot item="Newslot15">
<ScreenID>Newslot15</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>60</X>
<Y>85</Y>
</Location>
<Size>
<CX>27</CX>
<CY>27</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>283</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>
<!-- 16 -->
<InvSlot item="Newslot16">
<ScreenID>Newslot16</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>89</X>
<Y>85</Y>
</Location>
<Size>
<CX>27</CX>
<CY>27</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>12</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>
<!-- 17 -->
<InvSlot item="Newslot17">
<ScreenID>Newslot17</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>118</X>
<Y>85</Y>
</Location>
<Size>
<CX>27</CX>
<CY>27</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>322</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>
<!-- 18-->
<InvSlot item="Newslot18">
<ScreenID>Newslot18</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>147</X>
<Y>85</Y>
</Location>
<Size>
<CX>27</CX>
<CY>27</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>323</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>
<!-- EAR -->
<InvSlot item="Newslot19">
<ScreenID>Newslot19</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>2</X>
<Y>114</Y>
</Location>
<Size>
<CX>27</CX>
<CY>27</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>1</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>
<!-- 20 - LMR1 -->
<InvSlot item="Newslot20">
<ScreenID>Newslot20</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>31</X>
<Y>114</Y>
</Location>
<Size>
<CX>27</CX>
<CY>27</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>311</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>
<!-- 21 - LL4 -->
<InvSlot item="Newslot21">
<ScreenID>Newslot21</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>60</X>
<Y>114</Y>
</Location>
<Size>
<CX>27</CX>
<CY>27</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>284</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>
<!-- 22 -LL5 -->
<InvSlot item="Newslot22">
<ScreenID>Newslot22</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>89</X>
<Y>114</Y>
</Location>
<Size>
<CX>27</CX>
<CY>27</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>285</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>
<!-- 23 - LL10 -->
<InvSlot item="Newslot23">
<ScreenID>Newslot23</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>118</X>
<Y>114</Y>
</Location>
<Size>
<CX>27</CX>
<CY>27</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>290</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>
<!-- 24 - LL9 -->
<InvSlot item="Newslot24">
<ScreenID>Newslot24</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>147</X>
<Y>114</Y>
</Location>
<Size>
<CX>27</CX>
<CY>27</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>289</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>
<!-- 25 - LL6 -->
<InvSlot item="Newslot25">
<ScreenID>Newslot25</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>89</X>
<Y>143</Y>
</Location>
<Size>
<CX>27</CX>
<CY>27</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>286</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>
<!-- 26 - LL7 -->
<InvSlot item="Newslot26">
<ScreenID>Newslot26</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>118</X>
<Y>143</Y>
</Location>
<Size>
<CX>27</CX>
<CY>27</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>287</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>
<!-- 27 - LL86 -->
<InvSlot item="Newslot27">
<ScreenID>Newslot27</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>147</X>
<Y>143</Y>
</Location>
<Size>
<CX>27</CX>
<CY>27</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>288</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>
<SpellGem item="HB_SpellGem1">
<ScreenID>HB_SpellGem1</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>6</X>
<Y>182</Y>
</Location>
<Size>
<CX>31</CX>
<CY>23</CY>
</Size>
<SpellGemDrawTemplate>
<Holder>A_SpellGemHolder</Holder>
<Background>A_SpellGemBackground</Background>
<Highlight>A_SpellGemHighlight</Highlight>
</SpellGemDrawTemplate>
</SpellGem>
<SpellGem item="HB_SpellGem2">
<ScreenID>HB_SpellGem2</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>48</X>
<Y>182</Y>
</Location>
<Size>
<CX>31</CX>
<CY>23</CY>
</Size>
<SpellGemDrawTemplate>
<Holder>A_SpellGemHolder</Holder>
<Background>A_SpellGemBackground</Background>
<Highlight>A_SpellGemHighlight</Highlight>
</SpellGemDrawTemplate>
</SpellGem>
<SpellGem item="HB_SpellGem3">
<ScreenID>HB_SpellGem3</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>6</X>
<Y>222</Y>
</Location>
<Size>
<CX>31</CX>
<CY>23</CY>
</Size>
<SpellGemDrawTemplate>
<Holder>A_SpellGemHolder</Holder>
<Background>A_SpellGemBackground</Background>
<Highlight>A_SpellGemHighlight</Highlight>
</SpellGemDrawTemplate>
</SpellGem>
<SpellGem item="HB_SpellGem4">
<ScreenID>HB_SpellGem4</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>48</X>
<Y>222</Y>
</Location>
<Size>
<CX>31</CX>
<CY>23</CY>
</Size>
<SpellGemDrawTemplate>
<Holder>A_SpellGemHolder</Holder>
<Background>A_SpellGemBackground</Background>
<Highlight>A_SpellGemHighlight</Highlight>
</SpellGemDrawTemplate>
</SpellGem>
<SpellGem item="HB_SpellGem5">
<ScreenID>HB_SpellGem5</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>6</X>
<Y>262</Y>
</Location>
<Size>
<CX>31</CX>
<CY>23</CY>
</Size>
<SpellGemDrawTemplate>
<Holder>A_SpellGemHolder</Holder>
<Background>A_SpellGemBackground</Background>
<Highlight>A_SpellGemHighlight</Highlight>
</SpellGemDrawTemplate>
</SpellGem>
<SpellGem item="HB_SpellGem6">
<ScreenID>HB_SpellGem6</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>48</X>
<Y>262</Y>
</Location>
<Size>
<CX>31</CX>
<CY>23</CY>
</Size>
<SpellGemDrawTemplate>
<Holder>A_SpellGemHolder</Holder>
<Background>A_SpellGemBackground</Background>
<Highlight>A_SpellGemHighlight</Highlight>
</SpellGemDrawTemplate>
</SpellGem>
<SpellGem item="HB_SpellGem7">
<ScreenID>HB_SpellGem7</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>6</X>
<Y>302</Y>
</Location>
<Size>
<CX>31</CX>
<CY>23</CY>
</Size>
<SpellGemDrawTemplate>
<Holder>A_SpellGemHolder</Holder>
<Background>A_SpellGemBackground</Background>
<Highlight>A_SpellGemHighlight</Highlight>
</SpellGemDrawTemplate>
</SpellGem>
<SpellGem item="HB_SpellGem8">
<ScreenID>HB_SpellGem8</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>48</X>
<Y>302</Y>
</Location>
<Size>
<CX>31</CX>
<CY>23</CY>
</Size>
<SpellGemDrawTemplate>
<Holder>A_SpellGemHolder</Holder>
<Background>A_SpellGemBackground</Background>
<Highlight>A_SpellGemHighlight</Highlight>
</SpellGemDrawTemplate>
</SpellGem>
<SpellGem item="HB_SpellGem9">
<ScreenID>HB_SpellGem9</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>6</X>
<Y>342</Y>
</Location>
<Size>
<CX>31</CX>
<CY>23</CY>
</Size>
<SpellGemDrawTemplate>
<Holder>A_SpellGemHolder</Holder>
<Background>A_SpellGemBackground</Background>
<Highlight>A_SpellGemHighlight</Highlight>
</SpellGemDrawTemplate>
</SpellGem>
<SpellGem item="HB_SpellGem10">
<ScreenID>HB_SpellGem10</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>48</X>
<Y>342</Y>
</Location>
<Size>
<CX>31</CX>
<CY>23</CY>
</Size>
<SpellGemDrawTemplate>
<Holder>A_SpellGemHolder</Holder>
<Background>A_SpellGemBackground</Background>
<Highlight>A_SpellGemHighlight</Highlight>
</SpellGemDrawTemplate>
</SpellGem>
<Screen item="HotButtonWnd">
<ScreenID />
<Font>2</Font>
<RelativePosition>false</RelativePosition>
<Location>
<X>0</X>
<Y>258</Y>
</Location>
<Size>
<CX>186</CX>
<CY>390</CY>
</Size>
<!--<Text>Hot Box</Text>-->
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<TooltipReference>Hot Buttons</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>false</Style_Sizable>
<Pieces>HB_PageLeftButton</Pieces>
<Pieces>HB_PageRightButton</Pieces>
<Pieces>HB_CurrentPageLabel</Pieces>
<Pieces>HB_Button1</Pieces>
<Pieces>HB_Button2</Pieces>
<Pieces>HB_Button3</Pieces>
<Pieces>HB_Button4</Pieces>
<Pieces>HB_Button5</Pieces>
<Pieces>HB_Button6</Pieces>
<Pieces>HB_Button7</Pieces>
<Pieces>HB_Button8</Pieces>
<Pieces>HB_Button9</Pieces>
<Pieces>HB_Button10</Pieces>
<Pieces>InvSlot36</Pieces>
<Pieces>InvSlot39</Pieces>
<Pieces>InvSlot38</Pieces>
<Pieces>InvSlot37</Pieces>
<Pieces>InvSlot35</Pieces>
<Pieces>InvSlot30</Pieces>
<Pieces>InvSlot34</Pieces>
<Pieces>InvSlot33</Pieces>
<Pieces>InvSlot32</Pieces>
<Pieces>InvSlot31</Pieces>
<Pieces>HB_InvSlot1</Pieces>
<Pieces>HB_InvSlot2</Pieces>
<Pieces>HB_InvSlot3</Pieces>
<Pieces>HB_InvSlot4</Pieces>
<Pieces>HB_InvSlot5</Pieces>
<Pieces>HB_InvSlot6</Pieces>
<Pieces>HB_InvSlot7</Pieces>
<Pieces>HB_InvSlot8</Pieces>
<Pieces>HB_InvSlot9</Pieces>
<Pieces>HB_InvSlot10</Pieces>
<Pieces>HB_SpellGem1</Pieces>
<Pieces>HB_SpellGem2</Pieces>
<Pieces>HB_SpellGem3</Pieces>
<Pieces>HB_SpellGem4</Pieces>
<Pieces>HB_SpellGem5</Pieces>
<Pieces>HB_SpellGem6</Pieces>
<Pieces>HB_SpellGem7</Pieces>
<Pieces>HB_SpellGem8</Pieces>
<Pieces>HB_SpellGem9</Pieces>
<Pieces>HB_SpellGem10</Pieces>
<Pieces>Newslot1</Pieces>
<Pieces>Newslot2</Pieces>
<Pieces>Newslot3</Pieces>
<Pieces>Newslot4</Pieces>
<Pieces>Newslot5</Pieces>
<Pieces>Newslot6</Pieces>
<Pieces>Newslot7</Pieces>
<Pieces>Newslot8</Pieces>
<Pieces>Newslot9</Pieces>
<Pieces>Newslot10</Pieces>
<Pieces>Newslot11</Pieces>
<Pieces>Newslot12</Pieces>
<Pieces>Newslot13</Pieces>
<Pieces>Newslot14</Pieces>
<Pieces>Newslot15</Pieces>
<Pieces>Newslot16</Pieces>
<Pieces>Newslot17</Pieces>
<Pieces>Newslot18</Pieces>
<Pieces>Newslot19</Pieces>
<Pieces>Newslot20</Pieces>
<Pieces>Newslot21</Pieces>
<Pieces>Newslot22</Pieces>
<Pieces>Newslot23</Pieces>
<Pieces>Newslot24</Pieces>
<Pieces>Newslot25</Pieces>
<Pieces>Newslot26</Pieces>
<Pieces>Newslot27</Pieces>
<Pieces>TBWP_CurrentLabel</Pieces>
<Pieces>TBWP_TimeLabel</Pieces>
</Screen>
</XML>
again I really appreciate any help and ty for suggestions thus far WTB some Asprine
Achelous is offline   Reply With Quote
Old 01-10-2005, 06:36 AM   #7
Inokis
Pale Scrawny Guy
 
Inokis's Avatar
 
Join Date: Sep 2003
Server: Bristlebane // Erollisi Marr
Posts: 920
Interface Author - Click to view interfaces
Send a message via Yahoo to Inokis
Default

The anchor offsets are used to bind items to the border so that they reposition themselves when a window is resized, relative to where its bound to. For instance, the default pet window uses the anchor offsets top, bottom and right so that when you resize the window, the buf area resizes with it.

Another note, you cannot use TBWP outside of the tribute window. You'll have to change it to something like HB_...
You have to stick to the parent window annotations as well as refraining from duplicating anything that has been defined in a different UI element. For instance if i take Player_HP from the standard Player Window, and put it in my group window, I cannot keep the Player_HP. I have to make it match the group window annotation.

Last edited by Inokis : 01-10-2005 at 06:46 AM.
Inokis is offline   Reply With Quote
Old 01-11-2005, 02:09 PM   #8
Achelous
A Hill Giant
 
Join Date: Mar 2003
Posts: 31
Interface Author - Click to view interfaces
Default

Thank you your last suggestion solved the problem i changed the TBWP to HB in all 4 places and it worked
Achelous is offline   Reply With Quote
Old 01-11-2005, 02:21 PM   #9
Inokis
Pale Scrawny Guy
 
Inokis's Avatar
 
Join Date: Sep 2003
Server: Bristlebane // Erollisi Marr
Posts: 920
Interface Author - Click to view interfaces
Send a message via Yahoo to Inokis
Default

I'm glad you got it working
Inokis 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 07:30 AM.


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