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

PB AH Buddy - Ask questions here

cjc0013

New Member
Joined
Sep 20, 2012
Messages
48
Reaction score
0
The goal of this thread is for me to offer you help. If you are having trouble with ahbuddy please post here and I will try to help you out. I do not know everything.
 
Hello, i have been trying AHBuddy, and i have a problem that repeats over and over again. Bot buys cloth that is under 2,5g for example and repost it for 2,5-4g. But in the next step, it cancels the auction, clear the mailbox and it post the same auction for the same prize again. So in the end, it just canceling and reposting the same auction without anything changing. How can i fix that ? Thank you
 
Hello, i have been trying AHBuddy, and i have a problem that repeats over and over again. Bot buys cloth that is under 2,5g for example and repost it for 2,5-4g. But in the next step, it cancels the auction, clear the mailbox and it post the same auction for the same prize again. So in the end, it just canceling and reposting the same auction without anything changing. How can i fix that ? Thank you
Post the buy and sell part of code in ahbuddy and I can try to help you.
 
Is there any how-to document for it? I just need basic ways, like buying item if it's under 15g/stack etc. I'm newb at HB btw :)
 
Is there any how-to document for it? I just need basic ways, like buying item if it's under 15g/stack etc. I'm newb at HB btw :)

Yes the main thread, where you download ahbuddy gives a fairly decent explanation of how to use it.
 
i realy need some help :P i have read the whole main thread but nothing realy helps me. i just want to buy ores cheap and sell them high. if anyone can help me PLS help. i just want something simple so i dont have to change the script or something.
 
i realy need some help :P i have read the whole main thread but nothing realy helps me. i just want to buy ores cheap and sell them high. if anyone can help me PLS help. i just want something simple so i dont have to change the script or something.


edit:i got it to work :D just a simple profile made.
 
hmm im still having trouble with buying ores. i want to buy ores and then post them again for a higher price. can anyone help me?
 
i found it now. im just using the profile he made for us. but my final question... is there anyway to buy things and automaticly determine a price for that item so i dont have to manually edit the price?
 
i found it now. im just using the profile he made for us. but my final question... is there anyway to buy things and automaticly determine a price for that item so i dont have to manually edit the price?
Currently working on something for this.
 
WOW thank you for your quick reply geez that was fast. well i hope you can make it soon i realy like your ahbuddy DONT STOP WORKING ITS FANTASTIC :D

edit: i would realy appreciate it if you keep us updated about the "automatic money adapter"
 
All I need is buying Frostweave Cloth if it's under 30g/stack. Can someone share any profile so i can edit it to my needs? I checked the main thread but I couldn't find anything about buying items if it's under x gold.
 
Quote Originally Posted by otterslovecheese View Post
Anyone who has had success with this Glyph script could you post what yours looks like in the file?

<!--Glyphs-->

<SellItemOnAhAction Category="Glyph" SubCategoryType="WoWItemGlyphClass" SubCategory="None" UseCategory="True" RunTime="_24_Hours" AmountType="Amount" ItemID="72988" MinBuyout="6g0s0c" MaxBuyout="499g99s99c" StackSize="1" IgnoreStackSizeBelow="1" Amount="20" BidPrecent="100" UndercutPrecent="0.0001" AutoFindAh="True" PostIfBelowMinBuyout="False" Location="0, 0, 0" />


I've tried pasting it in and it still tries to sell my Glyphs for 0g0s0c. Any help would be appreciated greatly Thanks in advance
So I actually got it to work through one posting cycle. It will check for mail, check undercuts, pick up the mail, successfully post one round of auctions. Then after it retrieves the mail a second time and goes for a post cycle it tries to post everything for 0g0s0c
 
Yo, I'm trying to make the HB Log show when you've purchased something through Auction House. Do you know what the code for that would be?

I know how to make the Log show something, but I don't know the parameters for the "successful" purchase. Like: Amount Paid, Item Name, Item ID, Stack size, etc.

Any clues? :)
 
Moved this thread to the Honorbuddy General forum.

The Profiles/Professions forum is for profiles only, please.

cheers,
chinajade
 
Hello.
Is possible to undercut by amount, not by percentage?
 
hmm im still having trouble with buying ores. i want to buy ores and then post them again for a higher price. can anyone help me?



!--Ghost Iron Ore-->
<If Condition="(int)Me.Gold &gt;= (int)Settings[&quot;BuyOut Threshold&quot;]" IgnoreCanRun="True">
<BuyItemFromAhAction ItemListType="Item" ItemID="72092" MaxBuyout="2g50s0c" Amount="2600" BuyAdditively="true" AutoFindAh="True" BidOnItem="True" />


Will buyout ore that is posted at 50g/stack and under



<!--Ghost Iron Ore-->
<SellItemOnAhAction UseCategory="False" RunTime="_12_Hours" AmountType="Amount" ItemID="72092" MinBuyout="2g50s0c" MaxBuyout="3g50s0c" StackSize="20" IgnoreStackSizeBelow="20" Amount="600" BidPrecent="100" UndercutPrecent="0.0001" AutoFindAh="True" PostIfBelowMinBuyout="False" />


will sell ore @ 50g+/stack


Hope that helps.
 
Yo, I'm trying to make the HB Log show when you've purchased something through Auction House. Do you know what the code for that would be?

I know how to make the Log show something, but I don't know the parameters for the "successful" purchase. Like: Amount Paid, Item Name, Item ID, Stack size, etc.

Any clues? :)

Hey cjc0013. I am looking for the same process. I am trying to monitor my ore+herb shuffles . If you are aware of something please let me know . ty
 
Back
Top