mirror of
https://github.com/NathanHandley/mod-ah-bot-plus.git
synced 2026-02-07 12:51:10 +00:00
Add overall price override capabilities
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user