This repository is modified version of ACIS L2J for the project l2-unity.
It contains all of the features of an interlude server. It only comes down to if a feature is handled by the client or not.
- Download and install MariaDB.
- Create the DB l2unity.
- Donwnload clone both l2-unity-gameserver and l2-unity-loginserver repositories.
- Update the mysqlBinPath, DB user and password values in the gameserver/db/tools/database_installer.bat file.
- Execute the bat file to create the tables.
- Open both repositories with with intellij.
- To start the server do a gradle run on both the loginserver and gameserver.