Valhalla Legends Forums Archive | Battle.net Bot Development References | Packet 0x72 Information

AuthorMessageTime
shadypalm88
I've been recieving unhandled packets from Battle.Net that have the unwelcome effect of dropping my bot. It would appear that they are being sent intentionally. My first guess was that this is a clan invitation packet, but since I'm not on WAR3 that doesn't make much sense.

Here's the dump zDS gives:
[code]Info: Cloaked has received an unknown packet from the server.
0000 FF 72 7B 00 47 5E 00 00 - 6B 6A 68 67 68 6B 6A 00 .r{.G^..kjhghkj.
0010 48 54 52 61 50 00 09 53 - 74 72 65 74 63 68 73 6C HTRaP..Stretchsl
0020 6F 77 00 24 24 24 2E 24 - 24 24 00 73 6F 29 42 2E ow.$$$.$$$.so)B.
0030 49 2E 54 2E 43 2E 48 28 - 00 53 4F 29 69 6D 63 72 I.T.C.H(.SO)imcr
0040 61 7A 79 28 00 4D 6F 69 - 73 74 75 72 65 45 79 65 azy(.MoistureEye
0050 73 00 53 4F 29 54 61 6C - 70 68 6F 6E 28 00 53 4F s.SO)Talphon(.SO
0060 29 44 61 52 4B 28 00 43 - 6C 6F 61 6B 65 64 00 53 )DaRK(.Cloaked.S
0070 68 69 76 61 4F 70 74 69 - 6F 6E 00 hivaOption.[/code]

Any ideas on what that is or anything I can do to block it? I'm not sure if it's on bnetdocs or not because I can't login to it.
September 7, 2003, 9:58 PM
iago
Do those names mean anything to you? Friendlist perhaps?
September 7, 2003, 10:06 PM
shadypalm88
Sorry, forgot that detail. It is a list of people in the channel, or at least a partial list. I'm thinking HTrap is the initiator since his name is followed by two null bytes instead of the one null byte terminating all other names.
September 7, 2003, 10:15 PM
Spht
[quote author=shadypalm88 link=board=17;threadid=2617;start=0#msg20540 date=1062971898]
I've been recieving unhandled packets from Battle.Net that have the unwelcome effect of dropping my bot. It would appear that they are being sent intentionally. My first guess was that this is a clan invitation packet, but since I'm not on WAR3 that doesn't make much sense.

Here's the dump zDS gives:
[code]Info: Cloaked has received an unknown packet from the server.
0000 FF 72 7B 00 47 5E 00 00 - 6B 6A 68 67 68 6B 6A 00 .r{.G^..kjhghkj.
0010 48 54 52 61 50 00 09 53 - 74 72 65 74 63 68 73 6C HTRaP..Stretchsl
0020 6F 77 00 24 24 24 2E 24 - 24 24 00 73 6F 29 42 2E ow.$$$.$$$.so)B.
0030 49 2E 54 2E 43 2E 48 28 - 00 53 4F 29 69 6D 63 72 I.T.C.H(.SO)imcr
0040 61 7A 79 28 00 4D 6F 69 - 73 74 75 72 65 45 79 65 azy(.MoistureEye
0050 73 00 53 4F 29 54 61 6C - 70 68 6F 6E 28 00 53 4F s.SO)Talphon(.SO
0060 29 44 61 52 4B 28 00 43 - 6C 6F 61 6B 65 64 00 53 )DaRK(.Cloaked.S
0070 68 69 76 61 4F 70 74 69 - 6F 6E 00 hivaOption.[/code]

Any ideas on what that is or anything I can do to block it? I'm not sure if it's on bnetdocs or not because I can't login to it.
[/quote]

You receive this message when someone has selected a set of candidates to create a clan. You were invited.
September 7, 2003, 10:31 PM
UserLoser
You can invite users to a Warcraft III arranged team game on a non-war3 client, i've done it on warcraft ii
September 7, 2003, 11:19 PM
Maddox
[quote author=shadypalm88 link=board=17;threadid=2617;start=0#msg20543 date=1062972949]
Sorry, forgot that detail. It is a list of people in the channel, or at least a partial list. I'm thinking HTrap is the initiator since his name is followed by two null bytes instead of the one null byte terminating all other names.
[/quote]

His name isn't followed by 2 null bytes.
September 8, 2003, 6:41 AM
Soul Taker
[quote author=Maddox link=board=17;threadid=2617;start=0#msg20586 date=1063003296]
[quote author=shadypalm88 link=board=17;threadid=2617;start=0#msg20543 date=1062972949]
Sorry, forgot that detail. It is a list of people in the channel, or at least a partial list. I'm thinking HTrap is the initiator since his name is followed by two null bytes instead of the one null byte terminating all other names.
[/quote]

His name isn't followed by 2 null bytes.
[/quote]
Nope, it's followed by a null and the number of items in the list!
September 8, 2003, 7:02 AM

Search