lolguy2 Posted November 15, 2013 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
counterwow21 Posted November 15, 2013 Posted November 15, 2013 Could someone verify if this really works or not? I'm somewhat curious.
lolguy2 Posted November 15, 2013 Author Posted November 15, 2013 Try it.. I can verify since I do it on all my characters
Spacepanther Posted November 15, 2013 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).
Spacepanther Posted November 15, 2013 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.
lolguy2 Posted November 15, 2013 Author Posted November 15, 2013 Haha just copy and paste it man trust me it will work(:
Maddox Posted November 15, 2013 Posted November 15, 2013 Used to have a macro for this way back. Worked fine for me.
camren Posted January 16, 2014 Posted January 16, 2014 I think poeple should really use this because they aways ask wheres there trainer
Loke Posted January 16, 2014 Posted January 16, 2014 This is from November...why would you post on it again?
Staff fireguywtc Posted January 17, 2014 Staff Posted January 17, 2014 I have already warned you about bumping old post just to add to your post count. Stop bumping old post.
Recommended Posts