DB/CreatureDisplayInfoExtra: Difference between revisions

From wowdev
Jump to navigation Jump to search
(Changed to new style.)
mNo edit summary
Line 5: Line 5:
|-  
|-  
! width="80" | Column  
! width="80" | Column  
! width="110" | Field  
! width="180" | Field  
! width="80" | Type  
! width="80" | Type  
! width="500" | Notes
! width="500" | Notes

Revision as of 23:17, 26 September 2008

Defines certain characteristics for npcs.

Structure

Column Field Type Notes
1 Race iRefID
2 CreatureType iRefID
3 Gender Boolean 0 for Male, 1 for Female
4 SkinColor Integer
5 HairType Integer
6 HairStyle Integer
7 BeardStyle Integer
8 Helm iRefID These columns define what the NPC is wearing.
9 Shoulder iRefID
10 Shirt iRefID
11 Cuirass iRefID
12 Belt iRefID
13 Legs iRefID
14 Boots iRefID
15 Rings iRefID
16 Gloves iRefID
17 Wrist iRefID
18 Cape iRefID
20 Unknown Boolean Added in BC Beta 2.0.0.5991
21 Texture String The texture used on the model.

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