This site makes extensive use of JavaScript.
Please
enable JavaScript
in your browser.
Classic Theme
Thottbot Theme
"Hand of Protection" macro help
Return to board index
Post by
archibal
Anybody know how to create a macro that will HoP a party/raid member, but I want to be absolutely sure that it does not HoP myself? For example, I want to cast HoP on a party member, so I click that member and cast HoP. Works fine right? So now, let's say that member dies before I can get HoP off, and now I just HoP'd myself, which is the tank for the party. I'm playing around with Clique to have ctrl-rclick HoP sequence on the party member, but I'd still like to have a macro that will cast HoP on my target, but will always exclude myself.
Taking the macro from the
Wowwiki's Useful macros for paladinsmacros
,
how would I modify it to exclude myself always?
I can't seem to figure out how to customize this macro in order to cast HoP on my target, but if the cast isn't applicable (like if the target dies), how to prevent it from casting it on myself.
#showtooltip Hand of Protection
/cancelaura Hand of Protection
/cast Hand of Protection
Post by
291016
This post was from a user who has deleted their account.
Post by
174148
This post was from a user who has deleted their account.
Post by
gameldar
That macro will cast HoP on your targettarget when in a party with the idea being you keep targetting the mob - which may not be what you want anyway.
You can do what you want with the following:
#showtooltip Hand of Protection
/stopmacro
/cast Hand of Protection
Basic summary - it will stop the macro if you are targeting yourself. Otherwise it'll operate as normal.
Post by
149504
This post was from a user who has deleted their account.
Post by
Dragonzero
well i use short one
#showtooltip Hand of Protection
/cast Hand of Protection
that cast myself for pvp and also same as Hand of Freedom
Post by
archibal
Thanks gameldar, I think that's exactly what I was looking for. I want it to work as normal, just prevent it from casting it on me at all times. I'll try it out.
Post by
292340
This post was from a user who has deleted their account.
Post by
gameldar
...
/target focus
/cast lay on hands
Something like that....
This would be cleaner - casts lay on hands on your focus without changing your current target (and only does it if you have your focus set to a helpful target that isn't dead)
#showtooltip
/cast Lay on Hands
Post Reply
This topic is locked. You cannot post a reply.