Valhalla Legends Archive

Programming => Battle.net Bot Development => Topic started by: ShaDoWDeM on September 01, 2006, 09:40 AM

Title: Game Time
Post by: ShaDoWDeM on September 01, 2006, 09:40 AM
Anyone ever find a way to decrypt the 8th value of (,) ? (Time)

Found from a game on gamelist:
",34,12,6,1,a,,1,a51b3192,,,Username"

I find it odd that 10:23AM has 3 values (or even more):
1babb760, 88841731 , ff582fe9

Maybe its based by country Timezone etc, if anyone has some good information about this post away. Ill be trying to find away to get the real value
Title: Re: Game Time
Post by: Ringo on September 01, 2006, 10:33 AM
Hm, if you mean S > C 0x09 it should be the DWORD before the game name string, and if you mean C > S 0x1C, then i think its the 2nd DWORD.
Its done in seconds, so you can work out what your local time was XX seconds ago etc.
As for the value i think you mean in the stats string, that is a checksum of the map, that bnet checks for map authentication on ladder/tournament maps etc.

Hope this helps
Title: Re: Game Time
Post by: ShaDoWDeM on September 01, 2006, 10:41 AM
Yeah I didnt know it was the checksum value. Thats all I needed to know thanks
Title: Re: Game Time
Post by: ShaDoWDeM on September 01, 2006, 01:26 PM
uhuh