From The Mana World
m (linkify packet)
Line 12: Line 12:
{{packet field |  30 | 24 | password }}
{{packet field |  30 | 24 | password }}
{{packet field |  54 | 1 | Bitmask:
{{packet field |  54 | 1 | Bitmask:
01b: Can handle [[:Packet:0x0063]] "update host" packet
0x01: Can handle [[:Packet:0x0063|Update Host]] packet
10b: defaults to first char-server instead of last }}
0x02: defaults to first char-server instead of last }}


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

Revision as of 06:48, 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:

0x01: Can handle Update Host packet

0x02: defaults to first char-server instead of last


Description

Under Construction!