So basically I need help with the following and really couldn’t think of a good title so here it goes.
I have my storm bolt ability on “mouse button 1”, and because the shifted version of this button is “end” on the keyboard I’m forced to make a separate macro for focus storm bolt which I put on the end button. So my question is, is it possible to write the macro in a way that when press “shift mouse button 1, aka end” the macro will use it on my focus target rather than my current target? this is a simple remedy with a key that can be shifted by just using a shift modifier however can I write it in such a way that allows me to specify what my shift modified key is? and if so do X if not do Y? I hope this makes sense. I’m going to list the two macros I use for storm bolt below. I guess the dream is to make all of these scenarios possible on a single button in a single macro.
mouse button 1 storm bolt macro:
#showtooltip Storm Bolt
/cancelaura Bladestorm
/cast [@mouseover,harm][mod:shift,@focus,harm][@target,harm] Storm Bolt;
end button storm bolt focus macro:
#showtooltip Storm Bolt
/cancelaura Bladestorm
/cast [target=focus] Storm Bolt
