From 9fd9a07f1c51200cdaf4fd5e13e7cec24fe3bbcd Mon Sep 17 00:00:00 2001 From: "Julio A. Leyva Osorio" Date: Fri, 16 Jul 2021 16:23:43 -0400 Subject: chore: characters (#584) * Update account_data.md * Update account_instance_times.md * Update account_tutorial.md * Update addons.md * Update arena_team.md * Fix arena_team.md * Update arena_team_member.md * Update auctionhouse.md * Update banned_addons.md * Update battleground_deserters.md * Update bugreport.md * Update calendar_events.md * fix calendar_events.md * fix * fix * fix3 * update calendar_invites.md * update channels.md * fix channels.md * fix channels.md * update channels_bans.md * update channels_bans.md * update petition.md * fix 4 * Update characters.md * Update worlstates.md * Update gm_ticket.md * + Update * + update 2.md * + update 3 * update + characters.md * + update 4.md * + update 5.md * update characters, thanks @r-o-b-o-t-o * fix + * + Update 6 * + Update 7 * + Update 8 * + Update 9 * Fix + @Kitzunu --- docs/groups.md | 72 +++++++++++++++++++++++++++++++--------------------------- 1 file changed, 39 insertions(+), 33 deletions(-) (limited to 'docs/groups.md') diff --git a/docs/groups.md b/docs/groups.md index 918caa0..03fd88c 100644 --- a/docs/groups.md +++ b/docs/groups.md @@ -8,41 +8,43 @@ This table holds basic info about groups. **Structure** -| Field | Type | Attributes | Key | Null | Default | Extra | Comment | -|----------------------|------------|------------|-----|------|---------|-------|---------| -| [guid][1] | INT | UNSIGNED | PRI | NO | | | | -| [leaderGuid][2] | INT | UNSIGNED | | NO | | | | -| [lootMethod][3] | TINYINT | UNSIGNED | | NO | | | | -| [looterGuid][4] | INT | UNSIGNED | | NO | | | | -| [lootThreshold][5] | TINYINT | UNSIGNED | | NO | | | | -| [icon1][6] | INT | UNSIGNED | | NO | | | | -| [icon2][7] | INT | UNSIGNED | | NO | | | | -| [icon3][8] | INT | UNSIGNED | | NO | | | | -| [icon4][9] | INT | UNSIGNED | | NO | | | | -| [icon5][10] | INT | UNSIGNED | | NO | | | | -| [icon6][11] | INT | UNSIGNED | | NO | | | | -| [icon7][12] | INT | UNSIGNED | | NO | | | | -| [icon8][13] | INT | UNSIGNED | | NO | | | | -| [groupType][14] | TINYINT | UNSIGNED | | NO | | | | -| [difficulty][15] | TINYINT | UNSIGNED | | NO | 0 | | | -| [raiddifficulty][16] | TINYINT | UNSIGNED | | NO | 0 | | | +| Field | Type | Attributes | Key | Null | Default | Extra | Comment | +| ---------------------- | ------- | ---------- | --- | ---- | ------- | ----- | ------- | +| [guid][1] | INT | UNSIGNED | PRI | NO | | | | +| [leaderGuid][2] | INT | UNSIGNED | | NO | | | | +| [lootMethod][3] | TINYINT | UNSIGNED | | NO | | | | +| [looterGuid][4] | INT | UNSIGNED | | NO | | | | +| [lootThreshold][5] | TINYINT | UNSIGNED | | NO | | | | +| [icon1][6] | BIGINT | UNSIGNED | | NO | | | | +| [icon2][7] | BIGINT | UNSIGNED | | NO | | | | +| [icon3][8] | BIGINT | UNSIGNED | | NO | | | | +| [icon4][9] | BIGINT | UNSIGNED | | NO | | | | +| [icon5][10] | BIGINT | UNSIGNED | | NO | | | | +| [icon6][11] | BIGINT | UNSIGNED | | NO | | | | +| [icon7][12] | BIGINT | UNSIGNED | | NO | | | | +| [icon8][13] | BIGINT | UNSIGNED | | NO | | | | +| [groupType][14] | TINYINT | UNSIGNED | | NO | | | | +| [difficulty][15] | TINYINT | UNSIGNED | | NO | 0 | | | +| [raiddifficulty][16] | TINYINT | UNSIGNED | | NO | 0 | | | +| [masterLooterGuid][17] | INT | UNSIGNED | | NO | | | | [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 +[6]: #icon +[7]: #icon +[8]: #icon +[9]: #icon +[10]: #icon +[11]: #icon +[12]: #icon +[13]: #icon [14]: #grouptype [15]: #difficulty [16]: #raiddifficulty +[17]: #masterlooterguid **Description of the fields** @@ -52,7 +54,7 @@ The ID of the group. This number is unique to each group and is the main method ### leaderGuid -The GUID of the character. See characters.guid +The GUID of the character. See [characters.guid](characters#guid). ### lootMethod @@ -66,16 +68,16 @@ The GUID of the character. See characters.guid ### looterGuid -Master looter's guid. See characters.guid -If [lootMethod](#groups-lootMethod) is not 2, then it's group leader's guid. +Master looter's guid. See [characters.guid](characters#guid). +If [lootMethod](groups#lootmethod) is not 2, then it's group leader's guid. ### lootThreshold `field-no-description|5` -### icon1-8 +### icon -`field-no-description|6` +`field-no-description|6-13` ### groupType @@ -90,8 +92,12 @@ If [lootMethod](#groups-lootMethod) is not 2, then it's group leader's guid. ### difficulty -`field-no-description|8` +`field-no-description|15` ### raiddifficulty -`field-no-description|9` +`field-no-description|16` + +### masterLooterGuid + +`field-no-description|17` \ No newline at end of file -- cgit