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.
I cant get this thing to deposit herbs to guild bank its set to true but just dosent do anything ... ideas?
 
Having problems with it posting : /


AHBuddy: Posting items to the AH.
PB 1.540: Selling Embersilk Cloth for 0g0s0c. Competition is at 1g65s0c
It is posting items for 0c bid, and not undercutting the current price.
 
is there a option to look for the lowest price of perfect / rare gem version? rare gems are at 30g and perfect at 60g.. ofc the people will buy the rare one for 30g...
 
Having problems with it posting : /


AHBuddy: Posting items to the AH.
PB 1.540: Selling Embersilk Cloth for 0g0s0c. Competition is at 1g65s0c
It is posting items for 0c bid, and not undercutting the current price.

You must edit the embersilk cloth

<!--Embersilk Cloth-->
<SellItemOnAhAction UseCategory="False" RunTime="_12_Hours" AmountType="Amount" ItemID="53010" MinBuyout="0g0s0c" MaxBuyout="0g0s0c" StackSize="20" IgnoreStackSizeBelow="20" Amount="10" BidPrecent="100" UndercutPrecent="0.0001" AutoFindAh="True" PostIfBelowMinBuyout="False" />

is there a option to look for the lowest price of perfect / rare gem version? rare gems are at 30g and perfect at 60g.. ofc the people will buy the rare one for 30g...

I am unsure of what you want the bot to do. My best guess is you want it to scan for rare gems. Yes that is possible. You must configure it yourself though.
 
the bot should search the ah for both gems and post the perfect one at the cheapest price of both.
 
the bot should search the ah for both gems and post the perfect one at the cheapest price of both.

Ok so.

Bot will scan AH for both gems

Bot will post both gems under cutting everyone else

Correct? If so here -

<!--Name Of Gem-->
<SellItemOnAhAction UseCategory="False" RunTime="_12_Hours" AmountType="Amount" ItemID="76131" MinBuyout="0g0s0c" MaxBuyout="0g0s0c" StackSize="1" IgnoreStackSizeBelow="1" Amount="5" BidPrecent="100" UndercutPrecent="0.0001" AutoFindAh="True" PostIfBelowMinBuyout="False" />

You will need to add in each specific cut. AHbuddy does not have the perfect cuts added in but it does have the rare mop gems added.

To do this, find the itemid and change it.
 
i already added the perfect gems into my ahbuddy profile.. for example:

Code:
<SellItemOnAhAction UseCategory="False" RunTime="_12_Hours" AmountType="Amount" ItemID="76626" MinBuyout="5g0s0c" MaxBuyout="300g0s0c" StackSize="1" IgnoreStackSizeBelow="1" Amount="5" BidPrecent="100" UndercutPrecent="0.0001" AutoFindAh="True" PostIfBelowMinBuyout="False" />

But then there is still the problem with the price... If the bot posts the perfect gem "Perfect Delicate Pandarian Garnet" he just undercuts the other "Perfect Delicate Pandarian Garnet" Gems.. not the "Delicate Primordial Ruby".

"Perfect Delicate Pandarian Garnet" : 60g
"Delicate Primordial Ruby" 40g

Bot will post the perfect gem at 59gxx not at 39gxx
 
Last edited:
Hm I'll test it myself later I can't right at this moment. Show me your first 10 lines in AHbuddy.xml.
 
Code:
<Settings DefaultValue="True" Type="Boolean" Name="Cancel Undercut Auctions" Summary="Cancels your auction which have been undercut" Category="Misc" Global="False" Hidden="False" />
  <Settings DefaultValue="True" Type="Boolean" Name="Post to the Auction House" Summary="Posts items from your inventory to the Auction House" Category="Misc" Global="False" Hidden="False" />
  <Settings DefaultValue="True" Type="Boolean" Name="Check Mail" Summary="Checks the mailbox when you have new mail" Category="Misc" Global="False" Hidden="False" />
  <Settings DefaultValue="False" Type="Boolean" Name="CycleWait" Summary="Waits 10 minutes after each cycle of posting/buying" Category="Misc" Global="False" Hidden="False" />
  <Settings DefaultValue="False" Type="Boolean" Name="DepositOreGB" Summary="Deposits Pandarian ore to the guild bank" Category="Guild Bank" Global="False" Hidden="False" />
  <Settings DefaultValue="False" Type="Boolean" Name="DepositHerbsGB" Summary="Deposits Pandarian herbs to the guild bank" Category="Guild Bank" Global="False" Hidden="False" />
  <Settings DefaultValue="False" Type="Boolean" Name="DepositEnchantingMatsGB" Summary="Deposits enchanting materials to the guild bank" Category="Guild Bank" Global="False" Hidden="False" />
  <Settings DefaultValue="False" Type="Boolean" Name="DepositUncutGemsGB" Summary="Deposits Pandarian uncut gems to the guild bank" Category="Guild Bank" Global="False" Hidden="False" />
  <Settings DefaultValue="False" Type="Boolean" Name="DepositLeatherGB" Summary="Deposits Pandarian leather to the guild bank" Category="Guild Bank" Global="False" Hidden="False" />
  <Settings DefaultValue="False" Type="Boolean" Name="DepositOrePB" Summary="Deposits ore to your personal bank" Category="Personal Bank" Global="False" Hidden="False" />

ok waiting for you :D
 
Omfg worst shit i ever been through, sold all my mats for SILVER, like etheral shards for 1 silver each, ALL OF THEM!! retarded fkcing SHIT! i didnt even touch anything in setting, just set the withdraw enchanting mats from gbank to "true"

Edit: OMFG NOOOOOOOOOOO! IT HAS SOLD MY DECKS FOR 125g EACH; WHY??? DAFUQ WHY???????????????????????????????????????????????????????
 
Last edited:
Code:
<Settings DefaultValue="True" Type="Boolean" Name="Cancel Undercut Auctions" Summary="Cancels your auction which have been undercut" Category="Misc" [B]Global="True"[/B] Hidden="False" />
  <Settings DefaultValue="True" Type="Boolean" Name="Post to the Auction House" Summary="Posts items from your inventory to the Auction House" Category="Misc" [B]Global="True"[/B] Hidden="False" />
  <Settings DefaultValue="True" Type="Boolean" Name="Check Mail" Summary="Checks the mailbox when you have new mail" Category="Misc" Global="False" Hidden="False" />
  <Settings DefaultValue="False" Type="Boolean" Name="CycleWait" Summary="Waits 10 minutes after each cycle of posting/buying" Category="Misc" Global="False" Hidden="False" />
  <Settings DefaultValue="False" Type="Boolean" Name="DepositOreGB" Summary="Deposits Pandarian ore to the guild bank" Category="Guild Bank" Global="False" Hidden="False" />
  <Settings DefaultValue="False" Type="Boolean" Name="DepositHerbsGB" Summary="Deposits Pandarian herbs to the guild bank" Category="Guild Bank" Global="False" Hidden="False" />
  <Settings DefaultValue="False" Type="Boolean" Name="DepositEnchantingMatsGB" Summary="Deposits enchanting materials to the guild bank" Category="Guild Bank" Global="False" Hidden="False" />
  <Settings DefaultValue="False" Type="Boolean" Name="DepositUncutGemsGB" Summary="Deposits Pandarian uncut gems to the guild bank" Category="Guild Bank" Global="False" Hidden="False" />
  <Settings DefaultValue="False" Type="Boolean" Name="DepositLeatherGB" Summary="Deposits Pandarian leather to the guild bank" Category="Guild Bank" Global="False" Hidden="False" />
  <Settings DefaultValue="False" Type="Boolean" Name="DepositOrePB" Summary="Deposits ore to your personal bank" Category="Personal Bank" Global="False" Hidden="False" />

ok waiting for you :D

See if that does anything.
 
Omfg worst shit i ever been through, sold all my mats for SILVER, like etheral shards for 1 silver each, ALL OF THEM!! retarded fkcing SHIT! i didnt even touch anything in setting, just set the withdraw enchanting mats from gbank to "true"

Edit: OMFG NOOOOOOOOOOO! IT HAS SOLD MY DECKS FOR 125g EACH; WHY??? DAFUQ WHY???????????????????????????????????????????????????????

How did it manage to do that? You just started it without editing anything and walked away...? Well lesson learned when trying a new bot always sit and watch it before you go afk.
 
Hello, I just downloaded AH buddy and started using and its great! I just have one question, search function doesn't seem to find the answer. Wait cycle between the search actions on AH is currently set at 10 minutes. Is there any way to make it longer (for example 20min), as it seems that 10min is just too often (especially for gems).

Thanks.
 
Hello, I just downloaded AH buddy and started using and its great! I just have one question, search function doesn't seem to find the answer. Wait cycle between the search actions on AH is currently set at 10 minutes. Is there any way to make it longer (for example 20min), as it seems that 10min is just too often (especially for gems).

Thanks.

I am not sure but try this line 133-137

<CallSubRoutine SubRoutineName="PostToAH" />
<If Condition="(bool)Settings[&quot;CycleWait&quot;]" IgnoreCanRun="True">
<CustomAction Code="Log (Colors.Crimson,&quot;AHBuddy: &quot;,Colors.BlanchedAlmond,&quot;Waiting 10 Minutes to start next cycle.&quot;);" />
<WaitAction Condition="false" Timeout="600000" />
</If>
 
Hey first of all i love AHbuddy!

Just got one question.. When i try to buy stuff from the AH it only buyouts the items, and it doesn't bid on items (Bid on items = configured to True).
For example "Buy linen cloth for 0g10s0c" it will buy all the linen cloth below that price, but if there is a stack of linen cloth for a 5 silver bid, it skips it.
Think i miss some settings? Can't find it.. Could anyone help me with this?

Thanks,

Roydicon
 
Status
Not open for further replies.
Back
Top