Skip to content

How to start

Nick Chapsas edited this page Aug 6, 2016 · 6 revisions

How to start using L2dotNET

Requirements

  • .NET Framework 4.6.1
  • MySQL Server
  • Visual Studio 2015 Community edition

How to run?

  1. First you need to get the latest codebase from our Github repository.
  2. Once you have the files all you need to do is build all the projects.
  3. You can copy the binary files built in the GameService and the LoginService bin folders to a new location.
  4. Then simply run the sql script that you will find in the datapack/sqlscripts folder in the project.
  5. Unzip the html.rar file in the project directory.
  6. Now open and edit the database connection strings in the files L2dotNET.GameService.exe.config and L2dotNET.LoginService.exe.config.
  7. Last but not least if you want your server to be online change the host and authhost ip addresses to your external ip.
Clone this wiki locally