Перейти к файлу
webdes27 ab385584c6 Moved to 2.1 (#15) 2019-04-27 13:31:03 +01:00
src/L2ACP Moved to 2.1 (#15) 2019-04-27 13:31:03 +01:00
.gitignore Remove IDE files 2017-05-09 11:24:21 -03:00
L2ACP.sln Add support for L2OFF servers (#9) 2018-01-12 18:20:08 +00:00
LICENSE Update LICENSE 2017-04-24 14:59:56 +01:00
README.md Add support for L2OFF servers (#9) 2018-01-12 18:20:08 +00:00
appveyor.yml Added appveyor.yml 2017-05-04 10:53:28 +01:00

README.md

L2ACP-Web

This is the web interface project for L2ACP

Supported languages
English
Portuguese

Requirements to build and run

  • .NET Core runtime 1.1
  • .NET Core SDK 1.1
  • Visual Studio 2017 Community Edition

How to build

  1. Clone the source code:
git clone https://github.com/Elfocrash/L2ACP-Web.git
  1. Open Visual Studio, do a dotnet restore and then publish the project.

L2OFF Configuration

  • Install L2OFF server database
  • Run L2OFF_L2ACP.SQL script to modify lin2world and lin2db database
  • Change appsettings.json: ** Set TargetServerType to "L2OFF" ** Set PasswordHashType to "Default" if using default password hashing or "MD5" if using hAuthD's MD5 hashing ** Set appropriate connection strings for the lin2world and lin2db databases
  • In server's ilExt.ini set "[PrivateStore] StoreInDB=1" for private stores and "[ItemDelivery] Enabled=1" for item delivery