1. #1

    help with a macro (DK pet)

    hello so im not really the best on making macros and shit :P

    but i just wonder if some1 could help me make this macro dont get it to work myself.

    /cast Raise dead
    then Death pact

    1 buttom heal, basicly.

  2. #2

    Re: help with a macro (DK pet)

    #showtooltip raise dead
    #show raise dead
    /cast raise dead
    /cast death pact

    haven't tried it myself, but this should do the trick.
    you'll have to hit the macro twice because both spells have a global cool down
    Quote Originally Posted by kumduh View Post
    @Wingwraith: You can haz a point too, but only because you admit you're a tool!

  3. #3
    Moderator Cilraaz's Avatar
    15+ Year Old Account
    Join Date
    Feb 2009
    Location
    PA, USA
    Posts
    10,139

    Re: help with a macro (DK pet)

    That would work, but you'd have to target your ghoul between keypresses.

    [edit: Unless you're Unholy spec with perma-ghoul. Then you could make the last line read:

    /cast [target=pet] death pact

    But if you had a perma-ghoul, you wouldn't need a macro to raise one.]

  4. #4

    Re: help with a macro (DK pet)

    /castsequence reset=5 Raise Dead, Death Pact

    You will however have to spam it. Since both affect global cooldown that's the only way to do it I think.

  5. #5

    Re: help with a macro (DK pet)

    The best way to set this up in a macro is actually probably this:

    #showtooltip
    /cast [target=pet,exists,nodead]Death Pact;Raise Dead

    Will cast Raise Dead if you have no pet out. Will sac the pet if it's out.

Posting Permissions

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