BFA Update (still lots of testing to do tho)
This commit is contained in:
@@ -632,15 +632,16 @@ DeclinedNames = 0
|
||||
# Expansion
|
||||
# Description: Allow server to use content from expansions. Checks for expansion-related
|
||||
# map files, client compatibility and class/race character creation.
|
||||
# Default: 6 - (Expansion 6)
|
||||
# 5 - (Expansion 5)
|
||||
# Default: 7 - (Expansion 7)
|
||||
# 6 - (Expansion 6)
|
||||
# 5 - (Expansion 5)
|
||||
# 4 - (Expansion 4)
|
||||
# 3 - (Expansion 3)
|
||||
# 2 - (Expansion 2)
|
||||
# 1 - (Expansion 1)
|
||||
# 0 - (Disabled, Ignore and disable expansion content (maps, races, classes)
|
||||
|
||||
Expansion = 6
|
||||
Expansion = 7
|
||||
|
||||
#
|
||||
# MinPlayerName
|
||||
@@ -791,9 +792,9 @@ SkipCinematics = 0
|
||||
# Description: Maximum level that can be reached by players.
|
||||
# Important: Levels beyond 100 are not recommended at all.
|
||||
# Range: 1-255
|
||||
# Default: 100
|
||||
# Default: 120
|
||||
|
||||
MaxPlayerLevel = 110
|
||||
MaxPlayerLevel = 120
|
||||
|
||||
#
|
||||
# MinDualSpecLevel
|
||||
@@ -1728,6 +1729,14 @@ PreserveCustomChannels = 1
|
||||
|
||||
PreserveCustomChannelDuration = 14
|
||||
|
||||
#
|
||||
# PartyRaidWarnings
|
||||
# Description: Allow any user to use raid warnings when in a 5-man party.
|
||||
# Default: 0 - (Disabled, Blizzlike)
|
||||
# 1 - (Enabled)
|
||||
|
||||
PartyRaidWarnings = 0
|
||||
|
||||
#
|
||||
###################################################################################################
|
||||
|
||||
@@ -1889,6 +1898,7 @@ Support.SuggestionsEnabled = 0
|
||||
# Default: 1 - (Raid)
|
||||
# 0 - (Party)
|
||||
# 2 - (Faction)
|
||||
# 3 - (None)
|
||||
|
||||
Visibility.GroupMode = 1
|
||||
|
||||
@@ -3539,14 +3549,6 @@ Currency.StartJusticePoints = 0
|
||||
|
||||
Currency.MaxJusticePoints = 4000
|
||||
|
||||
#
|
||||
# Currency.StartArtifactKnowledge
|
||||
# Amount artifact knowledge that new players will start with
|
||||
# Default: 55 (max)
|
||||
#
|
||||
|
||||
Currency.StartArtifactKnowledge = 55
|
||||
|
||||
#
|
||||
###################################################################################################
|
||||
|
||||
|
||||
Reference in New Issue
Block a user