Skip to content

item_set_names

This table contains the item names displayed in an items tooltip in the itemset overview. Yes those names can be different from the actual item.

Structure ​

FieldTypeAttributesKeyNullDefaultExtraComment
entryintunsignedPRINO
namevarchar(255)NO''
InventoryTypetinyintunsignedNO0
VerifiedBuildintsignedYESNULL
 

Description of fields ​

entry ​

An item_template.entry that must be present in ItemSet  

name ​

Name to be displayed  

InventoryType ​

from enum InventoryType

IDNameIDName
1INVTYPE_HEAD15INVTYPE_RANGED
2INVTYPE_NECK16INVTYPE_CLOAK
3INVTYPE_SHOULDERS17INVTYPE_2HWEAPON
4INVTYPE_BODY18INVTYPE_BAG
5INVTYPE_CHEST19INVTYPE_TABARD
6INVTYPE_WAIST20INVTYPE_ROBE
7INVTYPE_LEGS21INVTYPE_WEAPONMAINHAND
8INVTYPE_FEET22INVTYPE_WEAPONOFFHAND
9INVTYPE_WRISTS23INVTYPE_HOLDABLE
10INVTYPE_HANDS24INVTYPE_AMMO
11INVTYPE_FINGER25INVTYPE_THROWN
12INVTYPE_TRINKET26INVTYPE_RANGEDRIGHT
13INVTYPE_WEAPON27INVTYPE_QUIVER
14INVTYPE_SHIELD28INVTYPE_RELIC

 

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.

If value is -1 then it is just a place holder until proper data are found on WDBs.

If value is -Client Build then it was parsed with WDB files from that specific client build and manually edited later for some special necessity.