Jump to content

4144

Core Developers
  • Content Count

    1189
  • Joined

  • Last visited

  • Days Won

    125

Reputation Activity

  1. Like
    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  
  2. Like
    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.
     
  3. 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
     
  4. 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.
     
  5. 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.
     
  6. Like
    4144 got a reaction from fiction in Guild emblems on Flux CP after HTTP release   
    yes
  7. 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
     
  8. 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.
  9. Like
    4144 got a reaction from evilpuncker in Guild emblems   
  10. 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.
     
  11. 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 ?
  12. Like
    4144 got a reaction from IndieRO in Nemo patcher   
  13. 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.
  14. 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
     

     
     
  15. 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
     

     
     
  16. 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
     

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

Important Information

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