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

AuthorMessageTime
PaiD
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
[code]
FF 75 0A 00 00 4D 61 63 53 04
[/code]

Edit: I have checked bnetdocs but they dont have anything on it that it public to me :'(
November 28, 2003, 11:48 PM
hismajesty
[quote author=MoNeY link=board=17;threadid=3926;start=0#msg32306 date=1070063285]
I know it is a war3 Clan Packet
[/quote]

It's clan info iirc.
November 29, 2003, 12:06 AM
PaiD
ok how would I take it apart and get my info?
November 29, 2003, 12:10 AM
iago
[quote author=MoNeY link=board=17;threadid=3926;start=0#msg32306 date=1070063285]
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
[code]
FF 75 0A 00 00 4D 61 63 53 04
[/code]

Edit: I have checked bnetdocs but they dont have anything on it that it public to me :'(
[/quote]

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.
November 29, 2003, 1:49 PM
Soul Taker
Nah, it's probably a DWORD.
November 30, 2003, 4:00 AM
iago
It's a dword that's storing a string, since it's still a string of characters.
November 30, 2003, 4:38 AM

Search