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

Unload all mats to guild bank

miku

New Member
Joined
Aug 23, 2011
Messages
4
Reaction score
0
Hi guys, im looking for a macro/addon/plugin that can unload all the mats to the guild bank easily.

Thanks in advance :)

NVM found it - /run for t = 1,GetNumGuildBankTabs() do for b = 0, 4 do for s = 1, GetContainerNumSlots(b) do SetCurrentGuildBankTab(t)UseContainerItem(b,s) end end end
 
Last edited:
Back
Top