From The Mana World
(fill in sent/parsed locations) |
(fix lengths) |
||
Line 3: | Line 3: | ||
|id=0x006A | |id=0x006A | ||
|mode={{{mode}}} | |mode={{{mode}}} | ||
|length= | |length=3 | ||
|define= SMSG_LOGIN_ERROR | |define= SMSG_LOGIN_ERROR | ||
|sent={{tmwa location|src/login/login.cpp}} | |sent={{tmwa location|src/login/login.cpp}} | ||
Line 9: | Line 9: | ||
|fields= | |fields= | ||
{{packet field | 0 | 2 | Packet ID }} | {{packet field | 0 | 2 | Packet ID }} | ||
{{packet field | 2 | | {{packet field | 2 | 1 | Error Code }} | ||
|description=[[File:LoginProcessFlow.png|frame|Login Process Flow]] | |description=[[File:LoginProcessFlow.png|frame|Login Process Flow]] |
Revision as of 19:10, 27 April 2013
Login Error
Packet ID: | 0x006A |
---|---|
Packet Length: | 3 |
Client Defined: | SMSG_LOGIN_ERROR |
Sent Location(s): | src/login/login.cpp |
Parsed Location(s): | src/net/tmwa/loginhandler.cpp:149 |
Fields
Offset | Length | Contents |
---|---|---|
0 | 2 | Packet ID |
2 | 1 | Error Code |
Description
File:LoginProcessFlow.png
Login Process Flow
Sent in response to Login Request. An error code response that is sent by the server in the event of a problem.
Error Codes
- 0x0000 - The ID is not registered.
- 0x0001 - Incorrect Password.
- 0x0002 - The ID is expired.
- 0x0003 - Rejected from Server.
- 0x0004 - You have been blocked by the GM team.
- 0x0005 - Client version is too low (client out of date).
- 0x0006 - Your are temporarily prohibited from logging in.
- 0x0007 - Server is jammed due to over populated.
- 0x0008 - No MSG (actually, all states after 9 except 99 are No MSG, use only this)
- 0x0063 - This ID has been completely erased.