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)
#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?