WoW:SpecializationID: Difference between revisions
Jump to navigation
Jump to search
m (→Patch changes) |
m (Move page script moved page SpecializationID to SpecializationID without leaving a redirect) |
||
(4 intermediate revisions by 4 users not shown) | |||
Line 5: | Line 5: | ||
== Values == | == Values == | ||
;Death Knight : 250 - Blood | ;{{w-inline}} Death Knight | ||
: 250 - Blood | |||
: 251 - Frost | : 251 - Frost | ||
: 252 - Unholy | : 252 - Unholy | ||
; Druid : 102 - Balance | ; {{l-inline}} Demon Hunter | ||
: 103 - Feral | : 577 - Havoc | ||
: 104 - Guardian | : 581 - Vengeance | ||
; Druid | |||
: 102 - Balance | |||
: 103 - Feral | |||
: 104 - {{m-inline}} Guardian | |||
: 105 - Restoration | : 105 - Restoration | ||
; Hunter : 253 - Beast Mastery | ; Hunter | ||
: 253 - Beast Mastery | |||
: 254 - Marksmanship | : 254 - Marksmanship | ||
: 255 - Survival | : 255 - Survival | ||
; Mage : 62 - Arcane | ; Mage | ||
: 62 - Arcane | |||
: 63 - Fire | : 63 - Fire | ||
: 64 - Frost | : 64 - Frost | ||
; Monk : 268 - Brewmaster | ;{{m-inline}} Monk | ||
: 268 - Brewmaster | |||
: 269 - Windwalker | : 269 - Windwalker | ||
: 270 - Mistweaver | : 270 - Mistweaver | ||
; Paladin : 65 - Holy | ; Paladin | ||
: 65 - Holy | |||
: 66 - Protection | : 66 - Protection | ||
: 70 - Retribution | : 70 - Retribution | ||
; Priest : 256 Discipline | ; Priest | ||
: 257 Holy | : 256 - Discipline | ||
: 258 Shadow | : 257 - Holy | ||
; Rogue : 259 - Assassination | : 258 - Shadow | ||
: 260 - | ; Rogue | ||
: 259 - Assassination | |||
: 260 - {{l-inline}} Outlaw | |||
: 261 - Subtlety | : 261 - Subtlety | ||
; Shaman : 262 - Elemental | ; Shaman | ||
: 262 - Elemental | |||
: 263 - Enhancement | : 263 - Enhancement | ||
: 264 - Restoration | : 264 - Restoration | ||
; Warlock : 265 - Affliction | ; Warlock | ||
: 265 - Affliction | |||
: 266 - Demonology | : 266 - Demonology | ||
: 267 - Destruction | : 267 - Destruction | ||
; Warrior : 71 - Arms | ; Warrior | ||
: 71 - Arms | |||
: 72 - Fury | : 72 - Fury | ||
: 73 - Protection | : 73 - Protection | ||
== Patch changes == | == Patch changes == | ||
* {{Patch 5.0.4|note=GetTalentTabInfo() was replaced by [[API_GetSpecializationInfo|GetSpecializationInfo()]]. These number changed to the current shown at that time.}} | |||
* {{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()]].}} | ||
[[Category:World of Warcraft API]] | [[Category:World of Warcraft API]] |
Latest revision as of 04:48, 15 August 2023
The ID that is returned from the GetSpecializationInfo().
These IDs can be used to confirm a primary talent tree without concern of localization. These IDs are used by GetSpecializationInfoByID(ID).
Values[edit]
- Template:W-inline Death Knight
- 250 - Blood
- 251 - Frost
- 252 - Unholy
- Template:L-inline Demon Hunter
- 577 - Havoc
- 581 - Vengeance
- Druid
- 102 - Balance
- 103 - Feral
- 104 - Template:M-inline Guardian
- 105 - Restoration
- Hunter
- 253 - Beast Mastery
- 254 - Marksmanship
- 255 - Survival
- Mage
- 62 - Arcane
- 63 - Fire
- 64 - Frost
- Template:M-inline Monk
- 268 - Brewmaster
- 269 - Windwalker
- 270 - Mistweaver
- Paladin
- 65 - Holy
- 66 - Protection
- 70 - Retribution
- Priest
- 256 - Discipline
- 257 - Holy
- 258 - Shadow
- Rogue
- 259 - Assassination
- 260 - Template:L-inline Outlaw
- 261 - Subtlety
- Shaman
- 262 - Elemental
- 263 - Enhancement
- 264 - Restoration
- Warlock
- 265 - Affliction
- 266 - Demonology
- 267 - Destruction
- Warrior
- 71 - Arms
- 72 - Fury
- 73 - Protection
Patch changes[edit]
- 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.
- 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().