Jump to content

4144

Core Developers
  • Content Count

    1189
  • Joined

  • Last visited

  • Days Won

    124

Everything posted by 4144

  1. old clients cant works with data from new client versions. Last Asheraf's repository commit support only last RagexeRE clients. if you want older translations, you can try to use old commits from his repository. Also not only translations must be correct versions but also all other data in grf. This mean if you want use 2015 client, find somewhere official kro grf and other files for 2015 client. and after if you can you can try to port to it some new data
  2. if you using 2016 exe, then you must use lua/txt and other files from 2016 version. 2018 files with outdated client exe may not works.
  3. it also can be as number or other custom constants name. for example bonus2 2061, ...
  4. look like you posted two same screens of servers two times. But in this screens missing connection to map server from client. this probably mean map server listen on wrong ip or some configuration address issue
  5. For ragexe clients after 2018-03-14 need enable patch "Disable Cheat Defender Game Guard" and also put cdclient.dll from nemo into client directory.
  6. this error mean client not exists or some other program not allow to open it. Probably you run client and want to patch it at same time. In windows this is impossible. First close client, then try to patch it. Also client can be locked by antivirus. But you should got messages about it.
  7. 4144

    map.c error

    Your stack trace show what you not using latest hercules code. If you using old hercules version, you should say commit id. If you using custom modifications in code, you should check same error on hercules without your custom modifications. And show crash stack
  8. 4144

    Nemo patcher

    Added new patch "Increase hair style limit in game" for support more hairs in doram clients. But only for non doram races
  9. 4144

    Nemo patcher

    this is not related to nemo. You have wrong lua files for your exe. for each exe version you must use lua and other files for exact same version. older or newer files may not works
  10. try resize game to resolution with width multiply of 4. For example 640, 1024, 1028, or some thing else in same way. If this is not helped, try use resolution width in power of 2. for example 512, 1024, 2048, etc. This is known bug in nvidia drivers and may be in some other.
  11. 4144

    map.c error

    you have any custom changes? because look like error lines not present in latest hercules code
  12. 4144

    map.c error

    after crash, in gdb type bt and show output. and better copy text and not images
  13. in Asheraf's repository present only translations. If you using some client exe, you must put sprites and other files for this exact version. Older or newer files may not works.
  14. you have 80 compilation errors, but not show them. also look like you using old project files or/and old sln file? because hercules not have separation for sql and txt
  15. check your custom scripts where you using script command setparam. somewhere you using wrong value.
  16. In RE clients cheat defender not exists. This patch need only for ragexe
  17. @rans now you can test pull request with support for 64k packets for old clients, and almost unlimited for new clients. https://github.com/HerculesWS/Hercules/pull/2134
  18. for fix issue need first know what is isue. You now showed stack or any info except crash. run server under gdb and show call stack after it crashed.
  19. in packets item id field size increased from int16 to int32 from 2018-07-04 RE about valid item id i not checked. probably it still limited to 32k or 64k. Also interesting fact. in player move/stand packets increased only weapon field and not other slots. probably this mean big id will be used only for non equipment? here you can see pr with changed packets https://github.com/HerculesWS/Hercules/pull/2126
  20. in normal kro exists two clients ragexe and ragexeRE. in zero client named ragexe too. but it related only for ragnarok zero server. with hercules you can use one of this clients. Grf need use for same server from where you get client. Simplest way it install kro and use oficial updater or rsu to update it to latest version. Then download unpacked exe and patch it. If you want one of old versions, here is harder. need find full client version bit older than you selected and apply all missing updated. You may have different errors with lua or other files. Try search forums about this errors or ask in irc or discord.
  21. supporter clients kro: ragexe, ragexeRE kro zero: ragexe
  22. yes, don't change any encryption options in nemo.
  23. converter works fine with correct data. report was about malformed configs. If you see error with some value like "006", then search it in your changes and fix to normal "6" etc.
  24. run mobskilldbconverter.py and it will show some help. For run it need python 2, for windows this mean need install it before run converter. In linux most time it already installed
×
×
  • Create New...

Important Information

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