Post:
Macros
User:
Bowaflex
Infraction: 6. Do not post unless you have something new and worthwhile to say.
Points: 1
Administrative Note:
Message to User:
|
This is a pretty terrible macro. Improved Tracking was changed several patches ago to not require you to change tracking to that type of mob to be effective. I really don't see a use for this.
|
Original Post:
Good Macro to track whatever you put a hunter's mark on.
/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
|