• Welcome to Valhalla Legends Archive.
 

A question about a clan packet

Started by tA-Kane, August 20, 2004, 10:53 PM

Previous topic - Next topic

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.
Macintosh programmer and enthusiast.
Battle.net Bot Programming: http://www.bash.org/?240059
I can write programs. Can you right them?

http://www.clan-mac.com
http://www.eve-online.com

BaDDBLooD

I belive it is just to the cheiftan who initated the request.
There are only two kinds of people who are really fascinating: people who know absolutely everything, and people who know absolutely nothing.

tA-Kane

Macintosh programmer and enthusiast.
Battle.net Bot Programming: http://www.bash.org/?240059
I can write programs. Can you right them?

http://www.clan-mac.com
http://www.eve-online.com

ChR0NiC

Quote from: tA-Kane on August 22, 2004, 02:28 PM
Could this be verified?


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


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?

tA-Kane

#4
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?
Macintosh programmer and enthusiast.
Battle.net Bot Programming: http://www.bash.org/?240059
I can write programs. Can you right them?

http://www.clan-mac.com
http://www.eve-online.com

UserLoser.

#5
Quote from: tA-Kane on August 22, 2004, 03:02 PM
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?

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.

tA-Kane

Quote from: UserLoser. on August 22, 2004, 04:11 PM
Quote from: tA-Kane on August 22, 2004, 03:02 PM
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?

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.
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)?
Macintosh programmer and enthusiast.
Battle.net Bot Programming: http://www.bash.org/?240059
I can write programs. Can you right them?

http://www.clan-mac.com
http://www.eve-online.com

ChR0NiC

#7
Quote from: tA-Kane on August 22, 2004, 05:37 PM
What is packet 0x76?

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 from: tA-Kane on August 22, 2004, 05:37 PM
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?

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.

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.  ;)
Macintosh programmer and enthusiast.
Battle.net Bot Programming: http://www.bash.org/?240059
I can write programs. Can you right them?

http://www.clan-mac.com
http://www.eve-online.com

UserLoser.

0x76:
S->C
(BYTE) Status code

0x1: Removed from clan

tA-Kane

Macintosh programmer and enthusiast.
Battle.net Bot Programming: http://www.bash.org/?240059
I can write programs. Can you right them?

http://www.clan-mac.com
http://www.eve-online.com