Hello,
I am currently updating my script engine but since the somewhat bigger update a few weeks ago they seem to have changed the item struct.
So far I found:
ItemStruct
+ 0x0 = itemId (int)
+ 0x24 = value (int)
+ 0x2C = modelId (int)
+ 0x4C = quantity (byte)
+ 0x54 = end of data structure
But I do not seem to be able to find the itemRarity. I went through many offsets with different items but I cannot find a single value that would let me reliably distinguish between white, blue, gold and green items. Does anyone have more info on that?
Best regards






