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!

JD Regenesis v1447 - fixed Kytos and Psychea skills

Junior Spellweaver
Joined
Sep 3, 2011
Messages
150
Reaction score
94
Server -
Client -

libskill fix:

Tools:
elements.data:
tasks:
(modified tool Wrechid created - all credits to him)

Tested on CentoS 7:
/root/libs :
Code:
#!/bin/sh
yum -y install pcre-devel.i686
yum -y install openssl-devel
yum -y install openssl-devel.i686
yum -y install psmisc
yum -y install libxml2-devel.i686
yum -y install libxml2-devel
ln -s /root/gamed/libtask.so /usr/lib/libtask.so
ln -s /root/gamed/libskill.so /usr/lib/libskill.so
ln -s /usr/lib/libpcre.so /usr/lib/libpcre.so.0
ln -s /root/libs/libstdc++.so.5.0.7 /usr/lib/libstdc++.so.5
ln -s /root/libs/libcrypto.so.0.9.7a /usr/lib/libcrypto.so.4
ln -s /root/libs/libssl.so.0.9.7a /usr/lib/libssl.so.4
 
Last edited:
Banned
Banned
Joined
Apr 29, 2015
Messages
161
Reaction score
15
how to open the cross server on same machine?/???
 
Joined
Jun 10, 2012
Messages
557
Reaction score
131
Server -
Client -

Tools:
elements.data:
tasks:
(modified tool Wrechid created - all credits to him)

Why these files requires:
Code:
libssl.so.4
libcrypto.so.4
, and how you end up installing them on newer OS.

EDIT:
Tested under Debian 10 32bits works decent! :)
 
Last edited:
Newbie Spellweaver
Joined
Jun 3, 2021
Messages
6
Reaction score
0
Server -
Client -

Tools:
elements.data:
tasks:
(modified tool Wrechid created - all credits to him)

Tested on CentoS 7:
/root/libs :
Code:
#!/bin/sh
yum -y install pcre-devel.i686
yum -y install openssl-devel
yum -y install openssl-devel.i686
yum -y install psmisc
yum -y install libxml2-devel.i686
yum -y install libxml2-devel
ln -s /root/gamed/libtask.so /usr/lib/libtask.so
ln -s /root/gamed/libskill.so /usr/lib/libskill.so
ln -s /usr/lib/libpcre.so /usr/lib/libpcre.so.0
ln -s /root/libs/libstdc++.so.5.0.7 /usr/lib/libstdc++.so.5
ln -s /root/libs/libcrypto.so.0.9.7a /usr/lib/libcrypto.so.4
ln -s /root/libs/libssl.so.0.9.7a /usr/lib/libssl.so.4

Is there no 17/18 or higher?
 
Junior Spellweaver
Joined
Jan 3, 2020
Messages
124
Reaction score
62
Same server is located here Link: Extraction code: qn9f. Could someone please mirror this at mega, google, mediafire, onedrive, or 1fichier
 
Back
Top