Log in

View Full Version : [WoW] [modifier:alt] Healing Spell -- Not working



Vociferate
10-17-2009, 04:29 AM
Q u o t e:
#showtooltip
/cast [modifier:alt][nomodifier,target=target][nomodifier,target=focus][target=player,modifier:alt] HEALING SPELL

I am trying to get this macro to:

- Heal "focus" if "No Target/Targeting Hostile"
- Heal "target" if friendly
- Heal "player" when ALT is pressed

Here is what is happening:

Hostile:
Heals self, instead of focus

No Target:
No healing, "No target selected"

Friendly Target:
Heals fine, this part works. :)

Alt Modifer:
Seems to be working, but can't be sure until the rest of the macro works.


Lastly, can someone break down the macro as well as correcting it? If I can learn how to read the macro properly, that just means one less thread here. =]

Thank you!!!

Durzil
10-17-2009, 05:38 AM
#showtooltip Rejuvenation
/cast [nomod,help][nomod,target=targettarget][mod:alt,target=player]Rejuvenation

Changed to one below and it works! I'm using targettarget for my mods but same over all concept! Thx for the help Khatovar.

Khatovar
10-17-2009, 05:44 AM
Try this...use your healing spell, of course :

/cast [nomod,help][nomod,target=focus][mod:alt,target=player]Flash of Light

http://www.macroexplain.com/

Vociferate
10-17-2009, 11:09 PM
Thank you for the replies, and the repairs.

Also, thanks for the website Khatovar!