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!

How to install Zhuxian 12 classes on a fresh install of ubuntu

Experienced Elementalist
Joined
Aug 16, 2010
Messages
240
Reaction score
22
Tested and working on Ubuntu 12.10

Basic Requirements

COMMAND~:apt-get update
COMMAND~:apt-get install openssh-server


Basic Tools
Putty
Winscp

Download the server Files


Download the Client



Install Java Runtime
Command:apt-get install openjdk-6-jre

Install Mysql
Command:apt-get install mysql-server

Install Apache Webserver
Command:apt-get install apache2
Command:apt-get install php5 php5-gd php5-mysql php5-pgsql php5-imap php-pear php-auth php5-ming
Command:apt-get install php5-xmlrpc php5-xsl php5-curl php5-mcrypt libapache2-mod-php5 php5-mcrypt php5-mysql
Command:apt-get install phpmyadmin


Installing Server
Once u have all that done and the server files downloaded. Use Winscp to connect to server and upload the server files to there right directory.

then once that is done open up a terminal window. and type in chmod 777 -R jd
and also chmod 777 -R /usr/rain

and theres a sql database somewhere on the forums.. ill post a link later. upload that via phpmyadmin which can be viewer by going to .

then u can start the server by just typing in ./start in the terminal window.


if you has any problems with this. leave me a message on here or pm me and i will help you.

Cant download client on windows 8, it stops at 1.3MB
 
Newbie Spellweaver
Joined
Feb 25, 2011
Messages
11
Reaction score
1
norman, can u i got ur skype email ?
so i can contact u if i got problem, cuz i wanna test ur file
thx

n btw, can i use Ubuntu 12.10 server [64 bit] ?
or u share ubuntu u used for this file

and can i use vmware to run ubuntu os for this file ?
or need ubuntu as my main OS ?
 
Newbie Spellweaver
Joined
Nov 30, 2012
Messages
10
Reaction score
0
i can join now with winscp but i have problem to copy folders i no have permissions and i try enter to phpmyadmin but this no exist and im install all what i need do? im use ubuntu-12.04.2-server-amd64 where i put chmod 777 -R jd?
 
Skilled Illusionist
Joined
May 16, 2009
Messages
302
Reaction score
18
for those that still need my help can contact me via skype at norman1269.... and i used a database from another server release that is also on the forums... and mama 64 bit i think causes alot of issues... i used ubuntu 12.04 ubuntu... google ubuntu download its free it comes as an iso so can mount either onto a vmware or to ur hard drive or put on a disk...and i used it as my OS but thats cause i had a good pc...but can use as vmware as well.... Gushion if u cant copy from ur desktop to the server that means u need to be adminstrator on ur PC.... or run WinScp as admin.... and where u put the server files is what u want to chmod
 
Newbie Spellweaver
Joined
Sep 2, 2013
Messages
27
Reaction score
1
Guys seriusly i searched all the forum for jd mysql file to upload to my machine and i dont find nothing, i searched post by post all forum post of jd and nothing, someone can be so nice to upload a copy od sql file? for mysql

ty in advance because a lot of us are stuck because of this little issue.

other thing its the client its chinese, there are a compatible client in english for this files?
 
Newbie Spellweaver
Joined
Sep 2, 2013
Messages
27
Reaction score
1
there are any way that you can help me norman via skype?
i started the server fine but i cant edit my client well and its all chinese and i dont understand a thing >.<

There are any english client compatible with this serverfiles?
 
Initiate Mage
Joined
Oct 28, 2020
Messages
4
Reaction score
0
I encountered this error, can someone help me solve it?

Compile protocol/QueryUserPrivilege3.java first...
Compile protocol/QueryUserPrivilege3_Re.java first...
Compile protocol/CertChallengeWrap.java first...
Compile protocol/SSOGetTicketRep.java first...
Compile protocol/QueryUseridArg2.java first...
Compile protocol/QueryUseridRes2.java first...
Compile protocol/CashSerialArg.java first...
Compile protocol/CashSerialRes.java first...
Compile protocol/QueryUserid2.java first...
Compile protocol/CashSerial.java first...
authd:: add PollIO task.
GAuthServer::OnAddSession com.goldhuman.IO.Protocol.Session@5cb08f0a
ERROR:incorrect passphrase for this key!
ERROR:load key failed!
java.lang.NullPointerException
at com.goldhuman.Common.CertVerify.getDER(CertVerify.java:198)
at protocol.CertRequest.Process(CertRequest.java:45)
at com.goldhuman.IO.Protocol.Task.run(Task.java:31)
at com.goldhuman.Common.ThreadPool.run(ThreadPool.java:64)
at java.lang.Thread.run(Thread.java:750)
0000000000
CertRequest: return authd_cert local. aid=null,zoneid=null
log4j:WARN No appenders could be found for logger (protocol.GAuthServer).
log4j:WARN Please initialize the log4j system properly.
 
Back
Top