And how do I make it undercut the lowest current auction automatically? Surely you don't update the XML by hand every time price changes.
well then ahbuddy looks useless... why should i use a bot if i have to edit it everytime manually...? posting by hand on AH is the same then
I have actually had a very good experience with this plugin, just know that it can be done and will work fine.
I do have a question however. Is there really no way to tell the undercutting script to not count a half-stack or such? At the moment;
Post Runecloth @ 41g/stack
Goes to check undercut
Sees 1 Runecloth @ 50c
Cancels auctions
Retrieves from mailbox
Re-lists
Checks for undercuts
Takes Runecloth back down again
Sadly this causes a loop and wastes a good bit of money. Any fix?
look for IgnoreStackSizeBelow="1" and edit that accordingly.......unless that's not what you meant?![]()
It works great for me but it keep posting my auction at 0g 0s 0c ... What can i do to change that ? (I'm kind of a noob with AHBuddy, sorry)
<!--Starlight Ink-->
<SellItemOnAhAction UseCategory="False" RunTime="_12_Hours" AmountType="Amount" ItemID="79255" MinBuyout="40g0s0c" MaxBuyout="120g0s0c" StackSize="1" IgnoreStackSizeBelow="20" Amount="5" BidPrecent="99" UndercutPrecent="0.0001" AutoFindAh="True" PostIfBelowMinBuyout="False" />
So I tried to set this up. For example I have minium buyout 40g and maxium 70g a stack. Then the bot goes to AH and scans the prices and there are 50g stacks from others and it says that my min buyout is too low and it tells me the single unit price instead of stack price. How can I set the bot to use stack prices instead of single ones? And eventhough I have set the stack size 20 it keeps putting items on 1 stack
Hi m8 - you need to edit the profile and change the values yourself - the default profile has all the buyout and sell values at 0g 0s 0c.
Open up your profile with notepd (or notepad++ preferably) and edit it by hand - if you're unsure how to do that, just reply back and I'll help you when I can (working atm though - so may not be immediate!)
<!--Elementium Ore-->
<SellItemOnAhAction Category="TradeGoods" SubCategoryType="WoWItemTradeGoodsClass" SubCategory="None" UseCategory="False" RunTime="_12_Hours" AmountType="Amount" ItemID="52185" MinBuyout="58g0s0c" MaxBuyout="100g0s0c" StackSize="20" IgnoreStackSizeBelow="20" Amount="30" BidPrecent="98" UndercutPrecent="0.1" AutoFindAh="True" PostIfBelowMinBuyout="False" Location="0, 0, 0" />
Hi, ty for your help !
Well, i've checked the profile on notepad++ and edit Min and Max buyout for "Elementium Ore", this is what i did :
Then i try AHBuddy ingame and it still put my elementium ore at 0g0s0c ... Don't know if it was the right ligne of code to modify :/
I'll appreciate some more advice from your part !
Ty very much![]()