Underground update.
This commit is contained in:
8
trunk/dist/game/config/Character.ini
vendored
8
trunk/dist/game/config/Character.ini
vendored
@@ -320,6 +320,12 @@ MaxEvasion = 250
|
||||
MinAbnormalStateSuccessRate = 10
|
||||
MaxAbnormalStateSuccessRate = 90
|
||||
|
||||
# Maximum Player Level
|
||||
# WARNING: Cannot exceed the maximum experince.xml level.
|
||||
# Example: Set as 85 to force the maximum player level at 85.
|
||||
# Retail: 107
|
||||
MaximumPlayerLevel = 107
|
||||
|
||||
# Maximum number of allowed subclasses for every player.
|
||||
# Do not use more than 3!
|
||||
# Default: 3
|
||||
@@ -785,7 +791,7 @@ MaxPetitionsPending = 25
|
||||
|
||||
# Free teleporting around the world.
|
||||
# Default: False
|
||||
AltFreeTeleporting = False
|
||||
FreeTeleporting = False
|
||||
|
||||
# Allow character deletion after days set below. To disallow character deletion, set this equal to 0.
|
||||
# Default: 1
|
||||
|
||||
4
trunk/dist/game/config/NPC.ini
vendored
4
trunk/dist/game/config/NPC.ini
vendored
@@ -186,8 +186,8 @@ MinionChaosTime = 10
|
||||
|
||||
# It removes STR,CON... bonuses.
|
||||
# With this enabled npcs will use the stats given directly from the xml.
|
||||
# Default: False
|
||||
IgnoreNpcStatFormulas = False
|
||||
# Default: True
|
||||
IgnoreNpcStatFormulas = True
|
||||
|
||||
|
||||
# ---------------------------------------------------------------------------
|
||||
|
||||
4
trunk/dist/game/config/Server.ini
vendored
4
trunk/dist/game/config/Server.ini
vendored
@@ -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>
|
||||
# Ertheia: 603;606;607;610
|
||||
AllowedProtocolRevisions = 603;606;607;610
|
||||
# Infinite Odyssey Underground: 28
|
||||
AllowedProtocolRevisions = 28
|
||||
|
||||
# Displays server type next to the server name on character selection.
|
||||
# Notes:
|
||||
|
||||
Reference in New Issue
Block a user