Jump to content

4144

Core Developers
  • Content Count

    1190
  • Joined

  • Last visited

  • Days Won

    125

Everything posted by 4144

  1. Use patch http://nemo.herc.ws/patches/IncreaseHairSprites/ 64k patch works normally for old clients only. Successful show only what patch can be enabled. But it not show is client crash or not.
  2. In very latest clients was changed compiler, because this many patches may not works Nemo without patch word in header useless for anything newer than 2016-2017 clients. You can wait unit this patch will be fixed in future, or you can sponsor fix. I mostly not have time for patches
  3. what client version you used and what nemo?
  4. actually with some hacking possible add custom cell types. But this is not simple
  5. grf and data from rathena look like broken for all clients newer than 20180621. If need use new clients, better use official kro/data. can be used one what Ridley distributing
  6. Replace charnameack to blname_ack
  7. try move camera from/to character. If you put camera very close to player it can be draw with bugs
  8. Another small issue of rathena, not support clients newer than 2018-06-21 ragexeRE and not support newer than 2018-11-14 ragexe. Some advantages of hercules, support for almost all kro clients (ragexe and ragexeRE) and zero clients (ragexe_zero). Hercules can be compiled for windows, linux, macosx, cygwin. In hercules missing some recent skills.
  9. I created this pr https://github.com/HerculesWS/Hercules/pull/2419 for allow change some limits
  10. atk and some other attributes stored in unsigned short fields. this mean max value is 65535. Also some packets allow only short/unsigned shorts. I can try create pr with increasing this fields, but not sure is it will broke some old pre-re code
  11. 4144

    Hi

    Yes for very latest client some non critical patches may not works, but client still will works fine but with missing some patches. If you want some patches what not works, you can try bit older clients if want almost latest client. From other side 2015 is very outdated, better use late 2018 or yearly of 2019 clients.
  12. data need too, because often here manual changes present
  13. because client exe almost latest, better get grf and other files from official kro or from any clean data/grf without custom modifications. also try less patches, may be it can exit normally. checked on bit outdated official data, client exit normally used minimal patches: 9 Disable 1rag1 type parameters (Recommended) 13 Disable Ragexe Filename Check (Recommended) 35 Read Data Folder First 36 Read msgstringtable.txt (Recommended) 230 Always load Korea ExternalSettings lua file 231 Remove hardcoded address/port (Recommended) 232 Restore old login packet (Recommended) Also used hercules pr https://github.com/HerculesWS/Hercules/pull/2406 alternative way try get client from here and update with rsu to latest version
  14. Ah then previous developer was broke some patches for old versions, i will try to check this
  15. 4144

    Hi

    changes can be only allow set packet version and client type by configure parameters. but old way with changing headers works too Here you can see how do build for each client for you selected: http://nemo.herc.ws/clients/ select client and select build on linux
  16. you mean you copy old file? For hide buttons exists atleast two patches...
  17. yes you can or any other version Ragexe is stable kro clients, RagexeRE is testing kro clients, Ragexe_zero is zero clients
  18. From server side most or all versions should works. Older than 2017 may have some issues and need test for each client) From client side, clients itself works fine, but in some can be issues. And more important not all clients may works patches what you need. Check patches what you need on http://nemo.herc.ws/clients/ On other emulators popular version 2018-06-21, because this emulators not support newer version. But in hercules you can use any new version too.
  19. 4144

    noitem plugin

    yes look like missing cleanup on server stop and on logout. Because vector is not array but some kind of custom type with pointer, it should be cleaned manually
  20. @AnnieRuru rathena now is not C game, it using other compiler other flags etc, tutorial from rathena compilation can be useless here
  21. @skyundersea dont use outdated nemo
  22. With packet error, look like encryption disabled in client. By default server enable encryption always. Patch client without changing encryption or disable encryption in server configuration
  23. look like you using new server code and old database see sql updates what server suggest to apply
  24. 4144

    Nemo patcher

    Correct, patch AllwaysCallSelectKoreaClientinfo works not for all clients see http://nemo.herc.ws/patches/KoreaServiceTypeXMLFix/ For new clients dont need this patch anyway
  25. 4144

    Nemo patcher

    Try other way if this not works. What os and shell you using? My usage output: $ wget -qO- "http://nemo.herc.ws/get2.py" | python2 - 2018-06-20cRagexe Please wait... INFO:download:Create file: 2018-06-20cRagexe.exe: 10825616 INFO:download:Archive end detected INFO:download:Done
×
×
  • Create New...

Important Information

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