• Welcome to Valhalla Legends Archive.
 

Warcraft 3 StatString??????

Started by ChR0NiC, January 19, 2004, 06:22 PM

Previous topic - Next topic

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.

R.a.B.B.i.T

Just make a slight modification, because the clan tag is just another string attached to the StatString.
                   If UBound(Values) = 3 Then
                       strcpy outbuf, ", Clan " & StrReverse(Values(3)) & ")"
                   Else
                       strcpy outbuf, ")"
                   End If

Kp

Quote from: R.a.B.B.i.T on January 19, 2004, 08:07 PM
Just make a slight modification, because the clan tag is just another string attached to the StatString.

Technically, it's a dword.  That's why it's reversed and limited to four characters. :P
[19:20:23] (BotNet) <[vL]Kp> Any idiot can make a bot with CSB, and many do!


ChR0NiC

You guys should put up an updated one like the other statstrings you did.....Cuz I'm lazy  :-[

R.a.B.B.i.T

Quote from: Kp on January 19, 2004, 08:34 PM
Quote from: R.a.B.B.i.T on January 19, 2004, 08:07 PM
Just make a slight modification, because the clan tag is just another string attached to the StatString.

Technically, it's a dword.  That's why it's reversed and limited to four characters. :P
My bad.

ChR0NiC

Argh............
>.<
This is going no where.....Rabbit write an updated War3 statstring plz  ;D I'll give you 1+ good Karma   :D

iago

Quote from: ChR0NiC on January 22, 2004, 07:34 AM
Argh............
>.<
This is going no where.....Rabbit write an updated War3 statstring plz  ;D I'll give you 1+ good Karma   :D

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.
This'll make an interesting test for broken AV:
QuoteX5O!P%@AP[4\PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*


ChR0NiC

#8
Quote from: iago on January 22, 2004, 07:59 AM

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.

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

iago

Then why don't you do it yourself like a big boy? It's not like it's something difficult.
This'll make an interesting test for broken AV:
QuoteX5O!P%@AP[4\PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*


R.a.B.B.i.T

Quote from: iago on January 22, 2004, 07:59 AM
Quote from: ChR0NiC on January 22, 2004, 07:34 AM
Argh............
>.<
This is going no where.....Rabbit write an updated War3 statstring plz  ;D I'll give you 1+ good Karma   :D

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.

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.

iago

It's not like he's going to learn much from that, though..
This'll make an interesting test for broken AV:
QuoteX5O!P%@AP[4\PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*


R.a.B.B.i.T

Well..yeah.  It took me a few public SS parsing lookover before I could make my very own.

Soul Taker

Figuring out War3 statstrings is beyond easy.

ChR0NiC

Quote from: Soul Taker on January 23, 2004, 06:07 AM
Figuring out War3 statstrings is beyond easy.

Thank You For Pointing That Out Soul Taker, yet it helps me in no way.