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

Deposit in the guild bank

xwozone

Active Member
Joined
Apr 1, 2012
Messages
1,514
Reaction score
3
Looking for something that will goto my mailbox, make a trip to the guild bank and deposit, go back to the mailbox and than go deposit. Lazy i know. I can explaine my madness if required.
 
<?xml version="1.0" encoding="utf-8" ?>
- <Professionbuddy>
- <While Condition="true" IgnoreCanRun="True">
- <If Condition="((bool)var1) || (HasNewMail || MailCount> 0)" IgnoreCanRun="True">
<GetMailAction GetMailType="AllItems" ItemID="0" CheckNewMail="True" MinFreeBagSlots="2" AutoFindMailBox="True" Location="-8860.81, 637.1594, 96.19888" />
<WaitAction Condition="false" Timeout="2000" />
</If>
<PutItemInBankAction Category="TradeGoods" SubCategoryType="WoWItemTradeGoodsClass" SubCategory="None" Deposit="All" UseCategory="True" Bank="Guild" ItemID="" GuildTab="1" NpcEntry="0" Amount="0" AutoFindBank="True" Location="0,0,0" />
</While>
</Professionbuddy>

Reminds me a lot of HTML, thanks! ill try this tonight
 
Tested it and it worked, but when tab one was fulled it didnt go to tab 2, just kept trying to deposit. I tweeked it a little with GuildTab="1" changeing it to 6, thinking it would enable all 6, or choose tab 6, but didnt. Any ideas? amazeing none the less imo.
 
Back
Top