Jump to content

4144

Core Developers
  • Content Count

    1188
  • Joined

  • Last visited

  • Days Won

    124

Reputation Activity

  1. Like
    4144 got a reaction from Neffletics in Upcoming hercules feature   
    Already merged into hercules
     
    New feature: Items preview in cash shop
     
    Can be enabled by:
    1. defining ENABLE_CASHSHOP_PREVIEW_PATCH in core.h or by configure flag --enable-cashshop-preview-patch
    2. Then need apply this nemo patch http://nemo.herc.ws/patches/ExtendCashShopPreview/
     
    Feature can works only if option in server side enabled and enabled patch in client side. In other case cash shop will be corrupted
     

     
  2. Like
    4144 got a reaction from evilpuncker in Upcoming hercules feature   
    Already merged into hercules
     
    New feature: Items preview in cash shop
     
    Can be enabled by:
    1. defining ENABLE_CASHSHOP_PREVIEW_PATCH in core.h or by configure flag --enable-cashshop-preview-patch
    2. Then need apply this nemo patch http://nemo.herc.ws/patches/ExtendCashShopPreview/
     
    Feature can works only if option in server side enabled and enabled patch in client side. In other case cash shop will be corrupted
     

     
  3. Like
    4144 got a reaction from fiction in Upcoming hercules feature   
    Already merged into hercules
     
    New feature: Items preview in cash shop
     
    Can be enabled by:
    1. defining ENABLE_CASHSHOP_PREVIEW_PATCH in core.h or by configure flag --enable-cashshop-preview-patch
    2. Then need apply this nemo patch http://nemo.herc.ws/patches/ExtendCashShopPreview/
     
    Feature can works only if option in server side enabled and enabled patch in client side. In other case cash shop will be corrupted
     

     
  4. Like
    4144 got a reaction from rayhanalka in New hercules feature: Expanded barter shop   
    From last release in hercules was added new shop type: expanded barter shop.
    This shop allow buy item with different amount and pay with other items or with money. For removed items supported refine levels.
    Also this shop allow infinite or limited numbers in shop. Limited numbers saved into database.
     
    For use shop example script uncomment in file npc/scripts_custom.conf this line:
    //"npc/custom/expandedbartershop.txt",  
    This shop supported from clients:
    Ragexe: 2019-11-20 and newer
    RagexeRE: 2019-11-06 and newer
    Ragexe zero: 2019-11-27 and newer
     
    Same sample images:

     

     
  5. Like
    4144 got a reaction from MikZ in [Release] ExtendedBG for Hercules (with eAmod BG modes)   
    then this mean plugin not updated yet
  6. Like
    4144 got a reaction from simplexjay2 in http://nemo.herc.ws/ Downloading Client   
    because you not download file with browser.
    i saw people often use some download manager in chrome, and this download manager corrupting downloaded file names.
    try disable this download manager.
     
  7. Like
    4144 got a reaction from Kuroyama in Create Crash Dump   
    ok, by default configure works. but sanitizers is not.
    then if you want build your server need run this commands:
    make clean ./configure --enable-debug=gdb make  
    if you have issues with crash dump creation,
    run map server from gdb like this:
    gdb ./map-server and run command
    run inside gdb
     
    if you using screen you can reconnect after and see how your server crashed.
    after crash in gdb run
    bt or
    bt all  
  8. Like
    4144 got a reaction from xJhay in Duplicate Mob   
    this error said what you have same constant TONATOS with different values. here i think it's id.
    dont use same SpriteName in different mobs. for your custom mob use for example SpriteName with value TONATOS2
     
  9. Like
    4144 got a reaction from AnnieRuru in @packetfilter   
    @AnnieRuru i not sure is this can works, but you can try use clang in visual studio. it probably will show more errors.
    or use WSL or WSL2 with linux kernel and tools inside.
     
     
  10. Like
    4144 got a reaction from DeesT in Map Files with RSM2 extension.   
    this errors mean you have too old client
     
    you can use 2019 clients. starting from 2019-10-02cRagexe or 2019-03-06bRagexeRE.
     
    probably about 2020 clients people talked because rathena oficially support only some versions from 2018 and 2020 clients, without any from 2019.
     
  11. Upvote
    4144 got a reaction from fiction in Please HELP! SQL Table problem!   
    to be clear. hercules still will use conf files, but plugin db2sql allow extract many info as sql files. after you can use this files and get your items/mobs etc in your web panel
     
  12. Upvote
    4144 got a reaction from Psyz in chatlog error special characters   
    try change charset in database property, in table propery and each columns
     
    also probably better set some good charset in mysql.conf or mariadb.conf (depend what sql software you using)
     
    If you not sure what charset to set, try utf8mb4 or utf8mb4_general_ci. it should support any languages
     
  13. Like
    4144 got a reaction from evilpuncker in What's/are the latest Client that Herc can support?   
    default packet version 20190530, and main client type
     
  14. Like
    4144 got a reaction from evilpuncker in Nemo patcher   
    no. with php script it non flexible.
    i working a bit on emblems and other things implementation in hercules, but still need add many missing features.
     
  15. Like
    4144 got a reaction from Verzeltainne in What's/are the latest Client that Herc can support?   
    default packet version 20190530, and main client type
     
  16. Like
    4144 got a reaction from AnnieRuru in 2 DEVS   
    try google about git workflows. Two devs can commit into same branch,  or into separate, and merge them after. all depend what you select.
     
  17. Like
    4144 got a reaction from AnnieRuru in Some upcoming hercules features   
    Futures already added to hercules:
    Inventory expanding
     http://imgc1.gnjoy.com/ufile/ro/2018/11/21/QK3O60RA1MGOMU301NUO.gif
    Supported from clients: 2018-10-31 ragexe/ragexeRE, 2018-11-14 zero.
    For expand inventory need to have in inventory item Inventory_Extension_Coupon (25793)
     
    Barter shop
     
    Supported from  clients: 2019-01-16 ragexe/ragexeRE, 2018-12-26 zero.
    For shop barter shop need uncomment line
    "npc/custom/bartershop.txt", in npc/scripts_custom.conf. Barter shop demo npc will be added in prontera at (159, 284).
     
    Most client exes can be downloaded here: http://nemo.herc.ws/downloads/
  18. Like
    4144 got a reaction from AnnieRuru in Some new hercules features   
    Display group (titlte) and icon for mobs, homunculus, npc, mercenaries
    For set icon in some way need get bl_id of npc, mob etc and call function:
     
    Set icon
    setunitdata(GID, UDT_GROUP, ID) Icon files stored in directory data/texture/유저인터페이스/group/group_ID.bmp
    Where GID is bl id of being, ID is icon id.
    Example for npc:
    setunitdata(getnpcid(), UDT_GROUP, 3); It will use this image:
    data/texture/유저인터페이스/group/group_3.bmp  
    Set group
    setunittitle(GID, group_name);
    Where group_name is any name what you want assign to group
    Example for npc:
    setunittitle(getnpcid(), "Hercules");  
    Sample images



     
    Works from versions:
    ragexe from 20180207,
    ragexeRE from 20171129,
    ragexe_zero from 20171130
  19. Like
    4144 got a reaction from evilpuncker in 2 DEVS   
    try google about git workflows. Two devs can commit into same branch,  or into separate, and merge them after. all depend what you select.
     
  20. Like
    4144 got a reaction from evilpuncker in Request Client 2020-04-01bRagexe   
    why you patching downloader script?
    you run downloader, and it download client exe succesfully. You saw output? why not use client exe? See your screenshot with client exe name.
     
     
  21. Like
    4144 got a reaction from evilpuncker in Help converting small piece of code to hercules   
    error show what this is not function and not variable
    date_get(DT_YYYYMMDD)) Also error said what parameters to
    clif->msgtable_color is wrong
     
  22. Like
    4144 got a reaction from AnnieRuru in Hercules Zero   
    Not long ago kro clients again packed with themida. And for now no way to unpack this clients for use in pservers. After unpack client always will crash.
    But themida not used in ragexeRE clients, and this clients can be used as before.
     
    Same issue was with ragexe clients from late 2016 to 2018, worked only ragexeRE clients.
  23. Upvote
    4144 got a reaction from AnnieRuru in Unknow option '--generate-translations dont '   
    or simpler. try apply this patch to generate-translations.c
    - } else if (*p == PATHSEP) { + } else if (*p == PATHSEP || *p == '/') {  
  24. Like
    4144 got a reaction from evilpuncker in Client Translation Project   
    iro files almost always very outdated, but i think good base for translation. As another source can be used euRo files
    People i think using translation by Asheraf: https://github.com/Asheraf/Translation
    and translation by zackdreaver https://github.com/zackdreaver/ROenglishRE
    zackdreaver mostly for rathena and outdated clients and Asheraf's for latest clients.
     
  25. Like
    4144 got a reaction from sprdosat in Nemo patcher   
    yes you doing it wrong.
    Read instructions again. You cant patch downloader script. you must download client exe first.
     
×
×
  • Create New...

Important Information

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