How do I use a macro to consolidate Gems in Remix? Nothing works!

I have like 200+ of each gem, I can’t spend 4 hours clicking them lmao there has to be a better way… So I wrote a macro…

/run local gems = {“Chipped Swift Opal”, “Chipped Quick Topaz”, “Chipped Masterful Amethyst”, “Chipped Hungering Ruby”, “Chipped Stalwart Pearl”}; for _, gem in ipairs(gems) do if GetItemCount(gem) > 0 then UseItemByName(gem) end end

I get error ‘ForceTaint_Strong has been blocked from an action only available to the blizzard UI’. This is weird, because my treasure chest macro works perfectly fine…

/run C_Timer.NewTicker(1, function() C_Item.UseItemByName(“Cache of Infinite Treasure”) end)

I even tried replacing my macro with the treasure chest one but item name…

/run C_Timer.NewTicker(1, function() C_Item.UseItemByName(“Chipped Hungering Ruby”) end)

Any ideas?

UseItemByName() is most likely protected.

I don’t know about using a macro. I use this and it’s so much easier.
https://wago.io/KwParTdDA/17

And to auto open cache’s
https://wago.io/wCyDLY5X8/7

i just let them stack up, once i hit 20 gems, i then upgrade the gems, once it’s 3rd upgrade, i salvage the gems at level 3 since it gives you 180 per 3rd upgraded gem, but in my bag i keep a straight row on the bottom right of my bag, then keep them in proper order and upgraded type by color, really hope you’re not just randomly placing them in your bag, otherwise, no wonder you’re asking for help

Omg, you’re a lifesaver. Between these and Narcissus, Blizz really gets outshone in the QoL department by addon developers, lol.

1 Like

What I generally do is search Combine in the backpack and that isolates the gems. The auto sort places them very awkwardly.

Glad I could help. And yes Narcissus is amazing.

1 Like

don’t do that, always organize manually