Macro inconsistently works

I have a macro that for some reason stops working out of the blue. Do I have something out of order or is it even a valid Macro?

#showtooltip Condemn
/cancelaura Bladestorm
/use 13
/use 14
/use Condemn

Stops working how? Syntax looks fine but there might be some weird interaction with one or more of your trinkets.

it just doesn’t work unless I log out and back in, reloading UI doesn’t seem to fix it either. I’ve turned off any kind of trinket add on as well. I just relogged and it works fine even with an added line.

#showtooltip Condemn
/cancelaura Bladestorm
/use 13
/use 14
/use Recklessness
/cast Condemn

That happens sometimes if an addon triggers some taint with the macro api.

Some times macros just “go bad” too for no apparent reason. Deleting them then recreating them exactly as you had them before fixes it.

1 Like