11.28Tracking Toggle
Toggles on/off all hunter “Track” abilities with one button. These include Track Humanoids and Track Beasts, not finding things like Repairs, Food & Drink, etc.
#show Track Beasts
/run for i=1,GetNumTrackingTypes() do local n, t, a, c = GetTrackingInfo(i);if string.find(n, “Track”) then SetTracking(i,not a);end end
Basically what the script does is search tracking types, and if it has the word “Track” in the name, switches on/off state.





useful indeed, i really like your site