Jump to content

Aveline™

Inactive Member
  • Posts

    190
  • Joined

  • Last visited

  • Days Won

    6
  • Feedback

    0%

Everything posted by Aveline™

  1. You don't open same topic.. #Reported. Kind Regards HaveBeen
  2. You are add something codes in exchange.cpp? Kind Regards HaveBeen
  3. I think you are not make part of serverside and this situations create a bug Kind Regards HaveBeen
  4. Thanks for comment. I will add your comment in my topic Kind Regards HaveBeen
  5. Are you sure that you are put function in py files because someone say buttons does not work syserr is blank. I think you should be check again. Kind Regards HaveBeen
  6. pc.mount_bonus(1, 5000, 60*60*24*365) pc.mount_bonus(1, -5000, 60*60*24*365) replace to pc.mount_bonus(apply.MAX_HP, 5000, 31536000) -- For 1 Years pc.mount_bonus(apply.MAX_HP, -5000, 31536000) -- For 1 Years test it again Kind Regards HaveBeen
  7. [Hidden Content] metin2_patch_etc from brazil server. Kind Regards HaveBeen
  8. Go to symtable.h after delete 55 line or put "//" Which you are trying with mode? if it's debug mode, change debug to distrubute mode.. Kind Regards HaveBeen
  9. Maybe your item_proto is wrong because i don't living like this error Are you test another item_proto? Kind Regards HaveBeen
  10. Sorry but i don't like your idea. Why not caused some errors? I think so these functions need to change to another functions. It's better than your idea and already this guy want to catch dll injector, he can use to ctypes module Kind Regards HaveBeen ctypes module in pyhton, call dlls or shared libs. How it catch injector? If u want to find executable process on windows, u can use to findwindowex, findwinclass, protectmemory, readprocessmemory, checksum running process, check running process signature etc. u thinks that its better than my idea but if u change this functions, PyErr_ExceptionMatches and PyImport_ReloadModule wont find this func that the game can not get what needed memory (: Ctypes just call dlls files?? i don't understand you sorry But You underestimate Ctypes module Don't remember Python made by C/C++ And you don't catch dll module, this is not our problem just your problem sorry. Kind Regards HaveBeen Okay, May u send any simple protected exe? Yes, i underestimate ctypes module (: Yep yep neither catch nor dont, i dont use ctypes because ı dont know c or c++. I am waiting any strong sample ^^ You trying to challenge but you can't sorry but anybody say something about protected exe You can not protected any file forever I say again challenge is not the place Kind Regards HaveBeen Oww bro u missunderstood me (: I know delphi prog lang and it doesnt have ctypes module and I wonder it (: My all ideas for helping anyone ^^ I hope so. Kind Regards HaveBeen
  11. Sorry but i don't like your idea. Why not caused some errors? I think so these functions need to change to another functions. It's better than your idea and already this guy want to catch dll injector, he can use to ctypes module Kind Regards HaveBeen ctypes module in pyhton, call dlls or shared libs. How it catch injector? If u want to find executable process on windows, u can use to findwindowex, findwinclass, protectmemory, readprocessmemory, checksum running process, check running process signature etc. u thinks that its better than my idea but if u change this functions, PyErr_ExceptionMatches and PyImport_ReloadModule wont find this func that the game can not get what needed memory (: Ctypes just call dlls files?? i don't understand you sorry But You underestimate Ctypes module Don't remember Python made by C/C++ And you don't catch dll module, this is not our problem just your problem sorry. Kind Regards HaveBeen Okay, May u send any simple protected exe? Yes, i underestimate ctypes module (: Yep yep neither catch nor dont, i dont use ctypes because ı dont know c or c++. I am waiting any strong sample ^^ You trying to challenge but you can't sorry but anybody say something about protected exe You can not protected any file forever I say again challenge is not the place Kind Regards HaveBeen
  12. Sorry but i don't like your idea. Why not caused some errors? I think so these functions need to change to another functions. It's better than your idea and already this guy want to catch dll injector, he can use to ctypes module Kind Regards HaveBeen ctypes module in pyhton, call dlls or shared libs. How it catch injector? If u want to find executable process on windows, u can use to findwindowex, findwinclass, protectmemory, readprocessmemory, checksum running process, check running process signature etc. u thinks that its better than my idea but if u change this functions, PyErr_ExceptionMatches and PyImport_ReloadModule wont find this func that the game can not get what needed memory (: Ctypes just call dlls files?? i don't understand you sorry But You underestimate Ctypes module Don't remember Python made by C/C++ And you don't catch dll module, this is not our problem just your problem sorry. Kind Regards HaveBeen
  13. Hmm you don't change python 2.2.. If you want to change, open ScriptLib/PythonLauncher.cpp, ScriptLib/PythonLauncher.h, ScriptLib/stdafx.h Change #include <Python-2.2/Python.h> to #include <Python27/Python.h> Kind Regards HaveBeen
  14. Metin2PackMaker is public in source files. But there are many error and i think anybody know how to solved these errors. Maybe someone know but not share on metin2dev.org Kind Regards HaveBeen
  15. which you are using python version? If you are using python 2.7 libs and binary use to python 2.2, python 2.2 doesn't know these libs because python 2.7 and python 2.2 magic key not same. Kind Regards HaveBeen
  16. M2 Download Center Download Here ( Internal ) Hi guys. someone wanna voice for npcs but they are not know how to make this system and i wanna share with your I hope you are like it. First client; open game.py and search this after under add this "mall" : self.__InGameShop_Show, "voice" : self.GiveMeVoice, Add this def GiveMeVoice(self,voice): x, y, z = player.GetMainCharacterPosition() randX = app.GetRandom(-150, 150) randY = app.GetRandom(-150, 150) snd.PlaySound3D(x+randX, -y+randY, z, "sound/npcs/" + str(voice) + ".mp3") How to use this function in my quest? quest voice begin state start begin when 20354.chat."Give me a voice" begin cmdchat("voice "..npc.get_race()) say("I'm say this feeling really perfect.. ") say("") end end end Why i use to snd.PlaySound3D? Why not snd.FadeInMusic? Let me i explain to your. snd.FadeInMusic just change music so i mean if i use to this function in function, when sound is finished sound is started again until player change music.. snd.PlaySound3D when sound is finished, sound not started again Kind Regards HaveBeen
  17. it's not an error just warning Segmantation bug is fixed and public on metin2dev.org. You should be look at topics. Kind Regards HaveBeen
  18. Sorry but i don't like your idea. Why not caused some errors? I think so these functions need to change to another functions. It's better than your idea and already this guy want to catch dll injector, he can use to ctypes module Kind Regards HaveBeen
  19. I think your binary is problem. Which you are using binary? If you don't compiled yourself binary, compiled it after test it again. it's work If you don't compile yourself binary, it's public on metin2dev.org Kind Regards HaveBeen
  20. Which you are using binary revision? If you are use to 34k, this problem is already public on binary.. If you don't paid another persons, Upgrade 34k to 40k because these things is fixed in binary Just example fixed functions. ## Prototype.py import chr import constInfo chr.SetMoveSpeed = constInfo.SetMoveSpeed chr.SetAttackSpeed = constInfo.SetAttackSpeed ## ConstInfo.py def SetMoveSpeed(self,number): try: if(number == ""): return import dbg dbg.LogBox("This error does not work on this metin2 3 !.") app.Abort() except: app.Abort() def SetAttackSpeed(self,number): try: if(number == ""): return import dbg dbg.LogBox("This error does not work on this metin2 3 !.") app.Abort() except: app.Abort() Kind Regards HaveBeen
  21. Sorry.. I fixed at the moment, test it again Kind Regards HaveBeen
×
×
  • 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.