From The Mana World
(align) |
m (Update packet links.) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 4: | Line 4: | ||
|mode={{{mode}}} | |mode={{{mode}}} | ||
|length=6 | |length=6 | ||
|alignment= | |alignment=orange | ||
|define=N/A | |define=N/A | ||
|sent={{tmwa location|src/char/char.cpp|2497}} | |sent={{tmwa location|src/char/char.cpp|2497}} | ||
Line 13: | Line 13: | ||
|description= | |description= | ||
Sent by a Character Server in response to a successful [[ | 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 [[ | 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
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.