View Single Post
02-24-15, 03:22 AM   #1
gmarco
An Onyxian Warder
 
gmarco's Avatar
AddOn Author - Click to view addons
Join Date: Dec 2009
Posts: 362
How do I get the spec info from the talent tree

Hi all,

I use this thread because I have a problem "talents related" :-) and so I try to ask here for some help.

I am trying to figure how to have the spec informations from the talent tree...
I like to find something like this: 2,1,3,1,1,3,2

I have read on my book and googling a lot but it seems to me that a lot of functions are not yet documented and not related to find something like it.

I can find everything of the talent selected but what I am not able to get is its position in the tier row.

code like:

Lua Code:
  1. isFree, talent = GetTalentRowSelectionInfo(1)
  2. print (GetTalentInfoByID(talent))

give me back a lot but not what I am looking for :-)

Thanks for any suggestions/tips/hints :-)
__________________
This is Unix-Land. In quiet nights, you can hear the Windows machines reboot.
  Reply With Quote