Thejuster Posted October 8, 2018 Group: Members Topic Count: 10 Topics Per Day: 0.00 Content Count: 28 Reputation: 28 Joined: 09/16/18 Last Seen: May 10, 2023 Share Posted October 8, 2018 Hello, How to find a complete list of packets used in rAthena? for example 0x64 struct PACKET_CA_LOGIN { /* this+0x0 */ short PacketType /* this+0x2 */ unsigned long Version /* this+0x6 */ unsigned char ID[24] /* this+0x1e */ unsigned char Passwd[24] /* this+0x36 */ unsigned char clienttype } Quote Link to comment Share on other sites More sharing options...
MathReaper Posted October 11, 2018 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 57 Reputation: 14 Joined: 09/01/18 Last Seen: May 26, 2023 Share Posted October 11, 2018 You can find here: /src/map/clif_packetdb.hpp and client-restrict packets you can find here: /src/map/clif_shuffle.hpp 1 Quote Link to comment Share on other sites More sharing options...
anacondaq Posted October 13, 2018 Group: Members Topic Count: 42 Topics Per Day: 0.01 Content Count: 1096 Reputation: 348 Joined: 02/26/12 Last Seen: May 30, 2023 Share Posted October 13, 2018 On 10/8/2018 at 10:40 AM, Thejuster said: Hello, How to find a complete list of packets used in rAthena? for example 0x64 struct PACKET_CA_LOGIN { /* this+0x0 */ short PacketType /* this+0x2 */ unsigned long Version /* this+0x6 */ unsigned char ID[24] /* this+0x1e */ unsigned char Passwd[24] /* this+0x36 */ unsigned char clienttype } https://github.com/rathena/rathena/blob/master/doc/packet_interserv.txt 1 Quote Link to comment Share on other sites More sharing options...
Thejuster Posted October 13, 2018 Group: Members Topic Count: 10 Topics Per Day: 0.00 Content Count: 28 Reputation: 28 Joined: 09/16/18 Last Seen: May 10, 2023 Author Share Posted October 13, 2018 tanks @MathReaper and @Anacondaqq i go to check Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.