great for farming Time Lost Proto Drake and Aeonaxx
The highest voted Wowhead comments for this page. They are community notes, not TheWoWDB comments.
Good for running Sunken temple to easily check for any remaining Green dragons.
Toggle macro:
- Track Beasts
#showtooltip Track Beasts
/run for i=1,GetNumTrackingTypes() do local a,_,b=GetTrackingInfo(i) if select(1,a)=="Track Beasts" then if b==1 then SetTracking(i,false) elseif b==nil then SetTracking(i,true) end end end
- Track Demons
#showtooltip Track Demons
/run for i=1,GetNumTrackingTypes() do local a,_,b=GetTrackingInfo(i) if select(1,a)=="Track Demons" then if b==1 then SetTracking(i,false) elseif b==nil then SetTracking(i,true) end end end
- Track Dragonkin
#showtooltip Track Dragonkin
/run for i=1,GetNumTrackingTypes() do local a,_,b=GetTrackingInfo(i) if select(1,a)=="Track Dragonkin" then if b==1 then SetTracking(i,false) elseif b==nil then SetTracking(i,true) end end end
- Track Elementals
#showtooltip Track Elementals
/run for i=1,GetNumTrackingTypes() do local a,_,b=GetTrackingInfo(i) if select(1,a)=="Track Elementals" then if b==1 then SetTracking(i,false) elseif b==nil then SetTracking(i,true) end end end
- Track Giants
#showtooltip Track Giants
/run for i=1,GetNumTrackingTypes() do local a,_,b=GetTrackingInfo(i) if select(1,a)=="Track Giants" then if b==1 then SetTracking(i,false) elseif b==nil then SetTracking(i,true) end end end
- Track Humanoids
#showtooltip Track Humanoids
/run for i=1,GetNumTrackingTypes() do local a,_,b=GetTrackingInfo(i) if select(1,a)=="Track Humanoids" then if b==1 then SetTracking(i,false) elseif b==nil then SetTracking(i,true) end end end
- Track Undead
#showtooltip Track Undead
/run for i=1,GetNumTrackingTypes() do local a,_,b=GetTrackingInfo(i) if select(1,a)=="Track Undead" then if b==1 then SetTracking(i,false) elseif b==nil then SetTracking(i,true) end end end
Tooltip
Shows the location of all nearby dragonkin on the minimap.
Spell facts
Datamined from the current retail build. Numbers that scale with level or stats are shown at their base value.
More Hunter spells
Related
Community notes from Wowhead · 4 comments
Top 3 shown aboveThe comments below were written by Wowhead users. They are community notes, not TheWoWDB comments. See them in context on Wowhead.
The top 3 are shown in Top Comments above. Read all 4 on Wowhead.