Valhalla Legends Archive

Programming => Battle.net Bot Development => BnetDocs Research and Discussion => Topic started by: Arta on July 06, 2005, 09:12 AM

Title: Request for Information: SID_AUTH_ACCOUNTCHANGE (0x55)
Post by: Arta on July 06, 2005, 09:12 AM
Both the request and reply versions of this message are not documented on the site.
Title: Re: Request for Information: SID_AUTH_ACCOUNTCHANGE (0x55)
Post by: shadypalm88 on July 06, 2005, 10:46 AM
Client -> Server:
(BYTE[32])  Client Public Key   ("A")
(STRING)    Username


Server -> Client:
(DWORD)     Result
(BYTE[32])  Salt                ("s") (zeroed on error)
(BYTE[32])  Server Public Key   ("B") (zeroed on error)

Possible result codes:
    0x00:   OK, proceed to SID_AUTH_ACCOUNTCHANGEPROOF (0x56).
    0x01:   Error: Account does not exist.
    0x05:   Error: Account requires upgrade. (?)
Title: Re: Request for Information: SID_AUTH_ACCOUNTCHANGE (0x55)
Post by: Arta on July 06, 2005, 08:13 PM
Thanks.

This message is for password change, right?
Title: Re: Request for Information: SID_AUTH_ACCOUNTCHANGE (0x55)
Post by: MyndFyre on July 06, 2005, 08:16 PM
Correct.
Title: Re: Request for Information: SID_AUTH_ACCOUNTCHANGE (0x55)
Post by: Arta on July 06, 2005, 08:23 PM
Thanks. I've added this material as well. Now we can all change our passwords :)

Thanks shady!