Valhalla Legends Archive

Programming => Battle.net Bot Development => Topic started by: DarkOne on April 30, 2004, 05:27 PM

Title: Recieved 0x43 from Battle.net
Post by: DarkOne on April 30, 2004, 05:27 PM
I've never seen this packet before and I recieved while logging onto Warcraft III: FT. I Recieved this packet during the time the USEast servers were undergoing maintenance. I was unable to join my clan channel and was sent to the void after recieving this packet. After maintenance, everything was fine and dandy. The packet only contained a standard header and a DWORD (which was 0). Anyone know anything about this packet? What it is used for?
Title: Re:Recieved 0x43 from Battle.net
Post by: Lenny on May 01, 2004, 10:08 PM
One of my bots also recieved a strange packet just before Server Maintenance...
But I dont have any record of it, since someone using my bot was the one that saw it...The user described it as being very large...

GoSuGaMING: Its not that no one cares, its that no one has any information to give....I dont think anyone cares about  your comments.
Title: Re:Recieved 0x43 from Battle.net
Post by: BaDDBLooD on May 01, 2004, 10:23 PM
i have gotten the same error aswell i think it may be that Blizzard is warning you what time the server is going down exactly, or what there doing, or just a message with information they want you to know
Title: Re:Recieved 0x43 from Battle.net
Post by: Tuberload on May 01, 2004, 10:32 PM
Maybe it is a packet notifying clients that there is server maintenance going on and your chat privileges are temporarily restricted? I have no real solid input to provide, but if you received it while maintenance was being performed, and then you were not allowed access to your channel, it would only seem logical.
Title: Re:Recieved 0x43 from Battle.net
Post by: Soul Taker on August 31, 2004, 05:41 PM
Hate to bring back a dead thread, but as soon as the servers came back from this recent downtime, I recieved this packet.

[6:29:44 PM] Recieved unhandled packet!
0000:  FF 43 08 00-00 00 00 00                           ÿC......

As you can see, there's no data in it (other than a null DWORD).  Anyone have any evidence what the heck this is?
Title: Re:Recieved 0x43 from Battle.net
Post by: MyndFyre on August 31, 2004, 07:37 PM
I really don't think it's anything major to worry about.  :-/  My *guess* would be that, if you're getting it for WC3 around server maintenance time, it's used to disable or enable the interface (so you can't start games and that).

BTW....  Remember the rule... "i before e, except after c...".  :P
Title: Re:Recieved 0x43 from Battle.net
Post by: dxoigmn on August 31, 2004, 11:31 PM
Quote from: MyndFyre on August 31, 2004, 07:37 PM
BTW....  Remember the rule... "i before e, except after c...".  :P

That's weird...

[edit]  should complete the end of that rule ;)
Title: Re:Recieved 0x43 from Battle.net
Post by: MyndFyre on September 01, 2004, 01:44 PM
FINE.

"or when sounding like 'a' as in 'neighbor' and 'weigh,' except when it's 'weird' or 'their.'"

Happy?  :P

Note that "weird" is generally a catch-all.  :P
Title: Re:Recieved 0x43 from Battle.net
Post by: R.a.B.B.i.T on September 02, 2004, 11:07 PM
Why don't you make a basic program to connect to (which will connect you to bnet) and have it send you that packet?  You could then easily see what it does.
Title: Re:Recieved 0x43 from Battle.net
Post by: tA-Kane on September 09, 2004, 11:21 AM
Quote from: R.a.B.B.i.T on September 02, 2004, 11:07 PM
Why don't you make a basic program to connect to (which will connect you to bnet) and have it send you that packet?  You could then easily see what it does.
That wouldn't be so easy with WarCraft 3, since it does some server address checking (the 128 extra bytes in S->C 0x50).