Valhalla Legends Forums Archive | Battle.net Bot Development | Starting Help

AuthorMessageTime
Greatwalk
This may sound really really dumb but, how exactly do you send packets to battle.net?

Or how do you connect to battle.net? I'm using Visual Basic

Plz help even though this is really newbish
October 21, 2004, 11:52 PM
LW-Falcon
https://davnit.net/bnet/vL/phpbbs/index.php?topic=9207.0
October 22, 2004, 12:02 AM
iago
Learn how a network connect works.  Figure out things like how to send a HTTP request to a server, and things like that.  Look into Ethereal (www.ethereal.com) and figure out how a packetsniffer works.  Then come back here armed with that knowledge and read up on Battle.net.
October 22, 2004, 12:41 AM
Greatwalk
Allright I'll do that.
October 22, 2004, 12:56 AM
Quarantine
They should be a "getting started" sticky with what to do , links , ect. It seems these questions come up almost every day.
October 22, 2004, 4:32 AM
winhog
Since I just went through that phase I could write up a short tutorial on getting started. I might not be helpful in this case since only know C++... though I assume VB has winsock and a char * counterpart?
October 22, 2004, 6:09 AM

Search