I was trying to modify a rescue macro that looks like this:
#showtooltip
/cast [@player] Rescue
/target [@mouseover, help, nodead]
That part functions perfectly, but I’m trying to lower my button count, so is there any way I can add this with a mod:shift macro to disintegrate for example?
#showtooltip
/cast [mod:shift] Disintegrate; [@player] Rescue
/stopmacro [mod:shift]
/target [@mouseover,help,nodead]
I’m curious. What is the purpose of this line?
Rescue can be setup as an @unit
macro or reticle macro. By using a target command you can do both. So it targets their ally and rescues them to the caster’s location.
That worked! I managed to flip it around aswell so that it casts disintegrate by default. For anyone else searching for something like this, this is how I ended up doing it:
#showtooltip
/cast [mod:shift,@player] Rescue; Disintegrate
/stopmacro [nomod:shift]
/target [@mouseover,help,nodead]
Also Elvenbane, I just wanted to take a moment to thank you! Your posts have been such a help to me trying to understand macros so thank you for your great help all the time!
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.