DB/CreatureSpellData: Difference between revisions

From wowdev
Jump to navigation Jump to search
No edit summary
Line 8: Line 8:


==Structure==
==Structure==
Column Field Type Notes  
{| style="background:#FCFCFC; color:black"
  1 ID Integer Called when CreatureCache.wdb
|-
  2 iRefID_[[Spell.dbc|Spell]]_1 Integer Spell identification number.
! width="80" | Column  
  3 iRefID_[[Spell.dbc|Spell]]_2 Integer
! width="180 " | Field  
  4 iRefID_[[Spell.dbc|Spell]]_3 Integer
! width="80" | Type  
  ''5 PH_[[Spell.dbc|Spell]]_4 NULL''
! width="600" | Notes
  6 CoolDown_1 Integer Divide by 10 to get in seconds.  
|-
  7 CoolDown_2 Integer
| 1 || ID || Integer ||
  8 CoolDown_3 Integer
|- style="background:#F0F8FF;"
  ''9 PH NULL''
| 2 || [[Spell.dbc|Spell]] || iRefID  ||
|- style="background:#F0F8FF;"
| 3 || [[Spell.dbc|Spell]] || iRefID  ||
|- style="background:#F0F8FF;"
| 4 || [[Spell.dbc|Spell]] || iRefID
|- style="background:#F0F8FF;"
| 5 || [[Spell.dbc|Spell]] || iRefID
|-
| 6  || CoolDown || Integer || Divide by 10 to get in seconds.  
|-
| 7 || CoolDown  || Integer
|-
| 8 || CoolDown  || Integer
|-
| 9  || CoolDown || Integer
|}


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


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

Revision as of 22:38, 12 June 2009

It determines information on what spells pets will have after they are tamed by Hunters.

Header Info

Records...................410
Fields......................9
Record Size................36
String Block Size...........1

Structure

Column Field Type Notes
1 ID Integer
2 Spell iRefID
3 Spell iRefID
4 Spell iRefID
5 Spell iRefID
6 CoolDown Integer Divide by 10 to get in seconds.
7 CoolDown Integer
8 CoolDown Integer
9 CoolDown Integer

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