Valhalla Legends Archive

Programming => Battle.net Bot Development => Topic started by: Sorc.Polgara on July 16, 2005, 08:32 PM

Title: Undocumented SID_AUTH_CHECK result...
Post by: Sorc.Polgara on July 16, 2005, 08:32 PM
I am occasionally getting IP Banned from the server temporarily after sending 0x51.  The am positive that the packet is correctly sent and assembled.  The result I am recieving is not documented on BnetDocs, however there is a comment concerning it on there but not quite answered.

Here is the recieved packet
Quote
FF 51 0C 00 00 02 00 00

Now the result code (DWORD) in the packet is
Quote
00 02 00 00

Does anyone have any information on what this result means? why I am getting IP banned temporarily?
Title: Re: Undocumented SID_AUTH_CHECK result...
Post by: iago on July 16, 2005, 10:21 PM
According to my bot:

case 0x200:
    throw new InvalidCDKey("Invalid cdkey");


Edit: BNetDocs (http://bnetdocs.valhallalegends.com/content.php?Section=m&Code=27) says the same thing