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

  3. This works perfectly... except I have the ability "find fish" so now it toggles between that and "find herbs" which are the 2 top ones... any way to choose not the top 2 but 2nd and 3rd from the list (find herbs being second and find minerals third) =)?

  4. May 4, 2024  
    Do you mean one similar to Carbonite? Its map imports and shows mine and herbs nodes so you know where to go all the time.

  5. May 18, 2024  
    This isn't quite what you're looking for but Tracking Plus automatically switches your tracking on an interval. This version works for me:
    https://www.wowinterface.com/downloa...ckingPlus.html

  6. June 4, 2024  
    This isn't quite what you're looking for but Tracking Plus automatically switches your tracking on an interval. This version works for me:
    https://www.wowinterface.com/downloa...ckingPlus.html
    I was also concerned with same problem and looked for such addon.
    Simply saying for doing all the quests in a row (tracking 'Low level quests') or Loremaster, while also gathering herbs or mining.
    Must say that this addon must be best solution so far as I know.

  7. does this work for you on onyxia? If so, how?

  8. Hi, use it like this:
    /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=1 SetTracking(t) if t==2 then t=3 else t=2 end end end) THO:Hide() end
    /run if THO:IsVisible() then THO:Hide() else THO:Show() end
    I had the same issue but replaced values and it works fine even with "find fish" skill

  9. is there a way to mute the ticking sound everytime it switches? :D if not is there a way to disable it after turning it on

  10. Do you know how to stop the macro from executing?, its working on all my characters now


Posting Permissions

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