Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Server Setup & Misc. Guides

Status
Not open for further replies.
Junior Spellweaver
Joined
Jul 25, 2005
Messages
197
Reaction score
10
Well Heres howto setup the server files and some other guides you might find very helpful. If you have any questions then please do ask.


Download The Koumei Releases Here

:: Setup Databases ::
First of all open MS SQL Enterpirse Manager and create a new database. Call this database "MirWorldDB"

Now open Query Analyzer. Connect to your database and select "MirWorldDB" Now Run all the SQL Scripts in your DB folder located inside the server files: X:\WoooLServer\DB\

Which are the following:
TBL_CHARACTER_Account.sql
TBL_CHARACTER_COMMUNITY.sql
TBL_CHARACTER_Info.sql
TBL_CHARACTER_Item.sql
TBL_CHARACTER_Magic.sql

Make sure the data is imported into the MirWorldDB Database. You can do this by looking inside MS SQL Enterprise manager and opening the MirWorldDB!

Thats The Database out of the way!

:: Server Setup ::
Now for the server end setup. Navigate to your Server Files Folder: X:\WoooLServer\
Inside you should see a config.ini file. Open the config.ini and edit the file according to your settings:

CloseConfirm= 0
scaddr = [Your IP Address Here]
scport = 6000
[
 
Last edited by a moderator:
Junior Spellweaver
Joined
Jul 25, 2005
Messages
197
Reaction score
10
:: Creating Accounts & Giving GM Rights ::
Heres how...

:: Create Account ::
Ok to create a new account open MS SQL Enterprise Manager, goto your MirWorldDB database and view the tables. Right click on TBL_ACCOUNT and select Open Table and then Return all Rows, Done? Good

Now fill in the Column "ACCOUNT" with your account ID and "PASSWORD" with your Account Password. The rest can be left blank but you can fill them in if you want. Now close the table and you have now created an account!!

:: Setting up GM Rights::
To give GM Rights to an account go into your WoooL Server data Folder: X:\WoooLServer\data

Open GMLIST.txt - It will look like the following

#account/level
Bleh/1


Now this means account Bleh will have GM Rights. To add your account you need the Account ID from the database. So open MS SQL Enterprise Manager, Select MirWorldDB, open TBL_ACCOUNT and find your account. Grab the ID and fill in the GMLIST.txt like this:

Your Account Logon (e.g. XuiNe) / (Your Account ID e.g. what you just got from the Database)

In all it would look like:

#account/level
XuiNe/45
 
Status
Not open for further replies.
Back
Top