Hunter macro related..
If you have Glyph of fetch,this will send your pet to loot corpses for you..
As opposed to Auto loot around you where you have to click on the body to get the loot
Code:
/console autoLootDefault 1
/run if not _Y then UIParent:HookScript("OnUpdate",function() if _Y>0 and GetTime()>=_Y then _Y=0 SetCVar("AutoLootDefault",0) end end)end _Y=GetTime()+5
/cast [@target, exists, dead] Fetch
/targetlasttarget
/cast fetch
Or this shorter version
Code:
#showtooltip Fetch
/cast [@target, exists] Fetch
/targetlasttarget
/cast Fetch
If you have a dead mob targeted it will cast Fetch on that target, and if not it will cast Fetch on the last thing you killed. Note you do have to be standing still during Fetch
Connect With Us