From The Mana World
m (Jaxad0127 moved page Packet:0x0081 to Net:0x0081 without leaving a redirect)
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{packet
{{packet
|nicename=Connection Problem
|nicename=Connection Problem
|id=0x0063
|id=0x0081
|mode={{{mode}}}
|mode={{{mode}}}
|length=-1
|length=3
|alignment=yellow
|define=SMSG_CONNECTION_PROBLEM
|define=SMSG_CONNECTION_PROBLEM
|sent=
|sent=
{{tmwa location|src/login/login.cpp}}
{{tmwa location|src/char/char.cpp}}
{{tmwa location|src/map/clif.cpp}}
|parsed={{mana location|src/net/tmwa/generalhandler.cpp|125}}
|parsed={{mana location|src/net/tmwa/generalhandler.cpp|125}}
|fields=
|fields=
{{packet field |  0 |  2 | Packet ID    }}
{{packet field |  0 |  2 | Packet ID    }}
{{packet field |  2 |  2 | Error Code }}
{{packet field |  2 |  1 | Error Code }}


|description=
|description=
Line 15: Line 19:


===Error Codes ===
===Error Codes ===
* '''0x0000''' - Authentication failed.
* '''0x00''' - Authentication failed.
* '''0x0001''' - No servers available.
* '''0x01''' - 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).
* '''0x02''' - 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.
* '''0x03''' - Speed hack detected.
* '''0x0008''' - Duplicated login.
* '''0x08''' - Duplicated login.
* '''Other''' - Unknown connection error.
* '''Other''' - Unknown connection error.
}}
}}

Latest revision as of 21:17, 1 July 2013

< Back

Connection Problem

Packet ID:0x0081
Packet Length:3
Client Defined:SMSG_CONNECTION_PROBLEM
Sent Location(s):src/login/login.cpp

src/char/char.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.