DB/GroundEffectDoodad: Difference between revisions

From wowdev
Jump to navigation Jump to search
No edit summary
m (added old structure)
Line 1: Line 1:
==Structure==
==Structure 3.2==
{| style="background:#FCFCFC; color:black"
{| style="background:#FCFCFC; color:black"
|-  
|-  
Line 13: Line 13:
| 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:50, 17 September 2009

Structure 3.2

Column Field Type Notes
1 ID Integer
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.*.

Structure earlier

Column Field Type 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
4 Unknown Bool Mostly false. True on 26 WotLK doodads. New in 3.*.


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