Valhalla Legends Archive

Member Forums => Spht's Forum => Topic started by: voodooism on May 13, 2004, 05:48 PM

Title: Suggestions for SphtBotv3
Post by: voodooism on May 13, 2004, 05:48 PM
* 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
Title: Re:Suggestions for SphtBotv3
Post by: Spht on May 13, 2004, 06:13 PM
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?
Title: Re:Suggestions for SphtBotv3
Post by: voodooism on May 13, 2004, 06:25 PM
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.
Title: Re:Suggestions for SphtBotv3
Post by: Soul Taker on May 14, 2004, 06:57 AM
Well he's certainly not getting it to connect without sending some sort of hashed data.
Title: Re:Suggestions for SphtBotv3
Post by: 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
Title: Re:Suggestions for SphtBotv3
Post by: Fr0z3N on May 17, 2004, 09:47 PM
if you have a tutorial on writing BCP's I'll write AntiIdle.bcp.
Title: Re:Suggestions for SphtBotv3
Post by: Spht on May 17, 2004, 09:54 PM
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/
Title: Re:Suggestions for SphtBotv3
Post by: Fr0z3N on May 17, 2004, 10:06 PM
Are the plugin written in c++?
Title: Re:Suggestions for SphtBotv3
Post by: Spht on May 17, 2004, 10:34 PM
Quote from: Fr0z3N on May 17, 2004, 10:06 PM
Are the plugin written in c++?

The ones at http://www.valhallalegends.com/pub/BCP/ and http://www.valhallalegends.com/spht/SphtBotv3/?id=2#Plugins are, yes.
Title: Re:Suggestions for SphtBotv3
Post by: 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++?
Title: Re:Suggestions for SphtBotv3
Post by: 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++
Title: Re:Suggestions for SphtBotv3
Post by: iago on May 18, 2004, 12:42 PM
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".
Title: Re:Suggestions for SphtBotv3
Post by: Fr0z3N on May 18, 2004, 12:59 PM
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.