DB/ItemDisplayInfo: Difference between revisions

From wowdev
Jump to navigation Jump to search
mNo edit summary
Line 7: Line 7:
! width="180" | Field  
! width="180" | Field  
! width="80" | Type  
! width="80" | Type  
! width="500" | Notes
! width="800" | Notes
|-  
|-  
| 1  || ID || Integer ||  
| 1  || ID || Integer ||  
Line 19: Line 19:
| 5 || RightModelTexture || String ||  
| 5 || RightModelTexture || String ||  
|-  
|-  
| 6 || Icon || String || The icon displayed in the bags etc.
| 6 || Icon1 || String || The icon displayed in the bags etc.
|-
|-
| 7 || Texture || String || If another texture is needed.
| 7 || Icon2 || String || This is only used on Cro's apples which can be crushed. Sadly the icon then is a green instead of red apple.
|-
|-
| 8 || GloveGeosetFlags || Integer || ''Maybe the gloves and bracers are swapped!''
| 8 || GloveGeosetFlags || Integer || Its {0,1,2,3} for bracers.
|-
|-
| 9 || BracerGeosetFlags || Integer ||  
| 9 || BracerGeosetFlags || Integer ||  

Revision as of 02:02, 11 November 2009

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 Icon1 String The icon displayed in the bags etc.
7 Icon2 String This is only used on Cro's apples which can be crushed. Sadly the icon then is a green instead of red apple.
8 GloveGeosetFlags Integer Its {0,1,2,3} for bracers.
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"