I have been looking around the forums for a way to interact with the Bank, and its looking like its not easy at best.
Are there ways to add remove items from the Bank?
I see there is a
Code: Select all
RoMScript("PickupBankItem("..x..")") -- x is the bank slot numberto get item from specific bankslot and another
Code: Select all
RoMScript("PickupBagItem("..toslot.BagId..")"Snippets from here: http://solarstrike.net/phpBB3/viewtopic ... 477#p23405
I am wanting to know if there are other options for finding items in the bank like you can find items in your bags, and maybe countitems, so you can build up a picture of what is in the bank, and then take items and/or deposit items.