Net:0x0081: Difference between revisions
From The Mana World
LunaticEdit (talk | contribs) No edit summary |
LunaticEdit (talk | contribs) No edit summary |
||
| Line 1: | Line 1: | ||
{{packet | {{packet | ||
|nicename=Connection Problem | |nicename=Connection Problem | ||
|id= | |id=0x0081 | ||
|mode={{{mode}}} | |mode={{{mode}}} | ||
|length=-1 | |length=-1 | ||
Revision as of 15:35, 1 February 2013
Connection Problem
| Packet ID: | 0x0081 |
|---|---|
| Packet Length: | -1 |
| Client Defined: | SMSG_CONNECTION_PROBLEM |
| Sent Location(s): | |
| Parsed Location(s): | src/net/tmwa/generalhandler.cpp:125 |
Fields
| Offset | Length | Contents |
|---|---|---|
| 0 | 2 | Packet ID |
| 2 | 2 | Error Code |
Description
Sent by the server to indicate a server problem
Error Codes
- 0x0000 - Authentication failed.
- 0x0001 - No servers available.
- 0x0002 - This account is already logged in (if logging in); Someone else is trying to log into your account (if logged in).
- 0x0003 - Speed hack detected.
- 0x0008 - Duplicated login.
- Other - Unknown connection error.