From The Mana World
Line 4: Line 4:
|mode={{{mode}}}
|mode={{{mode}}}
|length= 51
|length= 51
|alignment=
|alignment=orange
|define= N/A
|define= N/A
|sent={{tmwa location|src/login/login.cpp|}}
|sent={{tmwa location|src/login/login.cpp|}}

Revision as of 18:23, 6 December 2013

< Back

Authentication response from login server

Packet ID:0x2713
Packet Length:51
Client Defined:N/A
Sent Location(s):src/login/login.cpp
Parsed Location(s):src/char/char.cpp


Fields

Offset Length Contents
0 2 Packet ID
2 4 Account ID
6 1 "0" (Zero, accepted) or "1" (One, refused)
7 40 Email
47 4 Connect Until (Time)


Description

Sent to the char server in response to a Net:0x2712. The third field will be '0' for accepted or '1' for refused.

The char server does not send anything to the login server in response.

Internals

-