Author | Message | Time |
---|---|---|
warz | Any available documentation on warcraft iii packet data format? | December 14, 2004, 3:27 AM |
UserLoser. | [quote author=warz link=topic=9898.msg92317#msg92317 date=1102994873] Any available documentation on warcraft iii packet data format? [/quote] War3 game servers? War3 custom game player<->player? War3 profiles? War3 clans? War3 anonymous match making? | December 14, 2004, 3:38 AM |
R.a.B.B.i.T | [quote author=warz link=topic=9898.msg92317#msg92317 date=1102994873] Any available documentation on warcraft iii packet data format? [/quote] (BYTE) 0xff (BYTE) PacketID (VOID) Data | December 15, 2004, 1:12 AM |
Myndfyr | [quote author=R.a.B.B.i.T link=topic=9898.msg92446#msg92446 date=1103073169] [quote author=warz link=topic=9898.msg92317#msg92317 date=1102994873] Any available documentation on warcraft iii packet data format? [/quote] (BYTE) 0xff (BYTE) PacketID (VOID) Data [/quote] What packet is is that? Last I checked, the standard BNCS packet was: BYTE 0xff BYTE Packet ID WORD Packet Length, including header VOID Data For packet 0x44, which has multiple purposes in Warcraft III including AMM support, profile requests, and arranged team organization, VOID part of the data is: BYTE Subcommand ID DWORD Cookie VOID Subcommand data. | December 16, 2004, 1:16 AM |