conman7812
New Member
- Joined
- Aug 9, 2013
- Messages
- 1
anyone have everything set up i just dont have enough time in the day to get all the settings set up and would appreciate if someone could send me theirs
Did u read whole first post? Did you overwrite prices in notepad?For some reason when I used this profile to put up auctions, it sold everything for 0 gold, 0 silver, and 0 copper. Any help?
<!--Potion of Luck-->
<SellItemOnAhAction UseCategory="False" RunTime="_12_Hours" AmountType="Amount" ItemID="76091" MinBuyout="0g0s0c" MaxBuyout="0g0s0c" StackSize="1" IgnoreStackSizeBelow="20" Amount="20" BidPrecent="100" UndercutPrecent="0.0001" AutoFindAh="True" PostIfBelowMinBuyout="False" />
<!--Potion of Treasure Finding-->
<SellItemOnAhAction UseCategory="False" RunTime="_12_Hours" AmountType="Amount" ItemID="58488" MinBuyout="85g0s0c" MaxBuyout="120g0s0c" StackSize="1" IgnoreStackSizeBelow="1" Amount="10" BidPrecent="100" UndercutPrecent="0.0001" AutoFindAh="True" PostIfBelowMinBuyout="False" />
It should be only posting in total the amount you set.Any way possible to limit it to posting a max amount of a particular item? I have the Amount set, but it seems each time I stop/start the bot it disregards it and will post up to that amount with each start
All you need to change is the item id and buyouts for it to work.Hi,
First of of, thanks for this great profile!
I would like to add some items for sale!
Can I just copy/paste a typical line of coding from a similar item, change the values (item name, ID, MinBuyout, MaxBuyout...) and insert it in the .xml file under other items from the same "style"?
Exemple: Copy this =>
HTML:<!--Potion of Luck--> <SellItemOnAhAction UseCategory="False" RunTime="_12_Hours" AmountType="Amount" ItemID="76091" MinBuyout="0g0s0c" MaxBuyout="0g0s0c" StackSize="1" IgnoreStackSizeBelow="20" Amount="20" BidPrecent="100" UndercutPrecent="0.0001" AutoFindAh="True" PostIfBelowMinBuyout="False" />
Modify =>
HTML:<!--Potion of Treasure Finding--> <SellItemOnAhAction UseCategory="False" RunTime="_12_Hours" AmountType="Amount" ItemID="58488" MinBuyout="85g0s0c" MaxBuyout="120g0s0c" StackSize="1" IgnoreStackSizeBelow="1" Amount="10" BidPrecent="100" UndercutPrecent="0.0001" AutoFindAh="True" PostIfBelowMinBuyout="False" />
Would it work and do I have to do anything else?
Thanks for your help!
It should be only posting in total the amount you set.
All you need to change is the item id and buyouts for it to work.
Change PostIfBelowMinBuyout="True" for golden carp to FalseGot that working.
Now it seems that some particular items when they are only like one other person has a stack in the AH and I post, it undercuts them, then when it scans again it cancels my auctions even though I'm still undercutting the other person. Not sure why this is happening
For example,
PB 1.595: Selling Golden Carp for 2g0s0c. Competition is at 2g88s10c
AHBuddy: Checking for undercut auctions.
Then it cancels the AH goes to mailbox picks it back up and repeats
It should be only posting in total the amount you set.
All you need to change is the item id and buyouts for it to work.
It would be possible if you made a plugin or tool to convert the prices from auctioneer where ever they're stored to AHBuddy in the right format. I'm already working on a much better way of getting prices that shouldn't take that much longer.hey can you make the ahbuddy work with auctioneer? would be great because the price and undercut values are all preset and you dont need to set the prices yourself. i just wanted to know if that is even possible.
It would be possible if you made a plugin or tool to convert the prices from auctioneer where ever they're stored to AHBuddy in the right format. I'm already working on a much better way of getting prices that shouldn't take that much longer.
It's the individual price of the item.Does MaxBuyout="0g70s0c" mean that he will buy for example 1x ghost iron ore for max 70s or a stack of 20 for max 70s?