Net:0x0061: Difference between revisions
From The Mana World
LunaticEdit (talk | contribs) No edit summary |
No edit summary |
||
| Line 16: | Line 16: | ||
===Internals=== | ===Internals=== | ||
The client will initiate a password change request with a [[Packet:0x0061|Change Password Request]] sent to the character server. The request is passed to and processed by the login server with a [[Packet:0x2740|Password Change Request]]. The login server sends a [[Packet:0x2741|Password Change Response]] to the character server which passes the information to the client via a [[Packet:0x0062|Change Password Response]]. | |||
}} | }} | ||
Revision as of 02:54, 14 June 2013
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
The client will initiate a password change request with a Change Password Request sent to the character server. The request is passed to and processed by the login server with a Password Change Request. The login server sends a Password Change Response to the character server which passes the information to the client via a Change Password Response.