Help with Macro

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?

[this, and this]
[this] [or this]
#showtooltip
/cast [mod:shift,@mouseover,help] [mod:shift,@player] Spell 2; [@mouseover,help] [@player] Spell 1

Also, be aware that keybinds take priority over macro modifiers. By default shift 1-6 are bound to Action Page 1-6. You’ll need to unbind any conflicts to use those modifier+key combinations.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.