Jump to content

Functor

Members
  • Posts

    351
  • Joined

  • Last visited

  • Days Won

    26

Everything posted by Functor

  1. @Eros @Haruka Mayumi You can remove ID of this effect from "..\data\luafiles514\lua files\effecttool\forcerendereffect.lub" Fury Cast Animation == 261
  2. @melv0 Yes. P.S. I sent info to developers of emulators.
  3. https://rathena.org/board/topic/117033-why-is-my-client-closing-when-returning-to-char-select/
  4. 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. ?
  5. @Hunter206 It can be caused by: - missing file "ItemMoveInfoV5.txt" in GRFs - security module of bank. For example "Warsaw" of GAS technology
  6. 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
  7. This error means that game client tried to load files of map, but couldn't find "rsw" file.
  8. 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
  9. @ExcelGaming @lordjedi3 You have to execute SQL query from "../sql-files/upgrades/upgrade_20181224.sql"
  10. 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); } }
  11. http://herc.ws/wiki/MSVC_Crash_Debugging I'm pretty sure that the problem is in your modifications of "src".
  12. The most popular EXE 2016-2017 is 2017-06-14bRagexeRE.
  13. 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.
  14. @hendra814 I applied fix manually. I said about NEMO just because I uploaded EXE without applied patches.
  15. @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.
  16. @Chaos92 or @maken06 You should upload your "msgstringtable.txt" and post a link.
  17. Because you had to add definition of PACKETVER to the "src\custom\defines_pre.hpp". Not to "src\custom\defines_post.hpp".
  18. @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?
  19. Visual Studio Express 2017 - https://visualstudio.microsoft.com/vs/express/
  20. I am absent from 22 to 27 November.

    1. ADM Ytallo

      ADM Ytallo

       

      go with god
      
       
  21. Themida - it is software which protects against reverse engineering and software cracking.
  22. It doesn't contain EXEs with applied Themida. It is almost all 2017 EXE versions.
×
×
  • Create New...