Auction house addon for RIFT
Work in progress
Posting features:
- Auto splitting of item stacks
- Auto posting
- Undercut on right click
- Posting queue management
Own auctions tracking features:
- Tracks all your characters' auctions
- Shows competition for your auctions
- Fast auction cancel
Use /bah or /bananah to show the window.
More features will come soon!
Facts
- Date created
- Mar 03, 2012
- Category
- Last update
- Jun 16, 2013
- Development stage
- Release
- Language
- enUS
- License
- Public Domain
- Curse link
- BananAH
- Downloads
- 32,342
- Recent files
Authors
Relationships
- Embedded library
- LibAsyncTextures
- LibPGC
- LibPGCEx
- Yague
- Reply
- #47
Tsurani May 15, 2013 at 23:13 UTC - 0 likes@drapeta: Go
yes download the r78 version, it should fix it.
- Reply
- #46
drapeta May 15, 2013 at 17:24 UTC - 0 likesI love this addon, it is invaluable.
The reason im here is because not all of the things in my bag show up to post. I am not sure why, but for example, I have a lot of exotic leather in my bag, and it doesn't show in the post tab.
I have reinstalled (deleted and got a fresh copy)
Has anyone else had this difficulty, and is there an easy fix?
- Reply
- #44
Tsurani Apr 30, 2013 at 02:20 UTC - 0 likesIs this still active?
the the homepage for this addon is dead (404)
- Reply
- #43
pappawolfie Apr 05, 2013 at 04:04 UTC - 0 likeslove finding someone working on an ah addon for any game i play only problems ive come across is it seems a bit laggy when running it and is there any way to change the scale of the window, i play at 1280x1024 windowed mode and the addon window has to be moved side to side to view all of it. maybe my scaling is messed up but figured id ask before messing with too much :) keep up the great work. Pappa
- Reply
- #42
Baanano Mar 20, 2013 at 07:14 UTC - 0 likes@Abingtapin: Go
The competition column shows:
Exact number of auctions that are cheaper than yours.
- Reply
- #41
Abingtapin Mar 15, 2013 at 15:52 UTC - 0 likesWould it be possible to get some sort of explanation about how the competition column works in the "Selling" tab, and how it relates to the configuration options for selling? I'm trying to figure out how to best use that to tell me whether I should cancel and repost auctions.
- Reply
- #40
AbysseDream Feb 28, 2013 at 06:36 UTC - 0 likeshi, really like to play with bananaAH, and did a locale translation of it ; but rather I should put it here through Curseforge . It looks like I can't actually edit french translation via Curse . Let me known and thanks for the great work !
- Reply
- #39
Baanano Dec 19, 2012 at 21:32 UTC - 1 like@gerweck: Go
To summarize my former post:
About the Self/Competition matcher:
The time left option sounds like a good idea and would be easy to do, it'd be a slider:
Your other idea would be a selector "Prefer [self matching | undercutting]" with the self matching option being the current behavior, and the undercutting one, the behavior you propose.
Another idea would be a "Max competition: [None|Weak|Moderate|Intense|Strong|Fierce]" option, that prevented your auction to be posted at high prices. Fierce would be the default, to emulate the current behavior.
The problem I see is that this matcher has too many options (currently, 6). Maybe the hypothetical Max competition option could be a different matcher.
To address your later paragraph, I'd like to add a tooltip extension to item tooltips at some point. It would show:
Not sure if this would suit your needs, but it's something I've wanted to do since the beginning. Last time I checked, adding tooltip extensions was tricky, though now there are some addons that use them (eg. ImhoBags) so it shouldn't be too difficult to copy Imhothar's code ;)
- Reply
- #38
Baanano Dec 19, 2012 at 10:47 UTC - 0 likes@gerweck: Go
Hi gerweck,
There are already some variables that store the possible outcome of an auction, these are:
If an auction has both the Bidded and RBE flags on, and the RBE flag isn't a false positive, its outcome can only be that the auction has been sold, as bidded auctions can't be cancelled.
There are three more flags that will be added in the future (when I add mail support):
Note it's really difficult to know the outcome of auctions you haven't either post or bought yourself. I thought about implementing a feature to share auction data with other players, though then somebody could poison your database sending fake auction data. Maybe only accept info from guildies and/or friends?
Have to go to work, I'll answer the rest of your post later.
- Reply
- #37
gerweck Dec 19, 2012 at 06:11 UTC - 0 likesThanks for the info. I'm really looking forward to the history tracking, as you really can't make effective decisions and price effectively if you can't take into effect the demand side of the equation. Summary statistics on listings only give you the supply side, and don't tell you whether people are actually buying things up at those prices.
Edit: i thought I had encountered a nasty bug, but it turned out that I had one stack sitting there with a TTL of 47 minutes next to all the 47 hours, which was triggering the self-auction price matcher. It would be nice if there were a way to only match auctions with at least certain amount of time left. E.g., auctioneer had a "ignore if less than two hours remaining" in some of its modules. It also might be nice if you could toggle whether to match your own auctions based on distance from the price you would otherwise post at rather than distance from 100%. E.g., if I have listings at 108% and the market is at 75%, my new listings will go at 108% if I set the self-matching threshold at 10%. The chance of these new listings selling is probably nil. It would also be useful to have a way to say "only allow x auctions and/or y sellers below me or else don't post or don't self-match."
While I'm giving enhancement suggestions, one that I'd really like to see is the listing price if possible. The decision about whether to auction or vendor, and also whether to buy under-priced items for resale, can depend a lot on the listing price. Of course you also need the auction-history statistics to make informed decisions here, but I understand you have limited time. :-)