Trinket macro

This macro is no longer supresses the ‘Item not ready yet’ error message.

/stopmacro [nostance:1]
/use 14
/run UIErrorsFrame:Clear()
/cast [mod:shift]Maul;[mod:ctrl]Pulverize;Mangle

I even tried this one with the same result.

/stopmacro [nostance:1]
/script UIErrorsFrame:Hide()
/use 13
/script UIErrorsFrame:Clear()
/script UIErrorsFrame:Show()
/cast [mod:shift]Thrash;Swipe

For some reason this issue is not being addressed by anyone here. There is a way to fix the error messages. Here’s how:

/stopmacro [nostance:1]
/script UIErrorsFrame:Hide()
/use 13
/script C_Timer.After(.2,function(...) UIErrorsFrame:Clear() UIErrorsFrame:Show() end)
/cast [mod:shift]Thrash;Swipe
3 Likes

Thanks … i searched around for this as well and your C_Timer.After works

Just so you know, necroing old posts (and a year old is definitely old) for this sort of response is frowned upon. It clutters up the forums.

Thats one way to look at it.
The other way is that It took a long time to dig up this post to find a correct working macro for this. Maybe this should be bumped up a bit since it is relevant to this day and will make it easer for others to find.

6 Likes

Please read the forum rules. Necroing posts is against them. That’s the “correct” way to look at it.