GuildBankSort

0 Downloads

This is kind of a hacked together addon. Using the BankSort api, it can stack/fill your banks and bank tabs.

Right now I only have "enchanting" in the group. Take alook at the main lua file to kind of see how it works.

No gui and you need BankSort installed.

To use, its simlar to how bank sort works.

/gsort <item list or function name> from to

So to move all your enchanting stuff from your bags to bank do /gsort enchanting bags bank

I also put in a ! operator that does eveything BUT those items. So to move eveything EXCEPT your enchanting stuff you write /gsort !enchanting bags bank

Right now it is very primitive. I want to get the cli working before I work on any gui interface. Currently looking at how arkinventoryRules works and to see if I can implement something similar