Hello. > I suspect this would also fix the client bug when the client crashes > when it steps on a tile where something has nrof > 2^32. I tried to reproduce that bug, and could crash the client, but with negative numbers. I just committed changes to make the item's nrof of the client uint32, like server-side. This could fix the issue :) Nicolas