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

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Deposit in the guild bank

xwozone

Active Member
Joined
Apr 1, 2012
Messages
1,514
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