Re: Adopting 1.5.6 v190 client to 1.5.5 server
Quote:
Originally Posted by
Psytrac
PW has been 64bit since 1.5.2 I believe. there have been x64 and x86 clients in the folder for a while
I suppose that 16-bit addressation means that there are limitations related to 16-bit constants: e.g. the maximum level which server supports is 32767 (16-bit signed limit), the maximum ID of a quest is 65535 (16-bit unsigned limit),...
If I'm wrong, please somebody correct me.
Re: Adopting 1.5.6 v190 client to 1.5.5 server
Quote:
Originally Posted by
Tetratri
I suppose that 16-bit addressation means that there are limitations related to 16-bit constants: e.g. the maximum level which server supports is 32767 (16-bit signed limit), the maximum ID of a quest is 65535 (16-bit unsigned limit),...
If I'm wrong, please somebody correct me.
Actually server uses int32 for most things, but for items, it split item ID in half sending ID on first 2 bytes and custom data on other 2 bytes, for example color of fashion or embed gem color.