chud
10-08-2003, 10:57 PM
I'm trying to determine what the last part of the 45 character item ID. To see the item ID I'm referring to: in game, alt view an item with more than one word in it's name, type a semicolon, then click the item pic to generate the item link. It should look like
;Brown Rope Bridle
Hit enter and you'll get an error revealing the hidden item ID. Alternately you can send an item link to EQIM to see the item ID.
The item ID is of the following format:
[7 digit EQ ID][6 digit filler][6 digit filler][6 digit filler][6 digit filler][6 digit filler][8 digit checksum?]
The 7 digit EQ ID can be looked up at lucy.fnord.net (e.g. http://lucy.fnord.net/itemraw.html?id=21815). The 6 digit filler is the string "-00001". Each filler is replaced with the EQ ID of any augmentations that are attached to the item.
The last 8 digits appear to be a computed checksum. I assume the checksum is computed for the other 37 digits of the ID plus the name of the object.
Does anyone know what checksum algorithm the EQ devs like to use?
Here's an actual item ID for the "Brown Rope Bridle":
0021815-00001-00001-00001-00001-000010F39914CBrown Rope Bridle
How do I determine "0F39914C" (without having to actually link each item to EQIM)?
Thanks for any pointers!
;Brown Rope Bridle
Hit enter and you'll get an error revealing the hidden item ID. Alternately you can send an item link to EQIM to see the item ID.
The item ID is of the following format:
[7 digit EQ ID][6 digit filler][6 digit filler][6 digit filler][6 digit filler][6 digit filler][8 digit checksum?]
The 7 digit EQ ID can be looked up at lucy.fnord.net (e.g. http://lucy.fnord.net/itemraw.html?id=21815). The 6 digit filler is the string "-00001". Each filler is replaced with the EQ ID of any augmentations that are attached to the item.
The last 8 digits appear to be a computed checksum. I assume the checksum is computed for the other 37 digits of the ID plus the name of the object.
Does anyone know what checksum algorithm the EQ devs like to use?
Here's an actual item ID for the "Brown Rope Bridle":
0021815-00001-00001-00001-00001-000010F39914CBrown Rope Bridle
How do I determine "0F39914C" (without having to actually link each item to EQIM)?
Thanks for any pointers!