• Welcome to Valhalla Legends Archive.
 

Chat Specification Docs?

Started by gorshing, September 03, 2003, 09:29 PM

Previous topic - Next topic

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,

Hazard

Quote from: gorshing on September 03, 2003, 09:29 PM
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,

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.

"Courage is being scared to death - but saddling up anyway." --John Wayne

Spht

Quote from: gorshing on September 03, 2003, 09:29 PM
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,

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.

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.

Camel

Quote from: Spht on September 03, 2003, 09:36 PMUse Telnet to connect to a server (example: useast.battle.net) on port 6112. In Windows 2000/XP type: open useast.battle.net 6112.

You can just call telnet useast.battle.net 6112 if you're lazy like me. :)

Banana fanna fo fanna

There *were*

Try googling for greetbot.

Skywing

Quote from: St0rm.iD on September 06, 2003, 08:32 PM
There *were*

Try googling for greetbot.
FYI, I put a mirror of it up here shortly after they took it down.