Inventory slots id?

fa1thDEV

Baron
Customer
Hello, I have seen that lucera has modified the slot numbers.

for example:

chest is id 4
pants id 10
helmet id x ..........

Does anyone have any idea about this?

I came to the conclusion that if I want to place a permanent skin ignoring the armor type, I found a method that works with inventory slots.

The problem I had, is that the pre-defined inventory slots are different, so if I in the XML put helmet = slot1

nothing appears in the character, for this reason this doubt arose to me.
 
Hello, I have seen that lucera has modified the slot numbers.

for example:

chest is id 4
pants id 10
helmet id x ..........

Does anyone have any idea about this?

I came to the conclusion that if I want to place a permanent skin ignoring the armor type, I found a method that works with inventory slots.

The problem I had, is that the pre-defined inventory slots are different, so if I in the XML put helmet = slot1

nothing appears in the character, for this reason this doubt arose to me.
Code:
PAPERDOLL_UNDER = 0
PAPERDOLL_HEAD = 1
PAPERDOLL_HAIR = 2
PAPERDOLL_DHAIR = 3
PAPERDOLL_NECK = 4
PAPERDOLL_RHAND = 5
PAPERDOLL_CHEST = 6
PAPERDOLL_LHAND = 7
PAPERDOLL_REAR = 8
PAPERDOLL_LEAR = 9
PAPERDOLL_GLOVES = 10
PAPERDOLL_LEGS = 11
PAPERDOLL_FEET = 12
PAPERDOLL_RFINGER = 13
PAPERDOLL_LFINGER = 14
PAPERDOLL_LBRACELET = 15
PAPERDOLL_RBRACELET = 16
PAPERDOLL_AGATHION1 = 17
PAPERDOLL_AGATHION2 = 18
PAPERDOLL_AGATHION3 = 19
PAPERDOLL_AGATHION4 = 20
PAPERDOLL_AGATHION5 = 21
PAPERDOLL_DECO1 = 22
PAPERDOLL_DECO2 = 23
PAPERDOLL_DECO3 = 24
PAPERDOLL_DECO4 = 25
PAPERDOLL_DECO5 = 26
PAPERDOLL_DECO6 = 27
PAPERDOLL_BACK = 28
PAPERDOLL_BELT = 29
PAPERDOLL_BROOCH = 30
PAPERDOLL_BROOCH_JEWEL1 = 31
PAPERDOLL_BROOCH_JEWEL2 = 32
PAPERDOLL_BROOCH_JEWEL3 = 33
PAPERDOLL_BROOCH_JEWEL4 = 34
PAPERDOLL_BROOCH_JEWEL5 = 35
PAPERDOLL_BROOCH_JEWEL6 = 36
PAPERDOLL_ARTIFACT_BOOK = 37
PAPERDOLL_ARTIFACT1 = 38
PAPERDOLL_ARTIFACT2 = 39
PAPERDOLL_ARTIFACT3 = 40
PAPERDOLL_ARTIFACT4 = 41
PAPERDOLL_ARTIFACT5 = 42
PAPERDOLL_ARTIFACT6 = 43
PAPERDOLL_ARTIFACT7 = 44
PAPERDOLL_ARTIFACT8 = 45
PAPERDOLL_ARTIFACT9 = 46
PAPERDOLL_ARTIFACT10 = 47
PAPERDOLL_ARTIFACT11 = 48
PAPERDOLL_ARTIFACT12 = 49
PAPERDOLL_ARTIFACT13 = 50
PAPERDOLL_ARTIFACT14 = 51
PAPERDOLL_ARTIFACT15 = 52
PAPERDOLL_ARTIFACT16 = 53
PAPERDOLL_ARTIFACT17 = 54
PAPERDOLL_ARTIFACT18 = 55
PAPERDOLL_ARTIFACT19 = 56
PAPERDOLL_ARTIFACT20 = 57
PAPERDOLL_ARTIFACT21 = 58
 
Back
Top