Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 04/16/21 in all areas

  1. Today I launched a new update that allows search's and multi-language. Previously I added search's, but only by the ID, it wasn't enough, now it also search's by name. The names are based on the language set (it can be auto detected or changed using the flag icon). If you find any errors on any translation (except icons, using the official names), please, let me know.
    2 points
  2. M2 Download Center Download Here ( Internal ) Hi everyone, I needed to add function on F10 key but there's the menu bar (WM_SYSKEYDOWN), there is a fix for who need to use F10 in-game without a break. [Hidden Content]
    2 points
  3. #include "db.h" in your questlua_global.cpp.
    2 points
  4. Replace auto_ptr with unique_ptr. Reference: [Hidden Content]
    2 points
  5. M2 Download Center Download Here ( Internal ) Download Here ( GitHub ) [Hidden Content]
    1 point
  6. Hello guys! Today I want to share my Metin2 Icon Database. I made this because since Liquiron closed, there aren't a lot of websites to see the metin2 icons. I'll keep the database updated with new icons. Link: [Hidden Content] I hope this is useful for someone
    1 point
  7. How to create a Metin2 private server with Metin2 Project - Français Introduction I want to offer Metin2 Project as an alternative to stable and functional server files. Metin2 Project is shaped according to my ideas and my desires, my only limit is my imagination. All changes and fixes to Metin2 Project are made with defines. You can suggest ideas to me but I am free to refuse them without any justification. Summary Important information to know about Metin2 Project. Initial working base => @ Mali & @ TMP4 => TMP4's Project DB & GAME Ready for FreeBSD 32 Bit & 64 Bit Ready for MySQL Server 8 Ready for Microsoft Visual Studio 2022 EN DE HU FR CZ DK ES GR IT NL PL PT RO RU TR Avalable languages Test Environment When developing the project, the following configuration was used. FreeBSD 13.1 64 Bit MySQL Server 8.0.29 LLVM-Devel 15.0.D20220328_1 GDB 11.2 Makedepend 1.0.6,1 GMake 4.3_2 Python 2.7.18_1 Microsoft Visual Studio 2022 Access Credentials No database login credentials are provided. You must set up your own user to administer and manage your Metin2 Project server. The associated tutorial, allows you to create your login credentials to the database, you should be able to get there... Finally, I hope for you. Metin2 Accounts User: playerone User: playertwo User: playerthree User: playerfour User: playefive User: playersix User: playerseven User: playereight User: playernine User: playerten Password: player Changelogs 2022.XX.XX.0001 Spoiler XXX (In Dev, Use TMP4 Projet) Downloads Download the project and enjoy! No virtual machine is provided, you can create it yourself using the associated tutorial. 2022.XX.XX.0001 => Server + Client (In Dev, Use TMP4 Projet) Made With and Metin2 Project
    1 point
  8. This is due to the dump_proto only reading one value although you have more values separated with a delimiter so you have to make sure you have the right delimiter. If your mob_proto.txt has for example: ANIMAL,ZODIAC You have to make sure your dump_proto is reading the symboly , And if your dump_proto for example has: ANIMAL|ZODIAC Then the delimiter you should be using is | Here is an example. /// 1. @ dump_proto/ItemCSVReader.cpp // Search @ int get_Mob_RaceFlag_Value string* arInputString = StringSplit(inputString, "|"); // 프로토 정보 내용을 단어별로 쪼갠 배열. // Replace with string* arInputString = StringSplit(inputString, ","); // 프로토 정보 내용을 단어별로 쪼갠 배열.
    1 point
  9. M2 Download Center Download Here ( Internal ) Download Here ( GitHub ) Github * This version is compatible with GF 21.1.3.0 Settings.json: * I'm using the current settings for convert to 2014 item and mob proto. Password: black
    1 point
  10. [Hidden Content] Fixed, the function didn't allowed you to login with the normal method, just with the saved account from acp.py, now will work both of them.
    1 point
  11. Btw, instead of adding a .SetDelay() to all objects, you could do do a simple change. for all visual ani_image from screen. root/ui.py Search for: if True == value.has_key("delay"): window.SetDelay(value["delay"]) Replace with: [Hidden Content] So, you don't have to any part of python from tutorial, just this.
    1 point
  12. @cjunior2011 @Syriza @nonnorulez [Hidden Content]
    1 point
  13. Since already is a check for distance, is impossible that the entity to be in another map, so is enough to check if you're in the map. [Hidden Content]
    1 point
  14. Lambda expressions (since C++11), you need CFLAG += -std=c++11, if you want to do it without, then you've to do something like this: [Hidden Content]
    1 point
  15. Are u kidding me? stop talking idly. I am using a different database and the same problem persists. different sourcere do not have this problem. syser does not exist. all tables have default values. [Hidden Content]
    0 points
  16. Good idea, the part of GetCompareIndex could be improved for better customization, by that people can add easily new types/subtypes. To: [Hidden Content] To: [Hidden Content]
    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.