Valhalla Legends Archive

Programming => Battle.net Bot Development => Topic started by: Deception on September 02, 2004, 04:32 AM

Title: Ping Spam?
Post by: Deception on September 02, 2004, 04:32 AM
Yeah, I guess the program was caught in somekind of loop since I can't reproduce it.
Title: Re:Ping Spam?
Post by: Eli_1 on September 02, 2004, 06:00 AM
Is is possible that your bot got stuck in a loop, and handled the same 0x25 packet over and over?
Title: Re:Ping Spam?
Post by: UserLoser. on September 02, 2004, 02:15 PM
Looks like a broken data handler to me.
Title: Re:Ping Spam?
Post by: Flame on September 02, 2004, 04:40 PM
Quote from: UserLoser. on September 02, 2004, 02:15 PM
Looks like a broken data handler to me.

Sounds right to me, I had the same problem a few days ago.  I must have been passing the wrong data to my parsing module, so it recognized the packet as 0x25, and echoed it back.