Jump to content
Metin2 Network
Create New...

Milea24

Member
  • Posts

    7
  • Joined

  • Last visited

Everything posted by Milea24

  1. game/questmanager.cpp Find function: void CQuestManager::Reload() in function: m_mapTimerID.clear(); add after: for (auto& [key, event] : m_mapServerTimer) { event_cancel(&event); } m_mapServerTimer.clear(); Find: for (itertype(m_registeredNPCVnum) it = m_registeredNPCVnum.begin(); it != m_registeredNPCVnum.end(); ++it) { char buf[256]; DWORD dwVnum = *it; snprintf(buf, sizeof(buf), "%u", dwVnum); m_mapNPC[dwVnum].Set(dwVnum, buf); } Change: for (const auto& dwVnum : m_registeredNPCVnum) { std::string vnumStr = std::to_string(dwVnum); m_mapNPC[dwVnum].Set(dwVnum, vnumStr.c_str()); } Find: L = NULL; Change: L = nullptr; Find: void CQuestManager::Reload() { add after: if (!InitializeLua()) { sys_err("[CQuestManager::Reload] Failed to initialize Lua during quest reload."); return; } Find: Initialize(); Change: if (!Initialize()) { sys_err("[CQuestManager::Reload] Failed to execute main initialization during quest reload."); return; }
  2. These are the files I found in my archive, I don't know if they have been opened before. These files are written on the first infrastructure of hemera2 global. There is no known vulnerability or bug. It is install, open, play. +3k weapon costumes, armour costumes, effects, etc. There are plenty of visuals. Version: VS2019, GCC49, Mysql 5.6 VS2019, GCC49, Mysql 5.6 Files: [Hidden Content] Mysql: [Hidden Content] Game: [Hidden Content]
  3. HELLO, THE INFRASTRUCTURE SERVER FILES I WILL SET GLOBALLY IN MY ARCHIVE ARE 8 DIFFERENT LANGUAGES. I ADDED 4-5 SYSTEMS TO THE FILES AND THERE ARE FIXES I HAVE APPLIED IN THE INFRASTRUCTURE. YOU CAN SET IT AS YOU WANT. THOSE WHO HAVE PROBLEMS IN THE INSTALLATION CAN WRITE IN A COMMENT. I WILL HELP YOU . YOU CAN FOLLOW THE CURRENT NOTES BY READING THE MADE IN IT. FREE BSD 12.2 MYSQL 5.6 VİSUAL STUDIO 2022 Download: [Hidden Content]
×
×
  • Create New...

Important Information

Terms of Service

Write what you are looking for and press enter or click the search icon to begin your search