• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

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