bob44 wrote:Yes, it works perfectly. Thank you.
Now, does anyone know how to elevate this to the next level?
I have seen some macros that you can click once before you start your farming. It will switch automatically between tracking herbalism and minerals every 2 seconds (or whatever you set the timer to switch back and forth). Then, when you are done farming, click the macro again and it turns off.
I have tried a few that I've found, but none work on Nostalrius.
Thanks in advance!
You will not find a working version, you would've to use function CastSpellByName in an OnUpdate script, CastSpellByName however needs a keypress to work so you can't possibly do such a script.
Like the user above said you would need some kind of botting, something external doing the switch for you. A macro or AddOn is in vanilla not powerful enough since it would've to use the named function.
In TBC or later expansions such thing would be possible since you don't have to use CastSpellByName because Blizzard introduced a seperate function to handle the Tracking Mode and this seperate function does not need a keypress and therefore can be used inside an OnUpdate script.