Initial Ertheia changes.
This commit is contained in:
@@ -257,8 +257,8 @@ MaxSp = 50000000000
|
||||
# Maximum Player Level
|
||||
# WARNING: Cannot exceed the maximum experince.xml level.
|
||||
# Example: Set as 85 to force the maximum player level at 85.
|
||||
# Default: 105
|
||||
MaximumPlayerLevel = 105
|
||||
# Default: 99
|
||||
MaximumPlayerLevel = 99
|
||||
|
||||
# Maximum number of allowed subclasses for every player.
|
||||
# Do not use more than 3!
|
||||
@@ -754,10 +754,6 @@ ExpertisePenalty = True
|
||||
# Default: True
|
||||
StoreCharUiSettings = True
|
||||
|
||||
# Enable automatic Shot usage on player login or weapon equipped.
|
||||
# Default: True
|
||||
EnableAutoShots = True
|
||||
|
||||
# Character name restriction
|
||||
# Disallow characters to have a name which contains the words.
|
||||
# Split them with ",". Example: announcements,announce...
|
||||
|
||||
@@ -268,10 +268,6 @@ OrderQuestListByQuestId = True
|
||||
# Default: False
|
||||
AutoDeleteInvalidQuestData = False
|
||||
|
||||
# Reward players with experience boost buff upon finishing a Story Quest.
|
||||
# Retail: True
|
||||
StoryQuestRewardBuff = True
|
||||
|
||||
# If True, allows a special handling for drops when chance raises over 100% (eg. when applying chance rates).
|
||||
# True value causes better drop handling at higher rates.
|
||||
# Default: True
|
||||
|
||||
@@ -88,8 +88,8 @@ MaximumOnlineUsers = 2000
|
||||
# Numbers of protocol revisions that server allows to connect.
|
||||
# Delimiter is ;
|
||||
# WARNING: <u><b><font color="red">Changing the protocol revision may result in incompatible communication and many errors in game!</font></b></u>
|
||||
# Infinite Odyssey Underground: 28
|
||||
AllowedProtocolRevisions = 28
|
||||
# Ertheia: 603;606;607;610
|
||||
AllowedProtocolRevisions = 603;606;607;610
|
||||
|
||||
# Displays server type next to the server name on character selection.
|
||||
# Notes:
|
||||
|
||||
Reference in New Issue
Block a user