Jump to content

Asheraf

Core Developers
  • Content Count

    252
  • Joined

  • Last visited

  • Days Won

    33

Everything posted by Asheraf

  1. Asheraf

    Nemo patcher

    @OmarAcero basically you're using a RE client, that means by default its using servertype: sakray now in your sclientinfo you're defining that as primary, the client tries to find function queryNavi_PickNpc in navi_f_krpri.lub and cannot find it since its not yet added to kRO main servers therefore you can fix you issue either by manually applying that update into the primary files or use the correct servertype for the client you're using.
  2. you can find those in Navigationdata/이동법모음.txt in game folder
  3. you need to patch the clients with Disable Cheat Defender Game Guard and replace cdclient.dll with the version from https://gitlab.com/4144/Nemo Input/CDClient.dll
  4. New clients apparently support only the following langtypes korea, usa, japan, china, taiwan, thailand, indonesia, philippine, brazil, france.
  5. for first issue better not use a data folder, instead create a custom grf and load it from data.ini (use grf editor it will make sure the encoding in the grf is correct) second what description? if you mean the text in client its either texture files or msgstringtable you need to use a translated bersion of those third https://github.com/Asheraf/Translation/blob/master/System/itemInfo_Sak.lub but notice that you need to change the functions at the end of the file unless you're using latest version of RE clients
  6. you still can do the same in windows follow this http://herc.ws/wiki/Building_HPM_Plugin_for_MSVC to build the plugin then run from cmd map-server.exe --load-plugin mapcache --help
  7. A new release is out, please notice that as of 2018-03-07bRagexeRE the old quest ui got dropped so you're required to update your translation files if using any (checkout the commits log for last week in here), also a new attendance system got introduced which you can test using the following pull request #1990 please consider reporting any bugs if found, enjoy
  8. @Daehyon you still can use it but you need to manually replace the functions at the end of the file with this https://pastebin.com/iepAG6DG
  9. The iteminfo from my repo only works for clients 2018-02-07+ older versions are not supported.
  10. for Brazil i believe you need to use ISO-8859-1, not sure tho.
  11. You need to make sure the msgstringtable is saved in the correct encoding of whatever language used in there, for example if you're using the one from my repository you have to save it as EUC-KR unless you translated everything. (ps: im keeping it UTF-8 in the repo so its readable in the github diffs)
  12. The crash related to NEMO patch (Cancel to Login Window), you can either disable it or ask for fix in nemo fork topic.
  13. 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)
  14. 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.
  15. 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 .
  16. 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
  17. Try not to disable debugging.. that may help (Ignore Lua Errors/ Ignore Resource Errors/Ignore Missing Palette Error).
  18. Not really, if you're editing the iteminfo in the correct encoding (windows-1252) it should work just fine.
  19. Can you give an example for the errors you're having.. i have tried the Brazilian langtype and seems to be working just fine...
  20. Make sure that the service type matching the langtype and see if it fixed.
  21. I am unable to get those errors, since those client have a protection and it gets broken some anti viruses may detect them as having a virus.. so im guessing yours is corrupting the client exe which results in being unable to patch it with nemo, try to disable your anti-virus or add an exception for the exe's.
  22. Make sure to use this version of NEMO https://gitlab.com/4144/Nemo if you want to patch one of the latest clients listed in here.
  23. As 4144 said Zero clients using a good protection, however there isn't really anything interesting in the newer zero clients and eventually the features from there will come to the normal RagexeRE ones.
×
×
  • Create New...

Important Information

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