Close
Showing results 1 to 5 of 5
  1. #1

    Default Flash Heal, PW; Shield Macro

    I found a few threads addressing something similar but I am having a problem with this macro:
    I want it to Flash Heal a target or PW: S it if Ctrl is pressed

    /cast [targer=Toon] Flash Heal; [modifier:ctrl] Power Word: Shield

    I have tried this in a few different versions but I can't get it to work like I want. (adding [nomodifier] to the Flash Heal, adding [target=Toon] after the semi colon ...)

    This:
    /cast Flash Heal; [modifier:ctrl] Power Word: Shield
    works but not with the target. Can you not add a target like this if you us a modifier? What am I missing?

    Thanks a lot.

    PVE and PVP teams on Lightninghoof-US (lvl 70+)

  2. #2

    Default

    /cast [mod:ctrl,target=toon] Power Word: Shield; [target=toon] Flash Heal

    In English, that macro says:
    if ctrl is held down, cast shield on toon,
    otherwise, cast flash heal on toon.

    You need the 'target=...' bit for both spell clauses if you want that toon to be the target for each spell.

  3. #3

    Default

    I think I had tried this variation.
    I will copy this over and check it today though.

    Thanks.

    PVE and PVP teams on Lightninghoof-US (lvl 70+)

  4. #4

    Default

    The reason it is cause you need to put the not normal condition first. In your way, you always cast flash heal, since there is nothing to stop it from going off. If you put the modifier condition first, it can be skipped and pass onto the heal. So, put your abnormal conditions (limiting) first, then the fall-through ones last. Hope that helps. Good luck.

  5. #5

    Default

    Quote Originally Posted by 'davedontmind',index.php?page=Thread&postID=183787 #post183787
    /cast [mod:ctrl,target=toon] Power Word: Shield; [target=toon] Flash Heal
    Works like a charm.

    I had tried the conditional (mod:ctrl) cast first. It must have been just missing the target= in both.

    Thanks again guys.

    PVE and PVP teams on Lightninghoof-US (lvl 70+)

Similar Threads

  1. Tankadin Macro of Sacred Shield?
    By Gares in forum Macros and Addons
    Replies: 4
    Last Post: 12-19-2008, 03:55 AM
  2. Replies: 13
    Last Post: 09-26-2008, 01:08 PM
  3. [Focus Macro] How to: friendly heal, harm heal focus...
    By Ramesses in forum Macros and Addons
    Replies: 2
    Last Post: 06-22-2008, 10:46 AM
  4. Lightning Shield Macro + Keyclone rotations?
    By TheKaramel in forum Macros and Addons
    Replies: 2
    Last Post: 02-15-2008, 09:39 PM
  5. Heal macro
    By loonitoons in forum Macros and Addons
    Replies: 2
    Last Post: 08-09-2007, 08:08 AM

Posting Rules

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