DB/SpellDuration: Difference between revisions

From wowdev
Jump to navigation Jump to search
(New page: *Duration is in milliseconds. ($x/1000) *Called from column 29 in Spell.dbc ==Header Info == Records....................94 Fields......................4 Record Size..................)
 
No edit summary
Line 1: Line 1:
*Duration is in milliseconds. ($x/1000)  
*Duration is in milliseconds. ($x/1000)  
*Called from column 29 in [[Spell.dbc]]
*Called from column 13 in [[Spell.dbc]]


==Header Info ==
==Header Info ==
  Records....................94
  Records...................150
  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 base duration Integer
|-
  3 per level Integer
! width="80" | Column  
  4 max duration Integer Longest duration possible.  
! width="180" | Field  
! width="80" | Type  
! width="500" | Notes
|- style="background:#E0E0E0;"
| 1 || ID || Integer ||
|-
| 2 || BaseDuration || Integer ||
|- style="background:#E0E0E0;"
| 3 || PerLevel || Integer ||
|-
| 4 || MaxDuration || Integer || Longest duration possible.
|}


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


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

Revision as of 17:21, 25 November 2010

  • Duration is in milliseconds. ($x/1000)
  • Called from column 13 in Spell.dbc

Header Info

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

4.0.3.13329

Column Field Type Notes
1 ID Integer
2 BaseDuration Integer
3 PerLevel Integer
4 MaxDuration Integer Longest duration possible.

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