1. #1

    Blood DK macro help

    I'm beginning to use modifier macros just to minimize the need to keybind everything to something different, but I need help with one. I don't know where to put the [target=self] part into the following macro:

    #showtooltip
    /cast [nomodifier] Lichborne; [modifier:shift] Death Coil

    Pretty much I want to be able to hit my keybind for Lichborne, then hit shift and the same keybind to use Death Coil to target myself. Anyone know if it is possible?

  2. #2
    Code:
    #showtooltip
    /cast [@player,mod:shift] Death Coil; Lichborne
    Last edited by Judge40; 2011-02-04 at 09:15 AM. Reason: wrong modifier

  3. #3
    why does it need to be a modifier?

    /cast lichbourne
    /cast [target=player] Death Coil

    spam it, worst case senario you heal yourself when u were only trying to break fear? lol.

  4. #4
    Deleted
    Code:
    #showtooltip
    /cast Lichborne
    /cast [nomod:shift,@player]Death Coil
    LB is not on the GCD. Press shift+macro if you only want to break fear, not heal.

Posting Permissions

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