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

[Professionbuddy] AHBuddy - Full Auction House Bot

Status
Not open for further replies.
It's a good idea to read the thread prior to using AHBuddy. You could've had the chance to learn from hundreds of peoples mistakes.

Yes because reading threw 158 pages is nothing =P I been in this thread since it had 10 pages mine was just an error that I made ended up just putting the cap spend amount wrong.

Just wanted to let others know if it's your first time starting the bot to buy be carefull cause it buys quickly and before you notice if you set it up wrong your gold could be gone.

I would send gold to another toon the amount you want to spend and then Turn it on

=)
 
Last edited:
zakanator. Ever consider making this a botbase i think it would help to reduce or Eliminate the freezing of wow. This is a really annoying issue.
No, I have no plans to make it a botbase. It's best to report the issue on the professionbuddy thread as I said before.

Yes because reading threw 158 pages is nothing =P I been in this thread since it had 10 pages mine was just an error that I made ended up just putting the cap spend amount wrong.

Just wanted to let others know if it's your first time starting the bot to buy be carefull cause it buys quickly
This is cause professionbuddy is buying items too fast and your gold doesn't get updated until it stop.
 
No, I have no plans to make it a botbase. It's best to report the issue on the professionbuddy thread as I said before.

Well it's only with this. No issues with default ah profile or with the other ah bots / profiles just this one.
=/ I will still report there as this is my fav out of all of them with support. And for some reason I cant get the tool to work on your web page won't save or export.

When i turned on auto buy tho using your data it was buying sha crystals at 105 thinking there going price was 250+ on my server when the going price is 105 - 119. Not sure if there is a master list. But if there is can I openin it in your web tool?
 
Last edited:
Well it's only with this. No issues with default ah profile or with the other ah bots / profiles just this one.
=/ I will still report there as this is my fav out of all of them with support. And for some reason I cant get the tool to work on your web page won't save or export.

When i turned on auto buy tho using your data it was buying sha crystals at 105 thinking there going price was 250+ on my server when the going price is 105 - 119. Not sure if there is a master list. But if there is can I openin it in your web tool?
You can view the prices in the editor and try using WoWuction for prices instead atm.
 
After some fiddling I have one question left; How do I add two of the same item in differing quantities? Are there any limitations or conflicts to watch out for?
 
Im having an issue where Useing wow auction now and your editor. For embersilk cloth min buyout is 1g 14s 75c making it around 22g a stack but its posting it for less then 90s under 20g a stack. Undercutting the lowest post that was 19g stack is it suppose to be undercutting ?

I have in your editor to sell 85% min that gives me the price above and 115 max to try and get a little more
and 65% to buy

Not sure why its taking off another % ingame.

Can't wait till i figure it all out thanks for the support
 
Last edited:
After some fiddling I have one question left; How do I add two of the same item in differing quantities? Are there any limitations or conflicts to watch out for?
You'll have to make sure the first amount is less than the second amount since it will include the items that you've already posted.

Im having an issue where Useing wow auction now and your editor. For embersilk cloth min buyout is 1g 14s 75c making it around 22g a stack but its posting it for less then 90s under 20g a stack. Undercutting the lowest post that was 19g stack is it suppose to be undercutting ?

I have in your editor to sell 85% min that gives me the price above and 115 max to try and get a little more
and 65% to buy

Not sure why its taking off another % ingame.

Can't wait till i figure it all out thanks for the support
You'll need to post a log.
 
I have a problem with selling.
Even if it buys cloth for example and I have set the selling prices, it never goes into posting OR skipping those items.

For example,
PB: Skipping Ghost Iron Ore since lowest buyout:1g5s0c is below my MinBuyout:1g45s0c
PB: Skipping Spirit Dust since lowest buyout:0g75s0c is below my MinBuyout:1g24s0c
AHBuddy: Checking for undercut auctions.

After those 2, it jumps to checking for undercuts... any ideas why?

The strings are like this, so unless I am blind, what is the problem?

PHP:
<!--Ghost Iron Ore-->
				<SellItemOnAhAction UseCategory="False" RunTime="_12_Hours" AmountType="Amount" ItemID="72092" MinBuyout="1g45s0c" MaxBuyout="9g0s0c" StackSize="20" IgnoreStackSizeBelow="20" Amount="30" BidPrecent="100" UndercutPrecent="0.0001" AutoFindAh="True" PostPartialStacks="False" PostIfBelowMinBuyout="False" />

<!--Silk Cloth-->
				<SellItemOnAhAction UseCategory="False" RunTime="_12_Hours" AmountType="Amount" ItemID="4306" MinBuyout="1g70s0c" MaxBuyout="4g0s0c" StackSize="20" IgnoreStackSizeBelow="20" Amount="10" BidPrecent="100" UndercutPrecent="0.0001" AutoFindAh="True" PostPartialStacks="False" PostIfBelowMinBuyout="False" />

Also, another problem, it sells stacks of 1 and 3, instead of 5 with this string

PHP:
<!--Mysterious Essence-->
				<SellItemOnAhAction UseCategory="False" RunTime="_12_Hours" AmountType="Amount" ItemID="74250" MinBuyout="7g00s0c" MaxBuyout="20g0s0c" StackSize="5" IgnoreStackSizeBelow="5" Amount="10" BidPrecent="100" UndercutPrecent="0.0001" AutoFindAh="True" PostPartialStacks="True" PostIfBelowMinBuyout="False" />


Full confing maybe it helps

View attachment AHBuddy.zip
 
Last edited:
I have a problem with selling.
Even if it buys cloth for example and I have set the selling prices, it never goes into posting OR skipping those items.

For example,
PB: Skipping Ghost Iron Ore since lowest buyout:1g5s0c is below my MinBuyout:1g45s0c
PB: Skipping Spirit Dust since lowest buyout:0g75s0c is below my MinBuyout:1g24s0c
AHBuddy: Checking for undercut auctions.

After those 2, it jumps to checking for undercuts... any ideas why?

The strings are like this, so unless I am blind, what is the problem?

PHP:
<!--Ghost Iron Ore-->
                <SellItemOnAhAction UseCategory="False" RunTime="_12_Hours" AmountType="Amount" ItemID="72092" MinBuyout="1g45s0c" MaxBuyout="9g0s0c" StackSize="20" IgnoreStackSizeBelow="20" Amount="30" BidPrecent="100" UndercutPrecent="0.0001" AutoFindAh="True" PostPartialStacks="False" PostIfBelowMinBuyout="False" />

<!--Silk Cloth-->
                <SellItemOnAhAction UseCategory="False" RunTime="_12_Hours" AmountType="Amount" ItemID="4306" MinBuyout="1g70s0c" MaxBuyout="4g0s0c" StackSize="20" IgnoreStackSizeBelow="20" Amount="10" BidPrecent="100" UndercutPrecent="0.0001" AutoFindAh="True" PostPartialStacks="False" PostIfBelowMinBuyout="False" />

Also, another problem, it sells stacks of 1 and 3, instead of 5 with this string

PHP:
<!--Mysterious Essence-->
                <SellItemOnAhAction UseCategory="False" RunTime="_12_Hours" AmountType="Amount" ItemID="74250" MinBuyout="7g00s0c" MaxBuyout="20g0s0c" StackSize="5" IgnoreStackSizeBelow="5" Amount="10" BidPrecent="100" UndercutPrecent="0.0001" AutoFindAh="True" PostPartialStacks="True" PostIfBelowMinBuyout="False" />
Do you have the cloth in your bags? and i'll need a log.
 
Yes, I do have them in my bags.
Log as attachment.
Config also>
View attachment AHBuddy.zip

Later edit: And if I post them manually, they will get cancelled, so cancelling on them works.... but just cancelling. Also removed Protected Items, no change.
 

Attachments

Last edited:
Hello
my problem is AHbuddy Buys a itme vor ex ample 30g and sell it onlie vor 15g what have i do wrong ??
 
Is it supposed to browse through the items a million times when checking for undercut auctions?

It also canceled all my auctions right after it put them up-.-


See attachments
 

Attachments

Last edited:
You'll have to make sure the first amount is less than the second amount since it will include the items that you've already posted.


You'll need to post a log.

I won't be home for another few hours but will get the latest prices and set up everything and post logs and pm you a link to the file made
 
Last edited:
Ok so i just started everything up and was checking out the log im not going to upload the whole thing just going to post the last few lines becasue i can clearly see the issue

Code:
[21:45:49.515 D]PB: Wait for 00:00:02 or until AuctionFrame.Instance.IsVisible Completed
[21:45:49.688 D]PB: Searching AH for Embersilk Cloth
[21:45:50.356 D]PB: Searching AH for Embersilk Cloth
[21:45:51.162 D]PB: Searching AH for Embersilk Cloth
[21:45:51.778 D]PB: Searching AH for Embersilk Cloth
[21:45:52.541 D]PB: Searching AH for Embersilk Cloth
[21:45:53.157 D]PB: Searching AH for Embersilk Cloth
[21:45:54.991 D]PB: Searching AH for Embersilk Cloth
[SIZE=5][B][21:45:55.859 D]PB: Post If Below MinBuyout:True[/B] [/SIZE]
[21:45:55.861 D]PB: Lowest Buyout on AH: 1g38s60c, My Minimum Bouyout: 0g70s55c
[21:45:55.912 D]PB: Searching AH for Green Tea Leaf
[21:45:57.696 D]PB: Searching AH for Green Tea Leaf
[21:45:59.125 D]PB: Searching AH for Green Tea Leaf
[21:45:59.277 N]PB: Selling Embersilk Cloth for 0g95s45c. Competition is at 1g38s60c
[21:45:59.837 D]PB: Post If Below MinBuyout:True 
[21:45:59.839 D]PB: Lowest Buyout on AH: 0g99s97c, My Minimum Bouyout: 0g70s55c
[21:45:59.890 D]PB: Searching AH for Rain Poppy
[21:46:00.863 D]PB: Stop Called
[21:46:00.897 N]AHBuddy: Gold lost this session: 5g 49s 72c
[21:46:00.900 N]AHBuddy: Gold lost this session: 5g 49s 72c
[01:46:00.628 N] Stopping the bot!
[01:46:00.629 Q] Bot stopping! Reason: User pressed the stop button
[01:46:00.865 D] Activity: Honorbuddy Stopped

Where is this option on the Editor. Your site or in the box that pops up in honorbuddy. Im assuming that i should just open the file and change it to false would work But i cant find that the option in the text editor =/ Can you add this option to the editor please =)

UpdATE I see the option PiB right? in the editor. Can you add an unchecked all please
 
Last edited:
Ok so i just started everything up and was checking out the log im not going to upload the whole thing just going to post the last few lines becasue i can clearly see the issue

Code:
[21:45:49.515 D]PB: Wait for 00:00:02 or until AuctionFrame.Instance.IsVisible Completed
[21:45:49.688 D]PB: Searching AH for Embersilk Cloth
[21:45:50.356 D]PB: Searching AH for Embersilk Cloth
[21:45:51.162 D]PB: Searching AH for Embersilk Cloth
[21:45:51.778 D]PB: Searching AH for Embersilk Cloth
[21:45:52.541 D]PB: Searching AH for Embersilk Cloth
[21:45:53.157 D]PB: Searching AH for Embersilk Cloth
[21:45:54.991 D]PB: Searching AH for Embersilk Cloth
[SIZE=5][B][21:45:55.859 D]PB: Post If Below MinBuyout:True[/B] [/SIZE]
[21:45:55.861 D]PB: Lowest Buyout on AH: 1g38s60c, My Minimum Bouyout: 0g70s55c
[21:45:55.912 D]PB: Searching AH for Green Tea Leaf
[21:45:57.696 D]PB: Searching AH for Green Tea Leaf
[21:45:59.125 D]PB: Searching AH for Green Tea Leaf
[21:45:59.277 N]PB: Selling Embersilk Cloth for 0g95s45c. Competition is at 1g38s60c
[21:45:59.837 D]PB: Post If Below MinBuyout:True 
[21:45:59.839 D]PB: Lowest Buyout on AH: 0g99s97c, My Minimum Bouyout: 0g70s55c
[21:45:59.890 D]PB: Searching AH for Rain Poppy
[21:46:00.863 D]PB: Stop Called
[21:46:00.897 N]AHBuddy: Gold lost this session: 5g 49s 72c
[21:46:00.900 N]AHBuddy: Gold lost this session: 5g 49s 72c
[01:46:00.628 N] Stopping the bot!
[01:46:00.629 Q] Bot stopping! Reason: User pressed the stop button
[01:46:00.865 D] Activity: Honorbuddy Stopped

Where is this option on the Editor. Your site or in the box that pops up in honorbuddy. Im assuming that i should just open the file and change it to false would work? Ima go test it. Can you add this option to the editor please =)
It's the PiB check box column. Check the undercut percentage in the profile, post if below minbuyout shouldn't be affecting it since the lowest auction is above your minbuyout.
 
It's the PiB check box column. Check the undercut percentage in the profile, post if below minbuyout shouldn't be affecting it since the lowest auction is above your minbuyout.

That wrong tho in your editor right now casue i still have it open is 1g 13s 90c For minimum. why is it undercutting so much?

Heres the log and my file that i downloaded from the editor View attachment AHbuddylogfile.zip
Can teamviwer tomorrow if you want to watch me set up in the editor.

Ok so i opened the file with Notepad++ cause i did not feel like un checking all boxes lol and Replaced all the true with false cause its easier. and posted the stack at 27g and 29g is my max buyout per stack. Where before it was posting at 19g a stack. And im currently the cheapest on the AH

Here is the updated log. View attachment 1616 2014-09-06 21.38.txt

With PiB turned off its working like i want it to it looks like Also do you have any plans to expand your editor like being able to add you own items? I post armor and weapons i found from low levels and i sold quite a few for over 50 100 and 200g
 
Last edited:
That wrong tho in your editor right now casue i still have it open is 1g 13s 90c For minimum. why is it undercutting so much?

Heres the log and my file that i downloaded from the editor View attachment 141268
Can teamviwer tomorrow if you want to watch me set up in the editor.

Ok so i opened the file with Notepad++ cause i did not feel like un checking all boxes lol and Replaced all the true with false cause its easier. and posted the stack at 27g and 29g is my max buyout per stack. Where before it was posting at 19g a stack. And im currently the cheapest on the AH

Here is the updated log. View attachment 141269

With PiB turned off its working like i want it to it looks like Also do you have any plans to expand your editor like being able to add you own items? I post armor and weapons i found from low levels and i sold quite a few for over 50 100 and 200g
It looks like it's just a small issue with the editor that'll need to get fixed. Also you can already add items with the editor and uncheck/check all by clicking the table header.
 
I have a problem with selling.
Even if it buys cloth for example and I have set the selling prices, it never goes into posting OR skipping those items.

For example,
PB: Skipping Ghost Iron Ore since lowest buyout:1g5s0c is below my MinBuyout:1g45s0c
PB: Skipping Spirit Dust since lowest buyout:0g75s0c is below my MinBuyout:1g24s0c
AHBuddy: Checking for undercut auctions.

After those 2, it jumps to checking for undercuts... any ideas why?

The strings are like this, so unless I am blind, what is the problem?

PHP:
<!--Ghost Iron Ore-->
                <SellItemOnAhAction UseCategory="False" RunTime="_12_Hours" AmountType="Amount" ItemID="72092" MinBuyout="1g45s0c" MaxBuyout="9g0s0c" StackSize="20" IgnoreStackSizeBelow="20" Amount="30" BidPrecent="100" UndercutPrecent="0.0001" AutoFindAh="True" PostPartialStacks="False" PostIfBelowMinBuyout="False" />

<!--Silk Cloth-->
                <SellItemOnAhAction UseCategory="False" RunTime="_12_Hours" AmountType="Amount" ItemID="4306" MinBuyout="1g70s0c" MaxBuyout="4g0s0c" StackSize="20" IgnoreStackSizeBelow="20" Amount="10" BidPrecent="100" UndercutPrecent="0.0001" AutoFindAh="True" PostPartialStacks="False" PostIfBelowMinBuyout="False" />

Also, another problem, it sells stacks of 1 and 3, instead of 5 with this string

PHP:
<!--Mysterious Essence-->
                <SellItemOnAhAction UseCategory="False" RunTime="_12_Hours" AmountType="Amount" ItemID="74250" MinBuyout="7g00s0c" MaxBuyout="20g0s0c" StackSize="5" IgnoreStackSizeBelow="5" Amount="10" BidPrecent="100" UndercutPrecent="0.0001" AutoFindAh="True" PostPartialStacks="True" PostIfBelowMinBuyout="False" />


Full confing maybe it helps

View attachment 141181
I just tested with the profile you uploaded using silk cloth. There seems to be another professionbuddy bug, it would only check to sell the item if PostPartialStacks is true.
 
Status
Not open for further replies.
Back
Top