Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 08/02/19 in all areas

  1. Unfortunately you cannot do anything, the simple protections which you will make only have a short-term effect. It is a completely time waste.
    2 points
  2. M2 Download Center Download Here ( Internal ) Hi devs, today I will release the fix I made for the skill cooldown, already fixed on official servers, this is the bug it self: And this is the fix: Regards! Fix skill cooldown ~ Shang.rar ### root/ui.py ### Search: def SetSlotCoolTimeColor(self, slotIndex, r, g, b, a): wndMgr.SetSlotCoolTimeColor(self.hWnd, slotIndex, r, g, b, a) ### Add after: def StoreSlotCoolTime(self, key, slotIndex, coolTime, elapsedTime = 0.0): wndMgr.StoreSlotCoolTime(self.hWnd, key, slotIndex, coolTime, elapsedTime) def RestoreSlotCoolTime(self, key): wndMgr.RestoreSlotCoolTime(self.hWnd, key) Thanks to @Horinna for report that bug. Here's the fix: """ Find this: elif (not self.__CanUseSkillNow()) or (skillGrade != j): skillPage.SetSlotCount(realSlotIndex, 0) skillPage.DisableCoverButton(realSlotIndex) Add this under:""" skillPage.DeactivateSlot(realSlotIndex) # After the else, paste this: if player.IsSkillActive(slotIndex) and (skillGrade == j): # fix001 skillPage.ActivateSlot(realSlotIndex) # The if should look like this: if (skillGrade == skill.SKILL_GRADE_COUNT) and j == (skill.SKILL_GRADE_COUNT-1): skillPage.SetSlotCountNew(realSlotIndex, skillGrade, skillLevel) elif (not self.__CanUseSkillNow()) or (skillGrade != j): skillPage.SetSlotCount(realSlotIndex, 0) skillPage.DisableCoverButton(realSlotIndex) skillPage.DeactivateSlot(realSlotIndex) # fix else: skillPage.SetSlotCountNew(realSlotIndex, skillGrade, skillLevel) if player.IsSkillActive(slotIndex) and (skillGrade == j): # fix skillPage.ActivateSlot(realSlotIndex)
    1 point
  3. M2 Download Center Download Here ( Internal ) Hey guys, i was bored and this visual "bug" i hate since years, so i corrected the "navi" of the character window. @LordZiege (German) Download - Virustotal @ Tatsumaru (German & English) Download @ Mitachi (Italian) Download Kind regards
    1 point
  4. Svn Changelog; Removed limit time Removed internal ip check Removed Invalid server check Edited extern folder, Removed unused libs and inculde files and optimized some libs Removed unused libs Serverfiles Info; DB Info; IP:localhost ID:metin2 PASS:winsf Ports; AUTH - 27000 Game99 - 11202 DB - 2552 Channels - 13000 15000 17000 19000 For SVN Configuration; Select all libraries from solution explorer Press right click and select Properties Select All configurations from Configurations (Property pages) Configuration properties > VC++ Directories Press Include Directories and Select <Edit...> Press New Line button (Folder icon) and press ... button Now select _extern/include folder and Press OK Button Press Library Directories and Select <Edit...> Press New Line button (Folder icon) and press ... button Now select _extern/lib folder and Press OK Button Now rebuild project and enjoy Installation; Copy your db and game core in sf binary folder Install with python script Install xampp, move your db files in xampp mysql Start xampp mysql Run with python script For Serverfiles; *Start commands: "oyun", "oyunuac", "ac", "oyunu ac" , "oyunuac", "start", "game" -Arg1: command - Arg2: Type[debug-normal] - Arg3: Channel count -Example: m2panel.py start debug 1 *Clean commands: "temizle", "temiz", "log", "clear" -Arg1: command -Example: m2panel.py clear *Remove commands: "kaldir", "remove", "sil" -Arg1: command - Arg2: Type[debug-normal] -Example: m2panel.py remove debug *Install commands: "kur", "install", "yukle" -Arg1: command - Arg2: Type[debug-normal] -Example: m2panel.py install debug *Backup command: "yedekal", "backup" -Arg1: command -Example: m2panel.py backup *Install backup command: "yedekkur", "installbackup", "reinstall" -Arg1: command -Example: m2panel.py installbackup Serverfiles: [Hidden Content] SVN: [Hidden Content]
    1 point
  5. @migi It's already published on the internet, try to search before asking here.
    1 point
  6. dont work -> cant click on buttons. (No syserr) [Hidden Content]
    1 point
  7. At first change the name of the shitty korean directiories since it is only causing problems and it is really not that important as the ID itself. At second I cannot even imagine what could've happened with your property IDs. I work with WE since it is out and I've never really had such a problem not even with the older versions. Maybe you just replaced it unwillingly without even knowing it? What version of WE do you use?
    1 point
  8. [Hidden Content] It work, but don`t show atributes on costume/hair. //edit Search: elif 0 != isCostumeItem: #wenn Kostum self.__AppendLimitInformation() Replace with: elif 0 != isCostumeItem: #wenn Kostum self.__AppendLimitInformation() self.__AppendAffectInformation() self.__AppendAttributeInformation(attrSlot)
    1 point
  9. I think there's a difference. Gameforge actually did something bigger this time, they're clearly against it and trying to pursue those who participate in illegal actions regarding metin2. For the most time I've been here I didn't see something like this. Yes, sometimes a server got knocked down, but that'd actually be a hoax too. This time they indeed did take action in pursuing it. So I have no interest in getting my hands dirty with a project I'd like to share just because it's my hobby. I'm not doing that. If anyone still wishes to continue this project he may do so, I don't care, but note that it's Gameforge that actually cares. And since there's been some speculation about why and what happened: NO, I did NOT get any message from Gameforge etc... And I'm not in legal trouble. I want to keep it that way, that's the reason I stopped the project. Though I definitely know that some people got RC-versions before this happened. So if they share it, you'd get the most recent version. But that's up to them, not me. Btw. a moderator should probably close this thread. There's no reason to keep it open.
    0 points
×
×
  • 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.