Jump to content

iwd2 item slots


Avenger

Recommended Posts

The iesdp information is wrong, because it contains the PST info.

Even the PST info is wrong a bit.

Sadly i got no complete information right now.

 

What i know is:

1. there are 46 slots in a PST creature

"0-Earring", "1-Armor", "2-L.Tattoo", "3-Gloves", "4-L.Ring", "5-R.Ring", "6-Eyeball",

"7-R.Tattoo", "8-Boots", "9-Weapon 1", "10-Weapon 2", "11-Weapon 3", "12-Weapon 4",

"13-Quiver 1", "14-Quiver 2", "15-Quiver 3", "16-Quiver 4","17-Quiver 5",

"18-Unknown","19-Cloak","20-Quick item 1","21-Quick item 2","22-Quick item 3",

"23-Quick item 4","24-Quick item 5","25-Inventory 1","26-Inventory 2",

"27-Inventory 3","28-Inventory 4","29-Inventory 5","30-Inventory 6",

"31-Inventory 7","32-Inventory 8","33-Inventory 9","34-Inventory 10",

"35-Inventory 11","36-Inventory 12", "37-Inventory 13","38-Inventory 14",

"39-Inventory 15","40-Inventory 16","41-Inventory 17","42-Inventory 18",

"43-Inventory 19","44-Inventory 20","45-Magic Weapon"

 

This is not the same order as slots.ids (no slots ids for pst so far), but i will generate one.

 

2. there are 50 slots in an IWD2 creature

"0-Helmet","1-Armor","2-Shield","3-Gloves","4-L.Ring","5-R.Ring","6-Amulet",

"7-Belt","8-Boots","9-Weapon 1","10-Shield 1","11-Weapon 2","12-Shield 2",

"13-Weapon 3","14-Shield 3","15-Weapon 4","16-Shield 4",

"17-Cloak","18-Quiver 1","19-Quiver 2","20-Quiver 3","21-Unknown",

"22-Quick item 1","23-Quick item 2","24-Quick item 3",

"25-Inventory 1","26-Inventory 2","27-Inventory 3","28-Inventory 4",

"29-Inventory 5","30-Inventory 6", "31-Inventory 7","32-Inventory 8",

"33-Inventory 9","34-Inventory 10","35-Inventory 11","36-Inventory 12",

"37-Inventory 13","38-Inventory 14","39-Inventory 15","40-Inventory 16",

"41-Inventory 17","42-Inventory 18","43-Inventory 19","44-Inventory 20",

"45-Inventory 21","46-Inventory 22", "47-Inventory 23","48-Inventory 24",

"49-Magic weapon"

 

This is not the same order as slots.ids (sadly the iwd2 slots.ids seems incorrect), i will generate one.

 

If someone already has slots.ids lists for either pst or iwd2, please let me know.

 

Initially i thought that the fist item is the same as the magic weapon item, but this seems to be incorrect.

Reasoning:

In bg2 (slot.ids) the fist is #10, the magic weapon is #34

Sadly slot.ids is also a bit confusing in bg2, because MISC01-MISC03 are the quick items and MISC19 is the magic weapon slot. Other MISC slots are the inventory slots.

Link to comment

In reference to the IWD2 Slot.IDS

 

Not a complete list, but hopefully it should give you somewhere to start.

 

-----------

Slot.IDS

-----------

 

-Gimble

The Near Infinity editor reports that SLOTS.IDS has the following values:

 

SLOT_WEAPON0 35

SLOT_WEAPON1 36

<etc...>

SLOT_WEAPON7 42

 

However, script testing seems to indicate the values should be:

 

SLOT_WEAPON0 43

SLOT_WEAPON1 44

<etc...>

SLOT_WEAPON7 50

 

... as the slots between 35 and 42 are primarily inventory slots added to the interface.

 

I mention this to inform other scripters of the problem, and hopefully that BIS will fix the IDS file before a later patch.

 

A more verbose, but more accurate description for scripters:

 

--------------------------------------------------------------------------------

Code:

SLOT_WEAPON1_PRIMARY 43

SLOT_WEAPON1_OFFHAND 44

SLOT_WEAPON2_PRIMARY 45

SLOT_WEAPON2_OFFHAND 46

SLOT_WEAPON3_PRIMARY 47

SLOT_WEAPON3_OFFHAND 48

SLOT_WEAPON4_PRIMARY 49

SLOT_WEAPON4_OFFHAND 50

 

Cirerrek

Link to comment

Thank you, you have been helpful :O

With your info i've been able to fill the missing gaps without testing.

Tomorrow i'll be testing the theory.

 

My untested list:

 

slot.ids

 

0 amulet

1 armour

2 belt

3 boot

4 cloak

5 gloves

6 helm

7 left ring

8 right ring

9 unused shield???

10 fist

11-13 quiver

14 - quiver?

From the misc slots 15-42

15-17 -> 3 quick item slots

18-41 -> 24 inventory slots

42 -> magic weapon slot

43-50 8 quick weapon slots (4 left/right hand pairs)

 

creature file:

0 helm

1 armour

2 unused shield :D

3 gloves

4 left ring

5 right ring

6 amulet

7 belt

8 boots

9-16 8 quick weapon slots (4 left/right hand pairs)

17 cloak

18-20 3 quiver slots

21 4. quiver slot?

22-24 3 quick item slots

25-48 - 24 inventory slots

49 - magic weapon slot

 

 

Please note that the creature file always contains one slot less (that is fist).

This is true for each game type.

Link to comment

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...