DB/SpellCastTimes: Difference between revisions

From wowdev
Jump to navigation Jump to search
No edit summary
Line 1: Line 1:
*Cast times are in milliseconds. ($x/1000)  
*Cast times are in milliseconds. ($x/1000)  
*Called from column 17 in [[Spell.dbc]].  
*Called from column 12 in [[Spell.dbc]].  


==Header Info ==
==Header Info ==
  Records....................59
  Records....................78
  Fields......................4
  Fields......................4
  Record Size................16
  Record Size................16
  String Block Size...........1
  String Block Size...........1


==Structure==
==4.0.3.13329==
'''Column Field Type Notes'''
 
  1 ID Integer
{| style="background:#FCFCFC; color:black"
  2 CastTime Integer
|-
  3 CastTimePerLevel Integer Q: Increment of some type? when applied, and how, no idea. / Debt if interrupted?  
! width="80" | Column  
  4 MinCastTime Integer The shortest cast time possible with enhancments.  
! width="180" | Field  
! width="80" | Type  
! width="500" | Notes
|- style="background:#E0E0E0;"
| 1 || ID || Integer ||
|-
| 2 || CastTime || Integer ||
|- style="background:#E0E0E0;"
| 3 || CastTimePerLevel || Float || Q: Increment of some type? when applied, and how, no idea. / Debt if interrupted?  
|-
| 4 || MinCastTime || Integer || The shortest cast time possible with enhancements.  
|}


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


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

Revision as of 17:17, 25 November 2010

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

Header Info

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

4.0.3.13329

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

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