Go to file
Joe0 978de20d53 Framework to resolve issue #24 -- uses the DataStore interface and
DataStoreFactory to read data from a DataStore. A new DataStore needs to
be implemented to remove the XStream dependency. Methods to save each
type of data need to be implemented.
2011-12-04 16:38:08 -06:00
GameServer Framework to resolve issue #24 -- uses the DataStore interface and 2011-12-04 16:38:08 -06:00
LoginServer Framework to resolve issue #24 -- uses the DataStore interface and 2011-12-04 16:38:08 -06:00
.gitignore Updated dependancies, buildfile, and README 2011-11-05 12:06:03 -05:00
CREDITS Updated credits. 2011-06-24 19:58:12 -05:00
Database.sql Removed a bunch of junk from the database that had nothing to do with the server itself 2011-07-21 20:06:52 -05:00
README Updated dependancies, buildfile, and README 2011-11-05 12:06:03 -05:00

README

An emulator for an old java MMORPG.

Setup
======
Install the JRE and JDK
Install Ant
Install Ivy
Install MySQL

Ensure all the paths are set correctly.

Import Database.sql

If you have any questions regarding that use Google.

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

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

You're now ready to start accept connections.