DB/EnvironmentalDamage: Difference between revisions

From wowdev
Jump to navigation Jump to search
Line 8: Line 8:
  '''Column Field Type Notes'''  
  '''Column Field Type Notes'''  
  1 ID Integer
  1 ID Integer
  2 ID2 Integer ID-1
  2 ArrayIndex Integer (ID-1). Used for the array holding the values in the client. This has to be < 6!
  3 iRefID_[[SoundEntries.dbc|SoundEntries]]? Integer
  3 iRefID_[[SpellVisualKit.dbc|SpellVisual]] Integer The spellvisual when that damage is recieved.
 
--[[User:Schlumpf|schlumpf_]] 17:03, 4 September 2008 (CEST)


--[[User:Schlumpf|schlumpf_]] 21:26, 7 August 2009 (CEST)


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

Revision as of 21:26, 7 August 2009

Header Info

Records.....................6
Fields......................3
Record Size................12
String Block Size...........1

Structure

Column 	Field 			Type 		Notes 
1 	ID 			Integer 	
2 	ArrayIndex 		Integer 	(ID-1). Used for the array holding the values in the client. This has to be < 6!
3 	iRefID_SpellVisual 	Integer 	The spellvisual when that damage is recieved.

--schlumpf_ 21:26, 7 August 2009 (CEST)