SMSG_GROUP_LIST
Client Version 1.12
Wowm Representation
Autogenerated from wowm
file at wow_message_parser/wowm/world/social/smsg_group_list.wowm:18
.
smsg SMSG_GROUP_LIST = 0x007D {
GroupType group_type;
u8 flags;
u32 amount_of_members;
GroupListMember[amount_of_members] members;
Guid leader;
optional group_not_empty {
GroupLootSetting loot_setting;
Guid master_loot;
ItemQuality loot_threshold;
}
}
Header
SMSG have a header of 4 bytes.
SMSG Header
Offset | Size / Endianness | Type | Name | Description |
---|---|---|---|---|
0x00 | 2 / Big | uint16 | size | Size of the rest of the message including the opcode field but not including the size field. |
0x02 | 2 / Little | uint16 | opcode | Opcode that determines which fields the message contains. |
Body
Offset | Size / Endianness | Type | Name | Comment |
---|---|---|---|---|
0x04 | 1 / - | GroupType | group_type | |
0x05 | 1 / - | u8 | flags | mangoszero/cmangos/vmangos: own flags (groupid |
0x06 | 4 / Little | u32 | amount_of_members | |
0x0A | ? / - | GroupListMember[amount_of_members] | members | |
- | 8 / Little | Guid | leader |
Optionally the following fields can be present. This can only be detected by looking at the size of the message.
Offset | Size / Endianness | Type | Name | Comment |
---|---|---|---|---|
- | 1 / - | GroupLootSetting | loot_setting | |
- | 8 / Little | Guid | master_loot | Zero if loot_setting is not MASTER_LOOT |
- | 1 / - | ItemQuality | loot_threshold |
Client Version 2.4.3
Wowm Representation
Autogenerated from wowm
file at wow_message_parser/wowm/world/social/smsg_group_list.wowm:46
.
smsg SMSG_GROUP_LIST = 0x007D {
GroupType group_type;
Bool battleground_group;
u8 group_id;
u8 flags;
Guid group;
u32 amount_of_members;
GroupListMember[amount_of_members] members;
Guid leader;
optional group_not_empty {
GroupLootSetting loot_setting;
Guid master_loot;
ItemQuality loot_threshold;
DungeonDifficulty difficulty;
}
}
Header
SMSG have a header of 4 bytes.
SMSG Header
Offset | Size / Endianness | Type | Name | Description |
---|---|---|---|---|
0x00 | 2 / Big | uint16 | size | Size of the rest of the message including the opcode field but not including the size field. |
0x02 | 2 / Little | uint16 | opcode | Opcode that determines which fields the message contains. |
Body
Offset | Size / Endianness | Type | Name | Comment |
---|---|---|---|---|
0x04 | 1 / - | GroupType | group_type | |
0x05 | 1 / - | Bool | battleground_group | |
0x06 | 1 / - | u8 | group_id | |
0x07 | 1 / - | u8 | flags | mangoszero/cmangos/vmangos: own flags (groupid |
0x08 | 8 / Little | Guid | group | |
0x10 | 4 / Little | u32 | amount_of_members | |
0x14 | ? / - | GroupListMember[amount_of_members] | members | |
- | 8 / Little | Guid | leader |
Optionally the following fields can be present. This can only be detected by looking at the size of the message.
Offset | Size / Endianness | Type | Name | Comment |
---|---|---|---|---|
- | 1 / - | GroupLootSetting | loot_setting | |
- | 8 / Little | Guid | master_loot | Zero if loot_setting is not MASTER_LOOT |
- | 1 / - | ItemQuality | loot_threshold | |
- | 1 / - | DungeonDifficulty | difficulty |
Client Version 3.3.5
Wowm Representation
Autogenerated from wowm
file at wow_message_parser/wowm/world/social/smsg_group_list.wowm:88
.
smsg SMSG_GROUP_LIST = 0x007D {
u8 group_type;
u8 group_id;
u8 flags;
u8 roles;
Guid group;
u32 counter;
u32 amount_of_members;
GroupListMember[amount_of_members] members;
Guid leader;
optional group_not_empty {
GroupLootSetting loot_setting;
Guid master_loot;
ItemQuality loot_threshold;
DungeonDifficulty difficulty;
RaidDifficulty raid_difficulty;
Bool heroic;
}
}
Header
SMSG have a header of 4 bytes.
SMSG Header
Offset | Size / Endianness | Type | Name | Description |
---|---|---|---|---|
0x00 | 2 OR 3 / Big | uint16 OR uint16+uint8 | size | Size of the rest of the message including the opcode field but not including the size field. Wrath server messages can be 3 bytes. If the first (most significant) size byte has 0x80 set, the header will be 3 bytes, otherwise it is 2. |
- | 2 / Little | uint16 | opcode | Opcode that determines which fields the message contains. |
Body
Offset | Size / Endianness | Type | Name | Comment |
---|---|---|---|---|
- | 1 / - | u8 | group_type | |
- | 1 / - | u8 | group_id | |
- | 1 / - | u8 | flags | mangoszero/cmangos/vmangos: own flags (groupid |
- | 1 / - | u8 | roles | |
- | 8 / Little | Guid | group | |
- | 4 / Little | u32 | counter | azerothcore: 3.3, value increases every time this packet gets sent |
- | 4 / Little | u32 | amount_of_members | |
- | ? / - | GroupListMember[amount_of_members] | members | |
- | 8 / Little | Guid | leader |
Optionally the following fields can be present. This can only be detected by looking at the size of the message.
Offset | Size / Endianness | Type | Name | Comment |
---|---|---|---|---|
- | 1 / - | GroupLootSetting | loot_setting | |
- | 8 / Little | Guid | master_loot | Zero if loot_setting is not MASTER_LOOT |
- | 1 / - | ItemQuality | loot_threshold | |
- | 1 / - | DungeonDifficulty | difficulty | |
- | 1 / - | RaidDifficulty | raid_difficulty | |
- | 1 / - | Bool | heroic |