DB/GroundEffectTexture: Difference between revisions

From wowdev
Jump to navigation Jump to search
mNo edit summary
Line 12: Line 12:
| 1  || ID || Integer ||  
| 1  || ID || Integer ||  
|- style="background:#F0F8FF;"
|- style="background:#F0F8FF;"
| 2  || [[GroundEffectDoodad.dbc|Effect Doodad 1]] || iRefID || References to Column 2.
| 2  || [[GroundEffectDoodad.dbc|Effect Doodad]][4] || iRefID || References to Column 2.
|- style="background:#F0F8FF;"
| 3  || [[GroundEffectDoodad.dbc|Effect Doodad 2]] || iRefID ||
|- style="background:#F0F8FF;"
| 4  || [[GroundEffectDoodad.dbc|Effect Doodad 3]] || iRefID ||
|- style="background:#F0F8FF;"
| 5  || [[GroundEffectDoodad.dbc|Effect Doodad 4]] || iRefID ||
|-   
|-   
| 6  || Unknown || Boolean || Always true , new in WotLK?
| 6  || Weight?[4] || Integer || If this really is weight, you may give out 16 points in total.
|-
| 7  || Unknown || Boolean || Always true , new in WotLK?
|-
| 8  || Unknown || Boolean || Always true , new in WotLK?
|-
| 9  || Unknown || Boolean || Always true , new in WotLK?
|-
|-
| 10  || Amount || Integer || from 0 (Nothing) to 16 (doodads almost everywhere)
| 10  || Amount || Integer || from 0 (Nothing) to 123 (doodads almost everywhere). I guess, its up to 255. If 0, its getting fixed to 8.
|-   
|-   
| 11  || Unknown || Integer ||  
| 11  || Unknown || Integer ||  
|}
|}


Retrieved from "http://www.sourcepeek.com/wiki/GroundEffectTexture.dbc"
-[[User:Schlumpf|schlumpf_]] 10:56, 9 August 2009 (CEST), Retrieved from "http://www.sourcepeek.com/wiki/GroundEffectTexture.dbc"


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

Revision as of 10:56, 9 August 2009

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

Column Field Type Notes
1 ID Integer
2 Effect Doodad[4] iRefID References to Column 2.
6 Weight?[4] Integer If this really is weight, you may give out 16 points in total.
10 Amount Integer from 0 (Nothing) to 123 (doodads almost everywhere). I guess, its up to 255. If 0, its getting fixed to 8.
11 Unknown Integer

-schlumpf_ 10:56, 9 August 2009 (CEST), Retrieved from "http://www.sourcepeek.com/wiki/GroundEffectTexture.dbc"