https://github.com/elfocrash/l2acp-web
The website for L2ACP
https://github.com/elfocrash/l2acp-web
control-panel dotnetcore l2acp l2j website
Last synced: 6 months ago
JSON representation
The website for L2ACP
- Host: GitHub
- URL: https://github.com/elfocrash/l2acp-web
- Owner: Elfocrash
- License: gpl-2.0
- Created: 2017-02-11T17:41:39.000Z (over 8 years ago)
- Default Branch: develop
- Last Pushed: 2020-09-05T00:59:26.000Z (about 5 years ago)
- Last Synced: 2025-03-21T05:32:46.328Z (7 months ago)
- Topics: control-panel, dotnetcore, l2acp, l2j, website
- Language: CSS
- Homepage:
- Size: 52.6 MB
- Stars: 46
- Watchers: 7
- Forks: 39
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
```
2. 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