Jump to content

Leaderboard

Popular Content

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

  1. 6 points
  2. M2 Download Center Download Here ( Internal ) Hey, Today i will share how can you change the Whitemark in Minimap with a new one. I saw that there is a topic in Questions & Answers but seems not complete so. Minimap Whitemark - New Download:
    1 point
  3. Hi everyone As you can see, @ASIKOO and myself are the new administrators of Metin2Dev. It's time to introduce ourselves! We are two French people and owner of the Funky-Emulation forum, a video game development forum (including metin2) dedicated to French people. We are also owner of metin2.top, a top allowing to gather the best metin2 private servers. Metin2Dev will remain an international forum and we are not here to destroy everything that has been put in place by the community. Our only will is to allow the continued development of metin2. We have many projects in mind and we will come back to you to share them! I leave this topic open for your possible messages or suggestions. It is a pleasure for us to take over the administration of this forum and I hope that it will continue to satisfy you, even with us. Looking forward to meeting all of you. See you soon, Calypso & Asikoo
    1 point
  4. C++ version [Hidden Content]
    1 point
  5. If I do this it won't appear even with my mouse over. I figured it out. In PythonTextTail.cpp in void CPythonTextTail::ShowAllTextTail() replace if (pTextTail->fDistanceFromPlayer < 3500.0f) with if (pTextTail->fDistanceFromPlayer < 3500.0f && CPythonCharacterManager::Instance().GetInstancePtr(pTextTail->dwVirtualID)->GetRace() != 30000)
    1 point
  6. Sura with the warrior's head severed.
    1 point
  7. // CHAR.H public: DWORD GetLastEquipCostumeTime() const { return m_dwLastEquipCostumeTime; } private: DWORD m_dwLastEquipCostumeTime; }; CHAR.CPP // m_dwKillerPID = 0; // m_iMoveCount = 0; m_dwLastEquipCostumeTime = 0; //CHAR_ITEM.CPP case ITEM_COSTUME: { int CalcLastEquipSec = (get_dword_time() - ch->GetLastEquipCostumeTime()) / 3000; if (CalcLastMoveSec < 3) // Replace 3 with seconds number. { ChatPacket(CHAT_TYPE_INFO, "Wait three seconds"); return false; } if (!item->IsEquipped()) { EquipItem(item); } else { UnequipItem(item); } } break;
    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.