mirror of
https://github.com/kadeshar/mod-player-bot-level-brackets.git
synced 2026-01-13 09:17:19 +00:00
159 lines
6.1 KiB
Plaintext
159 lines
6.1 KiB
Plaintext
[worldserver]
|
|
|
|
##############################################
|
|
# mod-player-bot-level-brackets configuration
|
|
##############################################
|
|
#
|
|
# BotLevelBrackets.Enabled
|
|
# Description: Enables the module.
|
|
# Default: 1 (enabled)
|
|
# Valid values: 0 (off) / 1 (on)
|
|
BotLevelBrackets.Enabled = 1
|
|
|
|
# BotLevelBrackets.FullDebugMode
|
|
# Description: Enables full debug logging for the Bot Level Brackets module.
|
|
# Default: 0 (disabled)
|
|
# Valid values: 0 (off) / 1 (on)
|
|
BotLevelBrackets.FullDebugMode = 0
|
|
|
|
# BotLevelBrackets.LiteDebugMode
|
|
# Description: Enables lite debug logging for the Bot Level Brackets module.
|
|
# Default: 0 (disabled)
|
|
# Valid values: 0 (off) / 1 (on)
|
|
BotLevelBrackets.LiteDebugMode = 0
|
|
|
|
# BotLevelBrackets.CheckFrequency
|
|
# Description: The frequency (in seconds) at which the bot level distribution check is performed.
|
|
# Default: 300
|
|
BotLevelBrackets.CheckFrequency = 300
|
|
|
|
# BotLevelBrackets.CheckFlaggedFrequency
|
|
# Description: The frequency (in seconds) at which the bot level reset is performed for flagged bots that failed safety checks initially.
|
|
# Default: 15
|
|
BotLevelBrackets.CheckFlaggedFrequency = 15
|
|
|
|
# BotLevelBrackets.IgnoreGuildBotsWithRealPlayers
|
|
# Description: When enabled, bots that are in a guild with at least one real (non-bot) player online are excluded from bot bracket calculations and will not be level changed or flagged.
|
|
# Default: 1 (enabled)
|
|
# Valid values: 0 (disabled) / 1 (enabled)
|
|
BotLevelBrackets.IgnoreGuildBotsWithRealPlayers = 1
|
|
|
|
# BotLevelBrackets.UseDynamicDistribution
|
|
# Description: Enables dynamic recalculation of bot distribution percentages based on the number of non-bot players present in each level bracket.
|
|
# Default: 0 (disabled)
|
|
# Valid values: 0 (off) / 1 (on)
|
|
BotLevelBrackets.UseDynamicDistribution = 0
|
|
|
|
#
|
|
# BotLevelBrackets.RealPlayerWeight
|
|
# Description: A multiplier applied to each real player's contribution in their level bracket.
|
|
# When combined with inverse scaling by total player count, a higher value significantly boosts the effective weight
|
|
# of a real player when few are online.
|
|
# Default: 1.0
|
|
BotLevelBrackets.RealPlayerWeight = 1.0
|
|
|
|
#
|
|
# BotLevelBrackets.IgnoreFriendListed
|
|
# Description: Ignore bots that are on real players friend's lists from any brackets
|
|
# Default: 1 (enabled)
|
|
# Valid values: 0 (off) / 1 (on)
|
|
BotLevelBrackets.IgnoreFriendListed = 1
|
|
|
|
#
|
|
# Alliance Level Brackets Configuration
|
|
# The percentages below must sum to 100.
|
|
#
|
|
# BotLevelBrackets.Alliance.Range1Pct
|
|
# Description: Desired percentage of Alliance bots within level range 1-9.
|
|
# Default: 12
|
|
BotLevelBrackets.Alliance.Range1Pct = 12
|
|
|
|
# BotLevelBrackets.Alliance.Range2Pct
|
|
# Description: Desired percentage of Alliance bots within level range 10-19.
|
|
# Default: 11
|
|
BotLevelBrackets.Alliance.Range2Pct = 11
|
|
|
|
# BotLevelBrackets.Alliance.Range3Pct
|
|
# Description: Desired percentage of Alliance bots within level range 20-29.
|
|
# Default: 11
|
|
BotLevelBrackets.Alliance.Range3Pct = 11
|
|
|
|
# BotLevelBrackets.Alliance.Range4Pct
|
|
# Description: Desired percentage of Alliance bots within level range 30-39.
|
|
# Default: 11
|
|
BotLevelBrackets.Alliance.Range4Pct = 11
|
|
|
|
# BotLevelBrackets.Alliance.Range5Pct
|
|
# Description: Desired percentage of Alliance bots within level range 40-49.
|
|
# Default: 11
|
|
BotLevelBrackets.Alliance.Range5Pct = 11
|
|
|
|
# BotLevelBrackets.Alliance.Range6Pct
|
|
# Description: Desired percentage of Alliance bots within level range 50-59.
|
|
# Default: 11
|
|
BotLevelBrackets.Alliance.Range6Pct = 11
|
|
|
|
# BotLevelBrackets.Alliance.Range7Pct
|
|
# Description: Desired percentage of Alliance bots within level range 60-69.
|
|
# Default: 11
|
|
BotLevelBrackets.Alliance.Range7Pct = 11
|
|
|
|
# BotLevelBrackets.Alliance.Range8Pct
|
|
# Description: Desired percentage of Alliance bots within level range 70-79.
|
|
# Default: 11
|
|
BotLevelBrackets.Alliance.Range8Pct = 11
|
|
|
|
# BotLevelBrackets.Alliance.Range9Pct
|
|
# Description: Desired percentage of Alliance bots within level range 80.
|
|
# Default: 11
|
|
BotLevelBrackets.Alliance.Range9Pct = 11
|
|
|
|
#
|
|
# Horde Level Brackets Configuration
|
|
# The percentages below must sum to 100.
|
|
#
|
|
# BotLevelBrackets.Horde.Range1Pct
|
|
# Description: Desired percentage of Horde bots within level range 1-9.
|
|
# Default: 12
|
|
BotLevelBrackets.Horde.Range1Pct = 12
|
|
|
|
# BotLevelBrackets.Horde.Range2Pct
|
|
# Description: Desired percentage of Horde bots within level range 10-19.
|
|
# Default: 11
|
|
BotLevelBrackets.Horde.Range2Pct = 11
|
|
|
|
# BotLevelBrackets.Horde.Range3Pct
|
|
# Description: Desired percentage of Horde bots within level range 20-29.
|
|
# Default: 11
|
|
BotLevelBrackets.Horde.Range3Pct = 11
|
|
|
|
# BotLevelBrackets.Horde.Range4Pct
|
|
# Description: Desired percentage of Horde bots within level range 30-39.
|
|
# Default: 11
|
|
BotLevelBrackets.Horde.Range4Pct = 11
|
|
|
|
# BotLevelBrackets.Horde.Range5Pct
|
|
# Description: Desired percentage of Horde bots within level range 40-49.
|
|
# Default: 11
|
|
BotLevelBrackets.Horde.Range5Pct = 11
|
|
|
|
# BotLevelBrackets.Horde.Range6Pct
|
|
# Description: Desired percentage of Horde bots within level range 50-59.
|
|
# Default: 11
|
|
BotLevelBrackets.Horde.Range6Pct = 11
|
|
|
|
# BotLevelBrackets.Horde.Range7Pct
|
|
# Description: Desired percentage of Horde bots within level range 60-69.
|
|
# Default: 11
|
|
BotLevelBrackets.Horde.Range7Pct = 11
|
|
|
|
# BotLevelBrackets.Horde.Range8Pct
|
|
# Description: Desired percentage of Horde bots within level range 70-79.
|
|
# Default: 11
|
|
BotLevelBrackets.Horde.Range8Pct = 11
|
|
|
|
# BotLevelBrackets.Horde.Range9Pct
|
|
# Description: Desired percentage of Horde bots within level range 80.
|
|
# Default: 11
|
|
BotLevelBrackets.Horde.Range9Pct = 11
|