DB/GroundEffectTexture: Difference between revisions

From wowdev
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 1: Line 1:
[[GroundEffectTexture.dbc]] is used for determining what doodads get used for the effects on textures (the ID thats used is the effectID on the base texture of each map chunk). These doodads are the little tiny plants & rocks you will see on the ground.
==Structure==
==Structure==


Line 20: Line 18:
| 5  || [[GroundEffectDoodad.dbc|Effect Doodad 4]] || iRefID ||  
| 5  || [[GroundEffectDoodad.dbc|Effect Doodad 4]] || iRefID ||  
|-   
|-   
| 6  || Unknown || Boolean || Always true , new in WotLK?
|-
| 7  || Unknown || Boolean || Always true , new in WotLK?
|-
| 8  || Unknown || Boolean || Always true , new in WotLK?
|-
| 9  || Unknown || Boolean || Always true , new in WotLK?
|-
| 6  || Amount || Integer || from 0 (Nothing) to 16 (doodads almost everywhere)
| 6  || Amount || Integer || from 0 (Nothing) to 16 (doodads almost everywhere)
|-   
|-   
Line 28: Line 34:


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

Revision as of 02:43, 1 February 2009

Structure

Column Field Type Notes
1 ID Integer
2 Effect Doodad 1 iRefID References to Column 2.
3 Effect Doodad 2 iRefID
4 Effect Doodad 3 iRefID
5 Effect Doodad 4 iRefID
6 Unknown Boolean Always true , new in WotLK?
7 Unknown Boolean Always true , new in WotLK?
8 Unknown Boolean Always true , new in WotLK?
9 Unknown Boolean Always true , new in WotLK?
6 Amount Integer from 0 (Nothing) to 16 (doodads almost everywhere)
7 Unknown Integer

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