Close
Showing results 1 to 10 of 16

Threaded View

  1. #9
    Member
    Join Date
    May 2011
    Location
    uk england
    Posts
    95
    Blog Entries
    1

    Default

    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
    Last edited by honeypot2011 : 09-24-2012 at 01:24 PM

Posting Rules

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •