What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Looking for addon to empty guild bank tabs to bags

fasteddie78

New Member
Joined
Jan 15, 2010
Messages
560
Reaction score
2
as title states i am looking for an addon that empties a guildbank tab back into my bags. I already use bankstack to put stuff in and either i cant get it to do this particular function or it is unable to do so. Any help with this matter would be much appreciated!!
 
Bankstack:

/fill bags guild -->empties bags into guild
/fill guild bags -->empties guild into bags
 
oh but it tries to empty more than 1 tab any way to just do a particular tab??
 
info like this would be good to know. would be nice to know an addon than can take the contents of one tab and dump it into another tab. or a way to dump one tab into your bags and such.
 
I've used Bankstack for quite sometime.
By sorting the guild bank first all items are sorted so you don't get mixed stacks in different tabs.
It doesn't have the option to do things in one specific tab but I've gotten used to it and I love it alot.
 
I have bankstack, but I like my macros, they only do one tab at a time. They don't work right away, you have to wait maybe 15 seconds then BAM all goes into your guild bank or into your bags..
Withdraw:
/run for i = 1, 98 do if MainMenuBarBackpackButton.freeSlots == 0 then break end AutoStoreGuildBankItem(GetCurrentGuildBankTab(), i) end

Deposit:
/run for b = 0, 4 do for s = 1, GetContainerNumSlots(b) do if MerchantFrame:IsShown() then break end UseContainerItem(b, s) end end
 
I have bankstack, but I like my macros, they only do one tab at a time. They don't work right away, you have to wait maybe 15 seconds then BAM all goes into your guild bank or into your bags..
Withdraw:


Deposit:

Holy crap. will try this when i get home from work, but if this does what it says it does, this will be awesome!

Anyone know of an addon or if bankstack lets you automatically deposit certain things in certain tabs? Like take all the ore from my bags and put it into tab 2 of my bank?
 
They work, if you do /sort guild via bankstack then your tabs will be sorted, the macros are generalized withdraw/deposit so they just take as much as they can from current tab to fill your bags.. if u use like herb bags or mining bags on ur toons then u could grab a whole tab at once. i have macros for specific items but they never worked correctly for me so i used generalized
 
Back
Top