Jump to content

VegaS™

Forum Moderator
  • Posts

    656
  • Joined

  • Last visited

  • Days Won

    187
  • Feedback

    100%

Everything posted by VegaS™

  1. I didn't test it, but you can try. //@Srcs\Client\UserInterface\InstanceBase.cpp //@bool CInstanceBase::IsAttackableInstance(CInstanceBase& rkInstVictim) //Search for: if (GetVirtualID() == rkInstVictim.GetVirtualID()) return false; //Add after: if (IsPC() && rkInstVictim.IsPC()) { const std::string & c_rstrMapFileName = CPythonBackground::Instance().GetWarpMapName(); if (!c_rstrMapFileName.compare("MAP_NAME")) return true; } //@Srcs\Server\game\src\pvp.cpp //bool CPVPManager::CanAttack(LPCHARACTER pkChr, LPCHARACTER pkVictim) //Search for: if (pkChr == pkVictim) return false; //Add after: if (pkChr->GetMapIndex() == MAP_INDEX) return true;
  2. M2 Download Center Download Here ( Internal ) Download Here ( GitHub ) [Hidden Content]
  3. I was thinking of this way too, but i'm was so bored to remake tutorial for replace protected m_FriendNameMap with public one , because i did it some months ago just for mailbox.
  4. M2 Download Center Download Here ( Internal ) Download: [Hidden Content]
  5. M2 Download Center Download Here ( Internal ) Github repository: [Hidden Content]
  6. M2 Download Center Download Here ( Internal ) GitHub repository: [Hidden Content]
  7. M2 Download Center Download Here ( Internal ) Download Here ( GitHub ) [Hidden Content]
  8. (2.4) Content Don't post stuff other made and/or sell stuff others made. No Links to other boards with the same sense as metin2dev allowed. (This include file names and image content also!) No posting (whether to sell or give away for free) anything that involves cheating or stealing from people's clients or servers. Who gave you permission for post a link with him system? If already is public in other communities that doesn't mean you can do that here.
  9. if app.WJ_ENABLE_TRADABLE_ICON: self.lockedItems = {i:(-1,-1) for i in range(shop.SHOP_SLOT_COUNT)} if self.interface: self.interface.SetOnTopWindow(player.ON_TOP_WND_PRIVATE_SHOP) self.interface.RefreshMarkInventoryBag()
  10. if itemInvenPage == self.wndInventory.GetInventoryPageIndex(): if self.wndInventory and itemInvenPage == self.wndInventory.GetInventoryPageIndex():
  11. M2 Download Center Download Here ( Internal ) Download Here ( GitHub ) Tab Targeting: Player has the possibility to select the nearest monster around the character by pressing the Tab key. NOTE: Players are not able to select NPCs, metin stones, and players as targets! This video is from 2017.
×
×
  • 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.