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

Deposit in guild bank?

lifetusk

Member
Joined
Jun 27, 2010
Messages
36
Reaction score
0
Hi,

I searched the forums and did find some threads but they were all very old.

I use GatherBuddy2 to farm herbs / ore.
Simple question: is there some profile / BuddyStore / addon that lets the bot deposit herbs / ore into guild bank tabs?

I would like the bot to access the guild bank when bags are full and deposit all herbs / ore.

OR

A character in SW that can check mail, then go to GB to deposit mats.
Then I could use HBRelog to automize that.

Anyone have any ideas?

Thank you,

PS. Willing to pay 50EUR for working solution DS.
 
have u opened settings of the GatherBuddy? there's an option "Put loot into guild vault". isnt it working? the option to send all loot to alt is also there
 
Sorry was a while since I botted, I haven't seen that option! Send to alt, yes that I know of :)
Will check it once I get home! Thanks!
 
have u opened settings of the GatherBuddy? there's an option "Put loot into guild vault". isnt it working? the option to send all loot to alt is also there

Hi
It works! However, it deposits my mining pick as well! Do you know how to prevent that? Some whitelist or similar?

Thanks
 
It shouldn't deposit the Mining Pick if it's on the protected items list, what mining pick are you using?
 
It shouldn't deposit the Mining Pick if it's on the protected items list, what mining pick are you using?

Hi,

I'm using the ordinary one bought from the mining vendor in Dalara, "Mining Pick".
The protected items list, where is that?

Thanks,
 
On another note, I noticed that after the bot did the depositing to guild bank, it was not able to get back to The Broken Isles (Suramar).
It just ran out of Stormwind and fell of a cliff and died.

I then tried to set normal HS to Dalaran, in hope that it would use the GB there, that didn't work at all, the bot stopped and said "not in game".

Any ideas on how to solve that?

I mean, even if the mining pick issue is solved, this one is even worse :P

How do you other guys handle Legion profiles and Guild Bank?

Thanks again,
 
On another note, I noticed that after the bot did the depositing to guild bank, it was not able to get back to The Broken Isles (Suramar).
It just ran out of Stormwind and fell of a cliff and died.

I then tried to set normal HS to Dalaran, in hope that it would use the GB there, that didn't work at all, the bot stopped and said "not in game".

Any ideas on how to solve that?

I mean, even if the mining pick issue is solved, this one is even worse :P

How do you other guys handle Legion profiles and Guild Bank?

Thanks again,


Contact DocTalbuk about this, he sorted my guild banking out, best to send a pm to him :)
 
as far as i know, gatherbuddy is unable to change continents, if u used guildbank in sw, u won't be able to get to suramar automatically. in other case - everything should work
 
maybe we should add support for mobile banking :)
 
Last edited:
Found the "problem", checking the protected items list when depositing to the guild vault would be bad as it contains almost all herbs/ores, it's only checking the protected items specified by the profile.
It's fixed in the next release, to fix it temporarily you could add this to the profile you are using.

Code:
<ProtectedItems>
    <Item Name="Brann's Trusty Pick" Id="20723" />
    <Item Name="Cold Iron Pick" Id="1959" />
    <Item Name="Digmaster 5000" Id="9465" />
    <Item Name="Kobold Excavation Pick" Id="778" />
    <Item Name="Shatterstone Pick" Id="30855" />
    <Item Name="Bladed Pickaxe" Id="40893" />
    <Item Name="Tunnel Pick" Id="756" />
    <Item Name="Ultimate Gnomish Army Kinfe" Id="109253" />
    <Item Name="Gnomish Army Knife" Id="40772" />
    <Item Name="Hammer Pick" Id="40892" />
    <Item Name="Mining Pick" Id="2901" />
    <Item Name="Gouging Pick" Id="1819" />
    <Item Name="'Imported' Mining Pick" Id="140208" />
    <Item Name="Peon's Mining Pick" Id="116913" />
    <Item Name="Preserved Mining Pick" Id="118903" />
</ProtectedItems>
 
Last edited:
Back
Top