Valhalla Legends Archive

Programming => Battle.net Bot Development => Topic started by: botmaster on February 22, 2004, 09:56 PM

Title: bot hangups
Post by: botmaster on February 22, 2004, 09:56 PM
has anyone else run it to problems like this?

1. bot does not always connect have to close the program and open it a bunch to get it working
2. gets stuck on Length of password hash is 28?

i am using bnetauth.dll too

Title: Re:bot hangups
Post by: Kp on February 22, 2004, 10:43 PM
No, I've never run into either of those problems.  On the rare occasions the bot's connection does not establish, either the server is down or I've made some minor tweak to the core netloop that completely ruined the logic.  The latter is made obvious by the obscene amounts of system time consumed.  In no case have I ever observed a program which required more than one restart to function properly (unless the program sucked horribly). :P
Title: Re:bot hangups
Post by: Dark-Feanor on February 23, 2004, 07:59 AM
Quote1. bot does not always connect have to close the program and open it a bunch to get it working
My connections have been known to hang  :(
For some reason, I only get that problem in Visual Basic 6 though. My C# bot never hangs.
Title: Re:bot hangups
Post by: Zakath on February 23, 2004, 02:26 PM
Just to check, you do have processing for handling multiple packets received at once, right? If you don't, you'll occasionally find that the connection just stops going anywhere because you miss a packet.
Title: Re:bot hangups
Post by: MrRaza on February 23, 2004, 05:07 PM
I'm sure Zakbot does, which i use. But today it seemed to only stay connected for an average of 5 mins, after awhile i just stopped logging on, and my connection was up and running.
Title: Re:bot hangups
Post by: FuzZ on February 24, 2004, 12:03 PM
My bot hangs up after logon sometimes where you receive "Welcome to battle.net" broadcast. But, only when I'm downloading something (i'm on 56k), otherwise it connects with about a 1s before the broadcast.

I'm not sure why it does this but it does ;\