Hello everyone
I downloaded server and datapack at http://www.l2jserver.com/#downloads. But i don't know how install. Can you help me?
How install l2jserver
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
-
- Posts: 59
- Joined: Sat Jul 04, 2009 7:25 pm
Re: How install l2jserver
Wiki is not working here, but you can find many tutos on internet explain you how you install, first you will need phpmyadmin for install database like xwamp,winamp,easyphp,navicat... and a mysql, after that instal java on your pc, and if for running localhost you dont need to many configs , if for live server i dont recommend because sees you dont know how deal with the server.
E=Google and you will find what you want.
E=Google and you will find what you want.

-
- Posts: 2
- Joined: Tue Nov 25, 2014 5:39 pm
Re: How install l2jserver
Can you guild to install by image. I need run what file in server and data to installguerra5 wrote:Wiki is not working here, but you can find many tutos on internet explain you how you install, first you will need phpmyadmin for install database like xwamp,winamp,easyphp,navicat... and a mysql, after that instal java on your pc, and if for running localhost you dont need to many configs , if for live server i dont recommend because sees you dont know how deal with the server.
E=Google and you will find what you want.
Thanks
-
- Posts: 59
- Joined: Sat Jul 04, 2009 7:25 pm
Re: How install l2jserver
what i can do its give u the places you must change and what u must to do, but you MUST find good tutos on internet about this.
If you use last pack BETA. after mysql and apache installation go you folder where you are extract datapack and server ex.\serverBeta\tools\(right click on database_installer) and edit this.
Where
put your mysqll \ bin root
Where
save yuor configs and run database_installer and follow instrutions
After your db are installed go to \serverBeta\login\config\configserver.proprieties
Now go to \ServerBeta\game\config\server.proprieties
Now go to to \ServerBeta\login\RegisterGameServer.bat and run this for generate a hexid for you server and put this inside game\config\ folder
IF YOU HAVE all programs installed and your db as well so if you RUN YOUR SERVER IN YOUR PC (LOCALHOST)
The server and the login should work without problems.
Go to \ServerBeta\login\startLoginServer.bat ==== clic here and start your login
After
Go to \ServerBeta\Game\startGameServer.bat ===== click here and start your server
For you enter with you client in game you will need write your hosts
But please don't be lazy and read tutorials about this , this is a very small tutorial but can help you for sure, but dont ask me about which java , which mysql and thigs about programs.
Good luck
If you use last pack BETA. after mysql and apache installation go you folder where you are extract datapack and server ex.\serverBeta\tools\(right click on database_installer) and edit this.
Where
Code: Select all
set mysqlBinPath=%ProgramFiles%\MySQL\MySQL Server 5.6\bin
put your mysqll \ bin root
Where
Code: Select all
set lsuser=root (go to 127.0.0.1 in your browser and open your phpmyadmin and for default its root )set lspass= (pass of your db defalut no pass)set lsdb=l2jls (database name for login server)set lshost=localhostset cbuser=rootset cbpass=set cbdb=l2jcs (database name for Community server)set cbhost=localhostset gsuser=rootset gspass=set gsdb=l2jgs (db name for gameserver )set gshost=localhost
After your db are installed go to \serverBeta\login\config\configserver.proprieties
Code: Select all
URL = jdbc:mysql://localhost/l2jls ====== [b]CHECK Here with the same name your login server database[/b]# Database user info (default is "root" but it's not recommended)Login = root# Database connection passwordPassword =
Code: Select all
URL = jdbc:mysql://localhost/l2jgs =========CHECK YOU DB NAME FOR GAMESERVER # Database user info (default is "root" but it's not recommended)Login = root # Database connection passwordPassword =
IF YOU HAVE all programs installed and your db as well so if you RUN YOUR SERVER IN YOUR PC (LOCALHOST)
The server and the login should work without problems.
Go to \ServerBeta\login\startLoginServer.bat ==== clic here and start your login
After
Go to \ServerBeta\Game\startGameServer.bat ===== click here and start your server
For you enter with you client in game you will need write your hosts
Code: Select all
127.0.0.1 L2authd.Lineage2.com216.107.250.194 nprotect.lineage2.com
Good luck

-
- Posts: 20
- Joined: Tue Sep 23, 2014 12:11 pm
Re: How install l2jserver
Very good guide viewtopic.php?f=81&t=30556