Add overall price override capabilities

This commit is contained in:
NathanHandley
2026-01-30 08:21:08 -06:00
parent 55a403133e
commit f0e0c50e51
3 changed files with 65 additions and 0 deletions

View File

@@ -81,6 +81,35 @@ AuctionHouseBot.ItemsPerCycle = 150
AuctionHouseBot.ListingExpireTimeInSecondsMin = 900
AuctionHouseBot.ListingExpireTimeInSecondsMax = 86400
###############################################################################
# AuctionHouseBot.CompleteItemValueOverride.Enabled
# Enable/Disable the ability to have a list of items that use overrides
# which ignore any other calculations been applied to them, except
# what is configured. This will override any other calculation, even
# advanced pricing! Note that "AuctionHouseBot.Buyer." is still
# honered.
# Default: false (disabled)
#
# AuctionHouseBot.CompleteItemValueOverride.ItemsList
# Comma separated list of items in the format of "itemID:PriceMinCopper"
# which represents exact item prices of items not factoring for any
# math at all in the listing's price value being calculated
# Example: "2589:1000000,4306:100000" would set the fixed price value
# of linen cloth to 100 gold and silk cloth to 10 gold each.
# Default:
#
# AuctionHouseBot.CompleteItemValueOverride.DoApplyBidVariations
# AuctionHouseBot.CompleteItemValueOverride.DoApplyBuyoutVariations
# If true, the variables such as BuyoutVariation* and BidVariation*
# blow will apply to prices set by CompleteItemBuySellPriceOverride
# Default: false
###############################################################################
AuctionHouseBot.CompleteItemValueOverride.Enabled = false
AuctionHouseBot.CompleteItemValueOverride.ItemsList =
AuctionHouseBot.CompleteItemValueOverride.DoApplyBidVariations = false
AuctionHouseBot.CompleteItemValueOverride.DoApplyBuyoutVariations = false
###############################################################################
# AuctionHouseBot.AdvancedListingRules.UseDropRates.Enabled
# Enable/Disable the Seller using items' in-game drop rates from Enemies