Valhalla Legends Forums Archive | Battle.net Bot Development | Warcraft 3 StatString??????

AuthorMessageTime
ChR0NiC
Obviously the ones on vL Documents don't worth because of the Clan tag......making it longer. I was wondering if anyone had a working updated War3 StatString and W3XP StatString....Because if someone joins the channel while using the old one....it causes my bot to crash because the statstring is longer.
January 20, 2004, 12:22 AM
R.a.B.B.i.T
Just make a slight modification, because the clan tag is just another string attached to the StatString.[code]
If UBound(Values) = 3 Then
strcpy outbuf, ", Clan " & StrReverse(Values(3)) & ")"
Else
strcpy outbuf, ")"
End If[/code]
January 20, 2004, 2:07 AM
Kp
[quote author=R.a.B.B.i.T link=board=17;threadid=4804;start=0#msg40264 date=1074564477]
Just make a slight modification, because the clan tag is just another string attached to the StatString.[/quote]

Technically, it's a dword. That's why it's reversed and limited to four characters. :P
January 20, 2004, 2:34 AM
Stealth
https://davnit.net/bnet/vL/phpbbs/index.php?board=17;action=display;threadid=2984;start=msg23273#msg23273
January 20, 2004, 3:15 AM
ChR0NiC
You guys should put up an updated one like the other statstrings you did.....Cuz I'm lazy :-[
January 20, 2004, 4:37 AM
R.a.B.B.i.T
[quote author=Kp link=board=17;threadid=4804;start=0#msg40272 date=1074566050]
[quote author=R.a.B.B.i.T link=board=17;threadid=4804;start=0#msg40264 date=1074564477]
Just make a slight modification, because the clan tag is just another string attached to the StatString.[/quote]

Technically, it's a dword. That's why it's reversed and limited to four characters. :P
[/quote]
My bad.
January 20, 2004, 11:14 PM
ChR0NiC
Argh............
>.<
This is going no where.....Rabbit write an updated War3 statstring plz ;D I'll give you 1+ good Karma :D
January 22, 2004, 1:34 PM
iago
[quote author=ChR0NiC link=board=17;threadid=4804;start=0#msg40622 date=1074778497]
Argh............
>.<
This is going no where.....Rabbit write an updated War3 statstring plz ;D I'll give you 1+ good Karma :D
[/quote]

Why don't you make a bot yourself rather than stealing and begging for code? If all you want to do is ask other people to do work for you, I doubt you'll be welcomed by most here.
January 22, 2004, 1:59 PM
ChR0NiC
[quote author=iago link=board=17;threadid=4804;start=0#msg40635 date=1074779966]

Why don't you make a bot yourself rather than stealing and begging for code? If all you want to do is ask other people to do work for you, I doubt you'll be welcomed by most here.
[/quote]

I have given support to people on this forum and I was hoping RaBBiT could do the same. I am not stealing the code, I just feel it would be good for all parties wanting to make a bot, to have an updated statstring to learn from. It's clearly for educational purposes you understand :-[

And it's not "all I want to do" for the record :P
January 22, 2004, 2:11 PM
iago
Then why don't you do it yourself like a big boy? It's not like it's something difficult.
January 22, 2004, 4:45 PM
R.a.B.B.i.T
[quote author=iago link=board=17;threadid=4804;start=0#msg40635 date=1074779966]
[quote author=ChR0NiC link=board=17;threadid=4804;start=0#msg40622 date=1074778497]
Argh............
>.<
This is going no where.....Rabbit write an updated War3 statstring plz ;D I'll give you 1+ good Karma :D
[/quote]

Why don't you make a bot yourself rather than stealing and begging for code? If all you want to do is ask other people to do work for you, I doubt you'll be welcomed by most here.
[/quote]

Actually, that's how I learned to do a lot of the things I know, except I never released any (nor claimed it mine). But studying other source is a good way to figure things out. I'm not really in the mood to write up a new statstring parsing section, mainly because the one I use works fine (except for Diablo II, I haven't added the Ladder character yet), and it's a bit long. I also wouldn't release said new code should I make it, so it doesn't really matter.
January 22, 2004, 11:01 PM
iago
It's not like he's going to learn much from that, though..
January 22, 2004, 11:24 PM
R.a.B.B.i.T
Well..yeah. It took me a few public SS parsing lookover before I could make my very own.
January 22, 2004, 11:27 PM
Soul Taker
Figuring out War3 statstrings is beyond easy.
January 23, 2004, 12:07 PM
ChR0NiC
[quote author=Soul Taker link=board=17;threadid=4804;start=0#msg40771 date=1074859627]
Figuring out War3 statstrings is beyond easy.
[/quote]

Thank You For Pointing That Out Soul Taker, yet it helps me in no way.
January 23, 2004, 12:30 PM
hismajesty
Why are continuing this topic when everyone has made it clear that they won't be handing out the code?
January 23, 2004, 2:17 PM
Soul Taker
[quote author=ChR0NiC link=board=17;threadid=4804;start=0#msg40773 date=1074861010]
[quote author=Soul Taker link=board=17;threadid=4804;start=0#msg40771 date=1074859627]
Figuring out War3 statstrings is beyond easy.
[/quote]

Thank You For Pointing That Out Soul Taker, yet it helps me in no way.
[/quote]
No Problem Chronic, It Was My Pleasure.
January 23, 2004, 2:49 PM

Search