Ok I am getting 0x75 and I dont know how to Parse it. Can some1 help me plz?
I know it is a war3 Clan Packet
FF 75 0A 00 00 4D 61 63 53 04
Edit: I have checked bnetdocs but they dont have anything on it that it public to me :'(
Quote from: MoNeY on November 28, 2003, 05:48 PM
I know it is a war3 Clan Packet
It's clan info iirc.
ok how would I take it apart and get my info?
Quote from: MoNeY on November 28, 2003, 05:48 PM
Ok I am getting 0x75 and I dont know how to Parse it. Can some1 help me plz?
I know it is a war3 Clan Packet
FF 75 0A 00 00 4D 61 63 53 04
Edit: I have checked bnetdocs but they dont have anything on it that it public to me :'(
Without reading any responses, or ever having seen the packet before, it looks pretty simple:
(byte) 0; // reserved?
(String*4) MacS // clan name?
(byte) 4; // rank?
That's just a guess, but that's obvoiusly 2 bytes and a 4 digit string.
Nah, it's probably a DWORD.
It's a dword that's storing a string, since it's still a string of characters.