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 :).
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
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.