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.
When i set my profile to deposit all herbs and ores into GB, hes not doing that. He just stands near mailbox and waits.(yes I have herbs and ores in eq) When I set it to also deposit gold everything is fine, it goes to GB and deposits the proper amount.
What's wrong?
 
Without a farmer feeding into this I'm curious how you guys are making gold using this script? I'd be happy to donate to someone if they can give me some solid tips :)

Especially to the OP if I end up raking in serious gold.
 
When i set my profile to deposit all herbs and ores into GB, hes not doing that. He just stands near mailbox and waits.(yes I have herbs and ores in eq) When I set it to also deposit gold everything is fine, it goes to GB and deposits the proper amount.
What's wrong?
You need the datastore addon for wow
 
Now with DataStore he puts every ore into GB but he leaves herbs in eq;/ yes I ve got it set to store herbs in GB.

any idea why I press Bot Config to enter profie settings it take like 5 or even more minutes to enter the config?
 
Now with DataStore he puts every ore into GB but he leaves herbs in eq;/ yes I ve got it set to store herbs in GB.

any idea why I press Bot Config to enter profie settings it take like 5 or even more minutes to enter the config?
Post a log with it not depositing herbs.
There's too many lines for professionbuddy to handle, so it will load slowly when changing the settings.
 
It also doesn't post some herbs to the ah;/

Could you plz instruct me via pm how to find proper log?
Post a log with it not depositing herbs.
There's too many lines for professionbuddy to handle, so it will load slowly when changing the settings.
 
what I'm getting at is that I want a plugin or whatever you will use but I want to be able to buy Ghost Iron Ore for 60 gold then sell them for 65 gold please answer me
 
Is there a way to reduce the amount of time the bot spends at the mailbox?

sometimes my ahbot just stays there, with the mailbox open doing nothing for some time.. I'd like to fix that if it's possible
Change CheckNewMail="True" to False in the line
<GetMailAction GetMailType="AllItems" ItemID="0" CheckNewMail="True" MinFreeBagSlots="0" AutoFindMailBox="True" />
 
I'm having trouble posting Gems, it keeps posting the max amount of that particular type of gem, ive gone in and adjusted stack size in notepad and it still does the same thing....any suggestions?


Nevermind I fixed it was stupid mistake on my part
 
Can you incorporate TSM data into this profile?

Thanks.

Not easily accessible by LUA.

Datastore, can be accessed by profession buddy, which will store inventory & bag contents, but TSM categories are fickle & customised for use.
 
If i need this profile to skip to the next task in my HBrelog when it's done with it's job, how do i do that?

Etc. First it checks for undercut, then i buy from AH and then it Sells. After that i would like it to skip to next HBrelog task instead of taking a break (CycleWait)
 
If i need this profile to skip to the next task in my HBrelog when it's done with it's job, how do i do that?

Etc. First it checks for undercut, then i buy from AH and then it Sells. After that i would like it to skip to next HBrelog task instead of taking a break (CycleWait)
There is no support for HBrelog in the profile, so you'll just have to use timed tasks instead.
 
I've been trying out this profile because I'd love to automate my AH work but I'm having some issues. I've set my AHBuddy.xml to the following:
<!--Ore/Stone-->
<!--Kyparite-->
<SellItemOnAhAction UseCategory="True" RunTime="_12_Hours" AmountType="Amount" ItemID="72093" MinBuyout="3g0s0c" MaxBuyout="5g0s0c" StackSize="20" IgnoreStackSizeBelow="1" Amount="30" BidPrecent="100" UndercutPrecent="0.0001" AutoFindAh="True" PostIfBelowMinBuyout="True" />
<!--Black Trillium Ore-->
<SellItemOnAhAction UseCategory="True" RunTime="_12_Hours" AmountType="Amount" ItemID="72094" MinBuyout="13g50s0c" MaxBuyout="25g0s0c" StackSize="20" IgnoreStackSizeBelow="1" Amount="30" BidPrecent="100" UndercutPrecent="0.0001" AutoFindAh="True" PostIfBelowMinBuyout="True" />
<!--White Trillium Ore-->
<SellItemOnAhAction UseCategory="True" RunTime="_12_Hours" AmountType="Amount" ItemID="72103" MinBuyout="13g0s0c" MaxBuyout="25g0s0c" StackSize="20" IgnoreStackSizeBelow="1" Amount="30" BidPrecent="100" UndercutPrecent="0.0001" AutoFindAh="True" PostIfBelowMinBuyout="True" />
<!--Ghost Iron Ore-->
<SellItemOnAhAction UseCategory="True" RunTime="_12_Hours" AmountType="Amount" ItemID="72092" MinBuyout="3g25s0c" MaxBuyout="5g0s0c" StackSize="20" IgnoreStackSizeBelow="1" Amount="30" BidPrecent="100" UndercutPrecent="0.0001" AutoFindAh="True" PostIfBelowMinBuyout="True" />


When I run the bot it posts Ghost Iron Ore, and Kyparite just fine but it post the black and white trillium way too low. This is the copied version of what is says in log:

AHBuddy: Checking for new mail.
PB 1.617: Mail retrieval of items:AllItems finished
AHBuddy: Checking for undercut auctions.
AHBuddy: Posting items to the AH.
PB 1.617: Selling White Trillium Ore for 5g0s0c. Competition is at 14g0s0c
PB 1.617: Selling Blood Spirit for 3g0s0c. Competition is at 2g0s0c
PB 1.617: Selling Black Trillium Ore for 5g0s0c. Competition is at 13g0s0c
PB 1.617: Selling Kyparite for 3g0s0c. Competition is at 2g99s98c

Why is it selling the trillium for such a low price when the lowest competitor is so much higher? I have screen shots if it helps but any thoughts on what I'm doing wrong?
 
I've been trying out this profile because I'd love to automate my AH work but I'm having some issues. I've set my AHBuddy.xml to the following:
<!--Ore/Stone-->
<!--Kyparite-->
<SellItemOnAhAction UseCategory="True" RunTime="_12_Hours" AmountType="Amount" ItemID="72093" MinBuyout="3g0s0c" MaxBuyout="5g0s0c" StackSize="20" IgnoreStackSizeBelow="1" Amount="30" BidPrecent="100" UndercutPrecent="0.0001" AutoFindAh="True" PostIfBelowMinBuyout="True" />
<!--Black Trillium Ore-->
<SellItemOnAhAction UseCategory="True" RunTime="_12_Hours" AmountType="Amount" ItemID="72094" MinBuyout="13g50s0c" MaxBuyout="25g0s0c" StackSize="20" IgnoreStackSizeBelow="1" Amount="30" BidPrecent="100" UndercutPrecent="0.0001" AutoFindAh="True" PostIfBelowMinBuyout="True" />
<!--White Trillium Ore-->
<SellItemOnAhAction UseCategory="True" RunTime="_12_Hours" AmountType="Amount" ItemID="72103" MinBuyout="13g0s0c" MaxBuyout="25g0s0c" StackSize="20" IgnoreStackSizeBelow="1" Amount="30" BidPrecent="100" UndercutPrecent="0.0001" AutoFindAh="True" PostIfBelowMinBuyout="True" />
<!--Ghost Iron Ore-->
<SellItemOnAhAction UseCategory="True" RunTime="_12_Hours" AmountType="Amount" ItemID="72092" MinBuyout="3g25s0c" MaxBuyout="5g0s0c" StackSize="20" IgnoreStackSizeBelow="1" Amount="30" BidPrecent="100" UndercutPrecent="0.0001" AutoFindAh="True" PostIfBelowMinBuyout="True" />


When I run the bot it posts Ghost Iron Ore, and Kyparite just fine but it post the black and white trillium way too low. This is the copied version of what is says in log:

AHBuddy: Checking for new mail.
PB 1.617: Mail retrieval of items:AllItems finished
AHBuddy: Checking for undercut auctions.
AHBuddy: Posting items to the AH.
PB 1.617: Selling White Trillium Ore for 5g0s0c. Competition is at 14g0s0c
PB 1.617: Selling Blood Spirit for 3g0s0c. Competition is at 2g0s0c
PB 1.617: Selling Black Trillium Ore for 5g0s0c. Competition is at 13g0s0c
PB 1.617: Selling Kyparite for 3g0s0c. Competition is at 2g99s98c

Why is it selling the trillium for such a low price when the lowest competitor is so much higher? I have screen shots if it helps but any thoughts on what I'm doing wrong?
Change all UseCategory="True" to False. It's reading the price of the first item of that category, which is kyparite. That's why it's posting at 5g since that's the maximum buyout of kyparite.
 
Hello zakanator great work with this project! I still have maybe a noob question,i understood how to set the prices etc,but for exemple if i am selling Savage LEather with 125g/stack and somewone post 10 staks with 100 g/stack how can i se the bot to buy all that staks ?
 
my only problem is
bot on my server ,, when I put the gems on auction after 20 second their undercut me ! .(
then i would post gems without limitation of max amount
PB 1.617: Skipping Giada Selvaggia Bilanciata since 1 items from me are already posted. Max amount is 1
i need always cancel undercut, and repost all gems
if I cancel every time gems im at risk

other bots put the gems every 30-40 seconds without deleting auction!! and are always undercut



how i can do to fix this?^^

thx for answer
 
Status
Not open for further replies.
Back
Top