mirror of
https://github.com/NathanHandley/mod-ah-bot-plus.git
synced 2026-02-07 12:51:10 +00:00
Add price overrides
This commit is contained in:
@@ -125,6 +125,15 @@ AuctionHouseBot.PriceMinimumCenterBase.Key = 1000
|
||||
AuctionHouseBot.PriceMinimumCenterBase.Misc = 1000
|
||||
AuctionHouseBot.PriceMinimumCenterBase.Glyph = 1000
|
||||
|
||||
###############################################################################
|
||||
# AuctionHouseBot.PriceMinimumCenterBase.OverrideItems
|
||||
# Comma separated list of items in the format of "itemID:PriceMinCopper"
|
||||
# Example: "2589:1000000,4306:100000" would set the minimum price center
|
||||
# of linen cloth to 100 gold and silk cloth to 10 gold each
|
||||
###############################################################################
|
||||
|
||||
AuctionHouseBot.PriceMinimumCenterBase.OverrideItems =
|
||||
|
||||
###############################################################################
|
||||
# AuctionHouseBot.PriceMultiplier.*
|
||||
# Category/Quality-level modifier values for the prices of items, which can be
|
||||
|
||||
Reference in New Issue
Block a user