Back to 'group_instance' Return to characters Go to 'groups'
This table holds info about group members.
Field | Type | Attributes | Key | Null | Default | Extra | Comment |
---|---|---|---|---|---|---|---|
guid | int | unsigned | NO | ||||
memberGuid | int | unsigned | PRI | NO | |||
memberFlags | tinyint | unsigned | NO | 0 | |||
subgroup | tinyint | unsigned | NO | 0 | |||
roles | tinyint | unsigned | NO | 0 |
references groups.guid.
character guid of a group member.
enum GroupMemberFlags
Value | Flag | Name | Comment |
---|---|---|---|
1 | 0x1 | MEMBER_FLAG_ASSISTANT | |
2 | 0x2 | MEMBER_FLAG_MAINTANK | unique per group |
4 | 0x4 | MEMBER_FLAG_MAINASSIST | unique per group |
Range 0 – 7, representing the subgroups of a raid group. There can only be 5 membes in one subgroup per raid group.
enum LfgRoles
Value | Flag | Name |
---|---|---|
1 | 0x01 | PLAYER_ROLE_LEADER |
2 | 0x02 | PLAYER_ROLE_TANK |
4 | 0x04 | PLAYER_ROLE_HEALER |
8 | 0x08 | PLAYER_ROLE_DAMAGE |
Back to 'group_instance' Return to characters Go to 'groups'