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!

Swordsman Online MySQL server

Joined
Apr 6, 2012
Messages
545
Reaction score
217

Centos 6.4 needed (i have test only 4.8 and 6.4 and only 6.4 work)

If you wish Install rar and unrar :
Code:
wget http://pkgs.repoforge.org/unrar/unrar-4.0.7-1.el6.rf.x86_64.rpm
rpm -Uvh unrar-4.0.7-1.el6.rf.x86_64.rpm
wget http://pkgs.repoforge.org/rar/rar-3.8.0-1.el6.rf.x86_64.rpm
rpm -Uvh rar-3.8.0-1.el6.rf.x86_64.rpm

Lib need to be install for server :

Code:
yum install ld-linux.so.2 -y
yum install libxml2.so.2 -y
yum install libcrypto.so.6 -y
yum install libstdc++.so.6 -y
yum install libpcre.so.0 -y

Import hosts and gamelib :

Code:
cp ./server/tools/etc/hosts /etc/hosts
cp ./server/tools/lib/libio32.so /lib/libio32.so
cp ./server/tools/lib/liblog32.so /lib/liblog32.so
cp ./server/tools/lib/libskill.so /lib/libskill.so
cp ./server/tools/lib/libtask.so /lib/libtask.so

Now you need extract lampp if you wish or install apache + mysql

Install lampp
Code:
tar -xvfz ./server/tools/xampp.tgz -C /opt

After that import sql ,sql file create is db !

And don't forgot edit pass in table.xml for authd

Tools :
Actually only mailer sorry
View attachment Mailer.rar

Client work with :


Register work with jd reg

Bug:
Cash not work

Credits :
mcncc for PurServer Files
Ragezone somes fix
Client :


P.S.: Too much download , server hack = link delete .Think about mirror
 

Attachments

You must be registered for see attachments list
Last edited:
Newbie Spellweaver
Joined
Nov 5, 2013
Messages
74
Reaction score
5
first anyway came from here, my topic, mcncc steal content without credits everytime, is not first time someone share my repack without credits, tonight I start upload for VMware full setup and client almost translated
Thanks for share, i was trying but i never worked with cent os so was hard for me... also will be useful if you share the ip config to make server available from internet and not only LAN.

(y)
 
Shh, quiet, you might piss somebody off
Developer
Joined
Dec 23, 2011
Messages
1,798
Reaction score
2,182
Thanks for share, i was trying but i never worked with cent os so was hard for me... also will be useful if you share the ip config to make server available from internet and not only LAN.

(y)
I pretend share repack for vmware Lan and another tutorial instalation for Vps/dedicated server
 
Back
Top