1. Any 3.3.5 addons that allow you to track multiple resources (similar to Cata)?

    It was probably considered cheating in retail, but anything working for Warmane?

  2. Not that I am aware of, but you can use a macro script to toggle between trackers. The following macro toggles between tracking herbs and minerals every 2 seconds.

    /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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •