Nemo patcher

probably issue in lua files

also normally never enable any patches for hide errors. if client show error, this mean your data is wrong

but you have enabled atleast this patch " Ignore Lua Errors"

also try find grf and data for 20200401 and not use any translations.
I already try not enable Ignore Lua Error

and here the error i've got, and i can't continue to char selection

1.gif

2.gif

could you tell me where i can get grf and data for 20200401 files?

 
it said error in quests related lua files. probably this is because translations for old clients. try not use any translations

 
it said error in quests related lua files. probably this is because translations for old clients. try not use any translations
could you share your System folder, mine alrady merge with translation files.

And i already tried not use any translation files, it's make i can't login into game

 
Last edited by a moderator:
in official client data folder is empty

also try use minimal number of patches. only recommended or even disable some from recommended patches

 
in official client data folder is empty

also try use minimal number of patches. only recommended or even disable some from recommended patches
You mean set my client read GRF and put my sclientinfo.xml into custom grf?

and could you tell me recomended patchers for 2020 client?

 
clientinfo or sclientinfo you can put in data folder. but here should be no other files. grf must be official

only on this client you really can test official data. if you put translation for random client version, it may fail.

in data probably also need msgstringtable.txt. this depend on what patches you used

about recommended patches, see recommended button in nemo.

 
clientinfo or sclientinfo you can put in data folder. but here should be no other files. grf must be official

only on this client you really can test official data. if you put translation for random client version, it may fail.

in data probably also need msgstringtable.txt. this depend on what patches you used

about recommended patches, see recommended button in nemo.
Already solve with new translation data files and some changes in system folder

 
i think i made a mistake posted.

can someone help me about this case? 



you can reply here please.

===

update: fixed already (i think), coz the broken data.grf

-

also, do 2018 client have no night mode?

i tried on 2018-07-04 and 2018-06-21, when i type @night the announcer comes up. but the map can't do night mode.

already check on mapflag but nothing happend. all global maps can't do night mode.

any solution? @4144

 
Last edited by a moderator:
One queston any 2020-08+ client are able to use?

Error Extern Settings Value

 
Last edited by a moderator:
you using wrong data files. use official files. external settings file different for different client versions.

 
does anyone in here can use dns to login using 2020 client? because i cant connect to server if using dns.

I've checked in lastest nemo for using dns and i'm using 2020-04-01 Ragexe
2020-09-02bRagexeRE working fine, re-check your setting onemore.

 
back with new problem, i'm try patching 2018 client with option hide attendance, after apply it and test in the game.

The button still in there, so how to make sure the button not showing up again.

 
Last edited by a moderator:
Are you try Set Attendance Button too?

 
okay I was so happy to "finally" have found a nice client to work with (2020-02-06aRagexe) but then I found out that guild emblems doesn't work... is there a way to make they work by configuring the externalsettings_kr_sak.lub file? or even some php script that we could host?

 
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.

 
Hello @4144 How can I enable Emblem Hover head for Battleground using 2010-07-30 client?

Is it a way to do it manually for old clients through Hex Editor? If yes, could help please?

function EnableEmblemForBG()
{
    //Step 1.1 - Look for the Mode checking pattern
    var code =
        " B9 AB AB AB 00" //MOV ECX, OFFSET g_session
    +   " E8 AB AB AB 00" //CALL CSession::IsSiegeMode
    +   " 85 C0"          //TEST EAX, EAX
    +   " 74 AB"          //JZ SHORT addr
    +   " B9 AB AB AB 00" //MOV ECX, OFFSET g_session
    +   " E8 AB AB AB 00" //CALL CSession::IsBgMode
    +   " 85 C0"          //TEST EAX, EAX
    +   " 75 AB"          //JNZ SHORT addr ;AB at the end is needed
    ;

I noticed that this patch from nemo only works for new clients.

 
Back
Top