From c8fd886f3297b86c83dbff5fa6cb95ec4d5c525c Mon Sep 17 00:00:00 2001 From: James Huston Date: Sun, 21 Dec 2025 20:44:03 -0500 Subject: [PATCH] Removed duplicate item range for AH --- src/server/worldserver/worldserver.conf.dist | 35 -------------------- 1 file changed, 35 deletions(-) diff --git a/src/server/worldserver/worldserver.conf.dist b/src/server/worldserver/worldserver.conf.dist index f7f96cd2d7..95ae52cdbb 100644 --- a/src/server/worldserver/worldserver.conf.dist +++ b/src/server/worldserver/worldserver.conf.dist @@ -3882,41 +3882,6 @@ AuctionHouseBot.Class.Key = 1 AuctionHouseBot.Class.Misc = 5 AuctionHouseBot.Class.Glyph = 3 -# -# AuctionHouseBot.Items.Scaling.* -# Description: Item level scaling for AHBot items. When enabled, equipment items -# posted by AHBot can receive random item level bonuses, allowing -# the AH to stock gear suitable for all player progression levels. -# Uses the same ItemBonusMgr system as Timewalking/Remix scaling. -# -# AuctionHouseBot.Items.Scaling.Enabled -# Description: Enable item level scaling for AHBot items -# Default: 0 - (Disabled, items use base item level) -# 1 - (Enabled, items may receive random item level bonuses) -# -# AuctionHouseBot.Items.Scaling.MinItemLevel -# Description: Minimum target item level for scaled items -# Default: 0 - (Use item's base level as minimum) -# -# AuctionHouseBot.Items.Scaling.MaxItemLevel -# Description: Maximum target item level for scaled items -# Default: 550 - (MoP raid gear level) -# -# AuctionHouseBot.Items.Scaling.Chance -# Description: Percentage chance (0-100) for each item to be scaled -# Default: 50 - (50% of eligible items get scaled) -# -# AuctionHouseBot.Items.Scaling.EquipmentOnly -# Description: Only scale equipment (weapons/armor), not consumables/materials -# Default: 1 - (Only equipment is scaled) -# 0 - (All item types can be scaled) - -AuctionHouseBot.Items.Scaling.Enabled = 1 -AuctionHouseBot.Items.Scaling.MinItemLevel = 200 -AuctionHouseBot.Items.Scaling.MaxItemLevel = 550 -AuctionHouseBot.Items.Scaling.Chance = 75 -AuctionHouseBot.Items.Scaling.EquipmentOnly = 1 - # ###################################################################################################