All disabling of bots bidding against players

This commit is contained in:
NathanHandley
2025-09-18 17:13:23 -05:00
parent 26bd7d8e0f
commit fd10a5f819
3 changed files with 15 additions and 1 deletions

View File

@@ -163,12 +163,19 @@ AuctionHouseBot.Neutral.MaxItems = 15000
# If disabled, the bot may still purchase vendor items above vendor value
# if they fall within the acceptable price modifier rules.
# Default: 1
#
# AuctionHouseBot.Buyer.BidAgainstPlayers
# When enabled, the buyer bot will post bids against auctions that players
# bid against, within the acceptable price range the buyer bot was willing
# to pay
# Default: true
###############################################################################
AuctionHouseBot.Buyer.Enabled = 0
AuctionHouseBot.Buyer.BuyCandidatesPerBuyCycle = 1
AuctionHouseBot.Buyer.AcceptablePriceModifier = 1
AuctionHouseBot.Buyer.PreventOverpayingForVendorItems = 1
AuctionHouseBot.Buyer.BidAgainstPlayers = true
###############################################################################
# AuctionHouseBot.ListProportion.*