Hi, the macro for the disenchant in https://www.wowhead.com/object=297590/scrap-o-matic-1000 in Boralus, which worked in bfa, broke down:
/run for bag = 0,4,1 do for slot = 1, GetContainerNumSlots(bag), 1 do local name = GetContainerItemLink (bag,slot); if name and string.find(name,"Shimmerscale Armguards") then UseContainerItem(bag,slot) end;end;end
This macro helps to fill in the whole Scrap-O-Matic 1000 for the disenchant.
Сan anyone help fix it?