Graham31004 Member Joined Mar 11, 2011 Messages 199 Reaction score 0 Apr 21, 2011 #1 The one on Kick's blog does not work for me. Does anyone have a macro that will mass withdraw?
A assassin New Member Joined Dec 29, 2010 Messages 204 Reaction score 0 Apr 21, 2011 #2 There is an excellent addon on curse called dumpster. It allows you to set up commands to easily dump mass amounts of things into and out of your guild bank. I use it daily. Here is a link.
There is an excellent addon on curse called dumpster. It allows you to set up commands to easily dump mass amounts of things into and out of your guild bank. I use it daily. Here is a link.
K Kickazz006 Well-Known Member Joined Jan 15, 2010 Messages 20,566 Reaction score 302 Apr 21, 2011 #3 /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
/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
Graham31004 Member Joined Mar 11, 2011 Messages 199 Reaction score 0 Apr 21, 2011 #4 Thanks Kick works great
B bfrsmedic2 New Member Joined Jan 22, 2011 Messages 87 Reaction score 0 Apr 21, 2011 #5 Hey kick, is that for whole guild bank or just the current tab you are on. MEDIC