Page 1 of 1

Resurrect ONLY when target....

PostPosted: Mon Mar 27, 2017 1:45 pm
by Gunny
Hi!

I want to resurrect my char with one-button but ONLY when i have a target. I stand next to my corpse and can resurrect him with "/click StaticPopup1Button1", but i want him to do that ONLY when i have a target.
I have tried to get this to work for hours but cannot bring this to work. I have a target-macro bind on the same button.

Is this somehow possible with isboxer ?

Re: Resurrect ONLY when target....

PostPosted: Mon Mar 27, 2017 3:54 pm
by MiRai
ISBoxer isn't going to be able to create any sort of conditional for your macro to not fire if you don't have a target, but if it's possible to do it with a macro, then it'd look something like this:

Code:
/stopmacro [@target, noexists]
/click StaticPopupButton1Button1