Modifier macro?

I am trying to make a macro for my Life Tap and they keybind I am using atm, is Shift+W. I then want a macro with a modifier, to cast a lower rank, but it doesn’t seem to be working. The macro I’m trying atm is:

#showtooltip Life Tap
/cast [nomodifier] Life Tap
/cast [modifier:altshift] Life Tap(Rank 3)

I’ve also tried:

#showtooltip Life Tap
/cast [nomodifier] Life Tap
/cast [modifier:alt] Life Tap(Rank 3)

and it only casts the highest rank

#showtooltip Life Tap
/cast [nomod] Life Tap
/cast [mod:alt] Life Tap(Rank 3)
or
#showtooltip Life Tap
/cast [mod:alt] Life Tap(Rank 3); Life Tap

These should work?
Edit: If you are trying to use a modifier on a Shift-W button I dont think this would work, it need to be bound to a singular button like just “W” - if this made sense?

3 Likes

Yes, that’s what I was afraid of and now Shift+W is in my muscle memory :stuck_out_tongue: It just seems weird, if it only can be bound to a single button :confused:

1 Like

If you use alt modifier on a shift-W key it is essentially alt-shift-W :slight_smile:

1 Like

Yeah, that’s why I thought using the string [modifier:altshift] would work, but it doesn’t

EDIT:
Haha, i solved it. I tried using the string [modifier:alt+shift] after your post and now its working :smiley: Thanks for the help

1 Like

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