Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 09/30/19 in all areas

  1. M2 Download Center Download Here ( Internal ) I know is not a big deal but i just started the work with this pixelated images. I was just bored. I was thinking to add some more info to this skill icon. Regards, Cara
    3 points
  2. A few badges and a small edition of three images. Maybe it will be useful to someone
    2 points
  3. What are you talking about boy ? The items are droped on the ground based on the monster position, not the killer.
    2 points
  4. M2 Download Center Download Here ( Internal ) This is the visual studio code extension for metin2 quests: it's based on these things: * [Hidden Content] * [Hidden Content] * [Hidden Content] special thanks: @martysama0134 for the detailed documentations. Known issues: defines like: define VAR x (are not allowed) [0.0.2] * Added support for quest as a separate language. * Added lua syntax checker from lualinter. * Fixed quest syntax checker will check both lua and quest. [0.0.3] - 2019-09-25 * Minor fixes. [0.0.4] -2019-09-26 * Added functions parameters support. [Hidden Content] * Added the extension to VS Code MarketPlace. [Hidden Content]
    1 point
  5. M2 Download Center Download Here ( Internal ) A pack containing dozens of riginal YMIR Concept Art for Metin2 created in 2003. Some sample images: Download: [Hidden Content] Enjoy.
    1 point
  6. M2 Download Center Download Here ( Internal ) Today i release a code which you can walk through safezone without block Client Source: GameLib ActorInstance.h // Search for: BOOL TestPhysicsBlendingCollision(CActorInstance & rVictim); // Add under: // #ifdef ENABLE_SAFEZONE_STOP_COLLISION BOOL IsInSafe(CActorInstance & ptr); // #endif ActorInstanceCollisionDetection.cpp // Search for: BOOL CActorInstance::TestActorCollision(CActorInstance & rVictim) // Add before: // #ifdef ENABLE_SAFEZONE_STOP_COLLISION #include "../UserInterface/PythonBackground.h" BOOL CActorInstance::IsInSafe(CActorInstance & ptr) { const TPixelPosition& c_rkPPosCur = ptr.NEW_GetCurPixelPositionRef(); if (CPythonBackground::Instance().isAttrOn(c_rkPPosCur.x, c_rkPPosCur.y, (1 << 2))) return true; return false; } // #endif // On CActorInstance::TestActorCollision // Search for: if (rVictim.IsDead()) return false; // Add under: // #ifdef ENABLE_SAFEZONE_STOP_COLLISION if (IsInSafe(rVictim)) return false; // #endif Enjoy.
    1 point
  7. M2 Download Center Download Here ( Internal ) [Hidden Content] GUIDE TO INSTALL: In README Github. Please big projects in PHP sucks. This is a simple Web Site on ASP.NET Core, It can run on Linux Ubuntu. It may harm some children with this. , i'm not a programmer Web, but i found it interesting that C # evolves and now not only allows its programs in Windows, so i have taken the liberty of making a Simple Web for Metin2 in C #, I share the code with you, you can change the design, etc. Advantages: Theirs would be that we move forward and start using more powerful languages and frameworks, PHP is falling behind in terms of these powerful tools and I see many pages programmed in PHP. Now programmers who know a little about C # will understand and be able to carry out projects that can work as a Web and Desktop project. There are other interesting Frameworks, but .NET is very extensive and offers many great alternatives that can be used. The Expert Web Programmers 't use PHP, If you get a big Web project in PHP, this is bullshit. A lower possibility of vulnerabilities. This page is missing a beautiful design, but in tems of functions, it's works correctly, although it could work better, if you need help regarding this issue, i can help you in things that are really worth it. Disadvantages To manipulate it, you need advanced programming knowledge Some cases you must solve them with great intelligence You must have Visual Studio. You can use other frameworks and languages, but i think this is a very powerful language. GUIDE TO INSTALL: In README Github.
    1 point
  8. @pollux Please, Rules update: §2 Topics (2.5) Questions & Answers specific rules Don't modify your thread (or reply to it) to mark it solved, and not explain the solution to the issue. Please use our tag system and vote good/bad answers so everyone can clearly see what matters! You need at least basic knowledge of programming.
    1 point
  9. [Hidden Content] if (m_pkMobData->m_table.dwVnum == 2493 || m_pkMobData->m_table.dwVnum == 2499)
    1 point
  10. Hi. My name is Andrei, I am from Romania and I am looking for a capable man with whom to open a project Metin2. I'm not good at developing, but I'm going to invest in this project. I'm looking for a skilled man in C++, Pyton, putty, and so on. Those interested please leave a private message with your Facebook address
    1 point
  11. I recently made a switchbot interface. It came out quite interesting, so i can boast:
    1 point
  12. I didn't tested the bug, but you can try something like this: Srcs/Server/game/src/questmanager.cpp [Hidden Content]
    1 point
  13. M2 Download Center Download Here ( Internal ) Hi guys! Made it a year ago never use it. Regards, Cara
    1 point
  14. 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
  15. #Solved. I've posted here unbugged files. JpegFile.cpp JpegFile.h
    1 point
×
×
  • 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.