Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 02/10/19 in all areas

  1. M00001 - M00053 (Mega) (Metin2 Download) Srsly, I don't know what they exactly patched.
    3 points
  2. M2 Download Center Download Here ( Internal ) I edited Async Class to use C++ Standard mutex and thread support AsyncSQL.h ASyncSQL.cpp plus if you have this line in main.cpp inside the main function inside the db core source delete it DBManager.Quit(); this line will close MySQL connections before making sure that all the queries are done (which may not save the last thing a player do before closing the server) plus it will dump a core file since the db core will abort without successful exit! #edited Using std::gurad (which unlock the mutex when the object is destroyed) instead of manually lock and unlock mutex rewrote the Profiler class with std::chrono #Note : Don't just copy and paste .. make a backup , test , then use it Best regards.
    1 point
  3. You can edit a little more, I think it will look better. Use nullptr instead of NULL Please stop usage header guards in 2019, go for pragma once Use smart pointers instead of raw pointers Use lock_guard instead of lock manually everytime Clear dirty korean commands, unused veriables etc. Anyway thanks for publishing.
    1 point
  4. > AsyncSQL.h This page is no longer available. It has either expired, been removed by its creator, or removed by one of the Pastebin staff.
    1 point
  5. uiscript -> chestdropwindow.py and edit everywhere height from 200 something to 450 +-
    1 point
  6. Item_manager.cpp Search for : pGrids[i] = new CGrid(15, 5); Replace with: pGrids[i] = new CGrid(15, 10); // FOR 150 SLOTS uiChestDrop.py Search for: wndItem.ArrangeSlot(0, 15, 5, 32, 32, 0, 0) Replace with: wndItem.ArrangeSlot(0, 15, 10, 32, 32, 0, 0) and for i in xrange(15 * 5): with: for i in xrange(15 * 10):
    1 point
  7. Of course it isn't working because they removed those functions.
    1 point
  8. Until I have no solution to decompress the new compression type6 I have only this of the v19: (Mega) (Metin2 Download)
    1 point
  9. Looks amazing Good work! Best regardsRaylee
    1 point
  10. Remember the data? help =/
    1 point
  11. can you upload again ?
    1 point
  12. 0 points
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.