Maccro /use

Hi, All my maccros which includes “/use xx” before a spell, don’t work anymore,
do you have the same issue ?
For exemple : i’m engineer, and i have enchant spell haste on my gloves, so my maccro is :
/use 10
/cast shadow bolt
it worked yesterday,
but now if my gloves enchant isnt ready, the maccro dosent cast shadowbolt anymore

5 Likes

I don’t get it, enchants are passive so you don’t need to activate them.

Edit: I guess you mean an on use bonus.

1 Like

“Edit: I guess you mean an on use bonus.”

yes, the hyperspeed accelerator that give 340 haste

1 Like

Does it trigger the global cooldown, some might. I don’t have any to check with.

1 Like

Tried just shift click + left click the item into a macro? Just a idea to try out.
It will basically put the item with name and all in the macro field, like you can do with spells from the spellbook.

If I would do that with my trink it will look like this: /use Icon of the Silver Crescent instead of /use slot X

1 Like

dosen’t work :confused: it does the same result

1 Like

My last guess, did you inlcude the spellrank of shadowbolt in the macro?

Shouldn’t it just cast the highest one with no rank?

I still have spellranks in my macro’s

I use castsequence to start an attack and I don’t use ranks so I don’t have to change it every time I get a new spell rank.

nop, i tried with a rank and dosent work too
they change it just now, it worked a few hours ago

There was a hotfix a couple of days ago, maybe it broke it?

yeah maybe :frowning:

1 Like

yeah i just saw it in the topic i was readin. im sorry i hope you can work it out tho

1 Like

i already have this at the end of my maccros, it just hide the error message

Engineering enchant

I got the same problem right now.
/use 10
/cast Frostbolt
doesn’t work anymore. but /use 13-14 works perfect.

my solution is to make the maccro on non castable spell like corruption… :confused:

Does it work for you? cuz of i even tried test macro
/use 10
/cast Arcane Intellect
It also gets stuck

"Wondering if anyone is experiencing the same issue. Basically, its a simple mouseover cast macro, where /use 10 is supposed to use my Hyperspeed Accelerators Engi gloves tinker (which doesn’t trigger a GCD) and casts Holy Light on mouseover. Was working perfectly fine up untill this evening, when it suddenly stopped “working as intended”. Now it only casts 1 Holy Light when the tinker is off CD. During the entire 1min CD, it’s not casting Holy Light at all. Any help?

#showtooltip Holy Light
/use 10
/use [@mouseover, exists] Holy Light; Holy Light "

Had the same issue. Asked about this on a reddit post.
Apparently they implemented a fix to some “glove weaving” exploit that people were abusing with the engineer glove tinker, and this broke some perfectly fine macros like the one above…