*Descriere: 1. Completely removed from Lycan, Alchemy, Talisman, Glove and Energy systems. The code has been completely cleaned.
2. The battle logic related to the Talisman system has been completely converted to 1-99 logic. 50% of the battle.cpp codes have been edited.
3. Old UI designs have been integrated.
4. Easy installation and guide documents have been created.
5. It has also been added as a VDI. Everything is at your fingertips on a single rar.
6. For those who want to use Martysama but think the installation is difficult, the installation has been reduced to under 5 minutes. No need to worry, just install and play.
7. String deficiencies have been fixed, and Python flashing issues have been fixed.
8. Unnecessary files have been cleaned up.
9. The Python side has been completely removed. The Won system belt system has been completely removed. The SQL side has also been cleaned up.
10. All warning events on the Game side have been fixed.
11.6. Skills have been completely removed.
There are more, but I can't think of them all because I've made so many adjustments.
*Poze / Video (obligatoriu):



*Link download:
*Date (mysql/vdi/ingame):
id:jaguar
pw:12345
VDI
IP: 192.168.1.192
root : 12345
MYSQL
root : 12345
2. The battle logic related to the Talisman system has been completely converted to 1-99 logic. 50% of the battle.cpp codes have been edited.
3. Old UI designs have been integrated.
4. Easy installation and guide documents have been created.
5. It has also been added as a VDI. Everything is at your fingertips on a single rar.
6. For those who want to use Martysama but think the installation is difficult, the installation has been reduced to under 5 minutes. No need to worry, just install and play.
7. String deficiencies have been fixed, and Python flashing issues have been fixed.
8. Unnecessary files have been cleaned up.
9. The Python side has been completely removed. The Won system belt system has been completely removed. The SQL side has also been cleaned up.
10. All warning events on the Game side have been fixed.
11.6. Skills have been completely removed.
There are more, but I can't think of them all because I've made so many adjustments.
Code:
1. SYSTEM PREPARATION
🔹 Install the necessary tools:
pkg install neofetch
pkg update && pkg upgrade -y
pkg update -f
🔹 Build dependencies:
pkg install -y mariadb1011-server gmake python python27 git ccache
🐬 2. INSTALLING MARIADB 10.11
pwd_mkdb -p /etc/master.passwd
chown -R mysql /var/db/mysql/
chgrp -R mysql /var/db/mysql/
echo 'mysql_enable="YES"' >> /etc/rc.conf
service mysql-server start
mysqladmin -uroot -p password
Enter password: <leave this blank.>
New password: <enter your new password.>
Confirm new password: <enter your new password. confirm.>
mysql -p
CREATE USER 'root'@'%' IDENTIFIED BY '12345';
GRANT ALL PRIVILEGES ON *.* TO 'root'@'%' WITH GRANT OPTION;
flush privileges;
CREATE USER 'mt2'@'localhost' IDENTIFIED BY 'mt2';
GRANT ALL PRIVILEGES ON *.* TO 'mt2'@'localhost' WITH GRANT OPTION;
flush privileges;
quit;
sed -i '' -e 's/^bind-address[[:space:]]*=[[:space:]]*127\.0\.0\.1/bind-address = 0.0.0.0/' /usr/local/etc/mysql/conf.d/server.cnf
service mysql-server restart
🗃 3. LOAD GAME FILES
cd /usr
rm -rf home
cd /var/db
rm -rf mysql
cd /usr
tar zxvf game+source.tar.gz
cd /var/db
tar zxvf mysql.tar.gz
reboot
🎮 4. SERVER COMMANDS
🔹 Admin Panel: cd /usr/home/server/main && python admin_panel.py
🔹 Game Startup: 1
🔹 Cleanup: 3 and 33
🔹 Quest compilation: 777
🔹 Symbolic link creation: 888
🧱 5. COMPILATION COMMANDS
🔸 Database & Game
cd /usr/home/source/Server
gmake clean
gmake all -j4
💾 6. BACKUP
🔸 Full backup:
cd /usr
tar cvzf game+source.tar.gz home
🔸 MySQL backup:
cd /var/db
tar cvzf mysql.tar.gz mysql
💾 7. GM Account
🔹id:jaguar
🔹pw:12345
🔹 VDI
IP: 192.168.1.192
root : 12345
🔹 MYSQL
root : 12345



*Link download:
*Date (mysql/vdi/ingame):
IP: 192.168.1.192
root : 12345
root : 12345

la acest mesaj și conținutul se va afișa automat.