
4144
-
Content Count
1169 -
Joined
-
Last visited
-
Days Won
122
Reputation Activity
-
-
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.
-
4144 got a reaction from Vietlubu in Http support in hercules (merged to hercules)
For long time i worked on incomplete yet project for add http support into hercules.
And this is funding page for this project.
What parts this project contains already:
new server with http support (named api-server). missing packets for guild emblems. http guild emblems (bmp, gif). hotkeys. emotes. adventurer agency (without search). basic plugins support for all this. basic plugins support for custom urls. extend plugins support for inter server packets. add support for api to login, char, map packets. protection against different attacks on servers. sample http plugin. 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.
What need to add
adventurer agency search. extend service urls support. add support for browsers and web panels api for control servers. twitter like messages support for old clients. support for vending shops load/save. other different small things.
Now this project merged to hercules.
Merged pull request: https://github.com/HerculesWS/Hercules/pull/3198
-
4144 got a reaction from jowi in NPC Sell Items with Refine & Card
see expanded barter shops
and see help for script command sellitemcurrency: https://github.com/HerculesWS/Hercules/blob/stable/doc/script_commands.txt#L10450
some examples here: https://github.com/HerculesWS/Hercules/blob/stable/npc/custom/expandedbartershop.txt
this is for refine. cards look like not allowed
-
4144 got a reaction from fiction in Http support in hercules (merged to hercules)
Some update on project. now also implemented
extend plugins support for inter server packets. add support for api to login, char, map packets. protection against different attacks on servers. sample http plugin.
-
4144 got a reaction from evilpuncker in Http support in hercules (merged to hercules)
Some update on project. now also implemented
extend plugins support for inter server packets. add support for api to login, char, map packets. protection against different attacks on servers. sample http plugin.
-
4144 got a reaction from IndieRO in Http support in hercules (merged to hercules)
Some update on project. now also implemented
extend plugins support for inter server packets. add support for api to login, char, map packets. protection against different attacks on servers. sample http plugin.