2
0
janiii 15 жил өмнө
parent
commit
8f6fd01b09

+ 3 - 10
L2_GameServer/java/config/loginserver.properties

@@ -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

+ 3 - 3
L2_GameServer/java/config/server.properties

@@ -18,7 +18,7 @@
 # If this IP is resolvable by the Login Server, just leave *.
 # ---------------------------------------------------------------------------
 # Default: *
-ExternalHostname = 127.0.0.1
+ExternalHostname = *
 
 # ---------------------------------------------------------------------------
 # This is transmitted to the client from the same network, so it has to be a local IP or resolvable hostname.
@@ -56,11 +56,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: 100
 MaximumDbConnections = 100