May 26, 20178 yr Hello, I am looking for a profile that simply goes to get all mails and puts everything in guild bank. Does it exist, or is it easy to create ? Maybe using ad-dons ... More broadly speaking, how do you handle depositing or withdrawing from guildbank ? I think I will look into TSM macros to see if I can do something with warehousing & auctioning. Thanks for the help
June 2, 20178 yr Author /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 This macro empties everything into the guildbank. I now have to find a way to: summon the mobile guild bank interact with it run the macro For more advanced macros, I found this add-on. https://wow.curseforge.com/projects/genie/pages/main/documentation#title-7-4 So my question is how do you tell a profile to run a macro ?
Create an account or sign in to comment