Arcangelo 105 Posted October 27, 2016 Share Posted October 27, 2016 Hi I am looking for a way to set a specific Specialization on toons running a quest profile. - either though the fightclasses i make or though the questing profile (preferable the first one) Also looking for something that can set Talents points when reaching level 15-30-45-60 and so on. - either though the fightclasses i make or though the questing profile (preferable the first one) Anyone have any idea how to get this done? Link to comment https://wrobot.eu/forums/topic/4259-set-specialization-and-talents/ Share on other sites More sharing options...
Droidz 2738 Posted November 8, 2016 Share Posted November 8, 2016 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 Bronson and Pudge 2 Link to comment https://wrobot.eu/forums/topic/4259-set-specialization-and-talents/#findComment-20188 Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now