View Single Post
Old 06-10-2003, 09:15 PM   #44
infinity9
A Crystal Gargoyle
 
Join Date: Aug 2002
Posts: 91
Interface Author - Click to view interfaces
Default

Well you need to look in EQUI_HotButtonWnd.XML.

Look for...

<InvSlot item="Newslot1">
<ScreenID>NewSlot1</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>106</X>
<Y>23</Y>
</Location>
<Size>
<CX>32</CX>
<CY>32</CY>
</Size>
<Background>A_MiniInvNormal</Background>
<EQType>22</EQType> change this to the number of the slot you want
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>

these are the smaller inventory slots next to your hotbuttons. the numbers start at the top left and go down then top right and down, like this

1 7
2 8
3 9
4 10

5 11
6 12

Change the EQType to the slot you need and you should be set.

DONT CHANGE ONES like ... <InvSlot item="HB_InvSlot10">

These are for when you drag an inventory item to your hotbuttons.
infinity9 is offline   Reply With Quote