Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2020
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. /cast [mod:alt] Hunter's Mark
  2. /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
  3. /cast [nomod:alt] Hunter's Mark
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement