Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 01/05/20 in all areas

  1. Hey, I want to share a fix about the SKILL_MUYEONG, Official fixed this before some months ago, but nobody care in such details so we still have the same issue in our servers. The SKILL_MUYEONG is still attacking while you riding but doesn't make any damage. Preview with Fixed SKILL_MUYEONG while you riding: [Hidden Content]
    5 points
  2. Hello. I was looking inside the official python files and I found a little fix for this: Let me explain a bit the problem. If you leave open the inventory/dragon soul inventory/expanded taskbar or the affected objects and then you are using quest for teleportation, the windows what you left open will be closed because of the quest and when the quest executed those windows what you left open before would be opened again, but the warp is killing this procedure and that happens what you can see in the video, the windows are there but you cannot see them. Btw you can close them with escape key. The fix is coming from webzen: Simple, just execute a .Hide() function before the Destroy function has been called on that object what is stuck on the main window after teleport and that's it. For example: interfaceModule.py -> Interface class -> Close function: if self.wndInventory: self.wndInventory.Hide()#fix self.wndInventory.Destroy() if self.wndDragonSoul: self.wndDragonSoul.Hide()#fix self.wndDragonSoul.Destroy()
    1 point
  3. M2 Download Center Download Here ( Internal ) index file lost Good afternoon guys, As far as I know there is no available up to date client at the moment, so it's finally time to release one. Can I modify the root? It have .py files? Yes, you can modify it without any problems. Is it contains the updates from the last few weeks? Yes, everything till today. Can I unpack the patches or they are archived with type 4? Every patch has been repacked with type 0-1-2 without any modifications. What archiver should I use? It depends on you, but you can use the r3869/r2806 by Tim, which is available on this board. Is the client have any modifications? No, I just had to modify some lines in the root to get it work with the binary. Is there any way to use again the "pong"? Yes! The client contains 2 binary and the secondary one support it. (Please note: Without the modification of the (40250)game file the secondary binary will not work) metin2client_without_pong.exe metin2client_with_pong.exe Is the binary use Python 2.7? Sure, it's using 2.7. Is the the client have any known bug? I tested many time the client and I didn't found anything. Please let me know if you found an issue. I don't trust you. Can you prepare a VirusTotal? I can't. The size of the client is way too big for VT, but you can find the results of the binaries on pastebin. Download: PASTEBIN
    1 point
  4. M2 Download Center Download Here ( Internal ) The characters on the icons are in standard costumes and hairstyles. Download: [Hidden Content]
    1 point
  5. M2 Download Center Download Here ( Internal ) Download Here ( GitHub ) Hello community, this is my first tool shared on the forum, hope it helps a lot as it helped me. I know @Mali61 has already shared the tool on the forum but mine is open source so you can change what ever you want. The code is not the best but it does what it's supposed to, good uses. Credits: @WLsj24 for setting up the base locale_string.txt for translations.
    1 point
  6. 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
  7. M2 Download Center Download Here ( Internal ) Download Here ( GitHub ) Hey guys, Well..., i promised that i will publish this update ?, so here it is, only this part was missing. NOTE: Please follow the guide, read README.md Gyazo: [Hidden Content] FIX EFFECT: Thanks for @CHMarvin Download: [Hidden Content] Path: pc/assassin/effect/7-2.dds Enjoy it.
    1 point
  8. M2 Download Center Download Here ( Internal ) Hey, I will share a function (Set Atlas Scale) that you can set your own scale in your Atlas Window. As you can see in the Preview the Atlas is bigger than the default. You need to have good quality of Map Image, I think you can use World Editor for this. Preview:
    1 point
  9. You've to use pre_qc.py or make some changes on your qc core for enable defines in quests. Updated, check my previous reply again.
    1 point
  10. M2 Download Center Download Here ( Internal ) İ do it 17 march 2019 but now release.
    1 point
  11. This is very old, but you can search for the latest root from Official is somewhere here posted.
    1 point
  12. C++ version [Hidden Content]
    1 point
  13. 1 point
  14. Dear metin2dev-Community ? We wish everyone HAPPY NEW YEAR 2020 ?????? Good health and much happiness for the year 2020. May all your intentions come true ?? We would also like to THANK YOU for your activity and your great contribution on metin2dev ? All the best and lovely greetings your metin2dev-Team
    1 point
  15. A few ways to fix it.. for example; 0. increase follow frequency 1. call function follow checking dwElapsedTime in void CHARACTER::StateMove() (like that) if (IsMonster() && GetVictim()) { LPCHARACTER victim = GetVictim(); UpdateAggrPoint(victim, DAMAGE_TYPE_NORMAL, -(victim->GetLevel() / 3 + 1)); if (dwElapsedTime > 500) { __CHARACTER_GotoNearTarget(this, victim); } } gl guys
    1 point
  16. M2 Download Center Download Here ( Internal ) Today I needed the original icon without the text on it, so I prepared it. I put it here on the forum, maybe it will also be useful to someone Download: [Hidden Content]
    1 point
  17. Hello community, I am wondering which locale file structure seems more user friendly and easier to manage. What's your opinion? 1. 2.
    0 points
  18. #closed Problem solved. Best regards Raylee
    0 points
  19. When im in a Group and teleport into another core the names in the group getting written small Picture Someone with an Idea ?? Files: FliegeFiles V2
    0 points
  20. Thank you! Would be nice if we could do Translate.lua too. Maybe is possible to do it with the old Translate.lua (The public one) to replace the Texts base to their number some of them so we can get a result in each language.
    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.