Login Protocol: LoginFailResponse - Afr0Games/Project-Dollhouse GitHub Wiki

Server

Description: Sent by the loginserver when a client couldn't be authenticated. The only payload is a byte that gives the reason for the failure state. 0x01 means the username was invalid, and 0x02 means the password was invalid.

ID: 0x02, byte
Reason: 0x01 or 0x02, byte