Do any hunters out there know if there are any hunter tracking addon’s available? I’m tired of having 10 or so slots taken up by the different track abilities. I feel like I remember there being a drop down type menu addon for tracking for hunters in vanilla, but after blizz implemented their own it died off.
opie, i have all my tracking abilities in a radial menu.
I use the below addon
https://www.curseforge.com/wow/addons/tracking-eye
As a rogue I have an macro that changes the poison I want to apply via modifier keys like shift and ctrl.
Makes it nice.
Default is instant poison
Shift is crip
Alt is mind numbing
Ctrl is wound
Etc
I either left click it for main hand or right click it for offhand. It’s pretty awesome.
On my phone so give me a bit and I can edit my post with that macro and all youd have to do is edit the spells to match your tracking ones.
#showtooltip
/use [mod:shift] Wound Poison III; [mod:alt] Crippling Poison II; [mod:ctrl] Deadly Poison IV; [nomod] Instant Poison VI
/use [button:1] 16; [button:2] 17
/click StaticPopup1Button1
/click StaticPopup1Button1 <-- this portion removes the dialog box asking if you wish to over write the poison. This can be removed for the hunter tracking portion.
#showtooltip
/use [mod:shift] Wound Poison III; [mod:alt] Crippling Poison II; [mod:ctrl] Deadly Poison IV; [nomod] Instant Poison VI
This ^ is the part you’re looking for. You won’t be able to use it with a keybind so it will have to be a clickable button. Just change the spell names to whatever tracker you want to use.
Thanks you so much! This is exactly what I needed!