DB/TerrainType: Difference between revisions

From wowdev
Jump to navigation Jump to search
No edit summary
Line 8: Line 8:
  '''Column Field Type Notes'''  
  '''Column Field Type Notes'''  
  1 ID Integer
  1 ID Integer
  2 sRefCon String Type of ground  
  2 TerrainDesc String Type of ground  
  3 [[SpellVisualEffectName.dbc|EffectRun]] Integer
  3 [[SpellVisualEffectName.dbc|FootstepSprayRun]] Integer
  4 [[SpellVisualEffectName.dbc|EffectWalk]] Integer
  4 [[SpellVisualEffectName.dbc|FootstepSprayWalk]] Integer
  5 [[TerrainTypeSounds.dbc|Sound]] Integer Sound. Yes, this '''IS''' used.  
  5 [[TerrainTypeSounds.dbc|Sound]] Integer Sound. Yes, this '''IS''' used.  
  6 Toggle Bool I guess, its footsteps or something as Sand and Snow have it.
  6 Flags Bool I guess, its footsteps or something as Sand and Snow have it.




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

Revision as of 20:15, 16 April 2011

Header Info

Records....................11
Fields......................6
Record Size................24
String Block Size..........71

Structure

Column 	Field 		Type 		Notes 
1 	ID 		Integer 	
2 	TerrainDesc 	String 		Type of ground 
3 	FootstepSprayRun 	Integer 	
4 	FootstepSprayWalk 	Integer 	
5 	Sound 		Integer 	Sound. Yes, this IS used. 
6 	Flags	 	Bool 		I guess, its footsteps or something as Sand and Snow have it.