Jump to content

4144

Core Developers
  • Content Count

    1189
  • Joined

  • Last visited

  • Days Won

    124

Everything posted by 4144

  1. it show what file missing. add this missing file
  2. look like different client and server maps
  3. 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.
  4. 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.
  5. 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)
  6. Fox fix some image size issue need also use this nemo patch http://nemo.herc.ws/patches/ChangeCaptchaImageDecompressionSize/
  7. 4144

    Nemo patcher

  8. 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.
  9. idk what this constant mean. you got script somewhere, get this constant too or try use similar hercules constant
  10. it said what constant MF_LOADEVENT not defined
  11. read about git rebase and git merge
  12. 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.
  13. at line 2051 you have error
  14. read error message and fix error at given position
  15. 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.
  16. 4144

    Nemo patcher

  17. you should said before what you using rathena, because here hercules forum, and by default mean server is hercules.
  18. 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
  19. you not show any server errors or disconnect messages after subnet check
  20. 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/
  21. try ask Functor for resign your patched binary
  22. 4144

    Nemo patcher

×
×
  • Create New...

Important Information

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