PDA

View Full Version : [Help] Healing/Offensive Macro



Kyle K.
06-16-2008, 04:52 PM
Hello Everyone,

I would like to know what types of macros I would be able to use for a Healing and Offensive spell all in the same Macro...

#showtooltip
/cast [target=Vánilla, mod:alt] Lesser Heal
/target [target=focus,help,nodead][target=party1,nodead]
/assist
/cast Smite

That is what I have been using but for whatever reason, it will not work. And it might be because I am just dumb and thats not even a usable macro. Any help would be appreciated, as I would love to get some of these macros working out for myself and the team.

Thank You!

Gurblash
06-16-2008, 05:56 PM
#showtooltip
/cast [target=Vánilla, mod:alt] Lesser Heal
/target [target=focus,help,nodead][target=party1,nodead]
/assist
/cast Smite

/cast [mod:alt, target=Vánilla] Lesser Heal; [mod:shift, target=focus, noharm] Lesser Heal; [help] Lesser Heal
/cast [mod:ctrl, target=focustarget, noharm] Lesser Heal; [target=focustarget, harm] Smite

I think that should do it nicely, on alt press heals Vanilla, on mod shift heals focus's, on no mod and no target heals self.
On focustarget mod ctrl heals focus's target if no harm, if harmable smites.

Kyle K.
06-16-2008, 07:22 PM
Thank you so much, that works perfect. I figured I was just doing something wrong. What was more frustrating was when it would change the tooltip and me bashing away at the key trying to make it work haha.

Thanks Again!

Gurblash
06-16-2008, 07:24 PM
Heh glad I could be of assistance in a constructive manner ;)