From The Mana World
(align properly)
m (Update packet links.)
 
(2 intermediate revisions by 2 users not shown)
Line 4: Line 4:
|mode={{{mode}}}
|mode={{{mode}}}
|length=50
|length=50
|alignment=red
|alignment=orange
|define=N/A
|define=N/A
|sent={{tmwa location|src/login/login.cpp}}
|sent={{tmwa location|src/login/login.cpp}}
Line 15: Line 15:


|description=
|description=
Sent by a login server to in response to [[Packet:0x0065|Request Email and Time Limit]] by a character server.
Sent by a login server to in response to [[Net:0x0065|Request Email and Time Limit]] by a character server.


When the char-server gets this, if the account is connected, it sets sd->email and sd->connect_until_time.
When the char-server gets this, if the account is connected, it sets sd->email and sd->connect_until_time.

Latest revision as of 23:56, 1 July 2013

< Back

Email and Time Limit Response

Packet ID:0x2717
Packet Length:50
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 40 Email Address
46 4 Connection Until (Time)


Description

Sent by a login server to in response to Request Email and Time Limit by a character server.

When the char-server gets this, if the account is connected, it sets sd->email and sd->connect_until_time.

Note

If email is empty, it is defaulted to "a@a.com".