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
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
save yuor configs and run database_installer and follow instrutions
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 =
Now go to \ServerBeta\game\config\server.proprieties
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 =
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
Code: Select all
127.0.0.1 L2authd.Lineage2.com216.107.250.194 nprotect.lineage2.com
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
