Hunter Macros for Karazhan

Kara Macros

Opera Event - Wizard of Oz
Scare Roar
/cast [target=Roar, exists] Scare Beast(Rank 3)

Curator
Astral Flares
/target Astral Flare

Illhoof
Target Kilrek
/target Kil’rek

Target Chains
/target demon chains

3 Responses to “Hunter Macros for Karazhan”

  1. The macro I suggest for illhoof is:

    /cleartarget
    /target Demon Chains [nodead, harm]
    /cleartarget
    /target Kil’rek [nodead, harm]
    /cleartarget
    /target Terestian Illhoof [nodead, harm]

    or something like that, basically easy targeting of the kill priorities.

  2. actaully I think I forgot at the end:

    /stopmacro

    not sure if that matters but I believe its in there.

  3. For Halazzi, I use the following, which works very well:

    /target Halazzi
    /targetexact Corrupted Lightning Totem
    /console Sound_EnableSFX 0
    /cast !Auto Shot
    /castrandom [target=pettarget,exists] Kill Command
    /cast Steady Shot
    /console Sound_EnableSFX 1
    /script UIErrorsFrame:Clear();

    So you could probably set up a target macro that looks like
    /target Terestian Illhoof
    /target Kil’rek
    /target Demon Chains

    Most folks I’ve run kara with ignore kil’rek, and he goes down now and again from seeds. So for myself, I’d try to do something like

    /target Terestian Illhoof
    /target Demon Chains
    /console Sound_EnableSFX 0
    /cast !Auto Shot
    /castrandom [target=pettarget,exists] Kill Command
    /cast Steady Shot
    /console Sound_EnableSFX 1
    /script UIErrorsFrame:Clear();

    … assuming I could get it under 255 characters. I haven’t counted.

Discussion Area - Leave a Comment