Login¶
Namespace: LobbyToClient ยท Opcode: 0x0004 (4)
Lobby-to-client successful login reply. Carries the error code (0 = success), a 31-bit non-zero challenge nonce the client incorporates into its auth hash, and the account's stored salt.
Fields¶
| Field | Type | Modifiers | Description |
|---|---|---|---|
ResponseCode |
s32 |
โ | 0 = success; non-zero values are protocol error codes. |
Challenge |
u32 |
โ | Server-generated 31-bit non-zero challenge nonce. |
Salt |
string |
lensz=2, encoding=utf8 |
Account's stored salt (or a stable fake if the account is absent). |