From b2a2ea0534d321c9027469fbe6b985dc84343399 Mon Sep 17 00:00:00 2001 From: Walter Pagani Date: Tue, 5 Jan 2021 15:53:36 -0300 Subject: chore(wiki): HTML -> Markdown (#328) --- docs/groups.md | 321 +++++++++------------------------------------------------ 1 file changed, 50 insertions(+), 271 deletions(-) (limited to 'docs/groups.md') diff --git a/docs/groups.md b/docs/groups.md index ef22315..65d6d81 100644 --- a/docs/groups.md +++ b/docs/groups.md @@ -8,190 +8,41 @@ This table holds basic info about groups. **Structure** - ---------- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Field

Type

Attributes

Key

Null

Default

Extra

Comment

guid

int(10)

unsigned

PRI

NO

   

leaderGuid

int(10)

unsigned

 

NO

 

 

 

lootMethod

tinyint(3)

unsigned

 

NO

   

looterGuid

int(10)

unsigned

 

NO

 

 

 

lootThreshold

tinyint(3)

unsigned

 

NO

   

icon1

int(10)

unsigned

 

NO

 

 

 

icon2

int(10)

unsigned

 

NO

   

icon3

int(10)

unsigned

 

NO

 

 

 

icon4

int(10)

unsigned

 

NO

   

icon5

int(10)

unsigned

 

NO

 

 

 

icon6

int(10)

unsigned

 

NO

   

icon7

int(10)

unsigned

 

NO

   

icon8

int(10)

unsigned

 

NO

   

groupType

tinyint(3)

unsigned

 

NO

   

difficulty

tinyint(3)

unsigned

 

NO

0

 

 

raiddifficulty

tinyint(3)

unsigned

 

NO

0

 

 

+| Field | Type | Attributes | Key | Null | Default | Extra | Comment | +|----------------------|------------|------------|-----|------|---------|-------|---------| +| [guid][1] | int(10) | unsigned | PRI | NO | | | | +| [leaderGuid][2] | int(10) | unsigned | | NO | | | | +| [lootMethod][3] | tinyint(3) | unsigned | | NO | | | | +| [looterGuid][4] | int(10) | unsigned | | NO | | | | +| [lootThreshold][5] | tinyint(3) | unsigned | | NO | | | | +| [icon1][6] | int(10) | unsigned | | NO | | | | +| [icon2][7] | int(10) | unsigned | | NO | | | | +| [icon3][8] | int(10) | unsigned | | NO | | | | +| [icon4][9] | int(10) | unsigned | | NO | | | | +| [icon5][10] | int(10) | unsigned | | NO | | | | +| [icon6][11] | int(10) | unsigned | | NO | | | | +| [icon7][12] | int(10) | unsigned | | NO | | | | +| [icon8][13] | int(10) | unsigned | | NO | | | | +| [groupType][14] | tinyint(3) | unsigned | | NO | | | | +| [difficulty][15] | tinyint(3) | unsigned | | NO | 0 | | | +| [raiddifficulty][16] | tinyint(3) | unsigned | | NO | 0 | | | + +[1]: #guid +[2]: #leaderguid +[3]: #lootmethod +[4]: #looterguid +[5]: #lootthreshold +[6]: #icon1 +[7]: #icon2 +[8]: #icon3 +[9]: #icon4 +[10]: #icon5 +[11]: #icon6 +[12]: #icon7 +[13]: #icon8 +[14]: #grouptype +[15]: #difficulty +[16]: #raiddifficulty **Description of the fields** @@ -205,47 +56,13 @@ The GUID of the character. See characters.guid ### lootMethod - ----- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Value

Name

Comments

0

FREE_FOR_ALL

 

1

ROUND_ROBIN

 

2

MASTER_LOOT

 

3

GROUP_LOOT

 

4

NEED_BEFORE_GREED

 

+| Value | Name | Comments | +|-------|-------------------|----------| +| 0 | FREE_FOR_ALL | | +| 1 | ROUND_ROBIN | | +| 2 | MASTER_LOOT | | +| 3 | GROUP_LOOT | | +| 4 | NEED_BEFORE_GREED | | ### looterGuid @@ -262,52 +79,14 @@ If [lootMethod](#groups-lootMethod) is not 2, then it's group leader's guid. ### groupType - ----- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Value

Name

Comments

0

GROUPTYPE_NORMAL

 

1

GROUPTYPE_BG

 

2

GROUPTYPE_RAID

 

3

GROUPTYPE_BGRAID

GROUPTYPE_BG + GROUPTYPE_RAID, // mask

4

GROUPTYPE_UNK1

 

8

GROUPTYPE_LFG

 

+| Value | Name | Comments | +|-------|------------------|----------------------------------------| +| 0 | GROUPTYPE_NORMAL | | +| 1 | GROUPTYPE_BG | | +| 2 | GROUPTYPE_RAID | | +| 3 | GROUPTYPE_BGRAID | GROUPTYPE_BG + GROUPTYPE_RAID, // mask | +| 4 | GROUPTYPE_UNK1 | | +| 8 | GROUPTYPE_LFG | | ### difficulty -- cgit