Hi guys, im looking for a macro/addon/plugin that can unload all the mats to the guild bank easily. Thanks in advance NVM found it - /run for t = 1,GetNumGuildBankTabs() do for b = 0, 4 do for s = 1, GetContainerNumSlots(b) do SetCurrentGuildBankTab(t)UseContainerItem(b,s) end end end