Elfocrash / L2ACP-Web

The website for L2ACP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

The website for L2ACP

License:GNU General Public License v2.0


Languages

Language:CSS 45.4%Language:C# 29.8%Language:HTML 16.7%Language:JavaScript 8.0%