• Welcome to Valhalla Legends Archive.
 

Suggestions for SphtBotv3

Started by voodooism, May 13, 2004, 05:48 PM

Previous topic - Next topic

voodooism

* I think an anti-idle would be great, maybe one that responds to the local commands.
* Clear screen after X lines, or X characters, maybe even X amount of time.
* Option for binary connection

Maybe you have thought of these and didn't add them for a reason, like the binary connection on, but they are only some suggestions that I was thinking of.

I really do think the anti-idle would clear up some memory though (ie. have an anti-idle at 30 minutes of "/clearscreen" and bam, the Memory Usage goes from 6k to 2k), or you could just hardcode it to clear RTB text after X lines or something.

Other people post suggestions.  :D

Spht

Quote from: Voodooism on May 13, 2004, 05:48 PM
* I think an anti-idle would be great

Be the first to write AntiIdle.bcp!

Quote from: Voodooism on May 13, 2004, 05:48 PMmaybe one that responds to the local commands.

Not sure what you mean.

Quote from: Voodooism on May 13, 2004, 05:48 PM* Clear screen after X lines, or X characters, maybe even X amount of time.

Why would I want the screen to clear when I'm trying to read?  If you're suggesting this to save memory, the bot already deals with it by removing lines from the top when too much text gathers.

Quote from: Voodooism on May 13, 2004, 05:48 PM
* Option for binary connection

Huh?

voodooism

By the "local commands" i mean the bot commands, not ones offered by battle.net, the other ones that are hard coded into SphtBot.

For the RTB thing, I guess I have never been active long enough to notice my top lines dissapearing :P My computer, right now, has instability issues.

By the binary connection, I meant to say (type) a hashed connection.

Soul Taker

Well he's certainly not getting it to connect without sending some sort of hashed data.

voodooism

Well god damnit god damnit, I'm sure you have an idea of what I mean, a hashed non-BNLS or NLS connection  :-\

I'm a little excited right now because I'm going to state championships for track for my open 400 and 4x400, sorry  :-X

Fr0z3N

if you have a tutorial on writing BCP's I'll write AntiIdle.bcp.

Spht

Quote from: Fr0z3N on May 17, 2004, 09:47 PM
if you have a tutorial on writing BCP's I'll write AntiIdle.bcp.

The SDK is available here:
http://www.valhallalegends.com/pub/BCP/SDK/

Fr0z3N

Are the plugin written in c++?


Fr0z3N

is there any document on writing it in vb or a bit more detailed one for c++?

UserLoser.

Quote from: Fr0z3N on May 17, 2004, 11:15 PM
is there any document on writing it in vb or a bit more detailed one for c++?

I don't think you'd be able to write a BCP in Visual Basic, because, as far as I know you can't call certain callbacks/functions in VB that you can from C++

iago

Quote from: Voodooism on May 14, 2004, 11:29 PM
Well god damnit god damnit, I'm sure you have an idea of what I mean, a hashed non-BNLS or NLS connection  :-\

I'm a little excited right now because I'm going to state championships for track for my open 400 and 4x400, sorry  :-X

You mean, "Local Hashing".
This'll make an interesting test for broken AV:
QuoteX5O!P%@AP[4\PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*


Fr0z3N

Quote from: UserLoser. on May 18, 2004, 10:56 AM
Quote from: Fr0z3N on May 17, 2004, 11:15 PM
is there any document on writing it in vb or a bit more detailed one for c++?

I don't think you'd be able to write a BCP in Visual Basic, because, as far as I know you can't call certain callbacks/functions in VB that you can from C++

Would you mind helping me a bit on making it then?
I've been looking at the empty plugin thing and it looks pretty simple, I'd just need a little bit of guidence.