Go to file
xEnt22 6b162222f1 imthenull: remove the @ran@ message upon login, and add a MOTD
xEnt: new characters - all current stats start at 0.
xEnt: make dueling p2p
xEnt: add restriction for npcs dropping member items
xEnt: removed random npc talking text.
Rodgerwilco: change fletching and other messages to 'This feature is only available on a members server'
Rov: disable dart, arrow head & throwing knife smithing.
xEnt: telegrab block in certain areas needs to be removed
Rov: disallow alching of member items (if you happen to get one)
xEnt: disable lv 5 enchant
Rov: disable camelot teleport and other p2p magic spells
All day: disable entrana monks from taking you to entrana
hikkili: changed mining guild text to say 60, not 66
xEnt: champs guild door can not be opened right now (due to not having all quests)


-- ALPHA COMMANDS ONLY --
Added ::say <msg>
Added ::item <id>
Added ::goto <playername>
Added ::town <townname>
2012-01-08 15:30:34 +10:30
GameServer imthenull: remove the @ran@ message upon login, and add a MOTD 2012-01-08 15:30:34 +10:30
LoginServer imthenull: remove the @ran@ message upon login, and add a MOTD 2012-01-08 15:30:34 +10:30
Modules/DataStore Added NYI error. 2011-12-19 00:32:24 -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 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.