From The Mana World
(Created page with "{{internal packet |nicename= Request login server to authenticate an account |id=0x2711 |mode={{{mode}}} |length= - |alignment= |define= - |sent={{tmwa location|src/char/char....") |
|||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{ | {{packet | ||
|nicename= Request login server to authenticate an account | |nicename= Request login server to authenticate an account | ||
|id= | |id=0x2712 | ||
|mode={{{mode}}} | |mode={{{mode}}} | ||
|length= | |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|}} | ||
|fields= | |fields= | ||
{{packet field | 0 | 2 | Packet ID }} | |||
{{packet field | 2 | 4 | Account ID }} | |||
{{packet field | 6 | 4 | Login ID 1 }} | |||
{{packet field | 10 | 4 | Login ID 2 }} | |||
{{packet field | 14 | 1 | Sex }} | |||
{{packet field | 15 | 4 | Client IP }} | |||
|description= | |description= | ||
Sent to the login server in response to a [[Net:0x0065|Character Server Connection Request]] that failed authentication. | |||
The login server shall respond with a [[Net:0x2713]] and a [[Net:0x2729]] | |||
===Internals=== | ===Internals=== |
Latest revision as of 07:09, 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
Sent to the login server in response to a Character Server Connection Request that failed authentication.
The login server shall respond with a Net:0x2713 and a Net:0x2729
Internals
-