DB/SpellCastTimes

From wowdev
Revision as of 01:09, 13 February 2016 by Marlamin (talk | contribs) (Marlamin moved page SpellCastTimes.dbc to DB/SpellCastTimes)
Jump to navigation Jump to search
  • 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"

6.0.1.18179

struct SpellCastTimesRec {
  uint32_t m_ID;
  uint32_t m_base;
  uint32_t m_perLevel;
  uint32_t m_minimum;
};