zakanator
New Member
- Joined
- Feb 19, 2012
- Messages
- 676
- Reaction score
- 23
AHBUDDY - your best buddy to become rich!
What AHBuddy does:
- Buys items from the AH with adjustable minimum gold threshold
- Sells items to the AH from a large list of items
- Cancels undercut auctions
- Checks the mailbox when there's new mail
- Deposits items to Guild Bank / Personal Bank
- Withdraws items from Guild Bank / Personal Bank
- Sends different items to multiple alts
- Deposit gold to the guild bank and keep the set amount
- Supports C.O.D mailing
- Customizable wait timer with randomization between cycles
- Tracks gold made for each session
- HBrelog support
- Trade chat advertisement and DND message support
- Beta release of the most advanced auction house database (PM me for details)
Get the latest version by using the SVN Link
Code:
http://ahbuddy.googlecode.com/svn/trunk/
Manually setting up AHBuddy:
Adjust selling price:
- Firstly find the item by it's ID or name e.g. <!--Ghost Iron Ore--> or ItemID="72092".
- Important parameters to change (in bold)
<SellItemOnAhAction UseCategory="False" RunTime="_12_Hours" AmountType="Amount" ItemID="72092" MinBuyout="0g0s0c" MaxBuyout="0g0s0c" StackSize="20" IgnoreStackSizeBelow="20" Amount="30" BidPrecent="100" UndercutPrecent="0.0001" AutoFindAh="True" PostPartialStacks="True" PostIfBelowMinBuyout="True" />
- MinBuyout = The minimum individual sell price for that item.
- MaxBuyout = The maximum individual sell price and fallback price for that item.
- StackSize = The amount it will post for a single auction.
- IgnoreStackSizeBelow = It will ignore the prices for auctions that have a StackSize below this amount.
- Amount = The amount of stacks that will get posted
Adjust cancelling price:
- Find the item you adjusted above by it's ID or name in the cancel section e.g
<CancelAuctionAction UseCategory="False" ItemID="72092" AutoFindAh="True" MinBuyout="0g0s0c" IgnoreStackSizeBelow="20" />
- Adjust the bolded parameters with the same ones from the sell section.
FAQ:
Q. How do I load this profile?
A. Select Professionbuddy, load profile, adjust settings by pressing "bot config" and profit.
Q. Why is AHBuddy posting all my items for 0c?
A. The default price for every item is 0. You will have to adjust the prices manually using the guide (above) or PM me for info on the auction house database made specifically for AHBuddy and botting.
Q. AHBuddy is not withdrawing from my guild bank, even though I have the withdraw from guild bank setting enabled.
A. Professionbuddy requires the wow addon datastore + it's modules to withdraw from the guild bank and has smart withdrawing/depositing logic so it will only withdraw when it's needed.
Q. Can I set AHBuddy to just undercut by 1 copper for each item without having to manually adjust the prices?
A. No, AHBuddy does not and will not ever support this.
Q. AHBuddy isn't selling one of my items or buying a certain item
A. You will have to manually add that item using the guide below or wait until I release my web based profile editor.
Q. Can I change the order of how AHBuddy sell/buys/cancels/etc?
A. Yes. You can change the order of the profile by changing the order of the CallSubRoutines e.g. <CallSubRoutine SubRoutineName="GetMail" />
Q. AHBuddy is missing a feature in the settings that I would like to see added
A. Post a description of the feature you would like to see added. The feature requested will then be decided if it's worth adding.
Q. I have an issue that isn't in the FAQ
A. Post a detailed description of what your issue is and include a log with it to get support [Guide] How to attach your log [Kick] (NO LOG, NO SUPPORT)
Last edited: