S>C 0x7D SID_CLANMEMBERLIST

Transport Layer:Transmission Control Protocol (TCP)
Application Layer:Battle.net v1 TCP Messages (SID)
Message Id:0x7D
Message Name:SID_CLANMEMBERLIST
Direction:Server to Client
Used By:Warcraft III Reign of Chaos, Warcraft III The Frozen Throne
Message Format:
(does not include protocol header)
(UINT32) Cookie
 (UINT8) Number of members
For each member:
    (STRING) Username
     (UINT8) Rank
     (UINT8) Online status
    (STRING) Location

Remarks

Contains the members of a clan.

Values of rank:

  • 0x00: Initiate (Peon icon), in clan less than one week
  • 0x01: Initiate (Peon icon)
  • 0x02: Member (Grunt icon)
  • 0x03: Officer (Shaman icon)
  • 0x04: Leader (Chieftain icon)

Values of online status:

  • 0x00: Offline
  • 0x01: Online

The location value specifies where the user is. For example, the game name, channel name, or this may be null if the user is not online. This value is generally blank on official servers.

| Edited: Anonymous

Comments

no one has commented yet.