DB/ItemDisplayInfo: Difference between revisions

From wowdev
Jump to navigation Jump to search
mNo edit summary
m (New style. And updated data.)
Line 1: Line 1:
==Header Info==
Contains information about items.
Records.................38660
Fields.....................23
Record Size................92
String Block Size......472318


==Structure==
==Structure==
 
{| style="background:#FCFCFC; color:black"
'''Column Field Type Notes'''
|-
  1 item display ID Integer
! width="80" | Column  
2 model left String
! width="180" | Field  
3 model right String
! width="80" | Type  
4 texture left String
! width="500" | Notes
5 texture right String
|-
6 icon name String
| 1 || ID || Integer ||
7 geoset flag Integer Flag for Gloves/Bracers?
|-
8 geoset flag Integer ^
| 2 || LeftModel || String || For example at shoulders. Defineing the pairs.
9 geoset flag Integer Flag for Dress/Robe.
|-
10 geoset flag Integer Flag for boots geoset.
| 3 || RightModel || String ||
11 unknown Integer
|-
12 iRefID_[[ItemGroupSounds.dbc|ItemGroupSounds]] Integer
| 4 || LeftModelTexture || String || And of course the textures, if not hardcoded.
13 iRefID_[[HelmetGeosetVisData.dbc|HelmetGeosetVisData]] Integer
|-
14 iRefID_[[HelmetGeosetVisData.dbc|HelmetGeosetVisData]] Integer
| 5 || RightModelTexture || String ||
15 texture arm upper String
|-
16 texture arm lower String
| 6 || Icon || String || The icon displayed in the bags etc.
17 texture hand String
|-
18 texture torso upper String
| 7 || Texture || String || If another texture is needed.
19 texture torso lower String
|-
20 texture leg upper String
| 8 || GloveGeosetFlags || Integer || ''Maybe the gloves and bracers are swapped!''
21 texture leg lower String
|-
22 texture foot String
| 9 || BracerGeosetFlags || Integer ||
23 iRefID_[[ItemVisuals.dbc|ItemVisuals]] Integer
|-
| 10 || RobeGeosetFlags || Integer ||
|-
| 11 || BootsGeosetFlags || Integer ||
|-
| 12 || Unkown || Integer ||
|- style="background:#F0F8FF;"
| 13 || [[ItemGroupSounds.dbc|ItemGroupSounds]] || iRefID ||
|- style="background:#F0F8FF;"
| 14 || [[HelmetGeosetVisData.dbc|HelmetGeosetVisData]] || iRefID ||
|- style="background:#F0F8FF;"
| 15 || [[HelmetGeosetVisData.dbc|HelmetGeosetVisData]] || iRefID ||
|-
| 16 || UpperArmTexture || String ||
|-
| 17 || LowerArmTexture || String ||
|-
| 18 || HandsTexture || String ||
|-
| 19 || UpperTorsoTexture || String ||
|-
| 20 || LowerTorsoTexture || String ||
|-
| 21 || UpperLegTexture || String ||
|-
| 22 || LowerLegTexture || String ||
|-
| 23 || FootTexture || String ||
|- style="background:#F0F8FF;"
| 24 || [[ItemVisuals.dbc|ItemVisuals]] || iRefID || Static enchants.
|-
| 25 || Unkown || Integer ||
|}


Retrieved from "http://www.sourcepeek.com/wiki/ItemDisplayInfo.dbc"
Retrieved from "http://www.sourcepeek.com/wiki/ItemDisplayInfo.dbc"


[[Category:DBC]]
[[Category:DBC]]

Revision as of 23:17, 26 September 2008

Contains information about items.

Structure

Column Field Type Notes
1 ID Integer
2 LeftModel String For example at shoulders. Defineing the pairs.
3 RightModel String
4 LeftModelTexture String And of course the textures, if not hardcoded.
5 RightModelTexture String
6 Icon String The icon displayed in the bags etc.
7 Texture String If another texture is needed.
8 GloveGeosetFlags Integer Maybe the gloves and bracers are swapped!
9 BracerGeosetFlags Integer
10 RobeGeosetFlags Integer
11 BootsGeosetFlags Integer
12 Unkown Integer
13 ItemGroupSounds iRefID
14 HelmetGeosetVisData iRefID
15 HelmetGeosetVisData iRefID
16 UpperArmTexture String
17 LowerArmTexture String
18 HandsTexture String
19 UpperTorsoTexture String
20 LowerTorsoTexture String
21 UpperLegTexture String
22 LowerLegTexture String
23 FootTexture String
24 ItemVisuals iRefID Static enchants.
25 Unkown Integer

Retrieved from "http://www.sourcepeek.com/wiki/ItemDisplayInfo.dbc"