learn all spells from trainer macro
Posted: 09 Sep 2010, 13:00
Does your mouse groan at you everytime you make a new char? have you got a 6" round fore-finger from clicking the "train-skills" button to much?
Well not anymore!! Dr. Hacksaw recommends you use this macro. It works for both class and proff skills, although while learning prof's you must close the "development skills" section as learned upgrades dont leave the dialog box. (as in journeyman, Artisan, Master etc)
Simply copy paste this macro, then open trainer skills window, click macro to start learning and again to stop.
have fun now :)
Well not anymore!! Dr. Hacksaw recommends you use this macro. It works for both class and proff skills, although while learning prof's you must close the "development skills" section as learned upgrades dont leave the dialog box. (as in journeyman, Artisan, Master etc)
Simply copy paste this macro, then open trainer skills window, click macro to start learning and again to stop.
Code: Select all
/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