Jump to content

4144

Core Developers
  • Content Count

    1188
  • Joined

  • Last visited

  • Days Won

    124

Everything posted by 4144

  1. Probably it disabled in sakray clients only? I tested on 2022-11-02 and /skip works. It show on/off messages. Try use non sakray clients. See here: http://nemo.herc.ws/downloads/ In sakray exists in instruction this line You should select clients where this line missing in instructions.
  2. this is hercules forum, but you wrote hello rathena. you sure it disabled? it should works fine. may be in some only old clients it disabled? Also this command was not exists in zero and was added to zero not long ago.
  3. what are you doing? look like you try to apply default hercules commits to outdated hercules? but why? you said something about plugins...
  4. no sure what is your issue. why you changed clif_isdisguised to disguised ?
  5. My patches only add preview to old cash shop aka trader shop and normal cash shop. Barter and expanded barter shops should have built in preview. Probably issue in lua or in types/location sent to client.
  6. if server terminated for some reason, this mean you have other issue. probably this is because missing part of this tutorial. For arm you must use configure flag --disable-manager. This need because memory manager very old and buggy, and works only on x64 arch. . ./configure --disable-manager
  7. how it prevent server from starting? it show message and do nothing else
  8. You can ignore this error/warning, because no other clock sources exists in your system.
  9. no this is custom feature. need only support for preview at all. this is probably 2018 or near. i not remember exact version. i remember in 2015 clients preview not present.
  10. 4144

    Nemo patcher

    may be you using too old operating system? It complain about bad certificate. Try also disable vpn if you have it enabled. I checked on 2019-04-17aRagexe and it works fine.
  11. New feature: Items preview in trader shop Can be enabled by: 1. defining ENABLE_OLD_CASHSHOP_PREVIEW_PATCH in core.h or by configure flag --enable-old-cashshop-preview-patch 2. Then need apply this nemo patch http://nemo.herc.ws/patches/ExtendOldCashShopPreview/ Feature can works only if option in server side enabled and enabled patch in client side. In other case custom shops will be corrupted For enable this feature need use this pull request https://github.com/HerculesWS/Hercules/pull/3152
  12. probably you corrupted configure by copy files from windows? you can regenerate configure by this command autoreconf but if this is windows issue, need fix many other files.
  13. official client - C++ hercules - C
  14. emulators support only kro for support iro you should modify your emulator. but you can get resources from iro and try use them in kro with hercules.
  15. error show you have issue in connection between servers. probably you run more than once server instance on same ip address? try close all servers and left only one hercules instance.
  16. https://board.herc.ws/topic/20151-http-support-in-hercules-funding/
  17. after sprintf, add aFree(item_name); and why memcpy? server may crash if name too short. probably better strncpy or safestrncpy
  18. i not remember how packages named in homebrew, but may be need install pcre-dev or pcre-development or pcre2-dev or pcre2-development or something similar? if it installed probably issue somewhere in paths. try search error about pcre in config.log
×
×
  • Create New...

Important Information

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