Excluded accounts earn pvp titles config option (#877)

This commit is contained in:
Grimfeather
2025-11-23 07:13:14 +01:00
committed by GitHub
parent 380de0cdce
commit 155e5340bd
4 changed files with 25 additions and 12 deletions

View File

@@ -180,6 +180,16 @@ IndividualProgression.FishingFix = 1
#
IndividualProgression.SimpleConfigOverride = 1
# IndividualProgression.DisableRDF
#
# Description: Enable or disable the Random Dungeon Finder feature within the context of Individual Progression.
# Queuing for specific dungeons and Holiday Events will still be possible. (Use DungeonFinder.OptionsMask in worldserver.conf to completely disable the LFG tool.)
#
# Default: 0 - RDF Enabled
# 1 - RDF Disabled
#
IndividualProgression.DisableRDF = 0
# IndividualProgression.ProgressionLimit
#
# Description: If enabled, players will not be able to proceed beyond this progression stage.
@@ -342,15 +352,14 @@ IndividualProgression.VanillaPvpTitlesPersistAfterVanilla = 1
#
IndividualProgression.VanillaPvpEarnTitlesAfterVanilla = 0
# IndividualProgression.DisableRDF
# IndividualProgression.ExcludedAccountsEarnPvPTitles
#
# Description: Enable or disable the Random Dungeon Finder feature within the context of Individual Progression.
# Queuing for specific dungeons and Holiday Events will still be possible. (Use DungeonFinder.OptionsMask in worldserver.conf to completely disable the LFG tool.)
# Description: Enable / Disable excluded accounts earning pvp titles. This includes playerbots.
#
# Default: 0 - RDF Enabled
# 1 - RDF Disabled
# Default: 0 - Disabled
# 1 - Enabled
#
IndividualProgression.DisableRDF = 0
IndividualProgression.ExcludedAccountsEarnPvPTitles = 0
# IndividualProgression.ExcludeAccounts
#