Jump to content
Metin2 Network
Create New...

Leaderboard

Popular Content

Showing content with the highest reputation on 10/24/2024 in all areas

  1. Mysql8 vs2022 Bsd: User: root Password : dev Navicat/Mysql User: root Password: password For client to open: change the letter "ı" at the end of the Directx9 Infrastructure folder Download: [Hidden Content]
    1 point
  2. Includes weapons, costumes, wings, does not have mounts or pets Also CITIES is here Download Costumes : Package 2.10.2024.rar
    1 point
  3. guild-request-dracaryS.rar
    1 point
  4. Preview: [Hidden Content] Download: Metin2Toplist-main.zip
    1 point
  5. 1 point
  6. Good day everyone, after you die and restart, your character becomes invisible for a certain period of time. Open the cmd_general.cpp file and search for the code below. NOTE: There may be 2 of them. Apply the same process to both results. ch->ReviveInvisible(5); You can change the number 5 in the parentheses according to your own preference.
    1 point
  7. Download: DracaryS Renewal_Auto_Pickup.rar
    1 point
  8. Download: [Hidden Content] WORK YOUTUBE COSTUME SET
    1 point
  9. Download: [Hidden Content]
    1 point
  10. BUY NOW: [Hidden Content] VIDEO: [Hidden Content]
    1 point
  11. change the letter "ı" at the end of the Directx9 Infrastructure folder
    1 point
  12. I am sharing about a customer of mine... You shouldn't pay for such ridiculous things. Software developers are charging high prices for this. It's a shame. I will continue to share projects that are always low-cost so that people don't get scammed. If the sharing has been done, the topic can be closed. Open, Root/ uiminimap.py . Search CANNOT_SEE_INFO_MAP_DICT = { "metin2_map_monkeydungeon" : False, "metin2_map_monkeydungeon_02" : False, "metin2_map_monkeydungeon_03" : False, "metin2_map_devilsCatacomb" : False, } Now you can add after "metin2_map_devilsCatacomb" : False, any map you want to hide Exemple: CANNOT_SEE_INFO_MAP_DICT = { "metin2_map_monkeydungeon" : False, "metin2_map_monkeydungeon_02" : False, "metin2_map_monkeydungeon_03" : False, "metin2_map_devilsCatacomb" : False, "metin2_map_metin2.network" : False, "metin2_map_serverfiles" : False, "metin2_map_c++_systems" : False, }
    1 point
  13. We enter the game source in input_login.cpp and look for: ch->StartCheckSpeedHackEvent(); Under it we add: #ifdef SET_LEVEL_FIRST_LOGIN ch->FirstLogin(); #endif Now we enter char.h and look for: void SendEquipment(LPCHARACTER ch); Under it we add: #ifdef SET_LEVEL_FIRST_LOGIN void FirstLogin(); #endif Enter char.cpp and search for: void CHARACTER::SetMarryPartner(LPCHARACTER ch) { m_pkChrMarried = ch; } Under it we add: #ifdef SET_LEVEL_FIRST_LOGIN void CHARACTER::FirstLogin() { if (!GetQuestFlag("start.first_login")) { ResetPoint(MINMAX(1, 99, PLAYER_MAX_LEVEL_CONST)); /* here you select your start level */ SetQuestFlag("start.first_login", 1); } } #endif
    1 point
×
×
  • 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