NodeL2Classic : : LINEAGE II Server Emulator (https://naden.co)
LINEAGE II Classic 1.x server emulator for NodeJS. The structure is comprised of ES6 JavaScript (as much as possible), SQL via MariaDB, JSON for vast data, and JSON Schema for data structure validation.
- Install NodeJS LTS, and MariaDB 16
- For convenience, also install MS Visual Studio Code, and TablePlus
- Fix database credentials in
database/install
script, andconfig/default.ini
- Run
database/install.bat
for Windows, ordatabase/install.sh
for Linux and macOS - Run
npm install -i
database/install
script after each pull from the repo. A lot of quintessential implementation is worked on.
- Launch server with
npm run --silent NodeL2
- Fire-up LINEAGE II Client and authenticate
- In order to access the Admin panel, use this in the chat prompt:
.admin
Open-source under Apache 2.0 license.