diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/account.md | 6 | ||||
| -rw-r--r-- | docs/account_access.md | 8 | ||||
| -rw-r--r-- | docs/account_banned.md | 10 | ||||
| -rw-r--r-- | docs/account_data.md | 12 | ||||
| -rw-r--r-- | docs/account_instance_times.md | 4 | ||||
| -rw-r--r-- | docs/account_muted.md | 8 | ||||
| -rw-r--r-- | docs/account_tutorial.md | 22 | ||||
| -rw-r--r-- | docs/achievement.md | 4 | ||||
| -rw-r--r-- | docs/achievement_criteria.md | 118 | ||||
| -rw-r--r-- | docs/achievement_criteria_data.md | 10 | ||||
| -rw-r--r-- | docs/achievement_dbc.md | 22 | ||||
| -rw-r--r-- | docs/achievement_reward.md | 22 | ||||
| -rw-r--r-- | docs/achievement_reward_locale.md | 34 | ||||
| -rw-r--r-- | docs/acore_string.md | 22 | ||||
| -rw-r--r-- | docs/addons.md | 8 | ||||
| -rw-r--r-- | docs/areatable.md | 6 | ||||
| -rw-r--r-- | docs/areatrigger.md | 26 | ||||
| -rw-r--r-- | docs/areatrigger_involvedrelation.md | 6 | ||||
| -rw-r--r-- | docs/areatrigger_scripts.md | 8 | ||||
| -rw-r--r-- | docs/areatrigger_tavern.md | 8 | ||||
| -rw-r--r-- | docs/areatrigger_teleport.md | 16 | ||||
| -rw-r--r-- | docs/arena_team.md | 30 | ||||
| -rw-r--r-- | docs/arena_team_member.md | 8 | ||||
| -rw-r--r-- | docs/auctionhouse.md | 24 | ||||
| -rw-r--r-- | docs/autobroadcast.md | 12 | ||||
| -rw-r--r-- | docs/spell_area.md | 12 | ||||
| -rw-r--r-- | docs/spell_dbc.md | 120 |
27 files changed, 293 insertions, 293 deletions
diff --git a/docs/account.md b/docs/account.md index 81fa38e..cc6ac1a 100644 --- a/docs/account.md +++ b/docs/account.md @@ -7,7 +7,7 @@ **Structure** | Field | Type | Attributes | Key | Null | Default | Extra | Comment | -|-----------------------|--------------|------------|-----|------|-------------------|----------------|------------| +| --------------------- | ------------ | ---------- | --- | ---- | ----------------- | -------------- | ---------- | | [id][1] | INT | UNSIGNED | PRI | NO | | AUTO_INCREMENT | Identifier | | [username][2] | VARCHAR(32) | | UNI | NO | | | | | [salt][3] | BINARY(32) | | | NO | | | | @@ -20,7 +20,7 @@ | [last_ip][10] | VARCHAR(15) | | | NO | 127.0.0.1 | | | | [last_attempt_ip][11] | VARCHAR(15) | | | NO | 127.0.0.1 | | | | [failed_logins][12] | INT | UNSIGNED | | NO | 0 | | | -| [locked][13] | TINYINT | UNSIGNED | | NO | 0 | | | +| [locked][13] | TINYINT | UNSIGNED | | NO | 0 | | | | [lock_country][14] | VARCHAR(2) | | | NO | 0 | | | | [last_login][15] | TIMESTAMP | | | YES | NULL | | | | [online][16] | INT | UNSIGNED | | NO | 0 | | | @@ -164,7 +164,7 @@ Boolean 0 or 1 controlling if the account is currently logged in and online. Integer 0, 1 or 2 controlling if the client logged in on the account has any expansions. (for example if client is TBC, but expansion is set to 0, it will not be able to enter outlands and etc.) | Value | Expansion | -|-------|--------------------------------| +| ----- | ------------------------------ | | 0 | Classic | | 1 | The Burning Crusade (TBC) | | 2 | Wrath of the Lich King (WotLK) | diff --git a/docs/account_access.md b/docs/account_access.md index 3d5a8c5..c6594c7 100644 --- a/docs/account_access.md +++ b/docs/account_access.md @@ -9,10 +9,10 @@ This table holds security access level for any realm in [realmlist](realmlist) t **Structure** | Field | Type | Attributes | Key | Null | Default | Extra | Comment | -|--------------|--------------|------------|-----|------|---------|-------|---------| -| [id][1] | INT | UNSIGNED | PRI | NO | | | | -| [gmlevel][2] | TINYINT | UNSIGNED | | NO | | | | -| [RealmID][3] | INT | SIGNED | PRI | NO | -1 | | | +| ------------ | ------------ | ---------- | --- | ---- | ------- | ----- | ------- | +| [id][1] | INT | UNSIGNED | PRI | NO | | | | +| [gmlevel][2] | TINYINT | UNSIGNED | | NO | | | | +| [RealmID][3] | INT | SIGNED | PRI | NO | -1 | | | | [comment][4] | VARCHAR(255) | | | YES | | | | [1]: #id diff --git a/docs/account_banned.md b/docs/account_banned.md index 112cfc5..da7f763 100644 --- a/docs/account_banned.md +++ b/docs/account_banned.md @@ -9,13 +9,13 @@ This table lists all of the accounts that have been banned along with the date w **Structure** | Field | Type | Attributes | Key | Null | Default | Extra | Comment | -|----------------|--------------|------------|-----|------|---------|-------|------------| -| [id][1] | INT | UNSIGNED | PRI | NO | 0 | | Account id | -| [bandate][2] | INT | UNSIGNED | PRI | NO | 0 | | | -| [unbandate][3] | INT | UNSIGNED | | NO | 0 | | | +| -------------- | ------------ | ---------- | --- | ---- | ------- | ----- | ---------- | +| [id][1] | INT | UNSIGNED | PRI | NO | 0 | | Account id | +| [bandate][2] | INT | UNSIGNED | PRI | NO | 0 | | | +| [unbandate][3] | INT | UNSIGNED | | NO | 0 | | | | [bannedby][4] | VARCHAR(50) | | | NO | | | | | [banreason][5] | VARCHAR(255) | | | NO | | | | -| [active][6] | TINYINT | UNSIGNED | | NO | 1 | | | +| [active][6] | TINYINT | UNSIGNED | | NO | 1 | | | [1]: #id [2]: #bandate diff --git a/docs/account_data.md b/docs/account_data.md index 702db9b..14b5c1f 100644 --- a/docs/account_data.md +++ b/docs/account_data.md @@ -8,12 +8,12 @@ Contains data about client account and settings. **Structure** -| Field | Type | Attributes | Key | Null | Default | Extra | Comment | -|--------------|------------|------------|-----|------|---------|-------|---------| -| [account][1] | INT | UNSIGNED | PRI | NO | 0 | | | +| Field | Type | Attributes | Key | Null | Default | Extra | Comment | +| ------------ | ------- | ---------- | --- | ---- | ------- | ----- | ------- | +| [account][1] | INT | UNSIGNED | PRI | NO | 0 | | | | [type][2] | TINYINT | UNSIGNED | PRI | NO | 0 | | | -| [time][3] | INT | UNSIGNED | | NO | 0 | | | -| [data][4] | BLOB | SIGNED | | NO | | | | +| [time][3] | INT | UNSIGNED | | NO | 0 | | | +| [data][4] | BLOB | SIGNED | | NO | | | | [1]: #account [2]: #type @@ -29,7 +29,7 @@ Contains data about client account and settings. ### type | Value | Description | -|-------|-------------------------------| +| ----- | ----------------------------- | | 0 | Global-account config cache | | 2 | Global-account bindings cache | | 4 | Global-account macros cache | diff --git a/docs/account_instance_times.md b/docs/account_instance_times.md index 9bc15bf..06d87b3 100644 --- a/docs/account_instance_times.md +++ b/docs/account_instance_times.md @@ -8,8 +8,8 @@ This table controls how many instances the account's characters have been in las **Structure** -| Field | Type | Attributes | Key | Null | Default | Extra | Comment | -|------------------|------------|------------|-----|------|---------|-------|---------| +| Field | Type | Attributes | Key | Null | Default | Extra | Comment | +| ---------------- | ------ | ---------- | --- | ---- | ------- | ----- | ------- | | [accountId][1] | INT | UNSIGNED | PRI | NO | | | | | [instanceId][2] | INT | UNSIGNED | PRI | NO | 0 | | | | [releaseTime][3] | BIGINT | UNSIGNED | | NO | 0 | | | diff --git a/docs/account_muted.md b/docs/account_muted.md index 8d582d3..97353c9 100644 --- a/docs/account_muted.md +++ b/docs/account_muted.md @@ -13,10 +13,10 @@ Disable chat messaging for any character from account of character $playerName ( **Structure** | Field | Type | Attributes | Key | Null | Default | Extra | Comment | -|-----------------|--------------|------------|-----|------|---------|-------|--------------------------| -| [guid][1] | INT | UNSIGNED | PRI | NO | 0 | | Global Unique Identifier | -| [mutedate][2] | INT | UNSIGNED | PRI | NO | 0 | | | -| [mutetime][3] | INT | UNSIGNED | | NO | 0 | | | +| --------------- | ------------ | ---------- | --- | ---- | ------- | ----- | ------------------------ | +| [guid][1] | INT | UNSIGNED | PRI | NO | 0 | | Global Unique Identifier | +| [mutedate][2] | INT | UNSIGNED | PRI | NO | 0 | | | +| [mutetime][3] | INT | UNSIGNED | | NO | 0 | | | | [mutedby][4] | VARCHAR(50) | | | NO | | | | | [mutereason][5] | VARCHAR(255) | | | NO | | | | diff --git a/docs/account_tutorial.md b/docs/account_tutorial.md index e834e88..6989f39 100644 --- a/docs/account_tutorial.md +++ b/docs/account_tutorial.md @@ -8,17 +8,17 @@ This table is used to store the tutorial state of all the accounts. **Structure** -| Field | Type | Attributes | Key | Null | Default | Extra | Comment | -|----------------|---------|------------|-----|------|---------|--------|--------------------| -| [accountId][1] | INT | UNSIGNED | PRI | NO | 0 | Unique | Account Identifier | -| [tut0][2] | INT | UNSIGNED | | NO | 0 | | | -| [tut1][3] | INT | UNSIGNED | | NO | 0 | | | -| [tut2][4] | INT | UNSIGNED | | NO | 0 | | | -| [tut3][5] | INT | UNSIGNED | | NO | 0 | | | -| [tut4][6] | INT | UNSIGNED | | NO | 0 | | | -| [tut5][7] | INT | UNSIGNED | | NO | 0 | | | -| [tut6][8] | INT | UNSIGNED | | NO | 0 | | | -| [tut7][9] | INT | UNSIGNED | | NO | 0 | | | +| Field | Type | Attributes | Key | Null | Default | Extra | Comment | +| -------------- | ---- | ---------- | --- | ---- | ------- | ------ | ------------------ | +| [accountId][1] | INT | UNSIGNED | PRI | NO | 0 | Unique | Account Identifier | +| [tut0][2] | INT | UNSIGNED | | NO | 0 | | | +| [tut1][3] | INT | UNSIGNED | | NO | 0 | | | +| [tut2][4] | INT | UNSIGNED | | NO | 0 | | | +| [tut3][5] | INT | UNSIGNED | | NO | 0 | | | +| [tut4][6] | INT | UNSIGNED | | NO | 0 | | | +| [tut5][7] | INT | UNSIGNED | | NO | 0 | | | +| [tut6][8] | INT | UNSIGNED | | NO | 0 | | | +| [tut7][9] | INT | UNSIGNED | | NO | 0 | | | [1]: #accountid [2]: #tut0 diff --git a/docs/achievement.md b/docs/achievement.md index 569cca2..8af11a6 100644 --- a/docs/achievement.md +++ b/docs/achievement.md @@ -15,7 +15,7 @@ This DBC contains all achievements. ## Structure | Column | Field | Type | Notes | -|--------|----------------------|--------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| ------ | -------------------- | ------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | 1 | ID | Integer | Achievement ID | | 2 | Faction | Integer | -1: both, 0: Horde or 1: Alliance | | 3 | Map | Integer | Only set if achievement is related to a zone, otherwise set to -1 | @@ -38,7 +38,7 @@ This DBC contains all achievements. ## Content | ID | Name | -|------|--------------------------------------------------------------------------------| +| ---- | ------------------------------------------------------------------------------ | | 6 | Level 10 | | 7 | Level 20 | | 8 | Level 30 | diff --git a/docs/achievement_criteria.md b/docs/achievement_criteria.md index d6b0ed7..bc29f3d 100644 --- a/docs/achievement_criteria.md +++ b/docs/achievement_criteria.md @@ -15,7 +15,7 @@ This DBC has been added with WoW 3.0.1.8303 and contains the needed criteria to ## Structure | Column | Field | Type | Notes | -|--------|-------------------|---------|----------------------------------------------------------------------| +| ------ | ----------------- | ------- | -------------------------------------------------------------------- | | 1 | ID | Integer | Criteria ID | | 2 | Achievement | iRefID | Reference to the achievement this criteria is needed for. | | 3 | Type | Integer | Which type is this criteria? This defines the rows below. See below. | @@ -44,7 +44,7 @@ This information is retrieved from DBCStructure.h. *Also used for player deaths..* | Column | Field | Type | -|--------|------------|---------| +| ------ | ---------- | ------- | | 4 | creatureID | Integer | | 5 | killCount | Integer | @@ -53,48 +53,48 @@ This information is retrieved from DBCStructure.h. *There are further criterias instead just winning* | Column | Field | Type | -|--------|------------|---------| +| ------ | ---------- | ------- | | 4 | [Map](Map) | iRefID | | 5 | winCount | Integer | #### REACH\_LEVEL = 5 | Column | Field | Type | -|--------|--------|---------| +| ------ | ------ | ------- | | 4 | unused | Integer | | 5 | level | Integer | #### REACH\_SKILL\_LEVEL = 7 | Column | Field | Type | Notes | -|--------|------------|---------|-------------------------------------| +| ------ | ---------- | ------- | ----------------------------------- | | 4 | skillID | iRefID | [SkillLine.dbc](SkillLine) or what? | | 5 | skillLevel | Integer | | #### COMPLETE\_ACHIEVEMENT = 8 | Column | Field | Type | -|--------|----------------------------|--------| +| ------ | -------------------------- | ------ | | 4 | [Achievement](Achievement) | iRefID | #### COMPLETE\_QUEST\_COUNT = 9 | Column | Field | Type | -|--------|-----------------|---------| +| ------ | --------------- | ------- | | 4 | unused | Integer | | 5 | totalQuestCount | Integer | #### COMPLETE\_DAILY\_QUEST\_DAILY = 10 | Column | Field | Type | -|--------|--------------|---------| +| ------ | ------------ | ------- | | 4 | unused | Integer | | 5 | numberOfDays | Integer | #### COMPLETE\_QUESTS\_IN\_ZONE = 11 | Column | Field | Type | -|--------|------------|---------| +| ------ | ---------- | ------- | | 4 | zoneID | Integer | | 5 | questCount | Integer | @@ -103,7 +103,7 @@ This information is retrieved from DBCStructure.h. #### COMPLETE\_DAILY\_QUEST = 14 | Column | Field | Type | -|--------|------------|---------| +| ------ | ---------- | ------- | | 4 | unused | Integer | | 5 | questCount | Integer | @@ -112,44 +112,44 @@ This information is retrieved from DBCStructure.h. #### DEATH\_AT\_MAP = 16 | Column | Field | Type | -|--------|------------|--------| +| ------ | ---------- | ------ | | 4 | [Map](Map) | iRefID | #### DEATH\_IN\_DUNGEON = 18 | Column | Field | Type | -|--------|----------|---------| +| ------ | -------- | ------- | | 4 | manLimit | Integer | #### COMPLETE\_RAID = 19 | Column | Field | Type | Notes | -|--------|-----------|---------|--------------------| +| ------ | --------- | ------- | ------------------ | | 4 | groupSize | Integer | can be 5, 10 or 25 | #### KILLED\_BY\_CREATURE = 20 | Column | Field | Type | -|--------|---------------|---------| +| ------ | ------------- | ------- | | 4 | creatureEntry | Integer | #### FALL\_WITHOUT\_DYING = 24 | Column | Field | Type | -|--------|------------|---------| +| ------ | ---------- | ------- | | 4 | unused | Integer | | 5 | fallHeight | Integer | #### DEATHS\_FROM = 26 | Column | Field | Type | -|--------|---------------------|--------| +| ------ | ------------------- | ------ | | 4 | EnvironmentalDamage | iRefID | #### COMPLETE\_QUEST = 27 | Column | Field | Type | -|--------|------------|---------| +| ------ | ---------- | ------- | | 4 | questID | Integer | | 5 | questCount | Integer | @@ -158,7 +158,7 @@ This information is retrieved from DBCStructure.h. #### BE\_SPELL\_TARGET2 = 69 | Column | Field | Type | -|--------|----------------|---------| +| ------ | -------------- | ------- | | 4 | [Spell](Spell) | iRefID | | 5 | spellCount | Integer | @@ -167,21 +167,21 @@ This information is retrieved from DBCStructure.h. #### CAST\_SPELL2 = 110 | Column | Field | Type | -|--------|----------------|---------| +| ------ | -------------- | ------- | | 4 | [Spell](Spell) | iRefID | | 5 | castCount | Integer | #### BG\_OBJECTIVE\_CAPTURE = 30 | Column | Field | Type | Notes | -|--------|----------|---------|-----------------------------| +| ------ | -------- | ------- | --------------------------- | | 4 | unknow | Integer | value 42 = capture the flag | | 5 | count(?) | Integer | how many captures required | #### HONORABLE\_KILL\_AT\_AREA = 31 | Column | Field | Type | -|--------|-------------------|---------| +| ------ | ----------------- | ------- | | 4 | [Area](AreaTable) | iRefID | | 5 | killCount | Integer | @@ -190,13 +190,13 @@ This information is retrieved from DBCStructure.h. #### PLAY\_ARENA = 33 | Column | Field | Type | -|--------|------------|--------| +| ------ | ---------- | ------ | | 4 | [Map](Map) | iRefID | #### LEARN\_SPELL = 34 | Column | Field | Type | -|--------|----------------|--------| +| ------ | -------------- | ------ | | 4 | [Spell](Spell) | iRefID | #### OWN\_ITEM = 36 @@ -204,7 +204,7 @@ This information is retrieved from DBCStructure.h. #### WIN\_RATED\_ARENA = 37 | Column | Field | Type | Notes | -|--------|--------|---------|------------| +| ------ | ------ | ------- | ---------- | | 4 | unused | Integer | | | 5 | count | Integer | | | 6 | flag | Integer | 4=in a row | @@ -212,20 +212,20 @@ This information is retrieved from DBCStructure.h. #### HIGHEST\_TEAM\_RATING = 38 | Column | Field | Type | Notes | -|--------|----------|---------|---------| +| ------ | -------- | ------- | ------- | | 4 | teamtype | Integer | {2,3,5} | #### REACH\_TEAM\_RATING = 39 | Column | Field | Type | Notes | -|--------|------------|---------|---------| +| ------ | ---------- | ------- | ------- | | 4 | teamtype | Integer | {2,3,5} | | 5 | teamrating | Integer | | #### LEARN\_SKILL\_LEVEL = 40 | Column | Field | Type | Notes | -|--------|------------|---------|---------------------------------------------------------------------------| +| ------ | ---------- | ------- | ------------------------------------------------------------------------- | | 4 | skillID | iRefID | [SkillLine.dbc](SkillLine) or what? | | 5 | skillLevel | Integer | apprentice=1, journeyman=2, expert=3, artisan=4, master=5, grand master=6 | @@ -238,7 +238,7 @@ This information is retrieved from DBCStructure.h. - This areaReference is **NOT** the index from [AreaTable.dbc.](AreaTable) It's from WorldMapOverlay.dbc. | Column | Field | Type | -|--------|---------------|---------| +| ------ | ------------- | ------- | | 4 | areaReference | Integer | #### OWN\_RANK = 44 @@ -246,43 +246,43 @@ This information is retrieved from DBCStructure.h. - This rank is **NOT** the index from [CharTitles.dbc](CharTitles) | Column | Field | Type | -|--------|-------|---------| +| ------ | ----- | ------- | | 4 | rank | Integer | #### BUY\_BANK\_SLOT = 45 | Column | Field | Type | -|--------|---------------|---------| +| ------ | ------------- | ------- | | 4 | unused | Integer | | 5 | numberOfSlots | Integer | #### GAIN\_REPUTATION = 46 | Column | Field | Type | Notes | -|--------|--------------------|---------|---------------------------------------------| +| ------ | ------------------ | ------- | ------------------------------------------- | | 4 | [Faction](Faction) | iRefID | | | 5 | reputationAmount | Integer | Total reputation amount, so 42000 = exalted | #### GAIN\_EXALTED\_REPUTATION= 47 | Column | Field | Type | -|--------|-------------------------|---------| +| ------ | ----------------------- | ------- | | 4 | unused | Integer | | 5 | numberOfExaltedFactions | Integer | #### VISIT\_BARBER\_SHOP = 48 | Column | Field | Type | -|--------|----------------|---------| +| ------ | -------------- | ------- | | 4 | unused | Integer | -| 5 | numberOfVisits | Integer | +| 5 | numberOfVisits | Integer | #### EQUIP\_EPIC\_ITEM = 49 - Where is the required itemlevel stored? | Column | Field | Type | -|--------|----------|---------| +| ------ | -------- | ------- | | 4 | itemSlot | Integer | #### ROLL\_NEED\_ON\_LOOT = 50 @@ -290,21 +290,21 @@ This information is retrieved from DBCStructure.h. #### ROLL\_GREED\_ON\_LOOT = 51 | Column | Field | Type | -|--------|-----------|---------| +| ------ | --------- | ------- | | 4 | rollValue | Integer | | 5 | count | Integer | #### HK\_CLASS = 52 | Column | Field | Type | -|--------|---------------------|---------| +| ------ | ------------------- | ------- | | 4 | [Class](ChrClasses) | iRefID | | 5 | count | Integer | #### HK\_RACE = 53 | Column | Field | Type | -|--------|------------------|---------| +| ------ | ---------------- | ------- | | 4 | [Race](ChrRaces) | iRefID | | 5 | count | Integer | @@ -313,7 +313,7 @@ This information is retrieved from DBCStructure.h. - where is the information about the target stored? | Column | Field | Type | Notes | -|--------|-----------------|---------|-----------------------------------------------------------------| +| ------ | --------------- | ------- | --------------------------------------------------------------- | | 4 | [Emote](Emotes) | iRefID | | | 5 | count | Integer | count of emotes, always required special target or requirements | @@ -322,7 +322,7 @@ This information is retrieved from DBCStructure.h. #### GET\_KILLING\_BLOWS = 56 | Column | Field | Type | Notes | -|--------|----------------|---------|----------------------------| +| ------ | -------------- | ------- | -------------------------- | | 4 | unused | Integer | | | 5 | count | Integer | | | 6 | flag | Integer | 3 for battleground healing | @@ -331,7 +331,7 @@ This information is retrieved from DBCStructure.h. #### EQUIP\_ITEM = 57 | Column | Field | Type | -|--------|--------------|---------| +| ------ | ------------ | ------- | | 4 | [Item](Item) | iRefID | | 5 | itemCount | Integer | @@ -340,14 +340,14 @@ This information is retrieved from DBCStructure.h. #### LOOT\_MONEY = 67 | Column | Field | Type | -|--------|--------------|---------| +| ------ | ------------ | ------- | | 4 | unused | Integer | | 5 | goldInCopper | Integer | #### USE\_GAMEOBJECT = 68 | Column | Field | Type | -|--------|----------|---------| +| ------ | -------- | ------- | | 4 | goEntry | Integer | | 5 | useCount | Integer | @@ -356,87 +356,87 @@ This information is retrieved from DBCStructure.h. - Are those special criteria stored in the dbc? | Column | Field | Type | -|--------|-----------|---------| +| ------ | --------- | ------- | | 4 | unused | Integer | | 5 | killCount | Integer | #### FISH\_IN\_GAMEOBJECT = 72 | Column | Field | Type | -|--------|-----------|---------| +| ------ | --------- | ------- | | 4 | goEntry | Integer | -| 5 | lootCount | Integer | +| 5 | lootCount | Integer | #### LEARN\_SKILLLINE\_SPELLS = 75 | Column | Field | Type | -|--------|------------------------|---------| +| ------ | ---------------------- | ------- | | 4 | [SkillLine](SkillLine) | iRefID | | 5 | spellCount | Integer | #### WIN\_DUEL = 76 | Column | Field | Type | -|--------|-----------|---------| +| ------ | --------- | ------- | | 4 | unused | Integer | -| 5 | duelCount | Integer | +| 5 | duelCount | Integer | #### HIGHEST\_POWER = 96 | Column | Field | Type | Notes | -|--------|-----------|---------|-----------------------------------------| +| ------ | --------- | ------- | --------------------------------------- | | 4 | powerType | Integer | 0=mana, 1=rage, 3=energy, 6=runic power | #### HIGHEST\_STAT = 97 | Column | Field | Type | Notes | -|--------|----------|---------|-----------------------------------------------| +| ------ | -------- | ------- | --------------------------------------------- | | 4 | statType | Integer | 4=spirit, 3=int, 2=stamina, 1=agi, 0=strength | #### HIGHEST\_SPELLPOWER = 98 | Column | Field | Type | Notes | -|--------|-------------|--------|---------------------------------------| +| ------ | ----------- | ------ | ------------------------------------- | | 4 | spellSchool | iRefID | [SkillLine](SkillLine) or Resistances | #### HIGHEST\_RATING = 100 | Column | Field | Type | -|--------|------------|---------| +| ------ | ---------- | ------- | | 4 | ratingType | Integer | #### LOOT\_TYPE = 109 | Column | Field | Type | Notes | -|--------|---------------|---------|----------------------------------------| +| ------ | ------------- | ------- | -------------------------------------- | | 4 | lootType | Integer | 3=fishing, 2=pickpocket, 4=disentchant | | 5 | lootTypeCount | Integer | | #### LEARN\_SKILL\_LINE = 112 | Column | Field | Type | -|--------|------------------------|---------| +| ------ | ---------------------- | ------- | | 4 | [SkillLine](SkillLine) | iRefID | | 5 | spellCount | Integer | #### EARN\_HONORABLE\_KILL = 113 | Column | Field | Type | -|--------|-----------|---------| +| ------ | --------- | ------- | | 4 | unused | Integer | | 5 | killCount | Integer | #### ACCEPTED\_SUMMONS = 114 | Column | Field | Type | -|--------|---------------------------------------------|---------| +| ------ | ------------------------------------------- | ------- | | 4 | unused | Integer | | 5 | Here comes a 1 in, because it's a Statistic | Integer | #### ACHIVEMENTPOINTS\_REACHED = 115 | Column | Field | Type | -|--------|--------|---------| +| ------ | ------ | ------- | | 4 | unused | Integer | | 5 | unused | Integer | @@ -445,6 +445,6 @@ This information is retrieved from DBCStructure.h. #### RANDOM\_DUNGEON\_PLAYERCOUNT = 119 | Column | Field | Type | -|--------|-------------|---------| +| ------ | ----------- | ------- | | 4 | unused | Integer | | 5 | PlayerCount | Integer | diff --git a/docs/achievement_criteria_data.md b/docs/achievement_criteria_data.md index ea7202f..0726c7b 100644 --- a/docs/achievement_criteria_data.md +++ b/docs/achievement_criteria_data.md @@ -8,13 +8,13 @@ This table contains the data that a player needs to obtain / complete in order t **Structure** -| Field | Type | Attributes | Key | Null | Default | Extra | Comment | -|------------------|--------------|------------|-----|------|---------|-------|---------| +| Field | Type | Attributes | Key | Null | Default | Extra | Comment | +| ---------------- | --------- | ---------- | --- | ---- | ------- | ----- | ------- | | [criteria_id][1] | MEDIUMINT | | PRI | NO | | | | | [type][2] | TINYINT | UNSIGNED | PRI | NO | 0 | | | | [value1][3] | MEDIUMINT | UNSIGNED | | NO | 0 | | | | [value2][4] | MEDIUMINT | UNSIGNED | | NO | 0 | | | -| [ScriptName][5] | char(64) | | | NO | | | | +| [ScriptName][5] | char(64) | | | NO | | | | [1]: #criteria_id [2]: #type @@ -33,7 +33,7 @@ This is the ID from [Achievement\_Criteria.dbc](Achievement+Criteria). Depending on this value, it will determine how value1 and value2 are used. | Type | Name | -|------|---------------------------| +| ---- | ------------------------- | | 0 | TYPE_NONE | | 1 | TYPE_T_CREATURE | | 2 | TYPE_T_PLAYER_CLASS_RACE | @@ -191,7 +191,7 @@ Depending on this value, it will determine how value1 and value2 are used. **TYPE\_VALUE** | ComparisationType | -|--------------------------| +| ------------------------ | | COMP\_TYPE\_EQ = 0 | | COMP\_TYPE\_HIGH = 1 | | COMP\_TYPE\_LOW = 2 | diff --git a/docs/achievement_dbc.md b/docs/achievement_dbc.md index 06418eb..99122c1 100644 --- a/docs/achievement_dbc.md +++ b/docs/achievement_dbc.md @@ -8,15 +8,15 @@ Stores achievement data that is missing in [Achievement.dbc](Achievement) **Structure** -| Field | Type | Attributes | Key | Null | Default | Extra | Comment |
