Hi, just add the parseable_ before the packet that I believe will read, compared to those of rathena, the only differences are these.
src/map/clif_packetdb.h
ex:
+ packet(0x0281,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
+ packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
add parseable_
+ parseable_packet(0x0281,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
+ parseable_packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
I do not know if this is right, but the logic seems to be.