1. #1

    DK Presence macro

    Ok I know you can do this on classes like warriors and druids but I'm having a hard time with my dk
    I want a macro that cast an ability base on what presence you currently are at.

    Example:

    Code:
    #showtooltip
    /cast [nomodifier, Blood presence] Heart Strike
    /cast [nomodifier, Frost presence] Obliterate
    /cast [nomodifier, Unholy presence] Scourge Strike
    /cast [modifier:shift] Mind Freeze
    /cast claw
    /startattack
    So as you can tell if I'm in Blood presence I want to be able to use Heart Strike if I change to frost I want to use obliterate and unholy ss. and whenever no matter what presence I preset shift+macro it cast mind freeze

    Is it possible?? I know Ive done it on my warrior

  2. #2
    Deleted
    Not possible, DK presences don't count as stances for the [stance] condition.

  3. #3
    Well I guess my idea to cut macros in 1/2 is gone now
    Thanks

  4. #4
    Heart Strike is a Blood talented ability. So if you wanted to use Heart Strike in your blood spec and Obliterate or whatever in your other spec, you can do that.

    #showtooltip
    /startattack
    /cast [mod:shift]Mind Freeze;[spec:1]Heart Strike;[spec:2]Obliterate
    /cast Claw

    Gershuun @ Borean Tundra US - Interface & Macros Moderator

Posting Permissions

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