Valhalla Legends Archive

Programming => Battle.net Bot Development => Topic started by: Ribose on June 07, 2009, 10:13 AM

Title: SID_READUSERDATA keys
Post by: Ribose on June 07, 2009, 10:13 AM
So, everyone knows the normal keys:
QuoteUser Profiles:
    profile\sex
    profile\age
    profile\location
    profile\description
Account Info:
    System\Account Created
    System\Last Logon
    System\Last Logoff
    System\Time Logged
Record:
    record\GAME\#\wins
    record\GAME\#\losses
    record\GAME\#\disconnects
    record\GAME\#\last GAME
    record\GAME\#\last GAME result
    record\GAME\#\rating
    record\GAME\#\high rating
    DynKey\GAME\#\rank
where "GAME" = the four letter game code, and "#" = 0 (normal), 1 (ladder), and 3 (W2BN ironman)

Sixen says:
Quote*SystemUsername
*SystemAuthLevel
*SystemLeague
*SystemIcon
*SystemMFT Bytes
*SystemMFT Last Write
*SystemMFT Time Logged
*SystemIP
*SystemPort
*SystemFriends
*SystemFlags
which I assume is
QuoteSystem\Username
System\AuthLevel
System\League
System\Icon
System\MFT Bytes
System\MFT Last Write
System\MFT Time Logged
System\IP
System\Port
System\Friends
System\Flags
But all of Sixen's keys except "System\Username" returns an empty string.
So my question is, does anyone know any more user data keys that Battle.net stores? And for Sixen, how come those keys (except "System\Username") don't work?
Title: Re: SID_READUSERDATA keys
Post by: Spht on June 07, 2009, 10:29 AM
Those are for internal server use.  we know about them because at one point you could query their values.  there's actually several more which you didn't list that can also be queried
Title: Re: SID_READUSERDATA keys
Post by: Sixen on June 08, 2009, 12:33 PM
Quote from: Spht on June 07, 2009, 10:29 AM
Those are for internal server use.  we know about them because at one point you could query their values.  there's actually several more which you didn't list that can also be queried


Mmmm, what he said. I actually got the list from Spht himself not too long ago, so if you want to post those other values, go for the gold, Spht!