Page 1 of 1

object id

Posted: Sat Feb 12, 2011 10:50 am
by a13xsus
Does object_id (in DB) always increment? So if someone deleted an item with obj id 25051981981, this obj id will never be used?

Re: object id

Posted: Sat Feb 12, 2011 10:32 pm
by Zoey76
a13xsus wrote:Does object_id (in DB) always increment? So if someone deleted an item with obj id 25051981981, this obj id will never be used?
No.

If you once had an item with Id X and the item disappear from server (deleted/ exchanged to npc/ dropped in floor for more than 10 min/ crystallized/etc) that Id will be free for a new object.

If you have item logs you may find different non-related item with the same Obj Id.

Probably id's get free after restart or something like that can't recall right now.