It should detect Tree Form and others if their tooltip says that they are elementals.
The highest voted Wowhead comments for this page. They are community notes, not TheWoWDB comments.
Can be used to detect sparks in the Malygos fight in Eye of Eternity.
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
That is every comment on this page.
Tooltip
Shows the location of all nearby elementals 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
WoW Forever: what our data shows
A sighting in the beta client is a fact from our own database; the launch roster is Blizzard’s to finalize. World of Warcraft: Forever launches November 4, 2026. World of Warcraft: Forever is Classic+, launching November 4
Community notes from Wowhead · 3 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.
All 3 comments on this page are shown in Top Comments above.