Jump to content

Recommended Posts

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

Link to comment
https://wrobot.eu/forums/topic/5955-guild-bank/
Share on other sites

/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 ?

Link to comment
https://wrobot.eu/forums/topic/5955-guild-bank/#findComment-27337
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...