is this macro OK to use here ??
This was deemed OK to use as it was built into the game back in the day.. Just want to make sure its ok here .. Its all built into the game and no other softwear or addon is needed..
the macro....
/run if not THO then local f,t,c=CreateFrame("Frame","THO"),1,0 f:SetScript("OnUpdate", function(_, e) c=c+e if c>3 then c=0 SetTracking(t) if t==1 then t=2 else t=1 end end end) THO:Hide() end
/run if THO:IsVisible() then THO:Hide() else THO:Show() end
what it does ....
it toggles and swaps between find herbs and find minerals..
Would like an official replay ..
TY vm