Macro for Master's Hammer

It’s a bit tedious to repair every item, by pressing on Master’s Hammer and then press on your equipment one at a time.

Anyone knows of a macro that’ll allow you to cast an item on an equipment? I’m shocked Blizzard haven’t just made the Master’s Hammer auto repair all equipment slots, that you have mastered when you press on the item.

Try…

/use Master's Hammer
/use 1
/use 2
etc.
1 Like

I thought it was going to cancel the use of Master’s Hammer to use the equipment instead, but it actually worked. Now the only issue is that it stops after 1, is there a way to make it use it in a sequence with a 2 second gap?

I can activate trinkets with /castsequence, so maybe something like this will work?

/castsequence 13,14
1 Like

That would work with instant casts, but Master’s Hammer is unfortunately a channel.

Eh it should work, but worst case you can do.

#showtooltip
/castsequence Master's Hammer,1,Master's Hammer,2,Master's Hammer,3,etc.

I mean I’m trying them but it’s not working, they still stop after the first repair, I do appreciate the help nonetheless.

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