4144
Core Developers-
Content Count
1189 -
Joined
-
Last visited
-
Days Won
124
Content Type
Profiles
Forums
Downloads
Staff Applications
Calendar
Everything posted by 4144
-
you can use tools/skilldbconverter.php
-
Why /skip command removed in 20200902 ?
4144 replied to dikapramantya's question in Client-Side Support
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. -
Why /skip command removed in 20200902 ?
4144 replied to dikapramantya's question in Client-Side Support
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. -
what are you doing? look like you try to apply default hercules commits to outdated hercules? but why? you said something about plugins...
-
no sure what is your issue. why you changed clif_isdisguised to disguised ?
-
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.
-
[Error]: Unoptimal clock source detected: 'arch_sys_counter'
4144 replied to Chii's question in Linux Support
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 -
[Error]: Unoptimal clock source detected: 'arch_sys_counter'
4144 replied to Chii's question in Linux Support
how it prevent server from starting? it show message and do nothing else -
[Error]: Unoptimal clock source detected: 'arch_sys_counter'
4144 replied to Chii's question in Linux Support
You can ignore this error/warning, because no other clock sources exists in your system. -
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.
-
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
-
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.
-
official client - C++ hercules - C
-
[Collection] Official Full Clients + latest kRO
4144 replied to Ridley's topic in Client-Side Releases
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.- 22 replies
-
- kro
- full client
-
(and 2 more)
Tagged with:
-
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.
-
https://board.herc.ws/topic/20151-http-support-in-hercules-funding/
- 9 replies
-
- guild emblem
- emblem
-
(and 1 more)
Tagged with:
-
extendedbg plugin source code too old
-
after sprintf, add aFree(item_name); and why memcpy? server may crash if name too short. probably better strncpy or safestrncpy
-
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