Haikenz Posted September 22, 2017 Posted September 22, 2017 (edited) Recently Herc, has launched new packets in the source until the client 2017-09-20bRagexeRE Commit: https://github.com/HerculesWS/Hercules/commit/c3f46b2c8f3d05a44c2d7388756666e98b9323bb and https://github.com/HerculesWS/Hercules/commit/46f5d10a555785899c04eda74e21922e92a2fb5b Please update to rAthena <3 Edited September 22, 2017 by Dream Catcher 1
Hidan Posted September 23, 2017 Posted September 23, 2017 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.
Recommended Posts