Thread Tools Display Modes
Prev Previous Post   Next Post Next
08-24-14, 03:06 PM   #1
InKahootz
A Murloc Raider
Join Date: Aug 2014
Posts: 7
Caching talent info

So you used to be able to cache talent info (without inspecting) so you could quickly access it later via

Code:
local tname, tex, tier, column, sel, avail = GetTalentInfo (idx, true, nil, nil, class_id)
Where idx was from 1 to 21 and class_id was from 1 to GetNumClasses()

However in WoD the GetTalentInfo is now
Code:
talentID, name, iconTexture, selected, available = GetTalentInfo(tier, column, talentGroup [, isInspect, inspectedUnit])
And of course you still have to scan a tooltip to convert that talentID into a spellID (unless there is an easier way).
So my question, did blizz remove the ability to get other class talent info without inspecting or do I just need to build the cache as players are inspected?
 
 

WoWInterface » Site Forums » Archived Beta Forums » WoD Beta archived threads » Caching talent info

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off