Jump to content

4144

Core Developers
  • Content Count

    1185
  • Joined

  • Last visited

  • Days Won

    124

Everything posted by 4144

  1. private server not using jro clients. Private servers using kro clients. Feature with auto resize menu already added to kro client. I can sell latest and older kro client exe. If you want it send me message in discord. My nick is @4144
  2. in game folder. this is brown or gray background rectangle image. in name should be word back
  3. use this patch for hide empty space between buttons http://nemo.herc.ws/patches/SkipHiddenMenuButtons for reduce window size, edit background image size. i not remember how it named.
  4. May be you already enabled this patch?http://nemo.herc.ws/patches/RestoreModelCulling Try disable this patch.
  5. for translation can be used any offline or online translator. but main issue in translation what format strings can be corrupted by auto translation. and need human for validate each format string line.
  6. this warning added for protect against missing case blocks. In switches where not all cases must be present added macroses for disable this warning. See lines with PRAGMA_GCC46(GCC diagnostic push) PRAGMA_GCC46(GCC diagnostic ignored "-Wswitch-enum") // here switch and cases PRAGMA_GCC46(GCC diagnostic pop) but for this macroses need atleast gcc 4.6 or newer. 4.6 already dead version. If you using centos 7 you must updated your system, because this os is dead and outdated. select centos stream or switch to debian/ubuntu
  7. use nemo and apply this patches http://nemo.herc.ws/
  8. 2019 client and newer using http for guild emblems, hotkeys and some other. and this api server add support for most of http things what need for client. need configure url in external settings file to point to api server.
  9. some full clients you can download here from official servers http://nemo.herc.ws/downloads/#kro-mainsakray
  10. other translation project https://github.com/llchrisll/ROenglishRE
  11. can be missing or corrupted some lua/lub files in your client files
  12. your script try to add incorrect bonus. and warning show what parameters you send to function. Your bonus type is zero. most time this error happened if you use not existing constant. it can be typo or copy paste from other emulators.
  13. Data size mismatch! error most time mean you changed headers but nor recompiled all servers run make clean and after build server
  14. from log look like incorrect requests
  15. depend on client what you using client may use sclientinfo.xml also depend on langtype what you using may be need use patch http://nemo.herc.ws/patches/AlwaysReadKrExtSettings and after this edit only korean external settings file.
  16. try 2022-04-06 client http://nemo.herc.ws/downloads/#2022 http://nemo.herc.ws/downloads/2022-04-06_Ragexe_1648707856/
  17. ExternalSettings file is wrong. It can be different for different client versions
  18. from server side changed mysql blob field size with emblem. Now image can be much bigger.
  19. this error mean you apply not all db updates. in this pack it probably missing, better install server from scratch
  20. this look like out of memory issue (out of ram) try close other programs what eating memory or increase memory in your system
  21. dont copy files from windows. windows corrupting files. simpler clone repository on linux than fixing all errors what you get from windows.
  22. you mixed mysql configuration and compilation into one program after you ends with mysql, need exit mysql command line tool.
  23. 39141 is not version, but look like some random number? commits with this not exists missing. If you using this id from svn emulation, it really random number and mean nothing. You can see version at start hercules. it show date with number after it like this Try disable plugins, and may be it will fix your drops
  24. 4144

    Nemo patcher

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.