Net:0x0081: Difference between revisions
From The Mana World
fill in sent locations |
fix lengths |
||
| Line 3: | Line 3: | ||
|id=0x0081 | |id=0x0081 | ||
|mode={{{mode}}} | |mode={{{mode}}} | ||
|length= | |length=3 | ||
|define=SMSG_CONNECTION_PROBLEM | |define=SMSG_CONNECTION_PROBLEM | ||
|sent= | |sent= | ||
| Line 12: | Line 12: | ||
|fields= | |fields= | ||
{{packet field | 0 | 2 | Packet ID }} | {{packet field | 0 | 2 | Packet ID }} | ||
{{packet field | 2 | | {{packet field | 2 | 1 | Error Code }} | ||
|description= | |description= | ||
| Line 18: | Line 18: | ||
===Error Codes === | ===Error Codes === | ||
* ''' | * '''0x00''' - Authentication failed. | ||
* ''' | * '''0x01''' - No servers available. | ||
* ''' | * '''0x02''' - This account is already logged in (if logging in); Someone else is trying to log into your account (if logged in). | ||
* ''' | * '''0x03''' - Speed hack detected. | ||
* ''' | * '''0x08''' - Duplicated login. | ||
* '''Other''' - Unknown connection error. | * '''Other''' - Unknown connection error. | ||
}} | }} | ||
Revision as of 19:34, 27 April 2013
Connection Problem
| Packet ID: | 0x0081 |
|---|---|
| Packet Length: | 3 |
| Client Defined: | SMSG_CONNECTION_PROBLEM |
| Sent Location(s): | src/login/login.cpp src/map/clif.cpp |
| Parsed Location(s): | src/net/tmwa/generalhandler.cpp:125 |
Fields
| Offset | Length | Contents |
|---|---|---|
| 0 | 2 | Packet ID |
| 2 | 1 | Error Code |
Description
Sent by the server to indicate a server problem
Error Codes
- 0x00 - Authentication failed.
- 0x01 - No servers available.
- 0x02 - This account is already logged in (if logging in); Someone else is trying to log into your account (if logged in).
- 0x03 - Speed hack detected.
- 0x08 - Duplicated login.
- Other - Unknown connection error.