Server Configuration1.- Setting Up Files:Now we must unite everything we have and create our server!
DATA FOLDER:-> Navigate to your L2J_DATAPACK file.
-> Look for the build folder.
-> Inside the build folder extract the compressed file.
-> Copy all the content into a new folder you can call it how you want.
CORE FOLDER:-> Navigate to your L2J_SERVER file.
-> Look for the build folder.
-> Inside the build folder extract the compressed file.
-> Copy all the content into the folder you created. It will ask to overwrite. This is normal, press yes.
RESULT:Other guides for this step, created by our users!
You are not allowed to view links.
Register or
Login
2.- Setting Up Properties:Before installing the database of our server, we must configure it so that it can do it.
-> Go to folder
YourServer\game\config and edit
Server.properties (notebook for example) this values:
- URL: enter the database name of your game server.
- Login: enter the MySQL user (see .my.cnf file in your sql server or create new profiles).
- Password: enter the MySQL password for the user (see .my.cnf file in your sql server or create new profiles).
-> Go to folder
YourServer\login\config and edit
LoginServer.properties (notebook for example) this values:[/b]
- URL: enter the database name of your login server.
- Login: enter the MySQL user (see .my.cnf file in your sql server or create new profiles).
- Password: enter the MySQL password for the user (see .my.cnf file in your sql server or create new profiles).
*WARNING: Only edit what is marked, to indicate name of db, not edit "
?useSSL=false&serverTimezone=UTC"!!
Other guides for this step, created by our users!
Soon! Waiting new post!