• This is a read only backup of the old Emudevs forum. If you want to have anything removed, please message me on Discord: KittyKaev

Learn spells from class trainers without clicking "Train" repeatedly

Ghostcrawler336

Epic Member
Hello everyone! Today I'm going to show you how to learn all your spells without having to click "train" over and over again. I know it can get quite annoying. However, this is more meant for instant 80 or 85 servers. I'm unsure if it works in cata, but I'm %100 sure it works on 3.3.5a servers.

Anyways just copy / paste this code below in game and then click on the trainer and it will train all the spells one by one without even clicking "train"

HTML:
/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


I hope some of you find's this useful, I have been using it for a long time.

Best Regards,
Ghostcrawler336.
 
Top