Bit wrote:If you're using fixed pricing both the start price and buyout price will be remembered.
If you're using undercut/market/automatic it will put in a start price of 5% less than the buyout. The reasoning behind that is that the default AH does sorting only by bid, so you'll appear higher up with a lower bid (and 5% less is still high enough that you won't make a big loss/probably won't get bids anyway)
A few months ago someone also requested bid undercutting but I haven't gotten around to implement that yet/not sure how to make a good interface for it.
The issue wasn't with fixed pricing. I basically wanted to click the item and click post, but I want the bid and buyout to be the same. I know that won't necessarily work where there are no existing auctions, but the majority of my listings will have someone to undercut. It saves me the added step of manually editing the bid prices on items before posting.
I edited lines 608 and 619 in post_frame.lua from "0.95" to "1" (though I assume just removing the " * 0.95" would have the same effect, but this addon represents the first time I have even looked at lua code so I took what I considered the safer option). This provided most of what I was looking for and is enough to satiate me for the time being. Optimally for me, it would be great to have the Unit Starting Price auto fill anything manually entered into the Unit Buyout Price (this is possible in Auctioneer, and I believe it will also put in a 5% undercut automatically - depends on the option selected), so if I have to manually adjust a price, it auto-backfills the Starting Price. But I am fairly content with the changes I have managed thus far.
I would be excited to see how close you can get this to the functionality of TSMAuction, so if you have plans to try to get more of the functionality found in that, please continue. This is great work. Thank you.
Join #macrochat text channel for macro assistance (no sign-up required):
Discord.
I'm not a pro, but I love building macros, sharing what I know, and learning more.