DB/CreatureDisplayInfo: Difference between revisions

From wowdev
Jump to navigation Jump to search
m (typo)
(New Style, WotLK information, redone.)
Line 1: Line 1:
==Header Info==  
==Structure==
  Records.................15345
{| style="background:#FCFCFC; color:black"
  Fields.....................12
|-
  Record Size................48
! width="80" | Column
  String Block Size.......36890
! width="180 " | Field
! width="80" | Type
! width="600" | Notes
|-
| 1 || ID || Integer ||
|- style="background:#F0F8FF;"
| 2 || [[CreatureModelData.dbc|Model1]] || iRefID || A model to be used.
|- style="background:#F0F8FF;"
| 3 || [[CreatureModelData.dbc|Model2]] || iRefID || Some kind of alternative. Not set for that much models.
|- style="background:#F0F8FF;"
| 4 || [[CreatureDisplayInfoExtra.dbc|PutDown]] || iRefID || If this display-id is a NPC wearing things that are described in there.
|-
| 5 || Scale || Float || Default scale, if not set by server. 1 is the normal size.
|-
| 6 || Opacity || Integer || 0 (transparent) to 255 (opaque).  
|-
| 7 || Skin1 || String || Skins that are used in the model.  
|-
| 8 || Skin2 || String || See [[M2#Texture_definitions|this]] for information when they are used.
|-
| 9 || Skin3 || String ||
|-
| 10 || Icon || String || Holding an icon like INV_Misc_Food_59. Only on a few.
|-
| 11  || Unknown || Integer || Examples: 4 for dragons, 3 for mammoths, 2 for vrykuls, 1 for the most, 0 for gnomes, -1 for zombies.
|-
| 12  || Unknown || Integer || Another weird one. 0 to 4, only 69 are not 0.
|-
| 13 || [[NPCSounds.dbc|NPCSounds]] || iRefID || Sounds used when interacting with the NPC.
|-
| 14  || Unkown || Integer || Values are 0 and >281.
|- style="background:#C1FFC1;"
| 15 || Unkown || Integer || Only set for IronDwarfs. 0x1111 to 0x1213. (WotLK)
|- style="background:#C1FFC1;"
| 16 || Unkown || Integer || Some kind of group. Set for gyrocopters, catapults, rocketmounts and siegevehicles. (WotLK)
|}


==Structure==
 
  '''Column Field Type Notes'''
  15 Unknown Integer Only set for IronDwarfs. 0x1111 to 0x1213.
1 ID Integer
  16 Unknown Integer Some kind of group. Set for gyrocopters, catapults, rocketmounts and siegevehicles.
2 iRefID_[[CreatureModelData.dbc|CreatureModelData]] Integer Points to the model filename.
3 iRefID_[[CreatureModelData.dbc|CreatureModelData]]_2 Integer Alternative Model. sometimes the same, sometimes a related one.
4 iRefID_[[CreatureDisplayInfoExtra.dbc|CreatureDisplayInfoExtra]] Integer
5 Scale Float Default model scale if not set by server for that spawn. 1 is default model size.  
  6 Opacity Integer 0 - 255. 0 is totally transparent, 255 is solid
7 Skin1 String Creature Skin 1
8 Skin2 String Creature Skin 2
9 Skin3 String Creature Skin 3
10 Unknown Integer
11 Unknown Integer
12 iRefID_[[NPCSounds.dbc|NPCSounds]] Integer
13-21 Unknown Integer? Most of the time: -65281 | Other values follow.
===Unknown Data in 13-21===
'''ID Modelname 13 14 15 16 17 18 19 20 21
19408 FireFly\FireFlyGreen.m2 65472 ''-65281'' ''-65281'' -1358889216 ''-65281'' ''-65281'' 13420800 ''-65281'' ''-65281''
21527 Shivan\Shivan.m2 '''-4063251''' '''-4063251''' '''-4063251''' '''-7274577''' '''-7274577''' -7274577 '''-14172110''' '''-14172110''' '''-14172110'''
21540 Shivan\Shivan.m2 '''12713965''' '''-693383''' '''-693383''' -1768882257 -1828055 -1828055 2605106 -8715764 -8715764
21541 Shivan\Shivan.m2 '''-8323073''' '''-8323073''' '''-8323073''' -16711681 -16744256 -16744256 -16776961 '''-16760704''' '''-16760704'''
21542 Shivan\Shivan.m2 * '''12713965''' -16767964 ''-65281'' -1768882257 -9139330 ''-65281'' 2605106 -10396582 ''-65281''
21545 NetherDrake\NetherDrakeElite.m2 517094580 ''-65281'' ''-65281'' 1023305867 ''-65281'' ''-65281'' 15438883 ''-65281'' ''-65281''
* = alternative: Cloud\CloudSwampGas_Shadowmoon.mdx
'''bold''' = same value found
''italic'' = standard


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

Revision as of 19:14, 27 September 2008

Structure

Column Field Type Notes
1 ID Integer
2 Model1 iRefID A model to be used.
3 Model2 iRefID Some kind of alternative. Not set for that much models.
4 PutDown iRefID If this display-id is a NPC wearing things that are described in there.
5 Scale Float Default scale, if not set by server. 1 is the normal size.
6 Opacity Integer 0 (transparent) to 255 (opaque).
7 Skin1 String Skins that are used in the model.
8 Skin2 String See this for information when they are used.
9 Skin3 String
10 Icon String Holding an icon like INV_Misc_Food_59. Only on a few.
11 Unknown Integer Examples: 4 for dragons, 3 for mammoths, 2 for vrykuls, 1 for the most, 0 for gnomes, -1 for zombies.
12 Unknown Integer Another weird one. 0 to 4, only 69 are not 0.
13 NPCSounds iRefID Sounds used when interacting with the NPC.
14 Unkown Integer Values are 0 and >281.
15 Unkown Integer Only set for IronDwarfs. 0x1111 to 0x1213. (WotLK)
16 Unkown Integer Some kind of group. Set for gyrocopters, catapults, rocketmounts and siegevehicles. (WotLK)


15 	Unknown 			Integer 	Only set for IronDwarfs. 0x1111 to 0x1213.
16 	Unknown 			Integer 	Some kind of group. Set for gyrocopters, catapults, rocketmounts and siegevehicles.