Valhalla Legends Forums Archive | Battle.net Bot Development | Parsing Statstrings

AuthorMessageTime
Ozzapoo
Hi. How can I parse the Warcraft III Statstrings received in SID_GETADVLISTEX (0x09)? I only found the following link, which says Warcraft II, and doesn't really explain how to use the data. Could someone please explain? I use VB.Net/C#.

http://bnetdocs.com/?op=doc&did=13
March 8, 2009, 12:20 PM
fataly
This is just way giving help:

select case id5

case 0x02: call Melee()
case 0x03: call FFA()
case 0x04: call1v1()
case 0x05: call CTF()
case 0x06: call Greed()
case 0x07: call Slaughter()
case 0x08: call Sudden Death()
case 0x09: call Ladder()
case 0x0A: call UMS()
case 0x0B: callTeam Melee()
case 0x0C: call Team FFA()
case 0x0D: call Team CTF()
case 0x0F: call TvB()
end select

*Vb6


I hope it helps :)
March 8, 2009, 3:48 PM
Yegg
fataly: That's the same info that is on the link he posted. He's looking for a detailed description on how to actually parse a data packet received from Battle.net and use the parsed data properly. Either a description, or code with a simple description.
March 8, 2009, 4:46 PM
BreW
[quote author=fataly link=topic=17844.msg181749#msg181749 date=1236527324]
I hope it helps :)
[/quote]
Unfortunately, I don't think it helped him. One bit. If you intend on giving help, know what the hell you're talking about. Please...
March 8, 2009, 6:11 PM
Barabajagal
For Warcraft 3, the map data is encoded...

What exactly do you mean by "use"?
March 8, 2009, 7:08 PM
fataly
Hmm did i miss something? if not then i didnt understunt what he need it.. :D
March 8, 2009, 7:09 PM
Yegg
[quote author=fataly link=topic=17844.msg181753#msg181753 date=1236539394]
Hmm did i miss something? if not then i didnt understunt what he need it.. :D
[/quote]

Lol. I've never seen someone type the word "understunt" and use it in that manner. I need to go use it somewhere now.

P.S. Sort of a trollish post here, but whatever, the forum gets like 10 posts per day now anyway.
March 8, 2009, 7:49 PM
PunK
[quote author=Yegg link=topic=17844.msg181754#msg181754 date=1236541791]
but whatever, the forum gets like 10 posts per day now anyway.
[/quote]

If that.

And I believe he isn't talking about decoding the packet either.

http://pastebin.com/mb8223ba

Should help you.
March 24, 2009, 4:15 PM

Search