Hmm the bot is having some issues when bot deposit glyphs.
It seems like it isnt able to put a stack of 2 glyphs back into the stack that is already in the bank.
So the bot just makes a new stack in the bank, and it fills up pretty quickly. When guild bank is full, I get spammed with .lua errors in wow.
Is it supposed to do this? Or is it perhaps my config.
This is how I configured most of the glyphs for deposit. The numbers are pretty much the same for withdrawals aswell:
Code:
<If Condition="(InbagCount(43355) + OnAhCount(43355)) > 1" IgnoreCanRun="True">
<PutItemInBankAction Category="TradeGoods" SubCategoryType="WoWItemTradeGoodsClass" SubCategory="None" Deposit="Amount" UseCategory="False" Bank="Personal" ItemID="43355" GuildTab="0" NpcEntry="0" Amount="(InbagCount(43355) + OnAhCount(43355)) - (2)" AutoFindBank="True" Location="0,0,0" />
</If>
What I am trying to do here is to make the bot have at least 1 of each glyph I got available at the AH.