WoW:SpecializationID: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
{{Stub/API}}
{{Stub/API}}
The ID that is returned from the [[API_GetTalentTabInfo|GetTalentTabInfo()]] are as follows:
The ID that is returned from the [[API_GetSpecializationInfo|GetSpecializationInfo()]] are as follows:


;Death Knight : 398 - Blood
;Death Knight : 250 - Blood
: 399 - Frost
: 251 - Frost
: 400 - Unholy
: 252 - Unholy
; Druid : 752 - Balance
; Druid : 102 - Balance
: 750 - Feral Combat
: 103 - Feral Combat
: 748 - Restoration
: 104 - Guardian
; Hunder : 811 - Beast Mastery
: 105 - Restoration
: 807 - Marksmanship
; Hunter : 253 - Beast Mastery
: 809 - Survival
: 254 - Marksmanship
; Mage : 799 - Arcane
: 255 - Survival
: 851 - Fire
; Mage : 62 - Arcane
: 823 - Frost
: 63 - Fire
; Paladin : 831 - Holy
: 64 - Frost
: 839 - Protection
; Paladin : 65 - Holy
: 855 - Retribution
: 66 - Protection
; Priest : 760 Discipline
: 70 - Retribution
: 813 Holy
; Priest : 256 Discipline
: 795 Shadow
: 257 Holy
; Rogue : 182 - Assassination
: 258 Shadow
: 181 - Combat
; Rogue : 259 - Assassination
: 183 - Subtlety
: 260 - Combat
; Shaman : 261 - Elemental
: 261 - Subtlety
; Shaman : 262 - Elemental
: 263 - Enhancement
: 263 - Enhancement
: 262 - Restoration
: 264 - Restoration
; Warlock : 871 - Affliction
; Warlock : 265 - Affliction
: 867 - Demonology
: 266 - Demonology
: 865 - Destruction
: 267 - Destruction
; Warrior : 746 - Arms
; Warrior : 71 - Arms
: 815 - Furry
: 72 - Furry
: 845 - Protection
: 73 - Protection




These IDs can be used to confirm a primary talent tree without concern of localization.
These IDs can be used to confirm a primary talent tree without concern of localization.
These IDs are used by [[API_GetSpecializationInfoByID|GetSpecializationInfoByID(ID)]].


== Patch changes ==
== Patch changes ==
{{Patch 4.0.1|note=Return value ''id'' was added to [[API GetTalentTabInfo|GetTalentTabInfo()]].}}
{{Patch 4.0.1|note=Return value ''id'' was added to [[API GetTalentTabInfo|GetTalentTabInfo()]].}}
{{Patch 5.0.4|note=GetTalentTabInfo() was replaced by [[API_GetSpecializationInfo|GetSpecializationInfo()]]. These number changed to the current shown at that time.}}
[[Category:World of Warcraft API]]
[[Category:World of Warcraft API]]

Revision as of 22:32, 9 October 2012

The ID that is returned from the GetSpecializationInfo() are as follows:

Death Knight
250 - Blood
251 - Frost
252 - Unholy
Druid
102 - Balance
103 - Feral Combat
104 - Guardian
105 - Restoration
Hunter
253 - Beast Mastery
254 - Marksmanship
255 - Survival
Mage
62 - Arcane
63 - Fire
64 - Frost
Paladin
65 - Holy
66 - Protection
70 - Retribution
Priest
256 Discipline
257 Holy
258 Shadow
Rogue
259 - Assassination
260 - Combat
261 - Subtlety
Shaman
262 - Elemental
263 - Enhancement
264 - Restoration
Warlock
265 - Affliction
266 - Demonology
267 - Destruction
Warrior
71 - Arms
72 - Furry
73 - Protection


These IDs can be used to confirm a primary talent tree without concern of localization.

These IDs are used by GetSpecializationInfoByID(ID).

Patch changes

Template:Wotlk-inline/Template:Cata-inline <span style="" title="Patch 4.0.1">Patch 4.0.1</span> (patch date::12-Oct-2010): Return value id was added to GetTalentTabInfo().
Template:Mists-inline <span style="" title="Patch 5.0.4">Patch 5.0.4</span> (patch date::28-August-2012): GetTalentTabInfo() was replaced by GetSpecializationInfo(). These number changed to the current shown at that time.