Valhalla Legends Archive

Programming => Battle.net Bot Development => Topic started by: Crypticflare on February 13, 2003, 12:16 PM

Title: Data Parsing Question
Post by: Crypticflare on February 13, 2003, 12:16 PM
I parsed the raw data that is recieved with winsocks data_Arrival, my chat client will show me talking, and I can whisper from it to other users, but nothing shows up with my rich text box..I believe I have everything parsed correctly. but I might be wrong.. would my data parsing be the problem most likely?
Title: Re: Data Parsing Question
Post by: Noodlez on February 13, 2003, 01:37 PM
are you calling AddChat Color, Data? Or just expecting stuff to be added to it?
Title: Re: Data Parsing Question
Post by: Crypticflare on February 13, 2003, 02:55 PM
yea, I used Groks Subroutine AddChat, and I'm adding the data right. I'm just not receiving any bnet Events.
Title: Re: Data Parsing Question
Post by: tA-Kane on February 13, 2003, 03:02 PM
Are you sure your packet reader doesn't have any bugs in it?
Title: Re: Data Parsing Question
Post by: Crypticflare on February 13, 2003, 03:10 PM
hmm, I think I added all the packets pertaining to login and stuff, I'll redo Telnet to check If I missed anything.
Title: Re: Data Parsing Question
Post by: Atom on February 13, 2003, 04:38 PM
Binary or Chat Client?