zhxwbr8 1 Posted July 17, 2021 Share Posted July 17, 2021 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 Link to comment https://wrobot.eu/forums/topic/13183-how-to-store-the-goods-of-specified-quality-into-the-bank/ Share on other sites More sharing options...
zhxwbr8 1 Posted July 17, 2021 Author Share Posted July 17, 2021 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? Link to comment https://wrobot.eu/forums/topic/13183-how-to-store-the-goods-of-specified-quality-into-the-bank/#findComment-62634 Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now