From The Mana World
(Created page with "{{packet |nicename=Request Email and Time Limit |id=0x2716 |mode={{{mode}}} |length=6 |define=(hard-coded) |sent={{tmwa location|src/char/char.cpp|2497}} |parsed={{tmwa location|...")
 
m (Update packet links.)
 
(4 intermediate revisions by 3 users not shown)
Line 4: Line 4:
|mode={{{mode}}}
|mode={{{mode}}}
|length=6
|length=6
|define=(hard-coded)
|alignment=orange
|define=N/A
|sent={{tmwa location|src/char/char.cpp|2497}}
|sent={{tmwa location|src/char/char.cpp|2497}}
|parsed={{tmwa location|src/login/login.cpp|1253}}
|parsed={{tmwa location|src/login/login.cpp|1253}}
Line 12: Line 13:


|description=
|description=
Sent by a Character Server in response to a successful [[Packet:0x0065|Character Server Connection Request]] by a client.
Sent by a Character Server in response to a successful [[Net:0x0065|Character Server Connection Request]] by a client.


The login server shall respond with [[Packet:0x2717|Email and Time Limit Response]] if an entry is found for the account ID. If not, no response is sent.
The login server shall respond with [[Net:0x2717|Email and Time Limit Response]] if an entry is found for the account ID. If not, no response is sent.


}}
}}

Latest revision as of 23:58, 1 July 2013

< Back

Request Email and Time Limit

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


Fields

Offset Length Contents
0 2 Packet ID
2 4 Account ID


Description

Sent by a Character Server in response to a successful Character Server Connection Request by a client.

The login server shall respond with Email and Time Limit Response if an entry is found for the account ID. If not, no response is sent.