Installation Guide

Introduction

About Us

L2J LastWarrior is the private project developed in Java that attempts to provide a game server for Lineage II.
We have been around for a long time, and our mission is to provide the closest experience to the official game.
Our vision is to have a server that can run any version of the game based on configurations and using a microservice cloud-ready architecture.

About the Product

L2J LastWarrior divides in two components, L2jGameServer and L2jLoginServer, at the same time L2jGameServer is divided
in Core and Datapack. The Core is the Java code that defines the game mechanics, persistence and communication mechanics,
and the Datapack is composed by all the files that are related to the game play such as dialogs, quest scripts, AIs, etc.

Our project uses L2jServer as L2jMobius files and we mixed it with our ideas and the greater good.

Software Required

We use only open-source programs!

Java Runtime Environment

MariaDB

DBeaver

L2J LastWarrior Server Emulation

How to configuration the Server Emulation

How to prepare the pack

How to install Database

How to Register GameServer

How to Setting up LoginServer

How to Setting up GameServer