From The Mana World
Line 11: Line 11:
{{packet field |  6 | 24 | username }}
{{packet field |  6 | 24 | username }}
{{packet field |  30 | 24 | password }}
{{packet field |  30 | 24 | password }}
{{packet field |  54 | 1 | Bitmask (01b = Can handle $63 "update host" packet, 10b = defaults to first char-server instead of last}}
{{packet field |  54 | 1 | Bitmask:
01b: Can handle $63 "update host" packet
10b: defaults to first char-server instead of last }}


|description=
|description=
Under Construction!
Under Construction!
}}
}}

Revision as of 06:39, 1 February 2013

< Back

{{{nicename}}}

Packet ID:0x0064
Packet Length:55
Client Defined:(hard-coded)
Sent Location(s):src/net/tmwa/loginhandler.cpp:298
Parsed Location(s):src/login/login.cpp


Fields

Offset Length Contents
0 2 packet ID
2 4 client version
6 24 username
30 24 password
54 1 Bitmask:

01b: Can handle $63 "update host" packet

10b: defaults to first char-server instead of last


Description

Under Construction!