Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 12/06/19 in all areas

  1. v19.6.12 XMas Patch msm files Metin2 Download Includes(latest modified files): New pets New mounts New costumes Locales(protos sunday [15th]) Example pictures:
    3 points
  2. M2 Download Center Download Here ( Internal ) Hello, Here is the translation of translate.lua file (about 95%) Language available (and tested): Missing language: Translate AIO + Quest GF
    1 point
  3. Bug: Find in Client/UserInterface/PythonPlayerInputMouse.cpp: if (pkInstMain->NEW_GetDistanceFromDestPixelPosition(kPPosPickedItem)<20.0f) Change: float distance = 20.0f; if (pkInstMain->IsMountingHorse() || pkInstMain->IsNewMount()) distance = 110.0f; if (pkInstMain->NEW_GetDistanceFromDestPixelPosition(kPPosPickedItem) < distance)
    1 point
  4. M2 Download Center Download Here ( Internal ) Download Here ( GitHub ) Hi everyone! There is a simple renewal make.sh for qc file:
    1 point
  5. Client executable: if (strstr(GetCommandLineA(), "--argument") == nullptr) { exit(0);} C# patcher: Process.Start("metin2client.exe", "--argument"); #if issues, remove both -- from here
    1 point
  6. if you are willing to pay for serverfiles , I recommended you to buy from @martysama0134 you can read about his serverfiles here [Hidden Content]
    1 point
  7. New gameplay (game is in alpha)
    1 point
  8. I don't see the reason why you would do that, but it's fine, here's the python version if someone wants it. [Hidden Content]
    1 point
  9. önce savaş bölgesi sisteminizi uygun şekilde yapın. Oyuncu haritaya girdiğinde yetenekleri mükemmelleşir, fakat haritayı terk ettiğinde oyun özü verir. Önce kodunu doğru yap ve sonra kod bilgimi göster. Your Combat zone system is constantly in trouble. You learn to code first.
    1 point
  10. You must first change the data type used in the attributes to support floating point values for example: "float" If I remember correctly, these values are expressed in "long", without this the effect will be only visual. You'll have fun with the code. To express a floating point value in python, just use the appropriate representation. >>> val=14.246 >>> print(val) 14.246 >>> print("%.2f" % val) 14.25 About Floating Point Arithmetic (python 2.7) You should handle it without too much trouble. GLHF
    0 points
  11. 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.