Jump to content

Update Packets


Haikenz

Recommended Posts


  • Group:  Members
  • Topic Count:  84
  • Topics Per Day:  0.02
  • Content Count:  309
  • Reputation:   82
  • Joined:  11/15/11
  • Last Seen:  

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 by Dream Catcher
  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  15
  • Topics Per Day:  0.00
  • Content Count:  50
  • Reputation:   2
  • Joined:  04/03/14
  • Last Seen:  

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


  • Group:  Developer
  • Topic Count:  28
  • Topics Per Day:  0.01
  • Content Count:  547
  • Reputation:   270
  • Joined:  11/08/11
  • Last Seen:  

  • Love 1
Link to comment
Share on other sites

×
×
  • Create New...