Net:0x0065: Difference between revisions
From The Mana World
LunaticEdit (talk | contribs) Created page with "{{packet |nicename=Character Server Connection Request |id=0x0065 |mode={{{mode}}} |length=4 |define=SMSG_CONNECTION_PROBLEM |sent= |parsed={{mana location|src/net/tmwa/generalha..." |
LunaticEdit (talk | contribs) No edit summary |
||
| Line 4: | Line 4: | ||
|mode={{{mode}}} | |mode={{{mode}}} | ||
|length=4 | |length=4 | ||
|define= | |define= CMSG_CHAR_SERVER_CONNECT | ||
|sent= | |sent= | ||
|parsed={{mana location|src/net/tmwa/generalhandler.cpp|125}} | |parsed={{mana location|src/net/tmwa/generalhandler.cpp|125}} | ||
Revision as of 05:29, 2 February 2013
Character Server Connection Request
| Packet ID: | 0x0065 |
|---|---|
| Packet Length: | 4 |
| Client Defined: | CMSG_CHAR_SERVER_CONNECT |
| 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.