|
@@ -105,11 +105,11 @@ Driver = com.mysql.jdbc.Driver
|
|
|
# URL = jdbc:mysql://localhost/l2jdb (default)
|
|
|
# URL = jdbc:hsqldb:hsql://localhost/l2jdb
|
|
|
# URL = jdbc:sqlserver://localhost/database = l2jdb/user = sa/password =
|
|
|
-URL = jdbc:mysql://localhost/l2jdbe
|
|
|
+URL = jdbc:mysql://localhost/l2jdb
|
|
|
# Database user info (default is "root" but it's not recommended)
|
|
|
Login = root
|
|
|
# Database connection password
|
|
|
-Password = puka
|
|
|
+Password =
|
|
|
|
|
|
# Default: 10
|
|
|
MaximumDbConnections = 10
|
|
@@ -125,7 +125,6 @@ MaximumDbIdleTime = 0
|
|
|
# Default: True
|
|
|
ShowLicence = True
|
|
|
|
|
|
-# Create a new game account on player login if the account name does not exist yet.
|
|
|
# Default: True
|
|
|
AutoCreateAccounts = True
|
|
|
|
|
@@ -140,10 +139,4 @@ Debug = False
|
|
|
Assert = False
|
|
|
|
|
|
# Default: False
|
|
|
-Developer = False
|
|
|
-
|
|
|
-# An option that provides basic [OOG] client emulator protection (no client modding needed)
|
|
|
-# After logging in, a user must input any text inside a dialog to continue.
|
|
|
-UseSecurityCardToLogin = True
|
|
|
-# Input verification is not done.
|
|
|
-# SecurityCardID = l2jserver
|
|
|
+Developer = False
|