From The Mana World
(Created page with "{{packet |nicename=ErrorCode Response |id=0x006A |mode={{{mode}}} |length=55 |define=(hard-coded) |sent= |parsed= |fields= {{packet field | 0 | 2 | Packet ID }} {{packet fi...")
 
Line 15: Line 15:


===Error Codes ===
===Error Codes ===
* '''0x0000''' - Unregistered ID
* '''0x0000''' - The ID is not registered.
* '''0x0001''' - Incorrect Password
* '''0x0001''' - Incorrect Password.
* '''0x0002''' - This ID is expired
* '''0x0002''' - The ID is expired.
* '''0x0003''' - Rejected from Server
* '''0x0003''' - Rejected from Server.
* '''0x0004''' - You have been blocked by the GM Team
* '''0x0004''' - You have been blocked by the GM team.
* '''0x0005''' - Your Game's EXE file is not the latest version
* '''0x0005''' - Client version is too low (client out of date).
* '''0x0006''' - Your are Prohibited to log in until %s
* '''0x0006''' - Your are temporarily prohibited from logging in.
* '''0x0007''' - Server is jammed due to over populated
* '''0x0007''' - Server is jammed due to over populated.
* '''0x0008''' - No MSG (actually, all states after 9 except 99 are No MSG, use only this)
* '''0x0008''' - No MSG ''(actually, all states after 9 except 99 are No MSG, use only this)''
* '''0x0063''' - This ID has been totally erased
* '''0x0063''' - This ID has been completely erased.
}}
}}

Revision as of 15:11, 1 February 2013

< Back

ErrorCode Response

Packet ID:0x006A
Packet Length:55
Client Defined:(hard-coded)
Sent Location(s):
Parsed Location(s):


Fields

Offset Length Contents
0 2 Packet ID
2 4 Error Code


Description

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.