Valhalla Legends Archive

Programming => Battle.net Bot Development => Topic started by: Insane on June 19, 2003, 09:34 PM

Title: Connecting initially
Post by: Insane on June 19, 2003, 09:34 PM
I am interested in becoming a bot-maker.  I've searched on the bot developtment sites, and I've found lots of useful information once connected to Battle.net, but I can't find how to intially connect... Can someone please tell me how?

Oh yeah, I'm going to use VB.
Title: Re:Connecting initially
Post by: TheMinistered on June 19, 2003, 09:45 PM
Well, I suggest reading into using Window's Sockets.  You should look into Win32 Winsock API.
Title: Re:Connecting initially
Post by: TheMinistered on June 19, 2003, 09:46 PM
However, Visual Basic comes with something called mswinsck.ocx.  It basically makes using winsock a breeze.  You should look into this too.
Title: Re:Connecting initially
Post by: ______ on June 20, 2003, 07:15 AM
Winscok1.connect uswest.battle.net, 6112
initially trys to connect to bnet
Title: Re:Connecting initially
Post by: Insane on June 20, 2003, 04:32 PM
Okay, thank you.  :)
Title: Re:Connecting initially
Post by: Arta on June 21, 2003, 02:05 PM
BnetDocs (http://www.valhallalegends.com/arta/bnetdocs/) has all the information aboout Battle.net that you'll need to get started.