Valhalla Legends Forums Archive | Battle.net Bot Development | A question about a clan packet

AuthorMessageTime
tA-Kane
When a clan gets disbanded, does 0x73 get sent to every member online, or only the leader that send the disband request?

I would think it gets sent to every member, but I just want to make sure since I have no experience with clans or clan packets.
August 21, 2004, 3:53 AM
BaDDBLooD
I belive it is just to the cheiftan who initated the request.
August 21, 2004, 4:33 AM
tA-Kane
Could this be verified?
August 22, 2004, 7:28 PM
ChR0NiC
[quote author=tA-Kane link=board=17;threadid=8274;start=0#msg76840 date=1093202893]
Could this be verified?
[/quote]

[code]
Packet ID: 0x73
Direction: Server -> Client (Received)
Format:
(DWORD) Cookie
(BYTE) Result
[/code]

Being that is returns a DWORD Cookie, I would come to the conclusion that only the sender of this packet would receive a result, otherwise the cookie value (on my opinion) in this packet would be worthless?
August 22, 2004, 7:31 PM
tA-Kane
perhaps the cookie would be zero, -1, or the same cookie that the chieftain used?

what i'm getting at is how is a client other than the chieftain supposed to know when the clan that they're in was disbanded?
August 22, 2004, 8:02 PM
UserLoser.
[quote author=tA-Kane link=board=17;threadid=8274;start=0#msg76857 date=1093204930]
perhaps the cookie would be zero, -1, or the same cookie that the chieftain used?

what i'm getting at is how is a client other than the chieftain supposed to know when the clan that they're in was disbanded?
[/quote]

AFAIK, the only form of notifying is: they will receive a statstring update without the clan. Or perhaps BNCS packet 0x76, which it's format is just (byte) statuscode.
August 22, 2004, 9:11 PM
tA-Kane
[quote author=UserLoser. link=board=17;threadid=8274;start=0#msg76869 date=1093209076]
[quote author=tA-Kane link=board=17;threadid=8274;start=0#msg76857 date=1093204930]
perhaps the cookie would be zero, -1, or the same cookie that the chieftain used?

what i'm getting at is how is a client other than the chieftain supposed to know when the clan that they're in was disbanded?
[/quote]

AFAIK, the only form of notifying is: they will receive a statstring update without the clan. Or perhaps BNCS packet 0x76, which it's format is just (byte) statuscode.
[/quote]What is packet 0x76?

The official WarCraft 3 clients, when they're online and then the leader disbands the clan that they're in, do they still display the clan member list in a list box?

If so, do they (presumably not, since I'd think that Battle.net would no longer send clan member updates) also update the list when members go about their business (online, offline, in game, etc statuses)?
August 22, 2004, 10:37 PM
ChR0NiC
[quote author=tA-Kane link=board=17;threadid=8274;start=0#msg76894 date=1093214220]
What is packet 0x76?
[/quote]

This tells you that you have been removed from your clan, by means of kicked or other, it does not specify which, just a value of success or failed, I don't see why you would receive failed though.

[quote author=tA-Kane link=board=17;threadid=8274;start=0#msg76894 date=1093214220]
The official WarCraft 3 clients, when they're online and then the leader disbands the clan that they're in, do they still display the clan member list in a list box?
[/quote]

No, I accidentally disbanded a clan once, and didn't even realize it. I figured I had a parse error for my Clan list, but in fact I was not receiving a clan list, because the clan has been disbanded.
August 22, 2004, 10:43 PM
tA-Kane
Thanks.

I think that suffices all of my questions regarding disbanding clans for now.

At least until someone tests the thoughts provided here, which would be nice even if it takes a week at least. ;)
August 22, 2004, 10:48 PM
UserLoser.
0x76:
S->C
(BYTE) Status code

0x1: Removed from clan
August 22, 2004, 11:03 PM
tA-Kane
Thanks, UL.
August 23, 2004, 1:55 AM

Search