Thread Author
Moderator
Moderator
Developer
Feb
Threads
93
258
1,777
93
D A R D A Y I M
Rating - 0%
0   0   0
VDI Version
13+ ve 14+
Gcc Version
gcc14
Mysql Version
MariaDB 11.4.3
Visual Studio Version
2022
ENG:

Hello Dear Members,
The mainline has been cleaned up by me, many fixes have been applied, and 5-6 flawless fixed systems have been added.
I’m leaving a file that you can develop with peace of mind, free of charge.
The libraries are up to date.
Client Source and Game Source compile without issues.
FoxFS Pack Locking System is available.
You can disable the locale root and the missing pack, then enter the game.
Login Username: admin
Password: dev or 12345
Client Compiler: Compiles without issues in Visual Studio 2022
Game SRC: GCC 14, clang-devel
FreeBSD Version: 13+ and 14+
Database: MariaDB 11.4.3
After logging into MySQL via PuTTY using mysql -uroot -pdev, you can create a new Navicat connection by entering the following commands in order.
Steps to create a MySQL user:
CREATE USER 'your_username'@'%' IDENTIFIED BY 'your_password';
GRANT ALL PRIVILEGES ON *.* TO 'root'@'%' WITH GRANT OPTION;
FLUSH PRIVILEGES;


TR:


Merhaba Değerli Üyeler,
Mainline tarafımca temizlendi birçok fix atıldı, 5-6 sorunsuz fixli sistemler eklendi.
Gönül rahatlığıyla geliştirebileceğiniz dosyaları ücretsiz şekilde bırakıyorum.

Kütüphaneler en günceldir
Client Source Game Source Sorunsuz Derlenir
FoxFs Pack Kilitleme Sistemi mevcuttur
locale root ve eksik olan packı kapatıp oyuna girebilirsiniz
Giriş K.adı: admin
şifre: dev veya 12345


Client Derleyici-: Visual Studio 2022 de sorunsuz derlenir
Game SRC-: GCC 14 , clang-devel
FreeBSD Sürümü-: 13+ ve 14+
Veritabanı -: MariaDB 11.4.3


Mysql şifresini putty ile mysql -uroot -pdev ile giriş yaptıktan sonra sırasıyla girerek yeni navicat girişi oluşturabilirsiniz
Mysql Kullanici oluşturma adımları
CREATE USER 'buraya kullanici adi yazin'@'%' IDENTIFIED BY 'sifrenizi yazin';
GRANT ALL PRIVILEGES ON *.* TO 'root'@'%' WITH GRANT OPTION;
FLUSH PRIVILEGES;

297125_63fa55c5ffb0d6b11c11978e8a974576.png 297131_a8e1af8a90e65e9ef81ea0724d5f7cd8.png 297137_16c2d5d47abc37f97c63421bc33f42e4.png 297147_4c089cb915c39a25a67dcef1080039ed.png 297149_8c578ffc12df9dfadf6da1de6805aa69.png

Hidden content
You need to react to this post in order to see this content.
 
Metin2Hub Bot
M2Hub Bot
Feb
Threads
66
2,447
2
1,368
113
Rating - 0%
0   0   0
ENG:

Hello Dear Members,
The mainline has been cleaned up by me, many fixes have been applied, and 5-6 flawless fixed systems have been added.
I’m leaving a file that you can develop with peace of mind, free of charge.
The libraries are up to date.
Client Source and Game Source compile without issues.
FoxFS Pack Locking System is available.
You can disable the locale root and the missing pack, then enter the game.
Login Username: admin
Password: dev or 12345
Client Compiler: Compiles without issues in Visual Studio 2022
Game SRC: GCC 14, clang-devel
FreeBSD Version: 13+ and 14+
Database: MariaDB 11.4.3
After logging into MySQL via PuTTY using mysql -uroot -pdev, you can create a new Navicat connection by entering the following commands in order.
Steps to create a MySQL user:
CREATE USER 'your_username'@'%' IDENTIFIED BY 'your_password';
GRANT ALL PRIVILEGES ON *.* TO 'root'@'%' WITH GRANT OPTION;
FLUSH PRIVILEGES;


TR:


Merhaba Değerli Üyeler,
Mainline tarafımca temizlendi birçok fix atıldı, 5-6 sorunsuz fixli sistemler eklendi.
Gönül rahatlığıyla geliştirebileceğiniz dosyaları ücretsiz şekilde bırakıyorum.

Kütüphaneler en günceldir
Client Source Game Source Sorunsuz Derlenir
FoxFs Pack Kilitleme Sistemi mevcuttur
locale root ve eksik olan packı kapatıp oyuna girebilirsiniz
Giriş K.adı: admin
şifre: dev veya 12345


Client Derleyici-: Visual Studio 2022 de sorunsuz derlenir
Game SRC-: GCC 14 , clang-devel
FreeBSD Sürümü-: 13+ ve 14+
Veritabanı -: MariaDB 11.4.3


Mysql şifresini putty ile mysql -uroot -pdev ile giriş yaptıktan sonra sırasıyla girerek yeni navicat girişi oluşturabilirsiniz
Mysql Kullanici oluşturma adımları
CREATE USER 'buraya kullanici adi yazin'@'%' IDENTIFIED BY 'sifrenizi yazin';
GRANT ALL PRIVILEGES ON *.* TO 'root'@'%' WITH GRANT OPTION;
FLUSH PRIVILEGES;

View attachment 3187 View attachment 3188 View attachment 3189 View attachment 3190 View attachment 3191

Hidden content
You need to react to this post in order to see this content.

Hello dear user,

Your post will be under surveillance by bots for the next few hours.

Forum description : Metin2 private server, Metin2 download, Metin2 support, Metin2 Forum, Metin2 Pvp Servers, Errors, Bugs, Requests, Metin2 Pvp Forum, Everything About Metin2.
 
Member
May
Threads
0
4
0
1
Rating - 0%
0   0   0
ENG:

Hello Dear Members,
The mainline has been cleaned up by me, many fixes have been applied, and 5-6 flawless fixed systems have been added.
I’m leaving a file that you can develop with peace of mind, free of charge.
The libraries are up to date.
Client Source and Game Source compile without issues.
FoxFS Pack Locking System is available.
You can disable the locale root and the missing pack, then enter the game.
Login Username: admin
Password: dev or 12345
Client Compiler: Compiles without issues in Visual Studio 2022
Game SRC: GCC 14, clang-devel
FreeBSD Version: 13+ and 14+
Database: MariaDB 11.4.3
After logging into MySQL via PuTTY using mysql -uroot -pdev, you can create a new Navicat connection by entering the following commands in order.
Steps to create a MySQL user:
CREATE USER 'your_username'@'%' IDENTIFIED BY 'your_password';
GRANT ALL PRIVILEGES ON *.* TO 'root'@'%' WITH GRANT OPTION;
FLUSH PRIVILEGES;


TR:


Merhaba Değerli Üyeler,
Mainline tarafımca temizlendi birçok fix atıldı, 5-6 sorunsuz fixli sistemler eklendi.
Gönül rahatlığıyla geliştirebileceğiniz dosyaları ücretsiz şekilde bırakıyorum.

Kütüphaneler en günceldir
Client Source Game Source Sorunsuz Derlenir
FoxFs Pack Kilitleme Sistemi mevcuttur
locale root ve eksik olan packı kapatıp oyuna girebilirsiniz
Giriş K.adı: admin
şifre: dev veya 12345


Client Derleyici-: Visual Studio 2022 de sorunsuz derlenir
Game SRC-: GCC 14 , clang-devel
FreeBSD Sürümü-: 13+ ve 14+
Veritabanı -: MariaDB 11.4.3


Mysql şifresini putty ile mysql -uroot -pdev ile giriş yaptıktan sonra sırasıyla girerek yeni navicat girişi oluşturabilirsiniz
Mysql Kullanici oluşturma adımları
CREATE USER 'buraya kullanici adi yazin'@'%' IDENTIFIED BY 'sifrenizi yazin';
GRANT ALL PRIVILEGES ON *.* TO 'root'@'%' WITH GRANT OPTION;
FLUSH PRIVILEGES;

View attachment 3187 View attachment 3188 View attachment 3189 View attachment 3190 View attachment 3191

Hidden content
You need to react to this post in order to see this content.

loved it
 

Similar threads

AdBlock Detected

We get it, advertisements are annoying!

Sure, ad-blocking software does a great job at blocking ads, but it also blocks useful features of our website. For the best site experience please disable your AdBlocker.

I've Disabled AdBlock