Postby ichijin » Thu Oct 25, 2007 5:46 am
Alrighty guys, here goes:
Server config:
In 'Dawn of Light\Config' folder, edit the serverconfig.xml
<IP> field needs to be updated to your IP, atm its 127.0.0.1 (localhost server) ALL IP's in this file need updated if you wish to get connections from outside. This means your LAN IP (You will need to do port forwarding to have people connect from outside if your on a router and such - Tuts for that around forums)
Edit the <DBConnectionString> to your correct DB, pass, etc.
<ServerName> should be your server name.
If you want outside conections, Open regions.xml and update the IP in there also from 127.0.0.1 to your actual IP.
MailConfig.xml needs setup with your mail server information should you wish to use /email in game and such.
DB is one file: start->accessories->command prompt
(extract DB to your desktop)
Type:
cd desktop
mysql -u(your user) -p(your pass)
create database (yourDB);
\u (yourDB)
\. rev818db.sql
That will source in all tables and such. Run server, this will create the missing tables (accounts/chars/serverprops etc)
From this point, your server should be running fine. Enjoy.