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!

Nexus TK Server (DB+Source Code+Map Editor)

Initiate Mage
Joined
Aug 26, 2011
Messages
37
Reaction score
24
I share my files here for anyone who want to try the longest MMORPG ever. This given by the GM of Chronicles Of Mithia (On tweeter) the server quite stable and some one has manage this and runing well. This server using any linux, all clue how to setup already inside the file. Alot of maps already there, this using Nexus TK client ver. 7.03 or 7.04.

To set client for server, just add line "x.x.x.x tk0.kru.com" below "127.0.0.1 localhost" at c:/windows/system32/drivers/etc/host

Refer to this link to know the game

Here is the files :






Video from my friend PS:


Update :

1. The simple way for Windows 7, 8.x, 10 use cygwin32 for compiling and runing the server.
2. Use Navicat to alter the mysql database.
3. Tested until the latest client 7.09

Update:
1. CoMithia ready set to localhost.

2
Cygwin ready use, include mithia db. Read info file within.

Its work better in Windows 10 using cygwin ...

Coming soon... how to run these on windows 10 ...
 
Last edited:
Initiate Mage
Joined
Aug 26, 2011
Messages
37
Reaction score
24
Nope its belong to someone else, but using the same source, i just contribute other things there.
 
Initiate Mage
Joined
Aug 26, 2011
Messages
37
Reaction score
24
Yes that's guide already included by me in the zip file but need exact how the step. I have try using latest ubuntu on virtualbox but when try to install lua or whic package it says not found. With cygwin i dont have luck either. I thought or this must be use pure linux on dedicated machine...
 
Banned
Banned
Joined
Nov 17, 2012
Messages
343
Reaction score
38
[root@dargon mithia]# ./check-mithia-server-state
[root@dargon mithia]# nohup: appending output to `nohup.out'
nohup: failed to run command `./map-server': No such file or directory
nohup: appending output to `nohup.out'
nohup: failed to run command `./char-server': No such file or directory
nohup: appending output to `nohup.out'
nohup: failed to run command `./save-server': No such file or directory
nohup: appending output to `nohup.out'
nohup: failed to run command `./login-server': No such file or directory


what it is?
 
Initiate Mage
Joined
Aug 26, 2011
Messages
37
Reaction score
24
Thats what happened to me when using cygwin on windows 7, I thought bcoz compiling its not correct. Need someone knows well in linux.
 
Banned
Banned
Joined
Nov 17, 2012
Messages
343
Reaction score
38
Thats what happened to me when using cygwin on windows 7, I thought bcoz compiling its not correct. Need someone knows well in linux.

it linux bro,
i run on centos 6 32bit
 
Initiate Mage
Joined
Aug 26, 2011
Messages
37
Reaction score
24
Thats mean the same thing happened bro, i know that u use is linux. But as i remember something need to run the script is missing so it will not work properly. Are u sure chek it all, like editing conf files? Damn i already wipe my cygwin, i'll try using vmware tomorrow... or ill try dual boot to try again... :)
 
Banned
Banned
Joined
Nov 17, 2012
Messages
343
Reaction score
38
Thats mean the same thing happened bro, i know that u use is linux. But as i remember something need to run the script is missing so it will not work properly. Are u sure chek it all, like editing conf files? Damn i already wipe my cygwin, i'll try using vmware tomorrow... or ill try dual boot to try again... :)

pm me
 
Junior Spellweaver
Joined
Apr 30, 2006
Messages
152
Reaction score
30
[root@dargon mithia]# ./check-mithia-server-state
[root@dargon mithia]# nohup: appending output to `nohup.out'
nohup: failed to run command `./map-server': No such file or directory
nohup: appending output to `nohup.out'
nohup: failed to run command `./char-server': No such file or directory
nohup: appending output to `nohup.out'
nohup: failed to run command `./save-server': No such file or directory
nohup: appending output to `nohup.out'
nohup: failed to run command `./login-server': No such file or directory


what it is?

compile it first.
make sure you already gcc++ installed
for debian/ubuntu
apt-get install build-essential

for centos
yum groupinstall 'Development Tools'

cd /path/mithia
make all

thats it
 
Banned
Banned
Joined
Nov 17, 2012
Messages
343
Reaction score
38
compile it first.
make sure you already gcc++ installed
for debian/ubuntu
apt-get install build-essential

for centos
yum groupinstall 'Development Tools'

cd /path/mithia
make all

thats it

oh,
thanks you bro:lol:
 
Junior Spellweaver
Joined
Apr 30, 2006
Messages
152
Reaction score
30
oh,
thanks you bro:lol:

Mini guide with ubuntu 14.04 x86 (32bit)

1. Install ubuntu clean (base & ssh server) only.
2. Install requirement package
sudo apt-get install mysql-server mysql mysqlclient libmysqlclient18
sudo apt-get install gcc make gdb
sudo apt-get install liblua-5.1
sudo apt-get install libmysqlclient-dev libmysqlcppconn-dev libmysqld-dev libmysql++-dev

cd /path/to/mithia
make all
now you have 4 binary
login-server save-server char-server and map-server
3. Create db & user mysql
4. Restore mithia.sql
5. Edit conf
6. Start server
./login-server &
./save-server &
./char-server &
./map-server &

Still need some work like insert map data into database table and other stuff.
Good luck
 
Initiate Mage
Joined
Aug 26, 2011
Messages
37
Reaction score
24
Wow thanks so much dono, i'll try soon as i need to buy the complete linux package thought my con is slow, and i still try if it is runing on cygwin...
 
Initiate Mage
Joined
Apr 18, 2014
Messages
5
Reaction score
1
So i got a server setup disabled registration and got the blank user an map setup all ready to go with the guidebut as soon as i try to login on the client i get a chaos has risen or something error.... im really stumped lol just messing around
 

scu

Initiate Mage
Joined
Jul 4, 2014
Messages
1
Reaction score
0
So i got a server setup disabled registration and got the blank user an map setup all ready to go with the guidebut as soon as i try to login on the client i get a chaos has risen or something error.... im really stumped lol just messing around


Also messing around with this, but my knowledge is basically nil. You want to post the steps you used to get to that point?
 
Initiate Mage
Joined
Apr 18, 2014
Messages
5
Reaction score
1
in the login.conf there's an option called require_reg : 1 change that to 0 To get past the Registration require part... After that I get a Chaos error.. I already plugged in 1 map into the database an did the required rows to start it off but im stuck now
 
Back
Top