Jump to content

Ken

Inactive Member
  • Posts

    726
  • Joined

  • Last visited

  • Days Won

    44
  • Feedback

    0%

Everything posted by Ken

  1. You mean everything working perfectly & there is no backdoor? Kind Regards Zerelth ~ Ellie
  2. English ; Yes. Is Forbidden ? Shogun is owner of world of metin2 and you are trying help about leaked file on this forum. So i mean this is a facepalm. I think this explain is enough for you. Kind Regards Zerelth ~ Ellie
  3. Seriously? €dit : Anyone like to help about leaked files. You want to help about leaked file.
  4. How to fix : Only check the name of module. If rootlibmodule is not find your prototype, care "A" and "a" in module name. pessimistic thoughts. Kind Regards Zerelth ~ Ellie
  5. Hopefully you can find that person. Kind Regards Zerelth ~ Ellie
  6. Use strncmp for this but i don't recommend this because someone can change this via hxd or ida pro. You should pay to someone If you want to big things. (100% Work Perfectly) Kind Regards Zerelth ~ Ellie
  7. import os import os.path class FolderFiles: def GetFiles(path,fileExt): bPath = FolderFiles.CheckIsPath(path) fList = [] if(bPath): for root, dirs, files in os.walk(path): for f in files: if(FolderFiles.CheckFileExt(f,fileExt)): fList.append(f) elif(FolderFiles.CheckFileExt(path,fileExt)): fList.append(path) return fList def CheckFileExt(filename,fileExt): if(fileExt[0] != '.'): fileExt = '.' + fileExt fExtLen = len(fileExt) if(len(filename) > fExtLen and filename[-fExtLen:] == fileExt): return True else: return False def CheckIsPath(filename): if(os.path.isfile(filename)): return Flase else: return True Example : fList = FolderFiles.GetFiles(u'F:/','py') for f in fList: print(f) Kind Regards Zerelth ~ Ellie
  8. It's possible via 3d. So you have to create new gr2 file and put it in game. PS: wrong understand Kind Regards Zerelth ~ Ellie
  9. You can use those functions if you don't want to make this in that place. SetFontColor(red,green,blue); SetPacketFontColor(color); another method is "color" : yourself color code, Kind Regards Zerelth ~ Ellie
  10. function isMyDay(dayname,hour,minute,second) if(dayname == "" or daynumber == "" or hour == "" or minute == "") then return 0 elseif(tostring(dayname) == nil or tonumber(daynumber) == nil or tonumber(hour) == nil or tonumber(minute) == nil) then return 0 end local dayName,iHour,iMinute,iSecond = os.date("%A"),os.date("%H"),os.date("%M"),os.date("%S") if(dayName == dayname and iHour == hour and iMinute == minute and iSecond == second) then return true else return false end end You can make automatic quest event system via lua but you should check this in 1 second. You can use server_timer for this. Use this if you don't have any idea about lua. Test yourself codes via this service. Kind Regards Zerelth ~ Ellie
  11. Aug 8 22:11:58 :: SYSTEM: closing socket. DESC #18 It's not an error. At first system connect to 11002 port. Auth is orientation to channel1.(Meanwhile auth closing that connection because of orientation). Is it channel1 syslog or auth syslog ? Kind Regards Zerelth ~ Ellie
  12. You should re-compile them If you are using original cryptopp libs files from kraizy.tar.gz. That's all at the moment. Kind Regards Zerelth ~ Ellie
  13. This is not mean 'dumb'. You are not know anything about metin2 and i wanted to show one way. That's all Kind Regards Zerelth ~ Ellie
  14. -- What file extensions (formats) is this tool supporting for 3D Models (.fbx, .obj, etc?) Metin2 using .gr2 extension for itself models. You can find pluging export obj to gr2. -- What file extensions (formats) is this tool supporting for Textures - Now it's dds and tga - What tool is used to create the maps YMIR Entartaiment did a world editor for create map or edit. You can find it in kraizy.tar.gz -- Why are the graphics on all p-server i tested so crappy? You can't wait big things from metin2. Because metin2 is running since 2004. Another game is developped via another engine. I mean unreal engine, cry enginer, hero engine etc. Metin2 engine is granny. Many game is using granny for themself game. Magic to Master is using hero engine for themself game if you are wondering new graphics for metin2. Metin2 can develop by someone but this process take much time. But why not a new metin2? GameForge bought metin3.com (Webzen can make new metin via new engine. We never know this at the moment ) PS : Why metin2 graphic is so crappy ? YMIR Entartaiment planning to be popular game in the world. So you can play metin2 via 512mb computer. Metin2 resolution is starting 1024x768. (Actual) Kind Regards Zerelth ~ Ellie
  15. Follow those steps If someone having this problem. At first check the file in that file. Follow next step if file is existed. Check image name in that file. Add it if file is not exist. Kind Regards Zerelth ~ Ellie
  16. Can you check config.hpp in that file ? Kind Regards Zerelth ~ Ellie
  17. Then-then try via offical season1.epk Kind Regards Zerelth ~ Ellie
  18. Then unpack season1.epk again and try repack Kind Regards Zerelth ~ Ellie
  19. Are you sure this file is exist in season1/interface/oxevent/frame2_sub ? Check Index. Add it If index hasn't season1 pack name. Kind Regards Zerelth ~ Ellie
  20. Everything is looking fine. Is there any syserr ? Kind Regards Zerelth ~ Ellie
  21. /usr/local/include/boost/regex/config.hpp Your eyes are not see the error. System want to itself boost. So you should be upload it in /usr/local/include Kind Regards Zerelth ~ Ellie
  22. Vanilla has wolfman but i don't sure this wolfman is working perfectly or not. Many people only say 'bug - bug - bug'. You should make yourself files for wolfman if you want to fix. Another method is make new binary via source file. Kind Regards Zerelth ~ Ellie
  23. 1 minute. Created by myself game r34083 000505E5: 2C 3C 000505E6: 01 00 3 Minutes Created by myself game r34083 000505E5: 2C B4 000505E6: 01 00 Kind Regards Zerelth ~ Ellie
  24. Check your root files. PS : Your files are better than another guys files. Don't forget this. Kind Regards Zerelth ~ Ellie
×
×
  • 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.