DB/CreatureSpellData: Difference between revisions

From wowdev
Jump to navigation Jump to search
Line 17: Line 17:
| 1  || ID  || Integer  ||  
| 1  || ID  || Integer  ||  
|-  style="background:#F0F8FF;"
|-  style="background:#F0F8FF;"
| 2  || [[Spell.dbc|Spell]] || iRefID  ||
| 2  || [[Spell.dbc|Spell]][4]  || 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.  
| 6  || CoolDown[4] || Integer || Divide by 10 to get in seconds.  
|-
| 7  || CoolDown  || Integer
|-
| 8  || CoolDown  || Integer
|-
| 9  || CoolDown  || Integer
|}
|}



Revision as of 22:39, 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[4] iRefID
6 CoolDown[4] Integer Divide by 10 to get in seconds.

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