Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Item IDs

Creator of Code
Joined
Mar 5, 2006
Messages
371
Reaction score
131
I found how Item IDs are calculated, this might be useful for somebody.


((((((2)*power((2),(26))+[CHAR_SERIAL]*power((2),(18)))+[POS]*power((2),(13)))+[GROUP]*power((2),(11)))+[TYPE]*power((2),(9)))+[SERIAL])
 
Back
Top