Jump to content

Asheraf

Core Developers
  • Content Count

    252
  • Joined

  • Last visited

  • Days Won

    33

Everything posted by Asheraf

  1. The shuffle packets and packet keys for 2018-01-24bRagexeRE exist in Hercules master branch you can check them from there.
  2. A new client has been added to the list, please notice that as of the release of 2018-01-24bRagexeRE the new char selection + cash shop ui is used for RagexeRE clients as well, so make sure to update your kRO files before using it.
  3. Asheraf

    Nemo patcher

    Gravity is revamping roulette on zero client so probably the old one got removed, with the available zero clients so far roulette is disabled/incomplete and cannot be activated.
  4. Asheraf

    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 :).
  5. 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.
  6. 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.
  7. this item should be sc_start(SC_FENRIR_CARD, 300000, 100); but i think the hercules version of this SC doesn't include the fixed skill cast reduction
  8. 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).
  9. You can use regex to replace those, for notepad++ select Regular expression in the search mode and for example search for Loc: 1\n and replace with Loc: "CONSTANT"\n this will change only the target number without affecting the others such as 16, 132....
  10. 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.
  11. RE clients now reads sclientinfo.xml instead of clientinfo.xml I am not sure this started in which client but if you're able to verify which one go ahead and post it.
  12. Discontinued. Clients without themida protection can be downloaded at http://nemo.herc.ws/downloads/
  13. Super excited to see this finally announced
  14. Ragexe clients: kRO main servers client RagexeRE clients: kRO Sakray (test server) clients different is that some of the RE clients may have broken features as they were still under test while the main clients are more "stable".
  15. Well if it got DMCA'd as the last one I'll move it to an offshore host but for the time being it will stay on GitHub, also i'm going to push some updates for compatibility with 2017 clients in case any one interested in using it
  16. I think so.. but it may be missing one or two commits, im not sure if its latest thing available.
  17. @Jedzkie https://github.com/Asheraf/Translation
  18. You can check this link for that https://github.com/HerculesWS/Hercules/blob/master/doc/script_commands.txt#L4630
  19. arrows have a weight of 0.1 so its /10 to support that
  20. change #GOLDPOINTS += .@point; to #GOLDPOINTS += rand(1, 5);
  21. This is could be done using 2 script commands showevent() or questinfo() for more informations you can check the commands documentation https://github.com/HerculesWS/Hercules/blob/master/doc/script_commands.txt#L8976-L9017
  22. It's on the PR, would be merged in a week I guess. That's nice to hear... I like to have it implemented and play with its potential... I also like to hear updates about the mail system, specially that RoDEX... Mail system already in PR: https://github.com/HerculesWS/Hercules/pull/1686 feel free to go and try it and report any bugs.
  23. Tested with Hercules (pre-re): a20d06809f0c2ab15442744fba16ee90e3fb0bec hBG: 5e772f578ee97abd769e6469c4ba0a4cb6176ac4 I can't reproduce the crash upon hitting emperium.
  24. Git hash? client date? also seems like account not registered?
×
×
  • Create New...

Important Information

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