Valhalla Legends Forums Archive | Battle.net Bot Development | Problem With sending data

AuthorMessageTime
Luxer
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!
June 26, 2004, 10:17 PM
UserLoser.
[quote author=Luxer link=board=17;threadid=7459;start=0#msg67324 date=1088288272]
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!
[/quote]

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.
June 26, 2004, 10:31 PM
Eli_1
I think if you don't send Chr(4) when you're logging in, it will echo back your messages.
June 28, 2004, 6:23 PM

Search