This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
Currently, AuctionLite suggest the historical price while posting new auctions, if there are no competing ones.
I would like an option to use a (configurable) multiplier in that case, as probably the demand is higher than the supply on these items.
On my local copy I have modified SellFrame.lua:455 to "itemValue = hist.price * 1.2;", hard-wiring a 20% step up.
To post a comment, please login or register a new account.