DB/SpellCastTimes: Difference between revisions

From wowdev
Jump to navigation Jump to search
(New page: *Cast times are in milliseconds. ($x/1000) *Called from column 17 in Spell.dbc. ==Header Info == Records....................59 Fields......................4 Record Size.............)
 
Line 11: Line 11:
  '''Column Field Type Notes'''  
  '''Column Field Type Notes'''  
  1 ID Integer
  1 ID Integer
  2 base Integer
  2 CastTime Integer
  3 Unknown Integer Q: Increment of some type? when applied, and how, no idea. / Debt if interrupted?  
  3 CastTimePerLevel Integer Q: Increment of some type? when applied, and how, no idea. / Debt if interrupted?  
  4 minimum Integer The shortest cast time possible with enhancments.  
  4 MinCastTime Integer The shortest cast time possible with enhancments.  


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


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

Revision as of 22:22, 14 June 2009

  • Cast times are in milliseconds. ($x/1000)
  • Called from column 17 in Spell.dbc.

Header Info

Records....................59
Fields......................4
Record Size................16
String Block Size...........1

Structure

Column	Field 		Type 		Notes 
1 	ID 		Integer 	
2 	CastTime 		Integer 	
3 	CastTimePerLevel 	Integer 	Q: Increment of some type? when applied, and how, no idea. / Debt if interrupted? 
4 	MinCastTime 	Integer 	The shortest cast time possible with enhancments. 

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