Need help with some advanced macroses
Hello, got two things i really need your guys help with.
First one is that i need to put blink and rocket boots on 1 button with using modifier. But modifier only works if i use "/cast", and doesn't if i add "/use". Am i doing something wrong?
#showtooltip Blink
/stopcasting
/cancelaura Ice Block
/cast [nomodifier] Blink
/use [modifier:shift] 10 (it doesn't work)
Second one is harder - can anyone help me to make this one "mouseover"? Some guy back in time said it's possible, but we lost contacts, so now i want to try it again. It's just not convinient to have 2 same things on important (means easy accesable and convinient for fingers) buttons - one to keep dps while on run and one just to kill totems; also sometimes it distarcts, so a mouseover version would be a life saver.
#showtooltip Fire Blast
/castsequence reset=0.2 0, Ice Lance
/castsequence reset=0.1 Fire Blast
/run UIErrorsFrame:Clear()
Thx in advance guys!