
4144
-
Content Count
1189 -
Joined
-
Last visited
-
Days Won
125
Reputation Activity
-
4144 got a reaction from some1 in How create new maps and filds (Files.mcache)
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
-
4144 got a reaction from some1 in How create new maps and filds (Files.mcache)
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.
-
4144 got a reaction from Fou-lu in Remove transparency from map objects.
in game folder. this is brown or gray background rectangle image. in name should be word back
-
4144 got a reaction from Fou-lu in Remove transparency from map objects.
use this patch for hide empty space between buttons http://nemo.herc.ws/patches/SkipHiddenMenuButtons
for reduce window size, edit background image size. i not remember how it named.
-
4144 got a reaction from Fou-lu in Remove transparency from map objects.
May be you already enabled this patch?http://nemo.herc.ws/patches/RestoreModelCulling
Try disable this patch.
-
-
4144 got a reaction from IndieRO in Http support in hercules (merged to hercules)
I created pull request with api-server code https://github.com/HerculesWS/Hercules/pull/3198
-
4144 got a reaction from ProjectX in Http support in hercules (merged to hercules)
And api-server merged. Now it's part of hercules.
-
-
4144 got a reaction from Neffletics in Linux Concurrent Connection Limit
in hercules in configure enable epoll.
in system settings if need increase connections count. default limit may works too.
Also don't use centos 7. It was released 20 years ago. It very outdated.
-
4144 got a reaction from chojuro in Compiler error lnk @clif.c
no sure what is your issue.
why you changed
clif_isdisguised to
disguised ?
-
-
4144 got a reaction from fiction in Upcoming hercules feature
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.
-
4144 got a reaction from Aruar in Upcoming hercules feature
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
-
4144 got a reaction from IndieRO in Upcoming hercules feature
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
-
4144 got a reaction from fiction in Upcoming hercules feature
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
-
-
4144 got a reaction from bWolfie in Help with map server leak
after sprintf, add
aFree(item_name); and why memcpy? server may crash if name too short. probably better strncpy or safestrncpy
-
4144 got a reaction from Echoes in Failure to connect after Character selection
This client using cheat defender anti cheat, for disable it, you must use Nemo.
Old patchers not support this anti cheat. And yes this is normal. You can connect to login and char servers, but cant to map. For fix this, use Nemo
Here you can see what patches can works and what cant with your client: http://nemo.herc.ws/clients/2018-06-20eRagexe/
-
4144 got a reaction from dnote98 in Increase Agi and Blessing skills AND scrolls wont work
try run run copy of your server in vps as test server.
on test server try remove plugins and custom changes. if it works fine, try slowly add your changes.
or issue can be in one of config or db files. for check this try build for test server completly clean hercules version and check is issue present or not.
-
4144 got a reaction from IndieRO in Http support in hercules (merged to hercules)
it adding missing features to emulator yes, this is like rathena.
but it works different, this mean not like rathena.
rathena server very basic and it cant do anything except some http handlers. alternative rathena server integrated to probably map server, this is not the best solution too.
-
4144 got a reaction from IndieRO in Http support in hercules (merged to hercules)
Some progress update. Complete things:
Add support for gif guild emblems. Add support for emblems bigger than 64k bytes. Add shared configs support between login/char/map/api. Add configuration with default emotes for new chars.
-
4144 got a reaction from evilpuncker in Http support in hercules (merged to hercules)
Some progress update. Complete things:
Add support for gif guild emblems. Add support for emblems bigger than 64k bytes. Add shared configs support between login/char/map/api. Add configuration with default emotes for new chars.
-
4144 got a reaction from Kusoo in Http support in hercules (merged to hercules)
Some progress update. Complete things:
Add support for gif guild emblems. Add support for emblems bigger than 64k bytes. Add shared configs support between login/char/map/api. Add configuration with default emotes for new chars.
-
4144 got a reaction from KeiKun in Http support in hercules (merged to hercules)
Some progress update. Complete things:
Add support for gif guild emblems. Add support for emblems bigger than 64k bytes. Add shared configs support between login/char/map/api. Add configuration with default emotes for new chars.