Valhalla Legends Forums Archive | Battle.net Bot Development | SID_READUSERDATA keys

AuthorMessageTime
Ribose
So, everyone knows the normal keys:[quote]User 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[/quote]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
[/quote]which I assume is[quote]System\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[/quote]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?
June 7, 2009, 3:13 PM
Spht
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
June 7, 2009, 3:29 PM
Sixen
[quote author=Spht link=topic=17978.msg182914#msg182914 date=1244388589]
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
[/quote]


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!
June 8, 2009, 5:33 PM

Search