Jump to content

4144

Core Developers
  • Content Count

    1189
  • Joined

  • Last visited

  • Days Won

    124

Everything posted by 4144

  1. And epoll not enabled by default, because on very small servers it may works bit slower than classic sockets way. Also more connections enabled at same time, mean server eating more memory.
  2. update to latest hercules and enable epoll it will use 3k connections by default.
  3. this clients was never in nemo.herc.ws. This clients is packed with themida and before use them need unpack first. While unpacking client exe changed in random way, and no one can say is this is official unmodifed client exe or not. And on nemo.herc.ws present only official client exes. This clients don't need unpacking, and always can be validated is exe unmodified or not. 2018 clients you probably saw here http://nemo.herc.ws/clients/#2018. this is information about patches but not downloads itself. for 2018 client exes search on forum, some versions here should be present
  4. error show what this is not function and not variable date_get(DT_YYYYMMDD)) Also error said what parameters to clif->msgtable_color is wrong
  5. Not long ago kro clients again packed with themida. And for now no way to unpack this clients for use in pservers. After unpack client always will crash. But themida not used in ragexeRE clients, and this clients can be used as before. Same issue was with ragexe clients from late 2016 to 2018, worked only ragexeRE clients.
  6. hercules not using sql tables for items and mobs. all real data stored in conf files. items and mobs tables is auto genrated from configs
  7. and here pull request with bit better fix https://github.com/HerculesWS/Hercules/pull/2836
  8. or simpler. try apply this patch to generate-translations.c - } else if (*p == PATHSEP) { + } else if (*p == PATHSEP || *p == '/') {
  9. this can be windows issue. on linux works fine. you have created directory generated_translations ? windows always works different. probably best way for avoid windows and visual studio issues is drop visual studio support. and to use normal compilers... try create also directories: generated_translations\npc generated_translations\other
  10. need use translation plugin, try search more recent tutorial or look in github wiki
  11. yes you can use any clients. or even try zero client, it not support 3th jobs at all.
  12. try before configure run also make clean
  13. pre-re can be used only if you configured to use it. by default used renewal. probably you changed header back to renewal but forgot build server?
  14. follow instruction on this page or show error
  15. 4144

    Nemo patcher

    you using wrong data files. use official files. external settings file different for different client versions.
  16. default for show_mob_info is 0. set it and info will be removed then if you want hide hp bar for all mobs, set show_monster_hp_bar to false
  17. try seleact other mode than 2?
  18. 4144

    Nemo patcher

    clientinfo or sclientinfo you can put in data folder. but here should be no other files. grf must be official only on this client you really can test official data. if you put translation for random client version, it may fail. in data probably also need msgstringtable.txt. this depend on what patches you used about recommended patches, see recommended button in nemo.
  19. 4144

    Nemo patcher

    in official client data folder is empty also try use minimal number of patches. only recommended or even disable some from recommended patches
  20. 4144

    Nemo patcher

    it said error in quests related lua files. probably this is because translations for old clients. try not use any translations
  21. 4144

    Nemo patcher

    probably issue in lua files also normally never enable any patches for hide errors. if client show error, this mean your data is wrong but you have enabled atleast this patch " Ignore Lua Errors" also try find grf and data for 20200401 and not use any translations.
  22. 4144

    Nemo patcher

    yes you doing it wrong. Read instructions again. You cant patch downloader script. you must download client exe first.
  23. 4144

    Nemo patcher

    yes nProtect. it not allow collect all data what i need. but it not protecting against bots or simple logging at all.
  24. min_skill_delay_limit minimal value is 10 smaller i think will allow exploit with skills casting
×
×
  • Create New...

Important Information

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