Jump to content

4144

Core Developers
  • Content Count

    1189
  • Joined

  • Last visited

  • Days Won

    124

Everything posted by 4144

  1. @AnnieRuru i not sure is this can works, but you can try use clang in visual studio. it probably will show more errors. or use WSL or WSL2 with linux kernel and tools inside.
  2. if error continue you using too old exe or something broken in your maps. also exists somewhere converted rsm2 to rsm, but probably with some issues.
  3. this errors mean you have too old client you can use 2019 clients. starting from 2019-10-02cRagexe or 2019-03-06bRagexeRE. probably about 2020 clients people talked because rathena oficially support only some versions from 2018 and 2020 clients, without any from 2019.
  4. you show too much patches, but talking about grfs...
  5. try change charset in database property, in table propery and each columns also probably better set some good charset in mysql.conf or mariadb.conf (depend what sql software you using) If you not sure what charset to set, try utf8mb4 or utf8mb4_general_ci. it should support any languages
  6. hercules script not set locale for db, and hercules code not set it. this mean locale/codepage used default from your mysql server. and probably default is not what you want because this need or change mysql config or/and change locale/codepage in db, tables etc
  7. at first try use minimal number of patches
  8. with codepages is hard. if you had already db and tables in wrong codepage, you may need change codepage for database for table and for column. or for all of them depend how codepages used in your tables. also need select codepage with 8 bits without validation. some codepages even if it's 8 bits, will throw errors on wrong chars.
  9. to be clear. hercules still will use conf files, but plugin db2sql allow extract many info as sql files. after you can use this files and get your items/mobs etc in your web panel
  10. you can always reproduce this issue?
  11. i think some devs searched how reproduce this issue. look like you using pre-re mode?
  12. default packet version 20190530, and main client type
  13. 4144

    Nemo patcher

    no. with php script it non flexible. i working a bit on emblems and other things implementation in hercules, but still need add many missing features.
  14. depend what you mean support. for run server and connect client, any version from kro ragexe, ragexeRE and ragexe zero. Will be no support for future clients, but they not released yet on kro. but if you mean some features it may depend. guild emblems not works for any client bigger than default version. for 4th job clients, some packets wrong, for example rodex, but client still can works fine.
  15. this errors mean you using broken lua files or lua files not same version with your client exe also issue with lua files can be from translations
  16. 4144

    2 DEVS

    try google about git workflows. Two devs can commit into same branch, or into separate, and merge them after. all depend what you select.
  17. for full client search on this forum or in rathena. for nemo see http://nemo.herc.ws/
  18. why you patching downloader script? you run downloader, and it download client exe succesfully. You saw output? why not use client exe? See your screenshot with client exe name.
  19. probably you using some wrong patches, or old nemo version, or bad/old/too new grf and data files. try use latest nemo and download full client for 2018-06-20 or 2018-06-21. Dont use any translations. try patch your exe and test.
  20. for night i think need also map flag
  21. 4144

    credit agent

    @Sikdope please stop spamming
  22. this message not from npc, this is official way to show rates. you can disable it in conf/map/battle/client.conf option display_rate_messages
  23. in old releases need manually change max number of connections in socket.c. And default value still 1024 for epoll and not epoll. in new releases it can be changed from configure.
×
×
  • Create New...

Important Information

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