Add config for buyer to always pay calc price on bid

This commit is contained in:
NathanHandley
2025-09-19 07:08:46 -05:00
parent 52e0e19b5a
commit be50926f30
3 changed files with 18 additions and 2 deletions

View File

@@ -156,6 +156,12 @@ AuctionHouseBot.Neutral.MaxItems = 15000
# of what the seller sells for), but do not go lower than 0
# Default: 1
#
# AuctionHouseBot.Buyer.AlwaysBidMaxCalculatedPrice
# When enabled, the buyer bot will use the calculated max price they
# were willing to pay as the amount they bid with, instead of minimum
# bid amount.
# Default: false
#
# AuctionHouseBot.Buyer.PreventOverpayingForVendorItems
# When enabled, the buyer bot will avoid purchasing auction house items
# that are being sold for more than the vendor sell price. This prevents
@@ -174,6 +180,7 @@ AuctionHouseBot.Neutral.MaxItems = 15000
AuctionHouseBot.Buyer.Enabled = false
AuctionHouseBot.Buyer.BuyCandidatesPerBuyCycle = 1
AuctionHouseBot.Buyer.AcceptablePriceModifier = 1
AuctionHouseBot.Buyer.AlwaysBidMaxCalculatedPrice = false
AuctionHouseBot.Buyer.PreventOverpayingForVendorItems = true
AuctionHouseBot.Buyer.BidAgainstPlayers = false