Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 11/14/17 in all areas

  1. M2 Download Center Download Here ( Internal ) (Video at the end) Lockpicking is the new system which allows you to train special ability. This ability upgrade your skill of opening new boxes which are on maps(like npc). Every level gives higher chance to open box and probability to get more rewards. To train Lockpicking skill players have to read special books. You can set the level from which players can use this system. Maximum level of skill is 40, but it's configurable. Player can check how many boxes found. System support multilang servers. Missions Additionaly you will get special missions for this sytem, you can easily configure them or add new ones(just add new item to the table). After finished mission player receive reward directly in Quest Scroll. Configuration ItemShop Also you can earn some money from itemshop by this system : ) Magical key rises you chance to open box to 100%, but count of items which you can get from box still depends on skill level. The Key can be used only 10 times. Download & Scan [Hidden Content] [Hidden Content]
    2 points
  2. M2 Download Center Download Here ( Internal ) Hello, This little thing is marks your pet seal into your inventory like the autopotion. This arrives with the v17.5 patch. Open PetSystem.cpp and replace or make it fit for you: void CPetActor::SetSummonItem(LPITEM pItem) { if (NULL == pItem) { LPITEM pSummonItem = ITEM_MANAGER::instance().FindByVID(m_dwSummonItemVID); if (NULL != pSummonItem) pSummonItem->SetSocket(1, FALSE); m_dwSummonItemVID = 0; m_dwSummonItemVnum = 0; return; } pItem->SetSocket(1, TRUE); m_dwSummonItemVID = pItem->GetVID(); m_dwSummonItemVnum = pItem->GetVnum(); } After that open the uiInventory.py and paste this code below the autopotion if-statement in the RefreshBagSlotWindow function. elif itemVnum >= 53001 and itemVnum <= 53256: metinSocket = [player.GetItemMetinSocket(globalSlotNumber, j) for j in xrange(player.METIN_SOCKET_MAX_NUM)]# <!> globalSlotNumber may be different <!> isActivated = 0 != metinSocket[1] if isActivated: self.wndItem.ActivateSlot(i) else: self.wndItem.DeactivateSlot(i)
    1 point
  3. M2 Download Center Download Here ( Internal ) Hi! I didnt release something more useful long time.. So today i'm releasing new weapon set for free. The package including weapons for all 5 characters. - Twohand sword + normal swrod (warrior) - Axe (sura) - Bow + dagger (assassin) - Fan + bell (shaman) - Claw (lycan) Also my new map magic cave is coming (not for free), this is one of the reasons why im releasing this set too... So stay tuned! Download
    1 point
  4. M2 Download Center Download Here ( Internal ) Hi, I've released magc cave dungeon so i'm releasing one of the bosses for free. The model is took from blade and soul, i just edited it a little for metin. You need granny 2.9 for this boss. Pack including model + effects. Download
    1 point
  5. Thank you for sharing Nice Boss.
    1 point
  6. Hello, Today I'm gonna share with you a little fix from the official server. Spoiler // PythonPlayerModule.cpp PyObject * playerPartyMemberVIDToPID(PyObject* poSelf, PyObject* poArgs) { DWORD dwVID; if (!PyTuple_GetUnsignedLong(poArgs, 0, &dwVID)) return Py_BadArgument(); DWORD dwPID; if (CPythonPlayer::Instance().PartyMemberVIDToPID(dwVID, &dwPID)) return Py_BuildValue("i", dwPID); return Py_BuildValue("i", 0); } // { "PartyMemberVIDToPID", playerPartyMemberVIDToPID, METH_VARARGS }, After if you want to remove a member by VID just use like this: (m2)net(m2g).SendPartyRemovePacket(player.PartyMemberVIDToPID(self.vid)) [Hidden Content]
    1 point
  7. You should go to a psychiatrist. You had been obsessed with Slait before, and now with Marty.
    1 point
  8. THIS IS YOU TRYING TO FIX YOUR PROBLEMS: Please man.....
    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.