From The Mana World
Line 1: | Line 1: | ||
{{ | {{packet | ||
|nicename= Request login server to authenticate an account | |nicename= Request login server to authenticate an account | ||
|id=0x2712 | |id=0x2712 | ||
Line 5: | Line 5: | ||
|length= 19 | |length= 19 | ||
|alignment= | |alignment= | ||
|define= | |define= N/A | ||
|sent={{tmwa location|src/char/char.cpp|}} | |sent={{tmwa location|src/char/char.cpp|}} | ||
|parsed={{tmwa location|src/login/login.cpp|}} | |parsed={{tmwa location|src/login/login.cpp|}} |
Revision as of 06:26, 6 December 2013
Request login server to authenticate an account
Packet ID: | 0x2712 |
---|---|
Packet Length: | 19 |
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 |
6 | 4 | Login ID 1 |
10 | 4 | Login ID 2 |
14 | 1 | Sex |
15 | 4 | Client IP |
Description
Sends login data to the login server for authentication. If no login server is known the connection is refused.
Internals
-