Update comments about the 25% random spread

This commit is contained in:
NathanHandley
2026-01-06 08:44:19 -06:00
parent dcb615212d
commit 9bd64af3a9
2 changed files with 5 additions and 4 deletions

View File

@@ -214,9 +214,10 @@ AuctionHouseBot.Neutral.MaxItems = 15000
# (BuyCandidatesPerBuyCycle) items currently up for auction which are
# listed by players as potential purchase items.
# 2) Price Willing to Pay: The buyer bot will use the same item price
# calculation the seller bot uses, including the random +/- 25%, and
# that calculated price is then multiplied by (AcceptablePriceModifier)
# which then becomes the price the buyer will be willing to spend.
# calculation the seller bot uses, including the random +/- 25%
# (configured by BuyoutVariationAddPercent), and that calculated price
# is then multiplied by (AcceptablePriceModifier) which then becomes
# the price the buyer will be willing to spend.
# 3) Buying it: If the price calculated is higher than the buy out price,
# then the bot will buy it out. If not, it will see if it's an item
# not yet bidded on by a bot and the price is affordable, then it will