View Single Post
06-07-11, 05:21 PM   #3
Xaelic
A Murloc Raider
AddOn Author - Click to view addons
Join Date: Apr 2011
Posts: 4
Originally Posted by Nobgul View Post
well post the macro. you have. and someone will turn it into a addon for you, maybe.
/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
  Reply With Quote