Any word about increasing max Item id?

yes, will be increased.

new ragnarok client support item id at least up to 2147483648. And hercules will support it too.

For old clients it will be limited up to 65535.

 
When did this happen? For item ID support client side to increase from 65K to up in the billions the ID's had to have changed from Short to Int value which means new packets. What are the packets?

 
in packets item id field size increased from int16 to int32 from 2018-07-04 RE

about valid item id i not checked. probably it still limited to 32k or 64k.

Also interesting fact. in player move/stand packets increased only weapon field and not other slots. probably this mean big id will be used only for non equipment?

here you can see pr with changed packets https://github.com/HerculesWS/Hercules/pull/2126

 
Back
Top