Valhalla Legends Archive

Programming => Battle.net Bot Development => Topic started by: Yegg on January 08, 2005, 11:18 AM

Title: Receiving from Battle.net
Post by: Yegg on January 08, 2005, 11:18 AM
I just finished most of my bot which is written in Python 2.3. I made it so that it can connect only to chat client, so you would need BG3 to enter private channels. So far I havn't adding in stuff like UserJoin, UserLeave, UserTalk, BNetInfo, etc. I will be adding this soon, hopefully, I was just wondering if not having this stuff added would affect how BG3 works. As of now my bot can connect, and it can send messages, but it doesn't receive any kind of info from battle.net. Is this why BG3 won't connect my bot to other clients?
PS. BG3 works on all my other chat clients.
Title: Re: Receiving from Battle.net
Post by: Eric on January 08, 2005, 12:19 PM
/me notes that the data received will be in the chat protocol format.
Title: Re: Receiving from Battle.net
Post by: Yegg on January 08, 2005, 12:40 PM
I just noticed that something is stopping my BG3 from working. It won't connect other chat bots either. I think Norton blocked it but I can easily fix that.