This is just a topic to show you how to learn ALL your spells from the class trainer in a few seconds without touching anything. It's very simple, just copy what's in this code below, and paste it into an In-Game macro, and then talk to your class trainer and click the macro. Then it will directly start auto learn all your spells and abilities.
(Code)
/run LoadAddOn"Blizzard_TrainerUI" f=ClassTrainerTrainButton f.e = 0 f:SetScript("OnUpdate", function(f,e) f.e=f.e+e if f.e>.01 then f.e=0 f:Click() end end)
Good luck! If it doesn't work, try to copy the text again. If there still are problems reply in a commentAdded (07.31.2012, 2:03 PM)
---------------------------------------------
Btw forgot it was a blizzlike server, but Can be useful anyways, everytime u are at a trainer and u need to learn spells, just click at the macro.