/cast [mod:shift,@mouseover] [mod:alt,@focus] Corruption
everything works but shift sadly… What is wrong?
/cast [mod:shift,@mouseover] [mod:alt,@focus] Corruption
everything works but shift sadly… What is wrong?
#showtooltip
/use [mod:shift,@mouseover]Corruption;[mod:alt,@focus]Corruption
This worked for me, should work for you.
Make sure that you don’t have Shift/Alt X bound otherwise it won’t work and make sure it’s bound to a non modified button eg: C, F, R etc. or the alt modifier won’t work if it’s on a shift bound key.
yah, I was trying to only have the spell once, ty for the effort though, will this do the regular target as well? again, appreciate the help.
If you also want to cast it without the mouseover then this is the macro you’d want…
#showtooltip
/use [mod:shift,@mouseover]Corruption;[mod:alt,@focus]Corruption;Corruption
So now it’ll cast on your current target if you press the button normally, will be a mouseover if shift is pressed and will apply it to your focus target if you have one otherwise when pressed will apply to your current target.
the way you had it should be fine, Heydownthere’s works too.
#showtooltip
/use [mod:shift,@mouseover][mod:alt,@focus][]Corruption
This is the bit you need to pay attention to. So if this macro is bound to 1, and you have another action bar, even if its empty, bound to Shift + 1, then the macro does not get called.
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.