DB/GroundEffectDoodad: Difference between revisions

From wowdev
Jump to navigation Jump to search
m (added old structure)
m (New style.)
Line 1: Line 1:
==Structure 3.2==
==Structure==
{| style="background:#FCFCFC; color:black"
{| style="background:#FCFCFC; color:black"
|-  
|-  
Line 8: Line 8:
|-  
|-  
| 1  || ID || Integer ||  
| 1  || ID || Integer ||  
|- style="background:#FF9B9B;"
| 2  || Internal ID || Integer || Secondary ID, unique. Mostly a difference of one to ID. Removed around 3.2.
|-  
|-  
| 2  || GroundModels || String || Models found in World\NoDXT\Detail\; *.MDL or *.MDX
| 2  || GroundModels || String || Models found in World\NoDXT\Detail\; *.MDL or *.MDX
Line 13: Line 15:
| 3  || Unknown || Bool || Mostly false. True on 26 WotLK doodads. New in 3.*.
| 3  || Unknown || Bool || Mostly false. True on 26 WotLK doodads. New in 3.*.
|}
|}
==Structure earlier==
{| style="background:#FCFCFC; color:black"
|-
! width="80" | Column
! width="180 " | Field
! width="80" | Type
! width="700" | Notes
|-
| 1  || ID || Integer ||
|-
| 2  || Internal ID || Integer || Secondary ID, unique. Mostly a difference of one to ID.
|-
| 3  || GroundModels || String || Models found in World\NoDXT\Detail\; *.MDL or *.MDX
|-  style="background:#C1FFC1;"
| 4  || Unknown || Bool || Mostly false. True on 26 WotLK doodads. New in 3.*.
|}


Partly retrieved from "http://www.sourcepeek.com/wiki/GroundEffectDoodad.dbc"
Partly retrieved from "http://www.sourcepeek.com/wiki/GroundEffectDoodad.dbc"


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

Revision as of 12:54, 17 September 2009

Structure

Column Field Type Notes
1 ID Integer
2 Internal ID Integer Secondary ID, unique. Mostly a difference of one to ID. Removed around 3.2.
2 GroundModels String Models found in World\NoDXT\Detail\; *.MDL or *.MDX
3 Unknown Bool Mostly false. True on 26 WotLK doodads. New in 3.*.

Partly retrieved from "http://www.sourcepeek.com/wiki/GroundEffectDoodad.dbc"