Jump to content

Leaderboard

Popular Content

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

  1. M2 Download Center Download Here ( Internal ) Before: [Hidden Content] After: [Hidden Content] Fix List -Fix Ring mdattr. -Fix Block attr. -Fix BanPk attr. Fix C++ //On UserInterface/InstanceBase.cpp //In bool CInstanceBase::CanUseSkill() search: return true; //Add above: #ifdef ENABLE_FIX_MAP_DUEL_SKILL CPythonBackground& rkBG = CPythonBackground::Instance(); const D3DXVECTOR3& rv3Position = m_GraphicThingInstance.GetPosition(); D3DXVECTOR3 v3CheckPosition = rv3Position; std::string stringMapName = CPythonBackground::Instance().GetWarpMapName(); if (stringMapName == "metin2_map_duel") { if (rkBG.isAttrOn(v3CheckPosition.x, -v3CheckPosition.y, CTerrainImpl::ATTRIBUTE_BANPK)) return false; } #endif GitHub Fix: GitHub Download: MEGA
    3 points
  2. M2 Download Center Download Here ( Internal ) VirusTotal Download Password: jawwad@wk
    2 points
  3. M2 Download Center Download Here ( Internal ) Download Here ( GitHub ) Cheque system full ~ like official The tutorial was remade and uploaded to github Monetary unit: Won - Not compatible with long long gold - Max won 999 (like official) - Added support for OfflineShop(great) Best regards.
    1 point
  4. M2 Download Center Download Here ( Internal ) Download Here ( GitHub ) [Hidden Content]
    1 point
  5. 1 point
  6. Update: Add Client Fix. This Fix let player use skil/buff only into the ring square
    1 point
  7. Change the function __OnClickLoginAutoButton with: [Hidden Content]
    1 point
  8. 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
  9. M2 Download Center Download Here ( Internal ) Download Here ( GitHub ) [Hidden Content]
    1 point
  10. M2 Download Center Download Here ( Internal )
    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.