DB/SkillRaceClassInfo: Difference between revisions

From wowdev
Jump to navigation Jump to search
m (Added Category WotLK)
(One intermediate revision by one other user not shown)
Line 1: Line 1:
==Header Info ==
==Structure==
  Records...................220
{| style="background:#FCFCFC; color:black"
  Fields......................8
|-
  Record Size................32
! width="80" | Column
  String Block Size...........1
! width="180 " | Field
! width="80" | Type
! width="700" | Notes
|-
| 0  || ID || Integer ||
|-  style="background:#F0F8FF;"
| 1 || [[SkillLine.dbc|SkillLine]] || iRefID || Ref to SkillLine.dbc
|-  style="background:#F0F8FF;"
| 2  || [[ChrRaces.dbc|ChrRaces]] || iRefMask || Bitmask to ChrRaces.dbc
|- style="background:#F0F8FF;"
| 3 || [[ChrClasses.dbc|ChrClasses]] || iRefMask || Bitmask to ChrClasses.dbc
|-
| 4 || Flags || Int|| Flags ->see below
|-
| 5 || RequLvl ||Int ||Minimum Level to access this skill
|- style="background:#F0F8FF;"
| 6 || [[SkillTiers.dbc|skillTierId]] || iRefID || Ref to SkillTiers.dbc
|- style="background:#F0F8FF;"
| 7 || [[SkillCostsData.dbc|skillCostID]] || iRefID || Ref to SkillCostsData.dbc
|}


==Structure==
==Flags==
'''Column Field Type Notes'''
1 ID Integer
2 [[SkillLine.dbc|SkillLine]] iIDRef
3 [[ChrRaces.dbc|ChrRaces]] iRefMask
4 [[ChrClasses.dbc|ChrClasses]] iRefMask
5 Flags BitMask
6 Req LVL Integer
7 [[SkillTiers.dbc|skillTierId]] Integer
8 [[SkillCostsData.dbc|skillCostID]] Integer ?


{| style="background:#FCFCFC; color:black"
|-
! width="80" | Flag
! width="200 " | Meaning
|-
| 0x0  || 
|- 
|0x2 ||
|-
|0x4 ||
|-
|0x10 ||
|-
|0x20 ||Not available for Class/Race
|-
|0x40||
|-
|0x80||
|-
|0x100||
|-
|0x200||
|-
|0x400||
|}


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

Revision as of 18:05, 11 December 2012

Structure

Column Field Type Notes
0 ID Integer
1 SkillLine iRefID Ref to SkillLine.dbc
2 ChrRaces iRefMask Bitmask to ChrRaces.dbc
3 ChrClasses iRefMask Bitmask to ChrClasses.dbc
4 Flags Int Flags ->see below
5 RequLvl Int Minimum Level to access this skill
6 skillTierId iRefID Ref to SkillTiers.dbc
7 skillCostID iRefID Ref to SkillCostsData.dbc

Flags

Flag Meaning
0x0
0x2
0x4
0x10
0x20 Not available for Class/Race
0x40
0x80
0x100
0x200
0x400