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

Mail / Guildbank macros

toby2001

New Member
Joined
Jun 22, 2010
Messages
219
Reaction score
0
A while back I remember seeing some useful macros on the forums that got specific items from the mail and then you could use a second macro to deposit these items straight into the guildbank. Sadly, I haven't managed to find these again :'(

So, I was wondering if anyone would know how to make a macro to take specific items from your mail. Then another macro which would take these items and deposit them.

Thanks :)

Toby
 
A while back I remember seeing some useful macros on the forums that got specific items from the mail and then you could use a second macro to deposit these items straight into the guildbank. Sadly, I haven't managed to find these again :'(

So, I was wondering if anyone would know how to make a macro to take specific items from your mail. Then another macro which would take these items and deposit them.

Thanks :)

Toby

MOVE ITEMS FROM BAGS TO GB

/run for b = 0, 4 do for s = 1, GetContainerNumSlots(b) do if MerchantFrame:IsShown() then break end UseContainerItem(b, s) end end

MOVE ITEMS FROM GB TO BAGS

/run for i = 1, 98 do if MainMenuBarBackpackButton.freeSlots == 0 then break end AutoStoreGuildBankItem(GetCurrentGuildBankTab(), i) end
 
i wrote a guide on this. click my many links link in blog and look for selling goods link
 
Guys, how does the guild vault option works on GB2? Cause I'm running GB2 with HB and if I set to use GV it doesn't work. I'm using a mage so I don't have the HS setted to ORGR, I use portals, Need I to set it to orgr? Can be a problem if I'm farming into the Easterns Kingdom and not iN kalimdor? And, cna be a problem if I don't have an HS but using [The Innkeeper's Daughter]?

Ty in advance
 
To use GB on Kalimdor, please set your hearthstone to Everlook or Gadgetzan for guild vault runs.
To use GB on Eastern Kingdoms, please set your hearthstone to Booty Bay.
Deepholm just works with repair and mail. No guild vault available.
 
seems this macro dosent work properly anymore, anyone got a fix?
 
Can someone change this macro to following:

Only put special items (herbs or veins) to/from guildbank? That would be awesome
 
Back
Top