From The Mana World
(Created page with "{{packet |nicename=Change Password Request |id=0x0061 |mode={{{mode}}} |length=50 |define= CMSG_CHAR_PASSWORD_CHANGE |sent= |parsed= |fields= {{packet field | 0 | 2 | Packet ID...")
 
Line 5: Line 5:
|length=50
|length=50
|define= CMSG_CHAR_PASSWORD_CHANGE
|define= CMSG_CHAR_PASSWORD_CHANGE
|sent=
|sent={{mana location|src/net/tmwa/loginhandler.cpp|262}}
|parsed=
|parsed={{tmwa location|src/char/char.cpp|2436}}
|fields=
|fields=
{{packet field |  0 |  2 | Packet ID    }}
{{packet field |  0 |  2 | Packet ID    }}

Revision as of 07:06, 2 February 2013

< Back

Change Password Request

Packet ID:0x0061
Packet Length:50
Client Defined:CMSG_CHAR_PASSWORD_CHANGE
Sent Location(s):src/net/tmwa/loginhandler.cpp:262
Parsed Location(s):src/char/char.cpp


Fields

Offset Length Contents
0 2 Packet ID
2 24 Old Password
26 24 New Password


Description

Sent by a client to the character server to request a password change.

Internals

Upon receiving a change password request, the character server shall send Packet:0x2740 to the login server.