Hunter Tracking Macro

Hello, anyone knows something about why the hunters tracking macro isnt working? Or there is some new one maybe? I tried to find some solution on google, but there is noting, but the original macro witch is not working on classic. Sure its not end of the world, but really annoying to switch it manually on every single target. I used to play with the macro together with hunters mark and it was good. And i think its important cuz 5% bonus damage is important :).

1 Like

hi, can you show the original macro?

#showtooltip
/stopmacro [noexists]
/run for i=1,GetNumTrackingTypes() do local n, t, a, c = GetTrackingInfo(i); if string.find(n, UnitCreatureType(“target”)) then if t~=GetTrackingTexture(i) then SetTracking(i); end end end
/cast Hunter’s Mark

#showtooltip
/stopmacro [noexists]
/run for i=1,GetNumTrackingTypes() do local n, t, a, c = GetTrackingInfo(i); if string.find(n, UnitCreatureType(“target”)) then if t~=GetTrackingTexture(i) then SetTracking(i, true); end end end
/cast Hunter’s Mark

that works, but the quotes don’t copy well, so you have to replace all the quotes: in the ability name and around the word “target”

Still not working, i dont know exatly witch symbol u mean. Cuz its applying the hunter’s mark whiteout any change, only the tracking doesn’t happen. So the single ’ symbol is good, i tried with some double ‘’ variations but still nothing.

do u know that 5% talent works if u track any of those vs every of those? only trach hidden disables the 5% and ofc other things like mining

yo whats up guys

Are u sure about this?

i m 95% sure :smiley:

1 Like

I have find a weak aura xD its full automaticm so problem solved anyways.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.