Tuesday, August 10, 2010

The Coolest Hunter macro you may not have yet!

The macro that was on here is actually obsolete, so I'm going to have to find a new macro to put here! When I do I'll let you know :)

1 comment:

  1. Hey! How about some of these ones? :D

    Disengage Macro
    This macro is for getting away from a target in melee range, it cast's wing clip and raptor strike on them then disengages sending you backwards and leaving them slowed by 50% for 10 seconds, very handy for pvp.

    #showtooltip Disengage
    /stopcasting
    /script UIErrorsFrame:UnregisterEvent("UI_ERROR_MESSAGE");
    /cast Wing Clip
    /cast Raptor Strike
    /cast Disengage
    /script UIErrorsFrame:RegisterEvent("UI_ERROR_MESSAGE");


    Aspect Macro
    This macro puts both dragonhawk and viper on the same button, click it to switch between them, handy for saving bar space. I have mine bound to shift E so I can easily cycle between them in fights without needing to look at my toolbar.

    #showtooltip
    /castsequence !Aspect of the Dragonhawk, !Aspect of the Viper

    Hunters Mark Macro (The one you removed?)
    This macro was extremely useful before they changed Improved Tracking to general rather than specific, but it still has it's uses. (I keep leaving random stuff on tracking like low level quests meaning I don't get my 5% buff)
    When you cast hunters mark on a target with this macro it will track the targets type on the minimap (Humanoid, undead etc.)

    /stopmacro [noexists]
    /run for i=1,GetNumTrackingTypes() do local n, t, a, c = GetTrackingInfo(i); if string.find(n, UnitCreatureType("target")) then if t~=GetTrackingTexture(i) then SetTracking(i); end end end
    /cast Hunter's Mark


    Rapid Fire Macro
    If you're a min maxing hunter keep RF unbound and use it at optimal times (Trinket procs, t10, with wolf howl etc.)

    #showtooltip chimera shot
    /cast rapid fire
    /cast chimera shot


    Volley Cleansing Macro
    Using Volley in AotV is retarded, crap damage, and crap regen. This macro ensures that you're in AotDH before the cast goes off, but doesn't interfere if you already have it on. So basically you can spam it without any errors, and it won't affect chain casting.

    #show volley
    /stopmacro [channeling:volley]
    /castsequence reset=7 !aspect of the hawk, nil
    /cast volley


    Steady / Silencing Macro
    Macros silencing shot to Steady Shot, a nice dps increase for PVE, but shouldn't be used for PVP. The last line clears visual errors if silencing is on CD when you cast SS. ("that spell is not ready yet" spam). Be careful of using this macro on LK as you may need Silencing Shot for the frostmourne room in P3.

    #showtooltip Steady Shot
    /cast Silencing Shot
    /cast Steady Shot
    /script UIErrorsFrame:Clear()


    Mouseover Tranq Macro
    A must have for LK phase 1, targetting them and tranqing just takes way too long. Also means you can still keep the DPS on LK whilst tranqing.

    #showtooltip Tranquilizing Shot
    /cast [target=mouseover,exists] Tranquilizing Shot

    Hope these help! :)

    ReplyDelete