mirror of
https://github.com/ZhengPeiRu21/mod-individual-progression
synced 2025-11-29 23:44:51 +08:00
Excluded accounts earn pvp titles config option (#877)
This commit is contained in:
@@ -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
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user