DB/GameObjectDisplayInfo: Difference between revisions

From wowdev
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 5: Line 5:


==9183==
==9183==
  ID, int
  1 ID, int
  Filename, string  
  2 Filename, string  
  Stand, iRefId: SoundEntries
  3 Stand, iRefId: SoundEntries
  Open, iRefId: SoundEntries
  4 Open, iRefId: SoundEntries
  Loop, iRefId: SoundEntries
  5 Loop, iRefId: SoundEntries
  Close, iRefId: SoundEntries
  6 Close, iRefId: SoundEntries
  Destroy, iRefId: SoundEntries
  7 Destroy, iRefId: SoundEntries
  Opened, iRefId: SoundEntries
  8 Opened, iRefId: SoundEntries
  Custom0, iRefId: SoundEntries
  9 Custom0, iRefId: SoundEntries
  Custom1, iRefId: SoundEntries
  10 Custom1, iRefId: SoundEntries
  Custom2, iRefId: SoundEntries
  11 Custom2, iRefId: SoundEntries
  Custom3, iRefId: SoundEntries
  12 Custom3, iRefId: SoundEntries
  Vec3D[2], most likely bounding boxes or something similar.
  13-18 Vec3D[2], most likely bounding boxes or something similar.
  '''New since WotLK:''' [[ObjectEffectPackage.dbc]], iRefId: ObjectEffectPackage, only on those flying ships in Icecrown.
  19 '''New since WotLK:''' [[ObjectEffectPackage.dbc]], iRefId: ObjectEffectPackage, only on those flying ships in Icecrown.


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

Revision as of 15:59, 16 September 2009

GameObjectCache.wdb reads this file to associate models with objects. Actually this DBC is used for more than that it seems and also controls models used partially in some spells but not sure how at the moment. (Spell Focus objects like Anvils or Forges, maybe?)

This DBC holds information about every type of models (WMO too). Models (M2) are listed as .MDX as always.

9183

1 ID, int
2 Filename, string 
3 Stand, iRefId: SoundEntries
4 Open, iRefId: SoundEntries	
5 Loop, iRefId: SoundEntries	
6 Close, iRefId: SoundEntries
7 Destroy, iRefId: SoundEntries	
8 Opened, iRefId: SoundEntries	
9 Custom0, iRefId: SoundEntries	
10 Custom1, iRefId: SoundEntries	
11 Custom2, iRefId: SoundEntries	
12 Custom3, iRefId: SoundEntries	
13-18 Vec3D[2], most likely bounding boxes or something similar.
19 New since WotLK: ObjectEffectPackage.dbc, iRefId: ObjectEffectPackage, only on those flying ships in Icecrown.