something I find interesting....

01/06/2006 22:22 mindxspike#1
So I have heard that +1s are determined as you pick them up, which is why you can't have an item.dat that can tell you if an item is +1 or not. I just found it interesting that when you find a +1, and you drop it on the ground, and pick it up again, its always +1....I know, sounds stupid.....but thought I would just....bring that up. blah haha sorry :P
01/07/2006 00:35 google#2
well, the first time u pick it up, its randomly generated. after that the server knows what it is.
01/07/2006 01:07 unknownone#3
Composition is randomly generated as the item is created. There is no evidence to suggest otherwise, and suggesting it is generated when you pickup is just assumption based on lack of knowledge.

The reason you can't see an items composition when it is on the ground, is you only recieve the ItemID, which matches up to its name in ItemType.dat. Composition, Sockets, Blessed and Enchanted attributes are not part of the item ID, there is no information for them in the item file.

When you pick up an item, you receive another packet, which contains all the extra information for the item. The packet containing the extra information is a 0x3f0 packet. You can only receieve the 0x3f0 packet by picking the item up.