Haikenz Posted September 22, 2017 Group: Members Topic Count: 84 Topics Per Day: 0.02 Content Count: 309 Reputation: 82 Joined: 11/15/11 Last Seen: October 1, 2023 Share 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 Link to comment Share on other sites More sharing options...
Hidan Posted September 23, 2017 Group: Members Topic Count: 15 Topics Per Day: 0.00 Content Count: 50 Reputation: 2 Joined: 04/03/14 Last Seen: July 18, 2024 Share 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. Link to comment Share on other sites More sharing options...
Lemongrass Posted September 28, 2017 Group: Developer Topic Count: 28 Topics Per Day: 0.01 Content Count: 547 Reputation: 270 Joined: 11/08/11 Last Seen: June 10, 2024 Share Posted September 28, 2017 Added in Git Hash: 7de7472 1 Link to comment Share on other sites More sharing options...
Recommended Posts