WoW Confidential

Analysis and Discussion of Making Gold in World of Warcraft

Kraklin On February - 17 - 2010

Gathering professions are used by many players while leveling or even when just starting out with gold making at level 80 because it doesn’t require any investment, the profits are very immediate and low level materials that you gather are worth a lot.

Gathering professions and buying and selling on the auction house as WoW School shows in their guide is the best way to make gold for anyone under 5k and without a crafting profession. I don’t think any player would dispute that.

It would be ideal if you could combine the two best gathering professions: Herbalism and Mining together but many players do not choose both of these professions on one character as you can only track one profession at a time.

There is a solution, with the use of this gathering macro I found it will automatically switch between Find Minerals and Find Herbs for you every 1.8 seconds and best thing of all it is legal to use in WoW and not against Blizzards ToS agreement. (nothing I post on this site is against the ToS btw)

Gathering Addons

routes addon

  1. Gathermate and Gathermate data – These addons populate your world map and mini map with all the mining and herb nodes. Gathermate data comes preloaded with all the locations already available and is updated very frequently on the curse website.
  2. Routes – An amazing addon that figures out the best gathering route by using the gathermate data and creating the shortest path between the nodes. The is an optimization feature to cluster nodes so that you are only travelling the shortest distance between nodes (as it takes into account your range for tracking).
    You can also select which herbs/ore to include or exclude based on what is still giving you skill ups or have insufficient skill to gather from.
  3. SexyMaps – I found the routes addon didn’t work with the default blizzard mini map and I found Sexymaps was fully compatible with it, you may need to go into the addon config menu to take off some of the frills and flashy graphics.

Gathering Macro

Here’s what makes it possible to track herbalism and mining at the same time, with this gathering macro you can copy it from a notepad document and paste it into the chat box in WoW. Once executed it will switch between find herbs and find ore until you either quit the game or type /reload ui.

/run local f=AuG or CreateFrame(“Frame”,”AuG”) f.m,f.t=1,0 f:SetScript(“OnUpdate”,function(s,e) f.t=f.t+e if f.t>2.5 and not InCombatLockdown() then f.t=0 f.m=3-f.m SetTracking(f.m) end end) f:Show()

I’m using both herbalism and mining on my newly created Death Knight for my project to hit 10,000g as fast as possible and so far I’ve made 600g from low level herbs in 3 hours of gathering to afford my flying mount to use in Outlands. 200g/hr is pretty good for something a level 20 could do (First level you get a mount). Although you could get around 1,000g/hr as a level 1 follow WoW Schools AH guide.

I also tried the  addon Spotter that also automatically switches between herbalism and mining but I found it would stop after I gathered some materials and I’d have to click the icon again to restart the macro, the macro posted about has worked great.

Categories: Herbalism, Making Gold, Mining

16 Responses

  1. xchidini says:

    Cool very nice….

    Just ass that i dont got mining and herb on same char -_-

    • Nota says:

      I already use routes and when I tried to use the script (/run local f=AuG or CreateFrame(“Frame”,”AuG”) f.m,f.t=1,0 f:SetScript(“OnUpdate”,function(s,e) f.t=f.t+e if f.t>2.5 and not InCombatLockdown() then f.t=0 f.m=3-f.m SetTracking(f.m) end end) f:Show()) I can not get it to swap between mining and herbing. Tried it with both the default minimap and sexymap.

      Not sure what the issue is really.

  2. Sarama says:

    This is a cool macro, I used to have a macro that I’d spam on my old character which had both Mining and Herbalism. It would do the same thing, except you would have to spam it, but one that you don’t have to spam is amazing.
    .-= Sarama´s last blog ..The Gold Cap – A Detailed Explanation =-.

  3. Zeferoth says:

    I have a friend in-game that has mining/herb on the same character. He just keybinds the old /cast Find Herbs; /cast Find Minerals to a very accessible button such as a mouse-wheel click.

    Then he transferred servers (to my server) and he swears for a good two weeks he could see both minerals and herbs on his minimap. All he did was spam his cast macro a few times, and it would almost bug-out and show both of them.

    Anybody else heard of something similar? I saw a post somewhere about a pally with two auras up after a transfer. But nothing to this profitable extreme.

    Would be awesome if there was a sure-fire way to make that happen every time.

  4. Legolars/Baldock - Frostmane says:

    Hey, I would just ask one question… I’ve downloaded every addon but when it’s time to type the macro, it wont work.. Nothings happening… please help me :(

  5. hand of thrall says:

    does this same macro script work if you have fishing and herb? can you display a macro script to do those two gathering professions instead of mining? or vice versa if someone has mining and fishing instead?

  6. E-d says:

    the macro doesn’t work for me either. but other than that the addons are amazing :)

  7. Raddik says:

    As Blizzard as always said: One key press = one action
    This macro is beyond that and it is BANNABLE… so be careful.

    • SturmxHawke says:

      With /stopcasting; you can put 3 or 4 actions into 1 key press, if you have abilities with a separate GCD. So this is not correct.

    • Mike says:

      Its not two things though is it, it’s a toggle bind, showing 1 and then the other, not both. If i’m not mistaken anyway…

  8. Jaydogg says:

    great vid, and macro…. when it works. I have a solution, i found this macro on another site, for those in the same situation as me, your welcome! /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

  9. ProACE says:

    You can have a sequence with one spell. While that would normally be pointless, in this case, it would help to clean up a little more.


    #showtooltip
    /castsequence [mod:shift] Find Treasure; [mod:alt] Track Humanoids, Track Hidden; Find Herbs, Find Minerals

    Shift triggers the treasure finding line.
    Alt triggers the humanoids/hidden sequence
    Otherwise, it triggers the herbs/minerals sequence.

  10. Deiru says:

    Just use the addon called Wetspot. It switches between tracking herbs and ores for you. You can set it to switch every 2-15 seconds.

  11. Joey says:

    Anyone know whats happened i put in the macro but it dosn’t work

  12. joop says:

    just download the addon spotter, its verry ez to use, can set the interval of when to switch, make it so its only doing so when ur mounted and so in
    saves u a load of clicks

  13. Heliopath says:

    So you know you can just track both in wow? you dont need an addon…. doing it right now

Leave a Reply

Featured Video