Net:0x2740: Difference between revisions
From The Mana World
LunaticEdit (talk | contribs) Created page with "{{packet |nicename=Pasword Change Request |id=0x2740 |mode={{{mode}}} |length=54 |define=N/A |sent={{tmwa location|src/char/char.cpp|2497}} |parsed={{tmwa location|src/login/logi..." |
LunaticEdit (talk | contribs) No edit summary |
||
| Line 5: | Line 5: | ||
|length=54 | |length=54 | ||
|define=N/A | |define=N/A | ||
|sent={{ | |sent={{mana location|src/net/tmwa/loginhandler.cpp|262}} | ||
|parsed={{tmwa location|src/login/login.cpp| | |parsed={{tmwa location|src/login/login.cpp|1674}} | ||
|fields= | |fields= | ||
{{packet field | 0 | 2 | Packet ID }} | {{packet field | 0 | 2 | Packet ID }} | ||
Revision as of 07:20, 2 February 2013
Pasword Change Request
| Packet ID: | 0x2740 |
|---|---|
| Packet Length: | 54 |
| Client Defined: | N/A |
| Sent Location(s): | src/net/tmwa/loginhandler.cpp:262 |
| Parsed Location(s): | src/login/login.cpp |
Fields
| Offset | Length | Contents |
|---|---|---|
| 0 | 2 | Packet ID |
| 2 | 4 | Account ID |
| 6 | 24 | Old Password |
| 30 | 24 | New Password |
Description
Sent from the character server to the login server immediately after a client sends Change Password Request. Upon completing the request; Login server shall respond to character server with Password Change Reply.