Valhalla Legends Forums Archive | Battle.net Bot Development | Diablo II 1.10 Statstring?

AuthorMessageTime
BaDDBLooD
Anyone have a Diablo II statstring that includes

Ladder + HardCore, Plain Ladder

i can have

or Tell me where this is Included in the Statstring
March 14, 2004, 12:08 AM
Myndfyr
By any chance, have you used the "Search" feature of the message boards? You might try searching for "Diablo II Statstring".

I believe iago posted a Diablo II Statstring parser in C++ a few months ago. I know it was right around the time that 1.10 was released, but I do not remember if it supported 1.10.
March 14, 2004, 12:38 AM
ChR0NiC
[quote author=Myndfyre link=board=17;threadid=5762;start=0#msg49263 date=1079224691]
By any chance, have you used the "Search" feature of the message boards? You might try searching for "Diablo II Statstring".

I believe iago posted a Diablo II Statstring parser in C++ a few months ago. I know it was right around the time that 1.10 was released, but I do not remember if it supported 1.10.
[/quote]

GG

And yes it's on the forums, just look
March 14, 2004, 12:38 AM
BaDDBLooD
it does not have the "Ladder Or Non Ladder" Parsing!
March 14, 2004, 12:43 AM
Kp
[quote author=BaDDBLooD link=board=17;threadid=5762;start=0#msg49269 date=1079225035]it does not have the "Ladder Or Non Ladder" Parsing![/quote]

So do that yourself? Had you ever considered writing some original code for your bot, instead of just splicing in prewritten fragments?
March 14, 2004, 1:03 AM
ChR0NiC
[quote author=BaDDBLooD link=board=17;threadid=5762;start=0#msg49269 date=1079225035]it does not have the "Ladder Or Non Ladder" Parsing![/quote]

[quote author=Kp link=board=17;threadid=5762;start=0#msg49275 date=1079226222]
So do that yourself? Had you ever considered writing some original code for your bot, instead of just splicing in prewritten fragments?
[/quote]

SLAM DUNK !!!!
March 14, 2004, 1:11 AM
BaDDBLooD
well i did my own war3 parsing, but am not sure how to Approach diablo2 ;[
March 14, 2004, 2:03 AM
UserLoser.
[quote author=BaDDBLooD link=board=17;threadid=5762;start=0#msg49287 date=1079229801]
well i did my own war3 parsing, but am not sure how to Approach diablo2 ;[
[/quote]

Get a buddy/second computer. Use a packet logger, have second computer/buddy rejoin channel on different characters, different gear, different levels, ect., see what changes
March 14, 2004, 2:27 AM
Myndfyr
[quote author=BaDDBLooD link=board=17;threadid=5762;start=0#msg49287 date=1079229801]
well i did my own war3 parsing, but am not sure how to Approach diablo2 ;[
[/quote]

No offense, but having done WC3 parsing myself.... It isn't something that you really have to "approach"...
March 14, 2004, 2:30 AM
LoRd
Parsing out the Diablo II stats would be done pretty much the same way you parsed Warcraft III stats. If you can do one, you should be able to do the other as well.
March 14, 2004, 2:52 AM
BaDDBLooD
yes but, i just had to split the war3 statstring, diablo2 one isn't done so easily!
March 14, 2004, 3:14 AM
UserLoser.
[quote author=LoRd[nK] link=board=17;threadid=5762;start=0#msg49292 date=1079232773]
Parsing out the Diablo II stats would be done pretty much the same way you parsed Warcraft III stats. If you can do one, you should be able to do the other as well.
[/quote]

I'd have to disagree. They're no where near in the same format, and you cannot parse it like you parse the other. Diablo II statstrings are very complicated, and would take a while to figure out your self without another's help.
March 14, 2004, 3:37 AM
iago
Mine didn't support Ladder, but, like they said, it wouldn't be that hard.
March 14, 2004, 3:51 AM
LoRd
[quote author=UserLoser. link=board=17;threadid=5762;start=0#msg49296 date=1079235462]
[quote author=LoRd[nK] link=board=17;threadid=5762;start=0#msg49292 date=1079232773]
Parsing out the Diablo II stats would be done pretty much the same way you parsed Warcraft III stats. If you can do one, you should be able to do the other as well.
[/quote]

I'd have to disagree. They're no where near in the same format, and you cannot parse it like you parse the other. Diablo II statstrings are very complicated, and would take a while to figure out your self without another's help.
[/quote]

Trial and error, the same way most packet formatting is discovered.
March 14, 2004, 8:22 AM

Search