Jump to content

4144

Core Developers
  • Content Count

    1188
  • Joined

  • Last visited

  • Days Won

    124

Reputation Activity

  1. Like
    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
     
  2. Like
    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.
     
  3. Like
    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.
     
  4. Like
    4144 got a reaction from fiction in Guild emblems on Flux CP after HTTP release   
    yes
  5. Like
    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
     
  6. Upvote
    4144 got a reaction from ProjectX in Http support in hercules (merged to hercules)   
    And api-server merged. Now it's part of hercules.
  7. Like
    4144 got a reaction from evilpuncker in Guild emblems   
  8. Upvote
    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.
     
  9. Like
    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 ?
  10. Like
    4144 got a reaction from IndieRO in Nemo patcher   
  11. Upvote
    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.
  12. Like
    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
     

     
     
  13. Like
    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
     

     
     
  14. Like
    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
     

     
     
  15. Like
    4144 got a reaction from Brynner in Nemo patcher   
  16. Upvote
    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
  17. Like
    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/
  18. Like
    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.
     
  19. Like
    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.
     
     
  20. Like
    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.  
  21. Like
    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.  
  22. Like
    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.  
  23. Like
    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.  
  24. Like
    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
     
     
  25. Like
    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
×
×
  • Create New...

Important Information

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