Net:0x006C
From The Mana World
Refuse Connection
| Packet ID: | 0x006C |
|---|---|
| Packet Length: | 3 |
| Client Defined: | SMSG_CHAR_LOGIN_ERROR |
| Sent Location(s): | src/char/char.cpp (4 places) |
| Parsed Location(s): | src/net/tmwa/charserverhandler.cpp:101 |
Fields
| Offset | Length | Contents |
|---|---|---|
| 0 | 2 | Packet ID |
| 2 | 1 | Error Code |
Description
Sent in response to Character Server Connection Request, directly or via Net:0x2713, if the connection is not allowed for some reason.
Error Codes
- 0x00 - General access denied: server crowded, or unable to connect to login server.
- 0x01 - According to the client, "cannot use this ID". Not sent by server.
- 0x42 - Used for auth failure; not handled by client.