Jump to content

How to store the goods of specified quality into the bank?


zhxwbr8

Recommended Posts

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
Share on other sites

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
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...