Go to file
CodeForFame 8f437d3c03 Merge pull request #152 from latifundio/pre-beta
Pre beta
2012-09-09 10:08:48 -07:00
GameServer reverted npc movement delay 2012-09-07 23:40:46 -03:00
LoginServer Removed hex-string lib and scala class, can do it in 1 line of pure java. 2012-03-17 23:56:04 -04:00
Modules Definitions completely fixed 2012-01-14 22:58:16 -07:00
.gitignore Fixed ant build scripts, changed run shell scripts to not rely on ant, and removed binary. 2012-03-14 01:27:38 -04:00
CREDITS Updated credits. 2011-06-24 19:58:12 -05:00
Database.sql Fixed Database.sql as per Issue #131 2012-03-14 01:50:46 -04:00
README Updated README 2011-12-05 09:38:17 -06:00

README

An emulator for an old Java MMORPG.

Setup
======
Install the JRE and JDK
Install Ant
Install Ivy
Install MySQL
Install a Web-Server

Ensure all the paths are set correctly.

Import Database.sql

If you have any questions regarding that use Google.

For account authentication (using the default config) you need to copy the auth.php in the LoginServer folder, and ensure that localhost/auth.php is pointed to it.

It is highly recommended that you modify it so that it checks the credentials provided against the database.

Go to LoginServer in the terminal/command prompt and type--
ant run

Go to GameServer in the terminal/command prompy and type--
ant run

You're now ready to start accept connections.

Modules
========
To compile modules go in the module's directory and run the following command--
ant build

To use the module copy the newly created JAR into the modules folder in the respective server.  You may need to change some configuration files for the module to be used.