DeltaX UI

Return to DeltaX Main Page

As it currenty is structured, 20 equipment slots are shown for the 22 in inventory.
To modify the UI so the items you want to click are displayed, just change the <EQType>#</EQType>
in the invSlot you want it in, of the hotkey bank you want.

Example:

If you want to replace right wrist with your Arms, you would change:

<!-- RWrist -->
<InvSlot item="RC_5">
<ScreenID>RC_5</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>1</X>
<Y>54</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>9</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>


<!-- ARMS -->
<InvSlot item="RC_5">
<ScreenID>RC_5</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>1</X>
<Y>54</Y>
</Location>
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>7</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>

List of EQ Types for inventory


0 = Charm
1 = L Ear
2 = Head
3 = Face
4 = R Ear
5 = Neck
6 = Shoulder
7 = Arms
8 = Back
9 = L Wrist
10 = R Wrist
11 = Range
12 = Hands
13 = Primary Slot
14 = Secondary Slot
15 = L Finger
16 = R Finger
17 = Chest
18 = Legs
19 = Feet
20 = Belt
21 = Powersource
22 = Ammo
23 = Top Left Inventory
24 = Top Middle Left Inventory
25 = Bottom Middle Left Inventory
26 = Bottom Left Inventory
27 = Top Right Inventory
28 = Top Middle Right Inventory
29 = Bottom Middle Right Inventory
30 = Bottom Right

Inventory

31 = Container Slot 1
32 = Container Slot 2
33 = Container Slot 3
34 = Container Slot 4
35 = Container Slot 5
36 = Container Slot 6
37 = Container Slot 7
38 = Container Slot 8
39 = Container Slot 9
40 = Container Slot 10

Default set (in case you mess up your file)

EQUI_HotButtonWnd