Jump to content

4144

Core Developers
  • Content Count

    1189
  • Joined

  • Last visited

  • Days Won

    124

Everything posted by 4144

  1. Virtue, version already set by configure.
  2. what about client patches? you disabled encryption keys? in server side encryption look like enabled or auto.
  3. modified something related to updates i think
  4. new clients not checks file names anymore
  5. probably you using old hercules? also here two branches stable and master...
  6. look like your server still using wrong packet version. after you run configure with new flags or change headers, need rebuild server from scratch. this mean commands: ./configure --enable-packetver=20180309 --enable-packetver-zero make clean make sql
  7. @Virtue only after some one return it back. For now pull requests from Smoke is closed. But code still present. Need atleast reabase it on top of latest hercules.
  8. for new clients i think if use non korean lang type, need remove some or most files from _kr suffix to your suffix. for russia i think it will be _ru or may be _rus.
  9. 4144

    Nemo patcher

    No
  10. you not showed what happened with login server. and say nothing about it. run 3 server each in own window and if it not work, show errors from each server
  11. in your screenshots you should probably char and map servers. but not show login server. probably it stopped or crashed?
  12. 3306 is sql port. but default port for login server is 6900 for char 6121 for map 5121 If you changed them all to 3306, nothing will works.
  13. 4144

    Nemo patcher

    if nemo crashed, here probably no one can help, because binary is closed source and author is gone. But you can try run it on other os or without antivirus. Also try less patches And try to other clients, is it crashing too or not
  14. 4144

    Nemo patcher

    What you mean nemo crashed or client crashed?
  15. 4144

    Nemo patcher

    Fixed patch "Enable DNS Support" untested
  16. 4144

    Nemo patcher

    Fixed patch "Disable Quake skill effect" Probably fixed patch "Enable Custom Jobs"
  17. 4144

    Nemo patcher

    I not tested all patches, some probably may fail like you show dns failed patch
  18. 4144

    Nemo patcher

    And now ragexe from main kro using cheat defender too.
  19. 4144

    Nemo patcher

    Latest zero client using 0 keys for packet encryption. Now it using cheat defender and it encrypt all packets and not only id. For private servers need disable cheat defender. But if set non zero keys, they will works again. This mean it already disabled.
  20. 4144

    Nemo patcher

    Add patch "Disable Cheat Defender Game Guard" for disabled cheat defender. This game guard from version 2018-03-15 used in zero clients and probably will be used in kro main. Also included replacment for cheat defender dll CDClient.dll After this patch client not do any packets encryption and can connect to hercules.
  21. in windows copy plugin binary mapcache.dll into plugins directory in hercules. then open command line in hercules directory and run commands what was in previous messages. in linux you using wrong directory. put files in /home/data/data. dir /home/data is your client root, /home/data/data is data directory in client.
  22. probably you changed some make files? or may be using old hercules version where no mapcache plugin? see in src/plugins, should be file mapcache.c
  23. build server build mapcache plugin make plugin.mapcache run command for help about command line parameters ./map-server --load-plugin mapcache --help See all commands about map cache and select what you want. For add map probably you want ./map-server --load-plugin mapcache --map youmapname
  24. probably you forgot replace NULL in other mods?
×
×
  • Create New...

Important Information

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