Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Getting PacketSamurai working with Aion Classic NA

Initiate Mage
Joined
Feb 20, 2024
Messages
2
Reaction score
0
Hello, I have an interest in packet capture for Aion Classic NA 2.8
I have tried building PacketSamurai using the code

Unfortunately, this code is outdated and I am getting the following log:

Code:
Started to log new Login-Session (ID: <snipped>)
ClientPacket id: 0012 of timestamp + 257ms has this error msg:Missing Format
ERROR: Parsing packet (SM_SERVER_LIST), insuficient data for the specified format. Please verify the format.
Server Packet id: 0007 of timestamp + 340ms has this error msg:Insuficient data for the specified format
Started to log new Game-Session (ID: <snipped>)
Invalid Static Client Packet Code!!!
ERROR: Parsing packet (SM_HEADING_UPDATE), insuficient data for the specified format. Please verify the format.
No key found...
ERROR: Parsing packet (SM_HEADING_UPDATE), insuficient data for the specified format. Please verify the format.
Server Packet id: 007F of timestamp + 0ms has this error msg:Insuficient data for the specified format
ClientPacket id: 005B of timestamp + 37ms has this error msg:Missing Format
Invalid Static Client Packet Code!!!
No key found...
Server Packet id: 00A7 of timestamp + 37ms has this error msg:Missing Format
Invalid Static Client Packet Code!!!
No key found...
Server Packet id: 0061 of timestamp + 37ms has this error msg:Missing Format
ClientPacket id: 005E of timestamp + 74ms has this error msg:Missing Format
Invalid Static Client Packet Code!!!
No key found...
Server Packet id: 0025 of timestamp + 74ms has this error msg:Missing Format
ClientPacket id: 00CF of timestamp + 158ms has this error msg:Missing Format
Invalid Static Client Packet Code!!!
No key found...
Server Packet id: 001A of timestamp + 199ms has this error msg:Missing Format
ClientPacket id: 000D of timestamp + 236ms has this error msg:Missing Format
Invalid Static Client Packet Code!!!
No key found...
Server Packet id: 001F of timestamp + 276ms has this error msg:Missing Format
Invalid Static Client Packet Code!!!
No key found...
Server Packet id: 0008 of timestamp + 276ms has this error msg:Missing Format
Invalid Static Client Packet Code!!!
No key found...
Server Packet id: 0045 of timestamp + 276ms has this error msg:Missing Format
Invalid Static Client Packet Code!!!
No key found...
Server Packet id: 00D5 of timestamp + 5151ms has this error msg:Missing Format
Invalid Static Client Packet Code!!!
No key found...
Server Packet id: 000A of timestamp + 5215ms has this error msg:Missing Format
ClientPacket id: 006C of timestamp + 5298ms has this error msg:Missing Format
ClientPacket id: 0014 of timestamp + 5335ms has this error msg:Missing Format
ClientPacket id: 0065 of timestamp + 5335ms has this error msg:Missing Format
Invalid Static Client Packet Code!!!
No key found...
Server Packet id: 00D4 of timestamp + 5375ms has this error msg:Missing Format
Invalid Static Client Packet Code!!!
No key found...
Server Packet id: 00CF of timestamp + 5412ms has this error msg:Missing Format
Invalid Static Client Packet Code!!!
No key found...
Server Packet id: 00F8 of timestamp + 5508ms has this error msg:Missing Format
ClientPacket id: 0099 of timestamp + 6031ms has this error msg:Missing Format
Invalid Static Client Packet Code!!!
No key found...
Server Packet id: 006B of timestamp + 6072ms has this error msg:Missing Format
ClientPacket id: 00A0 of timestamp + 186051ms has this error msg:Missing Format
Invalid Static Client Packet Code!!!
No key found...
Server Packet id: 006C of timestamp + 186091ms has this error msg:Missing Format
ClientPacket id: 00AB of timestamp + 366081ms has this error msg:Missing Format
Invalid Static Client Packet Code!!!
No key found...
Server Packet id: 00A5 of timestamp + 366122ms has this error msg:Missing Format

Would anyone be able to help guide me on what changes are necessary to get packet capture up to date? Or know of any alternative packet capturing/logging tool for Aion Classic NA?

I think I can create packet definitions myself (like what opcode is for what and it's structure); it's just the decryption part that is giving me a hard time.
 
Last edited:
Back
Top