Skip to content

Packet 1051

Jan-Willem edited this page Nov 10, 2013 · 2 revisions

This packet is sent to the Account Server during login. It contains the login information such as the account name, password and game server which the client wishes to connect to. The Account Server should check this information with the database.

Offset C-type Java-type Dec Value Hex Value
0 unsigned short int 52 0x0034
2 unsigned short int 1051 0x041B
3 char[16] String Account name
4 char[16] String Encrypted password
5 char[16] String Server name
Clone this wiki locally