Valhalla Legends Archive

Programming => Battle.net Bot Development => Topic started by: Luxer on June 26, 2004, 05:17 PM

Title: Problem With sending data
Post by: Luxer on June 26, 2004, 05:17 PM
Hello! I am using REALBasic, and I just started. So far, I can connect and login succsessfully, and recive stuff like 1025 TALK SOMONE SOMEMESSAGE. However, when I tell bnet: lol
or some other message, it does not show! Do I need to use chr(10) or chr(13) or somthing? Please help!
Title: Re:Problem With sending data
Post by: UserLoser. on June 26, 2004, 05:31 PM
Quote from: Luxer on June 26, 2004, 05:17 PM
Hello! I am using REALBasic, and I just started. So far, I can connect and login succsessfully, and recive stuff like 1025 TALK SOMONE SOMEMESSAGE. However, when I tell bnet: lol
or some other message, it does not show! Do I need to use chr(10) or chr(13) or somthing? Please help!

Note that Battle.net does not echo back your own chat messages.  So it's up to you to add your own message without your talk event being triggered by data you've recieved from Battle.net.

Yes.
Title: Re:Problem With sending data
Post by: Eli_1 on June 28, 2004, 01:23 PM
I think if you don't send Chr(4) when you're logging in, it will echo back your messages.