Initial changes.
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
|
||||
# Enable the Attendance Reward system.
|
||||
# Default: False
|
||||
EnableAttendanceRewards = False
|
||||
EnableAttendanceRewards = True
|
||||
|
||||
# Enable the Attendance Reward system only for Premium accounts.
|
||||
# Default: False
|
||||
|
||||
@@ -272,7 +272,7 @@ MaxSp = 50000000000
|
||||
# WARNING: Cannot exceed the maximum experince.xml level.
|
||||
# Example: Set as 85 to force the maximum player level at 85.
|
||||
# Default: 105
|
||||
MaximumPlayerLevel = 85
|
||||
MaximumPlayerLevel = 80
|
||||
|
||||
# Maximum number of allowed subclasses for every player.
|
||||
# Do not use more than 3!
|
||||
@@ -683,7 +683,7 @@ MaxFreeTeleportLevel = 40
|
||||
# Max player level for free newbie buffs.
|
||||
# Default: 0 (Disabled)
|
||||
# Enabled: 40
|
||||
MaxNewbieBuffLevel = 0
|
||||
MaxNewbieBuffLevel = 40
|
||||
|
||||
# Allow character deletion after days set below. To disallow character deletion, set this equal to 0.
|
||||
# Default: 3
|
||||
@@ -745,6 +745,10 @@ ForbiddenNames = annou,ammou,amnou,anmou,anou,amou
|
||||
# The exclude list is cleared each time the character goes into silence mode.
|
||||
SilenceModeExclude = False
|
||||
|
||||
# Maximum equipable item grade. GMs are excluded.
|
||||
# Default: S
|
||||
MaxEquipableItemGrade = S
|
||||
|
||||
|
||||
# ---------------------------------------------------------------------------
|
||||
# Ability Settings:
|
||||
|
||||
@@ -11,6 +11,19 @@ IntervalOfAntharasSpawn = 264
|
||||
# Random interval. Range 1-192
|
||||
RandomOfAntharasSpawn = 72
|
||||
|
||||
# ---------------------------------------------------------------------------
|
||||
# Valakas
|
||||
# ---------------------------------------------------------------------------
|
||||
|
||||
# Delay of appearance time of Valakas. Value is minute. Range 3-60
|
||||
ValakasWaitTime = 30
|
||||
|
||||
# Interval time of Valakas. Value is hour. Range 1-480
|
||||
IntervalOfValakasSpawn = 264
|
||||
|
||||
# Random interval. Range 1-192
|
||||
RandomOfValakasSpawn = 72
|
||||
|
||||
# ---------------------------------------------------------------------------
|
||||
# Baium
|
||||
# ---------------------------------------------------------------------------
|
||||
|
||||
@@ -9,18 +9,18 @@
|
||||
# Also please understand what you are changing before you do so on a live server.
|
||||
# ---------------------------------------------------------------------------
|
||||
|
||||
# Olympiad Start Time in Military hours Default 8pm (20)
|
||||
# Default: 20
|
||||
AltOlyStartTime = 20
|
||||
# Olympiad Start Time in Military hours Default 6pm (18)
|
||||
# Default: 18
|
||||
AltOlyStartTime = 18
|
||||
|
||||
# Olympiad Start Time for Min's, Default 00 so at the start of the hour.
|
||||
# Default: 00
|
||||
AltOlyMin = 00
|
||||
|
||||
# Olympiad Competition Period, Default 4 hours.
|
||||
# Olympiad Competition Period, Default 6 hours.
|
||||
# (If set different, should be increment by 10mins)
|
||||
# Default: 14400000
|
||||
AltOlyCPeriod = 14400000
|
||||
# Default: 21600000
|
||||
AltOlyCPeriod = 21600000
|
||||
|
||||
# Olympiad Battle Period, Default 5 minutes.
|
||||
# Default: 300000
|
||||
@@ -137,7 +137,7 @@ AltOlyMaxWeeklyMatches = 30
|
||||
|
||||
# Enable competitions only on specific days. Usage: 1,2,3,4,5,6,7 (SUNDAY,MONDAY,TUESDAY,WEDNESDAY,THURSDAY,FRIDAY,SATURDAY)
|
||||
# Default: 6,7 (FRIDAY,SATURDAY)
|
||||
AltOlyCompetitionDays = 6,7
|
||||
AltOlyCompetitionDays = 1,2,3,4,5,6,7
|
||||
|
||||
# Change the type of delay between two Olympiads.
|
||||
# Available values: MONTH, WEEK, DAY
|
||||
|
||||
@@ -41,8 +41,8 @@ GameserverPort = 7777
|
||||
Driver = org.mariadb.jdbc.Driver
|
||||
|
||||
# Database URL
|
||||
# Default: jdbc:mariadb://localhost/l2jmobiusclassic?useUnicode=true&characterEncoding=utf-8&useSSL=false
|
||||
URL = jdbc:mariadb://localhost/l2jmobiusclassic?useUnicode=true&characterEncoding=utf-8&useSSL=false
|
||||
# Default: jdbc:mariadb://localhost/l2jmobiusclassicinterlude?useUnicode=true&characterEncoding=utf-8&useSSL=false
|
||||
URL = jdbc:mariadb://localhost/l2jmobiusclassicinterlude?useUnicode=true&characterEncoding=utf-8&useSSL=false
|
||||
|
||||
# Database user info (default is "root" but it's not recommended)
|
||||
Login = root
|
||||
@@ -83,7 +83,7 @@ RequestServerID = 1
|
||||
|
||||
# True = The Login Server will give an other ID to the server if the requested ID is already reserved.
|
||||
# Default: True
|
||||
AcceptAlternateID = True
|
||||
AcceptAlternateID = False
|
||||
|
||||
# Datapack root directory.
|
||||
# Defaults to current directory from which the server is started unless the below line is uncommented.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#The HexId to Auth into LoginServer
|
||||
#Fri Jan 02 01:25:33 EET 2015
|
||||
HexID=-2ad66b3f483c22be097019f55c8abdf0
|
||||
ServerID=2
|
||||
ServerID=1
|
||||
|
||||
Reference in New Issue
Block a user