Hey I’ve gotten a macro which in theory should work,
#Showtooltip
/cast [modifier:shift,@focustargettarget,harm] Torment
/cast [nomodifier:shift] Torment
However when I press shift to activate the modifier it doesn’t work. Can anyone advise on how I can get this working please?
#showtooltip
/cast [mod:shift,@focustargettarget,harm] [] Torment
Keybinds take priority over macro modifiers. By default SHIFT 1-6 are bound to Action Page 1-6. You’ll need to unbind them to use those key combinations in macros.
Also, are you aware that @focustargettarget
means your focus’ target’s target? Making it only useful in the most niche of circumstances.
my taunt is bound to / on my mmo mouse however shift / isn’t bound to anything so there is no key bind prio so the modifier is fine. Its just to make taunt swapping on different bosses eaiser in raid situations, however if I could switch target to my focus targets target then use taunt then that would be better I guess its just to make swapping eaiser as there are some fights which are going to require it.
You can use @boss1
…n for that too. I personally just use mouseover macros and mouse over the boss frames in that case.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.