Jump to content

Functor

Members
  • Posts

    352
  • Joined

  • Last visited

  • Days Won

    26

Everything posted by Functor

  1. What is your EXE version?
  2. @Eros @Haruka Mayumi You can remove ID of this effect from "..\data\luafiles514\lua files\effecttool\forcerendereffect.lub" Fury Cast Animation == 261
  3. @melv0 Yes. P.S. I sent info to developers of emulators.
  4. https://rathena.org/board/topic/117033-why-is-my-client-closing-when-returning-to-char-select/
  5. I was able to reproduce it. I will share info about this vulnerability with developers. But in few days. I am not at home now. ?
  6. @Hunter206 It can be caused by: - missing file "ItemMoveInfoV5.txt" in GRFs - security module of bank. For example "Warsaw" of GAS technology
  7. Hello! You can disable it by using any HEX editor. search: 68 CA 00 00 00 6A 15 8B CE change to: 68 00 02 00 00 6A 15 8B CE
  8. This error means that game client tried to load files of map, but couldn't find "rsw" file.
  9. I prepared NEMO's patch "ChangeDisplayCharDelDelay" and @4144 added it to the fork: https://gitlab.com/4144/Nemo Compatible EXE versions: http://nemo.herc.ws/patches/ChangeDisplayCharDelDelay/#success-clients
  10. @ExcelGaming @lordjedi3 You have to execute SQL query from "../sql-files/upgrades/upgrade_20181224.sql"
  11. if (sd != NULL) { //Increases move speed according to agility if (sd->status.agi > 100) { speed -= 10; } else { speed -= (sd->status.agi / 10); } //Increases move speed according to base level if (sd->status.base_level > 100) { speed -= 10; } else { speed -= (sd->status.base_level / 10); } }
  12. http://herc.ws/wiki/MSVC_Crash_Debugging I'm pretty sure that the problem is in your modifications of "src".
  13. The most popular EXE 2016-2017 is 2017-06-14bRagexeRE.
  14. By using debugger. This info will not be useful for you. Because different EXE versions need unique replacement. Maybe I will create the patch of NEMO for it. But not anytime soon. I have a lot of work.
  15. @hendra814 I applied fix manually. I said about NEMO just because I uploaded EXE without applied patches.
  16. @maken06 I fixed "2018-06-21aRagexeRE". You have to patch it by using NEMO. https://mega.nz/#!Zcdk2C4L!z9SkS36VGhJWAaxD9cRf1sVhgC9I6gMm0k6Cld-lYOQ "char_del_delay" has to be 86400 or less. @Chaos92 Send me your EXE.
  17. @Chaos92 or @maken06 You should upload your "msgstringtable.txt" and post a link.
  18. Because you had to add definition of PACKETVER to the "src\custom\defines_pre.hpp". Not to "src\custom\defines_post.hpp".
  19. @Chaos92 What do you exactly mean? You use these settings in "char" config: But after attempt of deletion game client shows delay "12 months 4 days 7 hours 9 min 43 sec". Correct? If "yes", what EXE version do you use?
  20. Anti-Cheat detected your modifying.
  21. Visual Studio Express 2017 - https://visualstudio.microsoft.com/vs/express/
  22. I am absent from 22 to 27 November.

    1. ADM Ytallo

      ADM Ytallo

       

      go with god
      
       
  23. What do you exactly mean "not working"?
  24. Themida - it is software which protects against reverse engineering and software cracking.
×
×
  • Create New...