Back to 'group_member' Return to characters Go to 'guild'
This table holds basic info about groups.
Field | Type | Attributes | Key | Null | Default | Extra | Comment |
---|---|---|---|---|---|---|---|
guid | int | unsigned | PRI | NO | |||
leaderGuid | int | unsigned | MUL | NO | |||
lootMethod | tinyint | unsigned | NO | ||||
looterGuid | int | unsigned | NO | ||||
lootThreshold | tinyint | unsigned | NO | ||||
icon1 | bigint | unsigned | NO | ||||
icon2 | bigint | unsigned | NO | ||||
icon3 | bigint | unsigned | NO | ||||
icon4 | bigint | unsigned | NO | ||||
icon5 | bigint | unsigned | NO | ||||
icon6 | bigint | unsigned | NO | ||||
icon7 | bigint | unsigned | NO | ||||
icon8 | bigint | unsigned | NO | ||||
groupType | tinyint | unsigned | NO | ||||
difficulty | tinyint | unsigned | NO | 0 | |||
raidDifficulty | tinyint | unsigned | NO | 0 | |||
masterLooterGuid | int | unsigned | NO |
Unique group enumerator.
character guid of the group leader.
ID | Name |
---|---|
0 | FREE_FOR_ALL |
1 | ROUND_ROBIN |
2 | MASTER_LOOT |
3 | GROUP_LOOT |
4 | NEED_BEFORE_GREED |
Initiated as leaderGuid. If lootMethod is ROUND_ROBIN (1), this field containts the character guid eligible for the next loot.
Quality threshold past which players have to roll for items.
enum ItemQualities
ID | Name | Comment |
---|---|---|
0 | ITEM_QUALITY_POOR | GREY |
1 | ITEM_QUALITY_NORMAL | WHITE |
2 | ITEM_QUALITY_UNCOMMON | GREEN |
3 | ITEM_QUALITY_RARE | BLUE |
4 | ITEM_QUALITY_EPIC | PURPLE |
5 | ITEM_QUALITY_LEGENDARY | ORANGE |
6 | ITEM_QUALITY_ARTIFACT | LIGHT YELLOW |
7 | ITEM_QUALITY_HEIRLOOM |
character guid or creature guid the icon is placed on.
Idx | Name |
---|---|
1 | Yellow 4-point Star |
2 | Orange Circle |
3 | Purple Diamond |
4 | Green Triangle |
5 | White Crescent Moon |
6 | Blue Square |
7 | Red Cross |
8 | White Skull |
Value | Flag | Name | Comment |
---|---|---|---|
0 | 0x0 | GROUPTYPE_NORMAL | |
1 | 0x1 | GROUPTYPE_BG | |
2 | 0x2 | GROUPTYPE_RAID | |
3 | 0x3 | GROUPTYPE_BGRAID | mask |
4 | 0x4 | GROUPTYPE_LFG_RESTRICTED | Script_HasLFGRestrictions() |
8 | 0x8 | GROUPTYPE_LFG |
ID | Name |
---|---|
0 | DUNGEON_DIFFICULTY_NORMAL |
1 | DUNGEON_DIFFICULTY_HEROIC |
2 | DUNGEON_DIFFICULTY_EPIC |
ID | Name |
---|---|
0 | RAID_DIFFICULTY_10MAN_NORMAL |
1 | RAID_DIFFICULTY_25MAN_NORMAL |
2 | RAID_DIFFICULTY_10MAN_HEROIC |
3 | RAID_DIFFICULTY_25MAN_HEROIC |
character guid of the member with the master looter flag.