L2ACP-api icon indicating copy to clipboard operation
L2ACP-api copied to clipboard

The API for L2ACP

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.