space2pacman Posted January 23, 2020 Posted January 23, 2020 (edited) Hi. I am developing the server side for lineage 2 chronicle 1 harbingers of war on node.js Link to the source: https://github.com/lineage2js I do it for myself as a hobby. https://www.youtube.com/channel/UCz9p3qHTdkn7lQ9GlS62TUQ/videos?view_as=subscriber How to start: 1) You need to install node.js LTS https://nodejs.org/en/ (it is needed to run scripts on which the server is written) 2) From the root of the folder you need to run the terminal (cmd) and run the npm install -i command 3) Settings - data / config.json (nothing needs to be configured; everything should work with the standard settings) 4) Launch. serverStart.bat Standard login: a, password: a The client can be downloaded here: https://l2c1x1.com/public/ What is done: loginserver - 99%; gameserver - ~ 10% - 15% Walk, write in chat, attack, animation skills, put on gear / weapons and further on the little things. Bots for test purposes only. All they do is stand :) Edited January 23, 2020 by space2pacman 1 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.