2012-03-26, 12:13 PM
Items dropped on the ground only exist in the channel server's memory, so I don't think they have persistent (i.e., database) item ID's. They only get an ID when they are picked up.
As for indexing: they use it as a key, but not as a unique key, apparently.
As for indexing: they use it as a key, but not as a unique key, apparently.

