diff options
| author | FrancescoBorzi <borzifrancesco@gmail.com> | 2019-02-25 19:24:20 +0100 |
|---|---|---|
| committer | FrancescoBorzi <borzifrancesco@gmail.com> | 2019-02-25 19:24:20 +0100 |
| commit | a35d4f08a3f9f086eae94dccbfda2ff0c8eb5ae3 (patch) | |
| tree | 91e0cde00f6f27b730b0df3f4338fcf99fa8447a /docs/item_modified_appearance.md | |
| parent | d8d1823802ded97300fa57405d80b16736603489 (diff) | |
| download | wiki-a35d4f08a3f9f086eae94dccbfda2ff0c8eb5ae3.tar.gz wiki-a35d4f08a3f9f086eae94dccbfda2ff0c8eb5ae3.tar.bz2 wiki-a35d4f08a3f9f086eae94dccbfda2ff0c8eb5ae3.zip | |
Import DB wiki from TC 335
Diffstat (limited to 'docs/item_modified_appearance.md')
| -rw-r--r-- | docs/item_modified_appearance.md | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/docs/item_modified_appearance.md b/docs/item_modified_appearance.md new file mode 100644 index 0000000..1048d50 --- /dev/null +++ b/docs/item_modified_appearance.md @@ -0,0 +1,60 @@ +# item\_modified\_appearance + +**`Back-to:Hotfixes`** + +**The \`item\_modified\_appearance\` table** + +This table links together the appearances and item ids in regards to item hotfixes. Together with item, item\_appearance and item\_sparse they present the means to hotfix an item. + + + +**Structure** + +| | | | | | | | | +|--------------------------------------------------------------|-------------|----------------|---------|----------|-------------|-----------|-------------| +| **Field** | **Type** | **Attributes** | **Key** | **Null** | **Default** | **Extra** | **Comment** | +| [ID](#item_modified_appearance-ID) | int(10) | unsigned | PRI | NO | 0 | | | +| [ItemID](#item_modified_appearance-ItemID) | int(10) | unsigned | | NO | 0 | | | +| [AppearanceModID](#item_modified_appearance-AppearanceModID) | int(10) | unsigned | | NO | 0 | | | +| [AppearanceID](#item_modified_appearance-AppearanceID) | int(10) | unsigned | | NO | 0 | | | +| [IconFileDataID](#item_modified_appearance-IconFileDataID) | int(10) | unsigned | | NO | 0 | | | +| [Index](#item_modified_appearance-Index) | int(10) | unsigned | | NO | 0 | | | +| [VerifiedBuild](#item_modified_appearance-VerifiedBuild) | smallint(6) | signed | | NO | 0 | | | + +**Description of the fields** + +### ID + +This is the unique ID for the item\_modified\_appearance table and has no relation whatsoever to the item ID that is being hotfixed. +This value links to [hotfix\_data.RecordID](http://collab.kpsn.org/display/tc/hotfix_data#hotfix_data-hotfix_data-RecordID) with the proper TableHash accompanied. + +### ItemID + +This is the unique ID for the item that has received a hotfix. +This value links to [hotfix\_data.RecordID](hotfix_data_2130074.html#hotfix_data-hotfix_data-hotfix_data-RecordID) with the proper TableHash accompanied, [item.ID](hotfixes_item_2130073.html#hotfixes_item-hotfixes_item-ID) and [item\_sparse.ID](http://collab.kpsn.org/display/tc/item_sparse#item_sparse-ID). + +### AppearanceModID + +This value is obtained from ItemBonus.db2 and acts as a selector when there are multiple entries for the same item ID.This value is by default set to 0. + +### AppearanceID + +This value links to item\_appearance.ID and basically creates the link between the specified Item ID and the Appearance tables accompanying it. + +### IconFileDataID + +This value is unused, leave it at 0. + +### Index + +This value is unused, leave it at 0. + +### VerifiedBuild + +This field is used by the TrinityDB Team to determine whether a template has been verified from WDB files. + +If value is 0 then it has not been parsed yet. + +If value is above 0 then it has been parsed with WDB files from that specific [client build](http://collab.kpsn.org/pages/createpage.action?spaceKey=tc&title=realmlist_tc2&linkCreation=true&fromPageId=333456). + +If value is -1 then it is just a place holder until proper data are found on WDBs. |
