View Single Post
Old 07-30-2002, 02:33 PM   #1
Proetus
A Ghoul
 
Join Date: Jul 2002
Posts: 12
Default need a little help moving the bp slot to a hotkey setup?!

I'm trying to replace this ....

<InvSlot item = "InvSlot_8">
<ScreenID>InvSlot_8</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>58</X>
<Y>242</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>
<!--<TooltipReference/>-->
</InvSlot>


with this....
<!-- IS_CHEST 17 -->

<InvSlot item = "InvSlot17">
<ScreenID>InvSlot17</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>58</X>
<Y>242</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Background>A_InvChest</Background>
<EQType>17</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<!--<TooltipReference/>-->
</InvSlot>

and i cant figure out why it isnt working?! Anyone able to help me out? I have tried Inv_Chest for the top 2 lines as well and that didnt work either
Proetus is offline   Reply With Quote