Jump to content

Asheraf

Core Developers
  • Content Count

    252
  • Joined

  • Last visited

  • Days Won

    33

Reputation Activity

  1. Upvote
    Asheraf got a reaction from tiagofm94 in kRO unpacked clients releases   
    1 - about itemInfo and 2018-01-24b, my repository only supports the latest client available and since the function changed in the more recent version its the only one supported, you can revert to an older version to use it or just replace the two functions in the end of the file with the old ones.
     
    2 - about langtype 12:
    *  in sclientinfo.xml set the following:
    <servicetype>brazil</servicetype> <servertype>primary</servertype> <connection> <langtype>12</langtype> </connection> then go to "data/luafiles514/lua files/service_korea/externalsettings_kr.lub" move it to "data/luafiles514/lua files/service_brazil/externalsettings_br.lub"
    (also better search for files with kr/korea in the name and replace it with br/brazil)
  2. Upvote
    Asheraf got a reaction from Maple in kRO unpacked clients releases   
    1 - about itemInfo and 2018-01-24b, my repository only supports the latest client available and since the function changed in the more recent version its the only one supported, you can revert to an older version to use it or just replace the two functions in the end of the file with the old ones.
     
    2 - about langtype 12:
    *  in sclientinfo.xml set the following:
    <servicetype>brazil</servicetype> <servertype>primary</servertype> <connection> <langtype>12</langtype> </connection> then go to "data/luafiles514/lua files/service_korea/externalsettings_kr.lub" move it to "data/luafiles514/lua files/service_brazil/externalsettings_br.lub"
    (also better search for files with kr/korea in the name and replace it with br/brazil)
  3. Upvote
    Asheraf got a reaction from Maple in kRO unpacked clients releases   
    the issues related to changing the langtype or service type are all missing resources.. for example in langtype 12 there is some icon that the client display and it doesnt exist in kRO Grf you need to import it from bRO files
    ----
    Side note to everyone: Please if you're going to post about an issue make sure its not repeated before.. also for love of the gods don't disable debugging messages in the client via patches then complain its not working magically...
     
    @EDIT also please stop sending me issues in private messages, i am no longer going to answer anyone.
  4. Upvote
    Asheraf got a reaction from Maple in kRO unpacked clients releases   
    A new client have been added to the list, please notice that as of 2018-02-07bRagexeRE release the itemInfo.lua functions have changes make sure to use an updated version.. either update your current version or use the one from https://github.com/Asheraf/Translation .
  5. Upvote
    Asheraf got a reaction from PhalanX in kRO unpacked clients releases   
    Discontinued. 
    Clients without themida protection can be downloaded at http://nemo.herc.ws/downloads/
  6. Upvote
    Asheraf got a reaction from Maple in kRO unpacked clients releases   
    you can use this https://github.com/Asheraf/Translation also please notice that some files need to be renamed based on the servicetype and the servertype you're using in sclientinfo.xml the default in this repository is set to korea/primary
  7. Upvote
    Asheraf got a reaction from Lunatic in kRO unpacked clients releases   
    *EDITED*
  8. Upvote
    Asheraf reacted to jowy in Just Another CP   
    Hi,
    I just started develop another ragnarok cp because I found fluxcp doesnt suit my need and doesnt easy to extend.
    You can see the looks on screenshot below
    It is still far from done yet. I will try to make extendable by utilizing module pattern (installable via composer)
    and the good news is I will be releasing as opensource so everyone can contribute you can follow development progress on github
    Any feedback, idea or contribution are welcome!
  9. Upvote
    Asheraf got a reaction from AnnieRuru in kRO unpacked clients releases   
    Discontinued. 
    Clients without themida protection can be downloaded at http://nemo.herc.ws/downloads/
  10. Upvote
    Asheraf got a reaction from Nuck in kRO unpacked clients releases   
    Discontinued. 
    Clients without themida protection can be downloaded at http://nemo.herc.ws/downloads/
  11. Upvote
    Asheraf got a reaction from Rododark in kRO unpacked clients releases   
    Discontinued. 
    Clients without themida protection can be downloaded at http://nemo.herc.ws/downloads/
  12. Upvote
    Asheraf got a reaction from MafiusBR in kRO unpacked clients releases   
    Discontinued. 
    Clients without themida protection can be downloaded at http://nemo.herc.ws/downloads/
  13. Upvote
    Asheraf got a reaction from ZelosAvalon in kRO unpacked clients releases   
    Discontinued. 
    Clients without themida protection can be downloaded at http://nemo.herc.ws/downloads/
  14. Upvote
    Asheraf got a reaction from BrOgBr in kRO unpacked clients releases   
    Discontinued. 
    Clients without themida protection can be downloaded at http://nemo.herc.ws/downloads/
  15. Upvote
    Asheraf got a reaction from exneval in Nemo patcher   
    Zero clients are the clients used in the new korean server RO:ZERO they have some new updates such as a new cashshop ui, char creation ui, quest ui and other stuff, however its still experimental for Hercules, feel free to test it and give us feedback on issues that could be related to the emulator :). 
  16. Upvote
    Asheraf reacted to 4144 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
     
     
  17. Upvote
    Asheraf got a reaction from Chuu in Remove Scripts from loading list   
    In order to use script remove you need to specify the path of the npc file, another solution would be to disable the include for the other files in scripts_main.conf and add load for your files only.
  18. Upvote
    Asheraf got a reaction from IndieRO in Remove Scripts from loading list   
    In order to use script remove you need to specify the path of the npc file, another solution would be to disable the include for the other files in scripts_main.conf and add load for your files only.
  19. Upvote
    Asheraf got a reaction from IndieRO in how to fix this??   
    The lua files you're using seems to not have support for SkillScale you should update skillinfolist.lub by adding the SkillScale field to your version of the file from kRO lua files.
     
  20. Upvote
    Asheraf got a reaction from Tsuuu in how to fix this??   
    The lua files you're using seems to not have support for SkillScale you should update skillinfolist.lub by adding the SkillScale field to your version of the file from kRO lua files.
     
  21. Upvote
    Asheraf got a reaction from Lunatic in kRO unpacked clients releases   
    Discontinued. 
    Clients without themida protection can be downloaded at http://nemo.herc.ws/downloads/
  22. Upvote
    Asheraf got a reaction from Maple in Homunculus Attack in New Client   
    Hello there, no the AI system got dropped in new clients so unless someone made some patch to restore it, auto attack wont be possible (client-side).
  23. Upvote
    Asheraf got a reaction from Virtue in kRO unpacked clients releases   
    Discontinued. 
    Clients without themida protection can be downloaded at http://nemo.herc.ws/downloads/
  24. Upvote
    Asheraf reacted to Murilo BiO' in Item Drop Lock   
    Hey everyone!
     
    About this plugin:
    Well.. I saw a friend that had to remove some items from being dropped by some monsters and he was struggling with the `mob_db` since a lot of monsters drop that item.
    So I made this plugins which can disable an item from being dropped by all monsters or just for the specified mob types, and also with the possibility of set some exceptions.
    I hope it can help other people with the same problem.
     
    Installation:
    Well, you just need to extract it on your `src/plugins/` folder and declare it on the `conf/plugins.conf` file, and follow the instructions to build plugins with MSVC or GCC.
     
    Downloads \ Changelog:
    1.0a - Initial Release.
     
    Bug Report:
    Also, if you find any bug, just tell me *here in this post* or start a new issue on my plugins repository (Link).
     
    Contributing:
    You can contribute to this plugin or any other one in my Plugins Repository by sending pull requests
     
     
  25. Upvote
    Asheraf got a reaction from meko in New in item_db   
    Hello there, the last changes were just switch from numbers to constants you can change them for your custom items using any find and replace tool available for your OS. 
×
×
  • Create New...

Important Information

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