Valhalla Legends Forums Archive | Battle.net Bot Development | Chat Specification Docs?

AuthorMessageTime
gorshing
Greetings,

I was wondering if there is any documentation for chat bots? I have tried to search, but you can imagine how many hits I ended up with while searching for chat docs.

Thanks for any hints/tips,
September 4, 2003, 2:29 AM
DrivE
[quote author=gorshing link=board=17;threadid=2572;start=0#msg20055 date=1062642588]
Greetings,

I was wondering if there is any documentation for chat bots? I have tried to search, but you can imagine how many hits I ended up with while searching for chat docs.

Thanks for any hints/tips,
[/quote]

Did you try the search button here on the site? Or a search engine? If you tried the site, are you really too lazy to sift through whatever matches you come up with? However, as always you may want to start here with the CSB tutorial, which is probably the simplest route for a new programmer, at least it was for myself. Also, once *Arta* gets BNetDocs back online those are a useful resource.
September 4, 2003, 2:35 AM
Spht
[quote author=gorshing link=board=17;threadid=2572;start=0#msg20055 date=1062642588]
Greetings,

I was wondering if there is any documentation for chat bots? I have tried to search, but you can imagine how many hits I ended up with while searching for chat docs.

Thanks for any hints/tips,
[/quote]

I am not sure if anyone has documented it, because it is such a simple interface. Use Telnet to connect to a server (example: useast.battle.net) on port 6112. In Windows 2000/XP type: open useast.battle.net 6112. After connected, press Ctrl+C then you can log on to your Battle.net account. Your programmed chat bot would connect to the Battle.net server, then can go ahead and send everything which you do in Telnet automatically. After logged on, you will get to see the interface event messages.

Good luck.
September 4, 2003, 2:36 AM
gorshing
I have developed a chat bot using C++ (on linux) I plan on giving it to a couple buddies so they can learn also (not programming just the protocol) ... but I was just wanting to add in some battle.net docs if they were available instead of making them myself ... evidentally not.
September 4, 2003, 2:48 AM
Camel
[quote author=Spht link=board=17;threadid=2572;start=0#msg20060 date=1062642999]Use Telnet to connect to a server (example: useast.battle.net) on port 6112. In Windows 2000/XP type: open useast.battle.net 6112.[/quote]

You can just call telnet useast.battle.net 6112 if you're lazy like me. :)
September 4, 2003, 6:04 AM
St0rm.iD
There *were*

Try googling for greetbot.
September 7, 2003, 1:32 AM
Skywing
[quote author=St0rm.iD link=board=17;threadid=2572;start=0#msg20413 date=1062898339]
There *were*

Try googling for greetbot.
[/quote]
FYI, I put a mirror of it up here shortly after they took it down.
September 7, 2003, 1:46 AM

Search