Skip to content
Track Elementals

Spell

Track Elementals

Physical

Hunter

Instant castSelf Only

Advertisement
Top Comments

The highest voted Wowhead comments for this page. They are community notes, not TheWoWDB comments.

3
peachi+1via Wowhead (opens the original comment in a new tab)

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.

Track Elementals
Advertisement

Tooltip

Shows the location of all nearby elementals on the minimap.

Spell facts

SchoolPhysical
Cast timeInstant
DurationInfinite
EffectApply Aura
ClassHunter
RangeSelf Only
Taught byHunter (skill 1)
Spell ID19880

Datamined from the current retail build. Numbers that scale with level or stats are shown at their base value.

More Hunter spells

WoW Forever: what our data shows

Sighted in the WoW Forever beta clientBuild 3.80.2.69874, read from the beta game data we hold
Also in the Classic Era clientYes - this spell is in the Classic Era client's data too
Effect rows sighted2 effect rows in the beta client's data
Level data sightedBase level 26 in the beta client's data

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

Related

Community notes from Wowhead · 3 comments

Top 3 shown above

The 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.