Jump to content

Metin2 Dev

Bot
  • Posts

    2151
  • Joined

  • Last visited

  • Feedback

    100%

Everything posted by Metin2 Dev

  1. Only remove the affect in the entergame function in the source -> input_main.cpp MfG Cyber
  2. In offlineshop_manager.cpp replace Refresh function with that:
  3. I still think, that Koray's account got hacked. Nearly 60€ for nothing, thanks for that. MfG Cyber
  4. The fix is why you're cores aren't crashing! It's nothing bad, that it stands there xD MfG Cyber
  5. [Hidden Content] -> SetQuestFlag / GetQuestFlag, Corecrash fix.
  6. Hello devs, how can i change the ports for my client? For example: My channel got 5 cores: Core1: 13100 Core2: 13120 Core3: 13130 Core4: 13140 Core5: 13150 Which Port do i need to use for my client now? Currenty i am using 13100, auth is on both 11002, but i always get "Account or password wrong". At the debuglog from my client i found only this: [Hidden Content] No error's or something else important. Maybe anyone know what i do wrong?
  7. So simply add those to your CONFIG files: CheckClientVersion: 0 ClientVersion: 420
  8. You set the length to "5", make it 50 or something like that. Try, if the error will be fixxed with it. MfG Cyber
  9. Hello, I'm not sure, but you cant try this: In server sources open config.cpp: if (version > date) Replace to: (if version != date)
  10. Field for example is set to: 5 as length. Your number is: 100.000 Increse the field length and set it's type to: "bigint". MfG Cyber
  11. I have a fully unbugged tutorial, but I would only sell it. It's public somewhere, but mine was really much work... MfG Cyber
  12. Thank you for that fix! MfG Cyber
  13. Is the same thing dude , when you leave aplication with camera active she just stop .
  14. I know , but not all players know alt+tab.
  15. When you move camera and minimize client in the same time mouse remains blocked and you need to maximize client , stop move camera and minimize again .
  16. Could you explain the bug a bit more please?
  17. An annoying bug which need a fix. Gif with the problem (from ѕeмa™) : // PythonApplicationProcedure.cpp // After: if (m_isWindowFullScreenEnable) { __MinimizeFullScreenWindow(hWnd, m_dwWidth, m_dwHeight); } // Just add: OnMouseMiddleButtonUp(0, 0);
  18. Okay, that I didn't tested, you're right Oo Le'me check that P.S: Huh, first I thought it's a stupid check like: "if character == "warrior"" or things like that, but it isn't Oo In my source this function was uncommented, is that the reason maybe? xD MfG Cyber
  19. I tested it and it works. Normal hits will do this effect, skills won't. Show me the opposite or a better way, when you know how please. MfG Cyber
  20. If you want that effect for every normal hit, delete this: & IsAffect(AFFECT_HWAYEOM)
  21. M2 Download Center Download Here ( Internal ) Pictures: [Hidden Content] Link: [Hidden Content]
  22. Yeah thats true, you too! MfG Cyber
  23. Same to me... It worked! thanks! I changed the /locale/.... to /locale/de yesterday. I think my Client dosnt use germany as location.
  24. if (localeInfo.IsEUROPE() and app.GetLocalePath() == "locale/de"): This one.
×
×
  • 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.