1. #1
    Deleted

    Question about Void Shift macro

    Hello there, so basically I want a macro for Void Shift to cast PW:Shield on the low hp party member after using the spell. Could it be possible or do I need to create 2 macros like this? :

    /cast [target=player, exists] PW:Shield
    /cast [target=target, exists] Void shift

    and another one with

    /cast [target=target, exists] PW: Shield
    /cast [target=target, exists] Void shift


    Couldn't it be possible to simplify it in one macro like im asking?

    Thanks

  2. #2
    Try this:
    Code:
    /cast Void Shift
    /cast [mod:alt,@player][]Power Word: Shield
    If you hold alt and press the macro, it'll do void shift and shield yourself.
    If you just press the macro without modifier it'll void shift and shield your target.

    You could go fancy and add a focus condition in it as well.
    i.e.
    Code:
    /cast Void Shift
    /cast [mod:alt,@player][mod:shift,@focus][]Power Word: Shield
    Last edited by lawomous; 2014-07-12 at 07:14 PM.

Posting Permissions

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