Hello! I have some problem with my macro
#showtooltip
/use [nomod][@mouseover,help][@player] Spell 1
/use [mod:shift][@mouseover, help][@player] Spell 2
The problem here is that mod:shift spell doesn’t work and even doesn’t shows up when you press, but when you make it like that, without [@player]
#showtooltip
/use [nomod][@mouseover,help] Spell 1
/use [mod:shift][@mouseover, help] Spell 2
It starts to work properly. But i really need it to be with [@player]. How to fix that?