Valhalla Legends Archive

Programming => Battle.net Bot Development => Topic started by: GET_IN_MY_BELLY on January 02, 2004, 07:11 PM

Title: where to start?
Post by: GET_IN_MY_BELLY on January 02, 2004, 07:11 PM
hi, i want to make a bot in C but i don't know where to start. I have been scripting in PHP for a long time, so I can kinda understand C. Thx for any help.
Title: Re:where to start?
Post by: UserLoser. on January 02, 2004, 07:47 PM
BnetDocs (http://bnetdocs.valhallalegends.com)
BotDev (http://botdev.valhallalegends.com)
This forum (http://forum.valhallalegends.com/phpbbs/index.php?board=17)
Title: Re:where to start?
Post by: GET_IN_MY_BELLY on January 02, 2004, 08:05 PM
how would i send or recieve these "packets"? can i get an example in code?
Title: Re:where to start?
Post by: UserLoser. on January 02, 2004, 08:07 PM
Perhaps you should start with a tutorial on winsock
Title: Re:where to start?
Post by: GET_IN_MY_BELLY on January 02, 2004, 08:20 PM
wheres that?
Title: Re:where to start?
Post by: UserLoser. on January 02, 2004, 08:32 PM
www.google.com
Title: Re:where to start?
Post by: hismajesty on January 02, 2004, 10:09 PM
Quote from: OriOn on January 02, 2004, 09:41 PM
www.LoL.com  ;D

Oh yes, that will really aid him in developing winsock skills.
Title: Re:where to start?
Post by: neoxgold on January 02, 2004, 10:12 PM
well , same here i am looking forword for sum 1 to teach me to make a bot in c ;)
Title: Re:where to start?
Post by: UserLoser. on January 02, 2004, 10:42 PM
Quote from: neoxgold on January 02, 2004, 10:12 PM
well , same here i am looking forword for sum 1 to teach me to make a bot in c ;)

Don't think anyone will teach you how to make a Battle.net bot
Title: Re:where to start?
Post by: Tuberload on January 03, 2004, 01:55 AM
How to make a bot:

Step 1: Connect to battle.net
Step 2: Logon to battle.net
Step 3: Send/Receive data to and from battle.net
Step 4: Parse data received from battle.net
Step 5: Do something with parsed data
Step 6: Repeat steps 3-6. If you get disconnected return to step 1

That concludes my short tutorial on how to create a bot. If there is anything I missed please feel free to flame me. Thank you, and have a good night.
Title: Re:where to start?
Post by: GET_IN_MY_BELLY on January 03, 2004, 02:39 AM
how do you parse the data?
Title: Re:where to start?
Post by: Yoni on January 03, 2004, 03:43 AM
A Battle.net bot should never be the first program you write in C. Maybe you should just stick to Austin Powers.
Title: Re:where to start?
Post by: l)ragon on January 03, 2004, 02:33 PM
greetbot >?
Title: Re:where to start?
Post by: Gangz on January 03, 2004, 07:00 PM
Quote from: Yoni on January 03, 2004, 03:43 AM
A Battle.net bot should never be the first program you write in C. Maybe you should just stick to Austin Powers.

As he said the first thing you do in C should not be a battle.net bot. Knowing php will not help you enough to start with something that complicated.

[Edit: cleaned up his quote to use tags as suggested by UserLoser.]
Title: Re:where to start?
Post by: UserLoser. on January 03, 2004, 07:26 PM
Quote from: Gangz on January 03, 2004, 07:00 PM
Posted by: Yoni  Posted on: Today at 03:43:26am  
A Battle.net bot should never be the first program you write in C. Maybe you should just stick to Austin Powers.  

As he said the first thing you do in C should not be a battle.net bot. Knowing php will not help you enough to start with something that complicated.

There is [ quote ] and [ /quote ] (without the spaces) And reply with quote