I have been trying to get the container_field_num_slot for a while now using the offsets from the dump thread but it seems that the offsets are wrong or that I'm doing something wrong because I keep getting really large numbers that are constant regardless of what bags I have equipped.
The offset in question:
Code:
CONTAINER_FIELD_NUM_SLOTS=0x0
The code I use to obtain it:
Code:
magic.ReadInt(magic.ReadUInt(bags[j].BaseAddress + 0x120) + 0x0)
Note that I have tried reading it as a different value as well, but to no avail.
I tried searching for it but couldn't find any other threads with solutions.
Does anyone know what might be wrong?