Valhalla Legends Archive

Programming => Battle.net Bot Development => Topic started by: Krush[LM] on September 13, 2004, 03:01 AM

Title: IRC/BNET bot
Post by: Krush[LM] on September 13, 2004, 03:01 AM
Does someone have a functional bot that does nothing but broadcast what's happening in the bnet channel into a irc channel, and vice versa?
Title: Re:IRC/BNET bot
Post by: Newby on September 13, 2004, 09:01 AM
Some person (murphybob) I think modified a JavaOp to do that. Go find him.
Title: Re:IRC/BNET bot
Post by: LivedKrad on September 15, 2004, 05:57 PM
Be l33t! Make your own!
Title: Re:IRC/BNET bot
Post by: Michael on September 20, 2004, 10:07 PM
I would suggest looking into LKBot by goddesslarussia.
She used mirc and bgate to make a bot that worked for bnet and irc at the same time.
Title: Re:IRC/BNET bot
Post by: Krush[LM] on September 29, 2004, 08:19 PM
Quote from: Newby on September 13, 2004, 09:01 AM
Some person (murphybob) I think modified a JavaOp to do that. Go find him.

Ya I did, he hard coded it for his machine, and he told me to get back to him.
Title: Re:IRC/BNET bot
Post by: Minux on September 29, 2004, 08:36 PM
Quote from: Krush[LM] on September 29, 2004, 08:19 PM
Quote from: Newby on September 13, 2004, 09:01 AM
Some person (murphybob) I think modified a JavaOp to do that. Go find him.

Ya I did, he hard coded it for his machine, and he told me to get back to him.

she*
Title: Re: IRC/BNET bot
Post by: HomerLAN on October 14, 2004, 11:20 AM
I coded one of this kind of bots this summer : IRC and Battle.net linked with /w, /me, /where...
It is coded in Visual Basic for being easy and fast and linked with a SQL Server database to create players statistics. Currently, this bot is well working and still under development to make it portable for other users.
Title: Re: IRC/BNET bot
Post by: Krush[LM] on December 15, 2004, 08:07 PM
Quote from: HomerLAN on October 14, 2004, 11:20 AM
I coded one of this kind of bots this summer : IRC and Battle.net linked with /w, /me, /where...
It is coded in Visual Basic for being easy and fast and linked with a SQL Server database to create players statistics. Currently, this bot is well working and still under development to make it portable for other users.

Does it send all messages sent in either?  Like if i say Hello on b.net would the bot say it for me on irc?
Title: Re: IRC/BNET bot
Post by: LordNevar on December 15, 2004, 09:24 PM
I believe fuzz made one awhile back, you could pm him and maybe he'll help you out.
Title: Re: IRC/BNET bot
Post by: Yegg on December 16, 2004, 03:02 PM
I'm not sure if this will help but there is a BnetBot (called BnetBot) written in Python that connects to battle.net, irc, aim, the aim oscar servers and google searching (something like that).
Title: Re: IRC/BNET bot
Post by: Blaze on December 16, 2004, 05:11 PM
Does it broadcast what is in the bnet channel to the irc channel?
Title: Re: IRC/BNET bot
Post by: warz on December 16, 2004, 07:52 PM
Well, this is the bot dev forum, so do some bot dev'ing and make a bot that does what you want. In VB it shouldn't take too long because there's plenty of free code everywhere.