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

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

[Professionbuddy] AHBuddy - Full Auction House Bot

Status
Not open for further replies.
Think that would be a very nice idea! because than we can go afk, but when the bot runs every times to check mails it very conspicuous

I've been running it ago and never get so much as a whisper. No one has said anything. I don't think many people near the ah are ever looking at the people.. I believe everyone is being a bit paranoid.
 
I've been running it ago and never get so much as a whisper. No one has said anything. I don't think many people near the ah are ever looking at the people.. I believe everyone is being a bit paranoid.

I just want to run it all day... then it's not needed to scan all the time all day long. Maybe Blizz can track this... It's just a good extra option for the nice profile.
 
I'll add an option when i get home to check mail and a temporary option to wait 10 mins before checking the ah again.
 
Hello,

Two extra questions:

Is it possible to add a pause after a complete scan to buy?
I don't know how but something like wait for XXX seconds after scan. Then re-scan.

Maybe an option to disable the run to the mail box...?

When we have this options, we can let the bot scan every XX minutes and check the mail box manually every X hour.
Now the toon run every time the same path and that looks suspicious sometimes :D

ThanX!

I added a shotz wait time after a loop. Just edit the XML and add the following lines:

after line 26 add:
Code:
<Settings DefaultValue="False" Type="Boolean" Name="WaitAfterEachLoop" Summary="Should the bot wait after each turn to repeat actions?" Category="AH Buy" Global="False" Hidden="False" />

after
Code:
<CallSubRoutine SubRoutineName="PostToAH" />

add
Code:
    <If Condition="(bool)Settings[&quot;WaitAfterEachLoop&quot;]" IgnoreCanRun="True">
	<CustomAction Code="Log(Color.Crimson,&quot;AHBuddy: &quot;,Color.BlanchedAlmond,&quot;Waiting for x minutes...&quot;);" />
	<WaitAction Condition="false" Timeout="your timeout in MS, eg 60000 for 60 secs. " />
	<CustomAction Code="Log(Color.Crimson,&quot;AHBuddy: &quot;,Color.BlanchedAlmond,&quot;Done! Repeat actions :)&quot;);" />
     </If>
 
Last edited:
I added a shotz wait time after a loop. Just edit the XML and add the following lines:

after line 26 add:
Code:
<Settings DefaultValue="False" Type="Boolean" Name="WaitAfterEachLoop" Summary="Should the bot wait after each turn to repeat actions?" Category="AH Buy" Global="False" Hidden="False" />

after
Code:
<CallSubRoutine SubRoutineName="PostToAH" />

add
Code:
    <If Condition="(bool)Settings["WaitAfterEachLoop"]" IgnoreCanRun="True">
	<CustomAction Code="Log(Color.Crimson,"AHBuddy: ",Color.BlanchedAlmond,"Waiting for x minutes...");" />
	<WaitAction Condition="false" Timeout="your timeout in MS, eg 60000 for 60 secs. " />
	<CustomAction Code="Log(Color.Crimson,"AHBuddy: ",Color.BlanchedAlmond,"Done! Repeat actions :)");" />
     </If>

Tested and works perfect. Thank you!
 
Can this bot be set up to do like 10 scans a day for like 5 days and then begind to buy low and sell high so it can buy out from the scanned data
 
Can this bot be set up to do like 10 scans a day for like 5 days and then begind to buy low and sell high so it can buy out from the scanned data

It doesnt collect data at all.

you have to use the standard values or make your own/collect them via other Addons/wowhead/undermine
 
Theundermine has an option to download an excel file which has the prices for every item in the server's AH. Can a utility be coded to take those values and paste them in the xml file?
 
Theundermine has an option to download an excel file which has the prices for every item in the server's AH. Can a utility be coded to take those values and paste them in the xml file?

Sure, it's possible. But to be honest: I don't understand why to do so? What's the benefit downloading the data and pasting it into the XMLFile? I'm sure i'm too blind (right now) to see the advantage :)
 
Sure, it's possible. But to be honest: I don't understand why to do so? What's the benefit downloading the data and pasting it into the XMLFile? I'm sure i'm too blind (right now) to see the advantage :)

Helps people be even more lazy and not have to manually change the mins ans maxs.

Do i want this Hell yea if it can be done
 
Any reason this does not retrieve things from the guild bank to replenish?
There seems to be an issue with professionbuddy trying to find the guild bank from the auction house at valley of strength and valley of honor auction house. You will have to change to valley of wisdom auction house.
 
There seems to be an issue with professionbuddy trying to find the guild bank from the auction house at valley of strength and valley of honor auction house. You will have to change to valley of wisdom auction house.

is there a particular setting i need to activate to get it to take from the Gbank and sell at AH? Currently I am in valley of wisdom AH and all its doing is checking mailbox and AH for undercut items while my bags are empty.
 
Do I understand it correctly, that a tool like Auctioneer/Auctionator does help to set your own prices (because of the scans), but is not used by this profile? Meaning; the prices set in the .xml are leading? In my opinion, setting your own prices is a NO GO because when you're done setting all prices, you can start over because of the fast changing market.
It would be a great feature if the profile could use the database created by those addons, meaning that the prices used by the profile are always up to date.
 
Last edited:
Do I understand it correctly, that a tool like Auctioneer/Auctionator does help to set your own prices (because of the scans), but is not used by this profile? Meaning; the prices set in the .xml are leading? In my opinion, setting your own prices is a NO GO because when you're done setting all prices, you can start over because of the fast changing market.
It would be a great feature if the profile could use the database created by those addons, meaning that the prices used by the profile are always up to date.

agreed
 
I just wanted to try the bot, but i'm doing something terebly wrong i think. Ik downloaded the SVN link, opened HB and started it in ProfBud, but it's not working.
What am i doing wrong?
 
Thx alot, looks awesome ! Any recommendations what to let the bot buy?

To start i have select gems and cloth.
 
Status
Not open for further replies.
Back
Top