https://github.com/elfocrash/l2acp-api
The API for L2ACP
https://github.com/elfocrash/l2acp-api
game-server l2j lineage2 webservice
Last synced: about 1 year ago
JSON representation
The API for L2ACP
- Host: GitHub
- URL: https://github.com/elfocrash/l2acp-api
- Owner: Elfocrash
- License: gpl-2.0
- Created: 2017-04-03T22:40:08.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-06T14:30:17.000Z (about 9 years ago)
- Last Synced: 2025-03-21T05:32:47.077Z (about 1 year ago)
- Topics: game-server, l2j, lineage2, webservice
- Language: Java
- Homepage:
- Size: 3.78 MB
- Stars: 38
- Watchers: 4
- Forks: 23
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# L2ACP-api
This is the gameserver API project for L2ACP
## Requirements
* JRE 8
* First and foremost you need to add Java Cryptography Extension (JCE) Unlimited Strength Jurisdiction Policy Files on your JRE. Download from here: http://www.oracle.com/technetwork/java/javase/downloads/jce8-download-2133166.html
## How to get this working?
* You will need to run l2acpinit.sql against your gameserver database for this to work.
* You need to add `L2ACPServer.getInstance();` at the end of your Gameserver.java
* I export the src as a jar file with eclipse because I'm lazy and i drop in in the lib folder of l2j.
* Start the gameserver and you should be up and running.