4144
Core Developers-
Content Count
1189 -
Joined
-
Last visited
-
Days Won
124
Content Type
Profiles
Forums
Downloads
Staff Applications
Calendar
Everything posted by 4144
-
@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.
-
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.
-
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.
-
try use only recommended patches
-
you show too much patches, but talking about grfs...
-
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
-
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
-
at first try use minimal number of patches
-
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.
-
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
-
why not use db2sql plugin?
-
you can always reproduce this issue?
-
i think some devs searched how reproduce this issue. look like you using pre-re mode?
-
What's/are the latest Client that Herc can support?
4144 replied to Verzeltainne's question in Client-Side Support
default packet version 20190530, and main client type -
What's/are the latest Client that Herc can support?
4144 replied to Verzeltainne's question in Client-Side Support
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. -
-
try google about git workflows. Two devs can commit into same branch, or into separate, and merge them after. all depend what you select.
-
for full client search on this forum or in rathena. for nemo see http://nemo.herc.ws/
-
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.
-
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.
-
for night i think need also map flag
-
@Sikdope please stop spamming
-
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
-
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.