BNETDocs Redux
Copyrights
Site scripts and design copyrights reserved to Don Cullen.
Contents copyrighted to Blizzard and their parent corporation, Vivendi.
Main credits for contents goes to Arta. View the rest of credits.
Demented Minds copyrights reserved to Don Cullen 2003-present.
Copyright infringements will be prosecuted to the fullest extent allowable by law.
Please view our legal disclaimer and terms of service.
User Comments
For detailed questions and discussion, visit the Battle.net Research Forum
Apr 24, 2010
03:31 AM
From pvpgn:
#define SERVER_CREATEACCTREPLY2_RESULT_OK 0x00000000
#define SERVER_CREATEACCTREPLY2_RESULT_SHORT 0x00000001 /* Username must be a minimum of 2 characters */
#define SERVER_CREATEACCTREPLY2_RESULT_INVALID 0x00000002
#define SERVER_CREATEACCTREPLY2_RESULT_BANNED 0x00000003
#define SERVER_CREATEACCTREPLY2_RESULT_EXIST 0x00000004
#define SERVER_CREATEACCTREPLY2_RESULT_LAST_CREATE_IN_PROGRESS 0x00000005
#define SERVER_CREATEACCTREPLY2_RESULT_ALPHANUM 0x00000006
#define SERVER_CREATEACCTREPLY2_RESULT_PUNCTUATION 0x00000007
#define SERVER_CREATEACCTREPLY2_RESULT_PUNCTUATION2 0x00000008
It's funny that pvpgn itself (at least 1.8.x) only uses 3 codes: 0, 2, 4
Sep 03, 2010
06:22 PM
Here's some random error names I found while looking at wc3 tft beta, which might contribute to creating better names:
NAMEUSED
NAMEBLANK
NAMEBADCHARS
NAMEBADWORD
NEEDALPHACHARS
ADJACENTPUNCT
TOOMANYPUNCT
May 01, 2011
05:32 AM
Added all of these codes to the list.
Jul 09, 2012
03:54 AM
Received this while creating BAADF00D@Asia:
0000 ff 3d 0b 00 00 00 00 00 00 00 20 .=........
ff 3d 0b 00 - Packet header
00 00 00 00 - Result success
00 - No name suggestion; string is empty
00 20 - What is this? Extra data similar to one of the other OLS packets (raw memory)?