From The Mana World
(Fix formatting)
Line 8: Line 8:
|fields=
|fields=
{{packet field |  0 |  2 | packet ID    }}
{{packet field |  0 |  2 | packet ID    }}
{{packet field |  2 |  2 | packet length }}
{{packet field |  2 |  4 | client version }}
{{packet field |  4 | -1 | update URL    }}
{{packet field |  6 | 24 | username }}
 
{{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}}


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

Revision as of 06:38, 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 {{{3}}}


Description

Under Construction!