4144
Core Developers-
Content Count
1189 -
Joined
-
Last visited
-
Days Won
124
Content Type
Profiles
Forums
Downloads
Staff Applications
Calendar
Everything posted by 4144
-
it show what file missing. add this missing file
-
look like different client and server maps
-
in 2010 was no hercules yet, it was eathena. and you can get any version from git for all commits starting from end of 2004.
-
How Hercules skill coding structure actually works?
4144 replied to AHKIM's question in Source Support
yes in configs not much logic, it mostly how hard hit, how big delays, skill types etc and actual logic in C side. in configs also relations between skill and sc. -
How Hercules skill coding structure actually works?
4144 replied to AHKIM's question in Source Support
I not looked what this skill really do, But most skills works like this. At first skill name AS_GRIMTOOTH. Often skill activate some SC_* option. And if need some kind of helpers, skill may spawn skill units UNT_*. Logic separated between configs and code. So if you need understand how exactly selected skill works, you can look in code for skill constant first (in example AS_GRIMTOOTH) -
Fox fix some image size issue need also use this nemo patch http://nemo.herc.ws/patches/ChangeCaptchaImageDecompressionSize/
-
you probably saw error what you loading wrong client? because this most patches will not works. try use unpatched client exe and with correct name.
-
idk what this constant mean. you got script somewhere, get this constant too or try use similar hercules constant
-
it said what constant MF_LOADEVENT not defined
-
read about git rebase and git merge
-
then you using wrong editor. windows editors mostly hide many things in text. try may be notepad++ or other editor where BOM chars visible and end of lines visible too. also you can try resave your config with unix end lines.
-
at line 2051 you have error
-
read error message and fix error at given position
-
conf/global/sql_connection.conf:1 - syntax error
4144 replied to Vermithore's question in General Server Support
this error mean you conf file corrupted probably you using wrong text editor try use editor what can show BOM char and also try not use windows end lines. in other words get original file and edit it with safe editor. -
you should said before what you using rathena, because here hercules forum, and by default mean server is hercules.
-
"Subnet Check:Wan" - Disconnected from server (0) Error
4144 replied to bbicudo's question in General Server Support
your last message from char server. this mean client never connected to map server may be you using wrong configs or something else is wrong. you can try logging plugin and log all packets what server send and receive (it will leak your passwords, ips, etc) and post logs here here is plugin https://github.com/HerculesWS/StaffPlugins/tree/master/4144/packetlogger2 -
"Subnet Check:Wan" - Disconnected from server (0) Error
4144 replied to bbicudo's question in General Server Support
you not show any server errors or disconnect messages after subnet check -
CTwitterDataMgr :: CreateInstance () Error on 20200805 RagexeRE
4144 replied to bbicudo's question in Client-Side Support
error mean wrong or missing external settings file. also if you using not supported lang type you must enable patch http://nemo.herc.ws/patches/AlwaysReadKrExtSettings/ -
try ask Functor for resign your patched binary