Jump to content

4144

Core Developers
  • Content Count

    1189
  • Joined

  • Last visited

  • Days Won

    124

Reputation Activity

  1. Upvote
    4144 got a reaction from Ridley in Nemo patcher   
    i don think reports exists some where.
    And patch pushed http://nemo.herc.ws/patches/ChangeDisplayCharDelDelay/#success-clients
    works almost on all 2018 clients and on some 2017 clients
  2. Upvote
    4144 got a reaction from Functor in Nemo patcher   
    yes i undestand. i mean people reported what this date completely broken, but it really can be fixed in server side.
    But different options is good
    Will push into nemo after nemo site pipeline will complete.
  3. Like
    4144 got a reaction from anacondaq in Nemo patcher   
    This topic about Nemo fork https://gitlab.com/4144/Nemo
    Most changes present in ChangeLog
    Patches reports service: http://nemo.herc.ws
     
    For test Ragnarok zero clients need:
     
    this nemo fork and enable at least patches from https://gitlab.com/4144/Nemo/blob/master/profiles/zero_minimal.log this or similar clientinfo.xml https://gitlab.com/4144/Nemo/blob/master/configs/zero/clientinfo.xml  
    From 2018-11-14 in all clients must be enabled patch Remove hard coded address/port
    For clients newer than 2018-03-09:
    Need manually copy cdclient.dll from Nemo/input or enable patch "Copy patched Cheat Defender Game Guard"
     
    Clients exe downloads: http://nemo.herc.ws/downloads/
    Full client downloads: http://nemo.herc.ws/downloads/#downloadable-full-clients
     
    Discord: https://discord.com/invite/ByEQHDf
     
     
  4. Upvote
    4144 got a reaction from Relzz in Nemo patcher   
    Nemo updated
    New patches:
    Copy patched Cheat Defender Game Guard Fix achievement counters for each type of achievement Fix act delay for act files with many frames Also now with nemo distributed plugin for extend Nemo features.
    New features:
    Can be translated almost all text lines. In User interface and in patches. Support for right to left text direction. Translations for Russian and Arabic languages. Menu help Devs features:
    Function what called in each patch after user pressed "apply" button. New script variables PLUGIN_VERSION, SRC_CLIENT_FILE, DST_CLIENT_FILE. New script functions for translations _(text), N_(text) New script function for copy files copyFileToDst(srcPathWithName, dstName) More info in changelog: https://gitlab.com/4144/Nemo/blob/master/ChangeLog.md#2018-11-23-different-updates
     
  5. Upvote
    4144 got a reaction from gilbertobitt in Change language can't use accents or "ç"!   
    yes you can create external settings file for your lang type or use patch with one external settings file for any lang types
  6. Upvote
    4144 got a reaction from gilbertobitt in Change language can't use accents or "ç"!   
    if you change langtype need use patch "Always load Korea ExternalSettings lua file"
  7. Upvote
    4144 got a reaction from astralprojection in How to enclose qoutation to string variable   
    better use way how suggested @Asheraf, because it allow use good translation,
    but if you want strings concatenations, use this code:
    atcommand "#warp \"" + .@playername$ + "\" " + .arena_map$ + " 22 50";  
  8. Upvote
    4144 got a reaction from OmarAcero in error to compiler - Ubuntu   
    look like you not have 32 bit libs on 64 bit system.
    I not sure is 3CeAM can really works in 64 bit mode, but you can try run
    ./configure --enable-64bit make  
  9. Upvote
    4144 got a reaction from OmarAcero in error to compiler - Ubuntu   
    if you have windows, why not build with visual studio? if latest versions not works on 32 bit systems, you can search some old versions.
     
  10. Upvote
    4144 got a reaction from Duzanjos in kRO unpacked clients releases   
    Clients not protected by themida can be downloaded now from nemo site: http://nemo.herc.ws/downloads/
    Need follow instructions from each client page.
  11. Upvote
    4144 got a reaction from Beret in Nemo patcher   
    Added new service with reports about all patches for all kro and zero clients.
    http://nemo.herc.ws
     
  12. Upvote
    4144 got a reaction from fTakano in Nemo patcher   
    New patch "Restore chat focus"
  13. Upvote
    4144 got a reaction from fTakano in Nemo patcher   
    Added new service with reports about all patches for all kro and zero clients.
    http://nemo.herc.ws
     
  14. Upvote
    4144 got a reaction from meko in Git not updating anymore   
    you using stable branch. this branch updated only on release time. this is mostly once per month.
    also you have two custom commits in local branch.
    you can switch to master branch by command git checkout master
     
  15. Upvote
    4144 got a reaction from Darius Trevor in Mercenary_Rent   
    hm, but getd should not return errors for constants too
  16. Upvote
    4144 got a reaction from MikZ in Plugin Makefile   
    wrong
    Exists atleast 3 ways how build plugins.
    1.
    after building server run
    make plugin.myplugin1 where myplugin1 is your plugin name
    or you can add your plugin name into variable in make file
     
    2.
    add your plugins into make file. change
    MYPLUGINS := $(MYPLUGINS) to
    MYPLUGINS := $(MYPLUGINS) myplugin1 where myplugin1 is your plugin name
     
    3.
    use environment variables. run command
    MYPLUGINS=myplugin1 make plugins where myplugin1 is your plugin name
  17. Upvote
    4144 got a reaction from Ridley in Nemo patcher   
    New patch "Allow close cutin by pressing esc key"
  18. Upvote
    4144 got a reaction from Echoes in Adding new lines to iteminfo.lua makes client unable to read it   
    error said you did syntax error. lua is code and you must follow rules of this language.
    error probably said what you missing
    " or
    '  
  19. Upvote
    4144 got a reaction from Beret in Nemo patcher   
    New patches
    "Change minimal screen resolution limit" - for change default minimal screen size 1027x768
    "Allow leader to leave party if no members on map" - for remove some restrictions from party leader
  20. Upvote
    4144 got a reaction from Beret in Nemo patcher   
    Fixed patch "Always Use Email for Char Deletion"
    New patches:
    "Change new char name field height" - in char creation dialog in some lang types char name can be too big in height and partially ivisible. this patch allow change input field height
    "Remove wrong chars from cash shop" - this patch allow remove random wrong chars in cash shop window
  21. Upvote
    4144 got a reaction from Kyoya G in Custom Quest Sprites (alt+u)   
    all files. you should find official kro files for exact client exe version. If versions bit different you still may have some errors.
    After if all works without errors, you can mod data, add / remove files etc.
     
  22. Upvote
    4144 got a reaction from Kyoya G in Custom Quest Sprites (alt+u)   
    if you using 2016 exe, then you must use lua/txt and other files from 2016 version. 2018 files with outdated client exe may not works.
     
  23. Upvote
    4144 got a reaction from Sora in Character Selection   
    this error mean client not exists or some other program not allow to open it.
    Probably you run client and want to patch it at same time. In windows this is impossible.
    First close client, then try to patch it. Also client can be locked by antivirus. But you should got messages about it.
     
  24. Upvote
    4144 got a reaction from rans in Any word about increasing max Item id?   
    @rans now you can test pull request with support for 64k packets for old clients, and almost unlimited for new clients.
    https://github.com/HerculesWS/Hercules/pull/2134
  25. Upvote
    4144 got a reaction from Authentic in Creates a DATA GRF AND Ragexe   
    in normal kro exists two clients ragexe and ragexeRE.
    in zero client named ragexe too. but it related only for ragnarok zero server.
    with hercules you can use one of this clients. Grf need use for same server from where you get client. Simplest way it install kro and use oficial updater or rsu to update it to latest version. Then download unpacked exe and patch it.
    If you want one of old versions, here is harder. need find full client version bit older than you selected and apply all missing updated.
    You may have different errors with lua or other files. Try search forums about this errors or ask in irc or discord.
     
×
×
  • Create New...

Important Information

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