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

Guild deposit profile not working

hetsig

New Member
Joined
Jul 20, 2012
Messages
509
Reaction score
0
I cant get the profile to deposit all my items to Gbank. It does take the items from mail but then after that it idles. Can anyone help me out?

Its usually gems and enchants I want to deposit.
 

Attachments

I will bump the thread because I am interested into something like this as well.
 
You can try this code up:
Code:
        <If Condition="(bool)Settings[&quot;Deposit Bars&quot;]" IgnoreCanRun="True">
          <CustomAction Code="Log(&quot;[Allrounder]:Depositing Bars into Guild Bank&quot;);" />
          <PutItemInBankAction Category="TradeGoods" SubCategoryType="WoWItemTradeGoodsClass" SubCategory="MetalStone" Deposit="All" UseCategory="True" Bank="Guild" ItemID="" GuildTab="0" NpcEntry="0" Amount="0" AutoFindBank="True" Location="0, 0, 0" />
        </If>

It's for bars. However, you can edit it for your things.
 
Back
Top