DB/CreatureDisplayInfoExtra: Difference between revisions

From wowdev
Jump to navigation Jump to search
m (forgot the id back then.)
Line 49: Line 49:
| 20 || [[ItemDisplayInfo.dbc|Cape]] || iRefID ||
| 20 || [[ItemDisplayInfo.dbc|Cape]] || iRefID ||
|-
|-
| 21 || Unknown || Boolean || Added in BC Beta 2.0.0.5991
| 21 || CanEquip || Boolean || Can equip additional things when used for players.
|-
|-
| 22 || Texture || String || The [[BLP|texture]] used on the model.  
| 22 || Texture || String || The [[BLP|texture]] used on the model.  

Revision as of 02:07, 30 July 2009

Defines certain characteristics for npcs.

Structure

Column Field Type Notes
1 ID Integer
2 Race iRefID
3 CreatureType iRefID
4 Gender Boolean 0 for Male, 1 for Female
5 SkinColor Integer
6 FaceType Integer
7 HairType Integer
8 HairStyle Integer
9 BeardStyle Integer
10 Helm iRefID These columns define what the NPC is wearing.
11 Shoulder iRefID
12 Shirt iRefID
13 Cuirass iRefID
14 Belt iRefID
15 Legs iRefID
16 Boots iRefID
17 Rings iRefID
18 Gloves iRefID
19 Wrist iRefID
20 Cape iRefID
21 CanEquip Boolean Can equip additional things when used for players.
22 Texture String The texture used on the model.

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