lolguy2 Posted November 15, 2013 Report Share Posted November 15, 2013 Copy and paste this script in the chat bar /run LoadAddOn"Blizzard_TrainerUI" f=ClassTrainerTrainButton f.e = 0 if f:GetScript"OnUpdate" then f:SetScript("OnUpdate", nil)else f:SetScript("OnUpdate", function(f,e) f.e=f.e+e if f.e>.01 then f.e=0 f:Click() end end)end You learn all your classes spells without having to click a button AngelajeW 1 Link to comment Share on other sites More sharing options...
counterwow21 Posted November 15, 2013 Report Share Posted November 15, 2013 Could someone verify if this really works or not? I'm somewhat curious. Link to comment Share on other sites More sharing options...
lolguy2 Posted November 15, 2013 Author Report Share Posted November 15, 2013 Try it.. I can verify since I do it on all my characters Link to comment Share on other sites More sharing options...
Spacepanther Posted November 15, 2013 Report Share Posted November 15, 2013 This scripting wouldn't be harmful. It is the correct syntax. Basically the function checks with an "if, then" statement, which will click the "Train Button" as long as there is something to train (Or if it is present and clickable). Link to comment Share on other sites More sharing options...
Spacepanther Posted November 15, 2013 Report Share Posted November 15, 2013 /run LoadAddOn"Blizzard_TrainerUI" f=ClassTrainerTrainButton f.e = 0 if f:GetScript"OnUpdate" then f:SetScript("OnUpdate", nil) else f:SetScript("OnUpdate", function(f,e) f.e=f.e+e if f.e>.01 then f.e=0 f:Click() end end )end This is the basic scripting. I separated the If,Then,Else and the If,Then statements so you can understand them... This is know as a "nested IF,THEN, ELSE" in a scripting language. Link to comment Share on other sites More sharing options...
lolguy2 Posted November 15, 2013 Author Report Share Posted November 15, 2013 Haha just copy and paste it man trust me it will work(: Link to comment Share on other sites More sharing options...
Maddox Posted November 15, 2013 Report Share Posted November 15, 2013 Used to have a macro for this way back. Worked fine for me. Link to comment Share on other sites More sharing options...
camren Posted January 16, 2014 Report Share Posted January 16, 2014 I think poeple should really use this because they aways ask wheres there trainer Link to comment Share on other sites More sharing options...
Loke Posted January 16, 2014 Report Share Posted January 16, 2014 This is from November...why would you post on it again? Link to comment Share on other sites More sharing options...
Staff fireguywtc Posted January 17, 2014 Staff Report Share Posted January 17, 2014 I have already warned you about bumping old post just to add to your post count. Stop bumping old post. Link to comment Share on other sites More sharing options...
Recommended Posts