Hello, with lua code like this:
TalentMicroButton:Click()
if PlayerTalentFrame then
PlayerTalentFrameTab2:Click()
PlayerTalentFrameTalentsTalentRow1Talent2:Click()
PlayerTalentFrameTalentsTalentRow2Talent1:Click()
PlayerTalentFrameTalentsTalentRow3Talent1:Click()
PlayerTalentFrameTalentsTalentRow4Talent1:Click()
PlayerTalentFrameTalentsTalentRow5Talent1:Click()
PlayerTalentFrameTalentsTalentRow6Talent1:Click()
PlayerTalentFrameTalentsTalentRow7Talent1:Click()
PlayerTalentFrameCloseButton:Click()
end
Replace talent number, in PlayerTalentFrameTalentsTalentRow4Talent1:Click() replace 1 by 1, 2 or 3 (talent number) (in the line, is the row 4, it is the talent for level 60)
You can get wow button name with this script: http://wrobot.eu/forums/topic/1689-useful-scripts/?do=findComment&comment=8447