mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-13 03:32:28 -04:00
Removed duplicate item range for AH
This commit is contained in:
@@ -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
|
||||
|
||||
#
|
||||
###################################################################################################
|
||||
|
||||
|
||||
Reference in New Issue
Block a user