View Single Post
  #8  
Old 07-25-2003, 12:41 AM
LothanEQ
Fire Beetle
 
Join Date: Jul 2003
Posts: 14
Default

Actually, as far as I can tell, the "flag" isn't really that. I'm parsing the BLOB from this (EQEmu-0.4.4-DR1+Telmet-DB-Test) and the so called flag is useless. The IDFile is 1 byte short too, so it's actually part of the 2 bytes making up the "flag" column.

You want to look at offset 178. It should be an INT8 and will return:

'0 = Normal
'1 = Container
'2 = Book/Note

In the new struct you are looking for:

/*0005*/ int8 Type;

I still haven't nailed down the entire real structure of the blob but I'm getting closer every day and should be finished up by Sunday. I'll drop another post in here with my conclusions when I'm done. I do know a lot of the datatypes are wrong.

Something interesting too, the "Material" column is only valid if an item has an RGB value. It's the "texture" or look of an item when worn...like Cloth, Leather, Chain, Plate, FBR...and so on.

But anyway, like I said, I'll get you the final struct soon.
Reply With Quote