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!

1.5.5 Server build by Deadraky

Status
Not open for further replies.
Banned
Banned
Joined
Jul 5, 2014
Messages
88
Reaction score
75
Credits to Deadraky for all of this ( There's also some source code that's included with the download)

What's included in the build

  • Protection against oog and ddos ​​service link through multiple connections with proxies,
  • colored nicknames,
  • remote services,
  • Fixes of many bugs.
  • Ban on iron.
  • Limiting the number of windows in certain locations.
  • Offline cats by item in inventory (trade coin).
  • Built-in Lua engine for editing process memory in real time without restarts (I will attach an example file with settings below).
What's included in the concept


  • Interface for version 1.3.6.
  • All skills have been changed for version 1.3.6.
  • Instacast, bug skills and other mechanics work from version 1.3.6.
  • Quests correspond to version 1.3.6 (number of mobs and experience taken from version 1.5.5).
  • Monsters, locations, shop and much more also correspond to version 1.3.6.


Link to the script -


A small recommendation regarding the operating system and server installation:

Use the CentOs 7 operating system, it is closer to Fedora Core, thanks to this you will be able to avoid some bugs (for example, hs freezes, due to incorrectly designed multithreading).

Packages to install required libraries:


yum update
yum -y install
yum -y install yum-utils
yum-config-manager --enable remi-php74
yum update
yum install epel-release
yum install -y java-1.6.0-openjdk.x86_64 mono mc htop curl wget p7zip gdb ipset
yum -y install perl-XML-DOM make gcc gcc-c++ libxml2-devel pcre-devel openssl-devel libxml2-devel.i686 pcre-devel.i686 openssl-devel.i686 libxml2.i686 libstdc++-devel.i686 libstdc++6.i686 glibc- devel.i686 glibc-devel libdb-cxx.i686 libdb-cxx-devel.i686 readline-devel readline-devel.i686

yum -y install perl-XML-DOM make gcc gcc-c++ libxml2-devel pcre-devel openssl-devel libxml2 -devel pcre-devel openssl-devel libxml2 libstdc++-devel libstdc++6 glibc-devel glibc-devel libdb-cxx libdb-cxx-devel readline-devel readline-devel

yum install php php-cli php-fpm php-mysqlnd php-zip php-devel php-gd php-mcrypt php-mbstring php-curl php-xml php-pear php-bcmath php-json
yum install -y httpd
systemctl enable httpd
systemctl start httpd

apt install -y mariadb-server mariadb-client
apt policy mariadb-server
mysql_secure_installation

timedatectl set-timezone Europe/Moscow

firewall-cmd --add-service={http,https} --permanent
firewall-cmd --zone= public --add-port={31001,31002,31003,31004,32000}/tcp --permanent
firewall-cmd --reload

cd /tmp
export VER="5.1.3"
wget
tar xvf phpMyAdmin-${VER}-all-languages.tar.gz
rm phpMyAdmin*.gz
mv phpMyAdmin-* /usr/share/phpmyadmin
cp /usr/share/phpmyadmin/config.sample.inc.php /usr/share /phpmyadmin/config.inc.php
ln -s /usr/share/phpmyadmin /var/www/html
 
Last edited:
Junior Spellweaver
Joined
Aug 17, 2021
Messages
144
Reaction score
31
"Ничего не найденоВладелец удалил файлы либо закрыл к ним доступ или в ссылке опечатка."

"Nothing found, The owner deleted the files or blocked access to them or there is a typo in the link."

dead link
 
Banned
Banned
Joined
Jul 5, 2014
Messages
88
Reaction score
75
"Ничего не найденоВладелец удалил файлы либо закрыл к ним доступ или в ссылке опечатка."

"Nothing found, The owner deleted the files or blocked access to them or there is a typo in the link."

dead link

Here's another link
 
Shh, quiet, you might piss somebody off
Developer
Joined
Dec 23, 2011
Messages
1,795
Reaction score
2,139
Why share a service that was not made by you and is marketed by the real developer?
If you bought the license it doesn't make you developer of the files..
If you want to be "popular" create your own relays and post..


** Be careful when using these files on your production server, for those who don't know deadraky is one of the biggest pw developers in the world and also reverse engineer, most of his files are linked on external servers to avoid leaks like this.
Contract the server directly with the developer and have no future problems.

Because the owner itself asked people to spread out, you dumbass :lol:

2ce677a8ef16e2911d353d022aa73a19 - 1.5.5 Server build by Deadraky - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Initiate Mage
Joined
Oct 1, 2014
Messages
17
Reaction score
0
anyone that would be able to help me or explain how to use these files in order to setup a server properly?
 
Status
Not open for further replies.
Back
Top