From The Mana World
Line 1: Line 1:
{{internal packet
{{packet
|nicename= Authentication response from login server
|nicename= Authentication response from login server
|id=0x2713
|id=0x2713
Line 5: Line 5:
|length= 51
|length= 51
|alignment=
|alignment=
|define= -
|define= N/A
|sent={{tmwa location|src/login/login.cpp|}}
|sent={{tmwa location|src/login/login.cpp|}}
|parsed={{tmwa location|src/char/char.cpp|}}
|parsed={{tmwa location|src/char/char.cpp|}}

Revision as of 06:26, 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)
7 40 Email
47 4 Connect Until (Time)


Description

Allows the player to log in unless there are too many players online.

Internals

-