July 17, 20214 yr Is there any RunMacroLua command that can do this? Now I only know the following command: deposit all items in the bank. I want to deposit items of specified quality in the bank.thx. /run for t = 0,GetNumGuildBankTabs() do for b = 0, 1 do for s = 0, GetContainerNumSlots(b) do SetCurrentGuildBankTab(t)UseContainerItem(b,s) end end end
July 17, 20214 yr Author Sorry about my English. I mean: there are green, blue and purple items in the backpack. I just want to deposit the purple items in the bank. How should the runmacrolua command be written?
Create an account or sign in to comment