-
Activity
-
1
Metin2 Property objects loaded from D:/ymir work
I got this in syserr 0610 23:14:13392 :: CEffectManager::RegisterEffect - LoadScript(d:/ymir work/zone/dungeon_mark_01/grassbig_mark.mse) Error 0610 23:14:13392 :: CArea::SetEffect effect register error d:/ymir work/zone/dungeon_mark_01/grassbig_mark.mse -
20
fix Item ToolTip Width Fix
I can confirm this. If no stone is attached to the item, 6/7 attr will overflow -
4
Connection problem
There's no error there. That's fine. What's your problem actually? Can't connect to the Metin2 server? If mysql woring and you can conenct via navicat/heidisql etc then check the metin2 server's db and game cores. -
1276
[40250] Reference Serverfile + Client + Src [15 Available Languages]
Well I tested same client and .exe on my laptop and doesn't work either -
1276
[40250] Reference Serverfile + Client + Src [15 Available Languages]
I was having the same issue, but now it seems to be solved, thank you so much! -
1276
-
1276
[40250] Reference Serverfile + Client + Src [15 Available Languages]
Nah, I've got all of the DLLs, directXs, frameworks in here. It is surely a problem with visual compilation. I've got one metin.exe extracted from the .rar that works fine and one metin2.exe compiled with my visual that doesn't work. As I mentioned first I had the 0xc00007b that I repaired ny uninstalling python 3.11 x64 and now while clicking in my metin2.exe compiled with my visual nothing happens. -
1
-
4
Connection problem
@ TMP4 I did as you wrote to move the base using the tar -xf command and now I have such errors: 230610 16:27:40 mysqld_safe mysqld from pid file /var/db/mysql/vps38992.my.domain.pid ended 230610 16:28:28 mysqld_safe Logging to '/var/db/mysql/xxx.my.domain.err'. 230610 16:28:28 mysqld_safe Starting mysqld daemon with databases from /var/db/mysql 2023-06-10 16:28:29 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details). 2023-06-10 16:28:29 0 [Note] /usr/local/libexec/mysqld (mysqld 5.6.51) starting as process 862 ... 2023-06-10 16:28:29 862 [Note] Plugin 'FEDERATED' is disabled. 2023-06-10 16:28:29 862 [Note] InnoDB: Using atomics to ref count buffer pool pages 2023-06-10 16:28:29 862 [Note] InnoDB: The InnoDB memory heap is disabled 2023-06-10 16:28:29 862 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins 2023-06-10 16:28:29 862 [Note] InnoDB: Memory barrier is not used 2023-06-10 16:28:29 862 [Note] InnoDB: Compressed tables use zlib 1.2.12 2023-06-10 16:28:29 862 [Note] InnoDB: Using CPU crc32 instructions 2023-06-10 16:28:29 862 [Note] InnoDB: Initializing buffer pool, size = 128.0M 2023-06-10 16:28:29 862 [Note] InnoDB: Completed initialization of buffer pool 2023-06-10 16:28:29 862 [Note] InnoDB: Highest supported file format is Barracuda. 2023-06-10 16:28:29 862 [Note] InnoDB: 128 rollback segment(s) are active. 2023-06-10 16:28:29 862 [Note] InnoDB: Waiting for purge to start 2023-06-10 16:28:29 862 [Note] InnoDB: 5.6.51 started; log sequence number 1601096 2023-06-10 16:28:29 862 [Note] RSA private key file not found: /var/db/mysql//private_key.pem. Some authentication plugins will not work. 2023-06-10 16:28:29 862 [Note] RSA public key file not found: /var/db/mysql//public_key.pem. Some authentication plugins will not work. 2023-06-10 16:28:29 862 [Note] Server hostname (bind-address): '*'; port: 3306 2023-06-10 16:28:29 862 [Note] IPv6 is available. 2023-06-10 16:28:29 862 [Note] - '::' resolves to '::'; 2023-06-10 16:28:29 862 [Note] Server socket created on IP: '::'. 2023-06-10 16:28:29 862 [Warning] Insecure configuration for --pid-file: Location '/var/db/mysql' in the path is accessible to all OS users. Consider choosing a different directory. 2023-06-10 16:28:29 862 [Note] Event Scheduler: Loaded 0 events 2023-06-10 16:28:29 862 [Note] /usr/local/libexec/mysqld: ready for connections. Version: '5.6.51' socket: '/tmp/mysql.sock' port: 3306 Source distribution I apologize in advance for another post but I don't have an edit option and I wanted to let you know. -
1
Maintenance System (For P2P)
Nice. It works very well. A little problem, after every teleport the window open again and again and again Fix: game.py search: class GameWindow(ui.ScriptWindow): under self.guildWarQuestionDialog = None add self.maintenance = None self.maintenance = uimaintenance.MaintenanceWindow() search in def Close(self): for self.affectShower = None and add under: self.maintenance = None replace whole function: def Maintenancegui(self,time,duration): with def Maintenancegui(self,time,duration): if self.maintenance: self.maintenance.Open(time,duration) -
100
Metin2 Dev - Changelogs
In anticipation of a future update, the cron job that updates the Discord database has been updated. Now almost all JSON return from the Discord API is logged (Nickname, Pending, Deaf, Mute, Flags, Timeout...)... The cron job is working hard to take care of updating the missing data, good luck to it.- 1
-
-
1276
[40250] Reference Serverfile + Client + Src [15 Available Languages]
yeah i know you don't have to, it just upset it's okay i'm looking into it -
4
Connection problem
I tried many ways i.e. first I transferred database.tar.gz and typed cd /var/db then tar zxvf database.tar.gz and it extracted and same problem then I tried to create a new database via navicat and import via sql but I got errors that the whole player.sql could not be transferred. And finally I manually moved then using the command: chown -R mysql /var/db/mysql && chgrp -R mysql /var/db/mysql && chmod -R 777 /var/db/mysql (I used the command in all these ways). -
4
Connection problem
Did you install your database correctly? By using .sql or tar.gz/tgz via tar -xf. People get such error when they unzip on windows and upload files individually via winscp. Anyway check that ibdata1 files's permission, owner and group.- 1
-
-
1276
[40250] Reference Serverfile + Client + Src [15 Available Languages]
Just to be clear, I owe you literally nothing for using my free server file. 2023.06.10: - In Userinterface/Userinterface.rc I changed #include "afxres.h" to #include <Windows.h> since the launcher does not use MFC, so you no longer required to install C++ MFC while installing Visual Studio. - Disabled precompiled headers in all project to be able to build them in latest Visual Studio. You can do it by right click on a project and select properties, then in Configuration -> C/C++ -> Precompiled Headers select "Not using Precompiled Headers" for Precompiled Header. You have to do this for each project in the solution. - Added StdAfx.h to EterBase\Poly, it just includes the ../StdAfx.h. In Mega.nz. Tested on a freshly installed Windows 11 and Visual Studio 2022.
-