From The Mana World
Revision as of 02:26, 14 June 2013 by Garrett (talk | contribs) (Created)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

< Back

Change Password Response

Packet ID:0x0062
Packet Length:3
Client Defined:SMSG_CHAR_PASSWORD_RESPONSE
Sent Location(s):src/char/char.cpp
Parsed Location(s):src/net/tmwa/loginhandler.cpp:71


Fields

Offset Length Contents
0 2 Packet ID
2 1 Result


Description

Sent by the character server with the response of a password change request.

Internals

The character server will respond with the result of the password change request:

  • 0 - The account was not found.
  • 1 - Success.
  • 2 - The old password was incorrect.
  • 3 - The new password was too short.
  • All other results are not defined.