Can i make those two macros into one?

hey

im using following macro with shift modifier

/cast [@targettarget,harm] [] Penance

and

#showtooltip
/cast [mod:alt,@player] [@mouseover,exists,nodead] [] Penance

with alt modifier

Anyone know how to write this into one single one?

Thanks

#showtooltip
/cast [mod:alt,@player] [mod:shift,@targettarget,harm] [@mouseover,exists,nodead] [] Penance

Hey Elvenbane,

the mod:shift part does not seem to work, atleast it doesnt for me. I copied yours

Keybinds take priority over macro modifiers. By default, shift 1-6 are bound to Action Page 1-6. You’ll need to unbind the conflicts to use them as modifiers.

Im pretty sure I did, let me test again real quick

I would assume it already was, if you were already using the shift macro but that’s the only reason it shouldn’t be casting on targettarget with shift.

I did unbind all shift 1-6, i did bind them before and unbind, its still not working. The mod shift part is supposed to cast on targettarget if harm. I mean, its no big deal imo, I can do with 2 binds haha just fine right now. Just wanted to clean it up a little

Yeah, that’s what it’s setup for:

alt = self
shift = targettarget if harm
mouseover
default behavior

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.