PDA

View Full Version : Testing Some Macros; Help Needed



Kyle K.
06-10-2008, 01:45 PM
Hello Everyone, since Warcraft is down right now I can't test this, and most likely it won't even work for me haha.

Anyways, I am trying to create a Macro, that will when "Ctrl" is held down will target my tank, and use Healing Touch. Or, if "Ctrl" is not held down will target the focus and use Wrath on the target.

Wrath And Healing Touch
/cast [modifier=ctrl, target Awak] Healing Touch [nomodifier, target=focus] Wrath

That is what I have so far, I am thinking I either don't have the stuff in the right order, OR I just can't make a macro like that at all. Any help would be a appreciated, I am reading all about macros on the wiki, and any where I can get my hands on it. If anyone would be able to help I would be greatly appreciative of it. Thanks ever so much!

Zuri
06-10-2008, 02:46 PM
I prefer to do it on 2 lines for readability:

/cast [target=Awak, mod:ctrl] Healing Touch
/cast [target=focus, nomod] Wrath

Kyle K.
06-10-2008, 05:27 PM
Thanks Zuri, thats exactly what I was looking for, and your right 2 lines does make it look a LOT better. I am glad that I at least made a macro that would work, all be it sloppy lol.

wowphreak
06-11-2008, 02:15 AM
/cast [target=Awak, mod:ctrl] Healing Touch [target=focus, nomod] Wrath
should work also, the prob was with having modifier=ctrl instead of modifier:ctrl
can use either mod or modifier