Add item level controls

This commit is contained in:
NathanHandley
2025-05-25 16:36:27 -05:00
parent 7b7fa88f76
commit 86dbe92a54
3 changed files with 106 additions and 5 deletions

View File

@@ -41,6 +41,29 @@ AuctionHouseBot.EnableBuyer = 0
AuctionHouseBot.GUIDs = 0
AuctionHouseBot.ItemsPerCycle = 75
###############################################################################
# AuctionHouseBot.ListedItemLevelRestrict.Enabled
# If true, the item level will be restricted in listings
# Default: false
#
# AuctionHouseBot.ListedItemLevelRestrict.MaxItemLevel
# The highest item level that will show up in listings
# Default: 999
#
# AuctionHouseBot.ListedItemLevelRestrict.MinItemLevel
# The lowest item level that will show up in listings
# Default: 0
#
# AuctionHouseBot.ListedItemLevelRestrict.ExceptionItemIDs
# Comma separated list of itemIDs to exclude from any item level restriction logic
# Ranges using a dash (-) can also be used
# NOTE: The disabled item list will still be honored even if it's listed here
###############################################################################
AuctionHouseBot.ListedItemLevelRestrict.Enabled = false
AuctionHouseBot.ListedItemLevelRestrict.MaxItemLevel = 999
AuctionHouseBot.ListedItemLevelRestrict.MinItemLevel = 0
AuctionHouseBot.ListedItemLevelRestrict.ExceptionItemIDs =
###############################################################################
# AuctionHouseBot.<faction>.MinItems
# AuctionHouseBot.<faction>.MaxItems