Nemo patcher

Hi all, need help badly, because i don't know what i suppose to do to fix the error.

in 2018 client the game work well, but when using 20200401 client when character entering map like prontera, izlude,payon it's show error like this

image.png

i only can enter when character in the map without minimap

97802944-61a8b900-1c79-11eb-8d5e-f747f1d591ce.jpg


 

Attachments

  • image.png
    image.png
    14.2 KB · Views: 0
  • image.png
    image.png
    852.3 KB · Views: 0
do not enable any patches for hide errors. and next time probably client will say you what is wrong.

also for different client exe need different data and grf. if you using translations, see wiki for each supported clients in translations and how to use them.

 
do not enable any patches for hide errors. and next time probably client will say you what is wrong.

also for different client exe need different data and grf. if you using translations, see wiki for each supported clients in translations and how to use them.
i already did with not enable any patches for hide errors

8 Custom Window Title
9 Disable 1rag1 type parameters (Recommended)
270 Change AchievementList*.lub path
272 Change Towninfo*.lub path
273 Change PetEvolutionCln*.lub path
274 Change Tipbox*.lub path
18 Skip Service Selection Screen
275 Change CheckAttendance*.lub path
278 Change PrivateAirplane*.lub path
23 Enable /who command (Recommended)
24 Fix Camera Angles (Recommended)
28 Increase Headgear ViewID
290 Hide build info in client (Recommended)
34 Enable /showname (Recommended)
291 Hide packets from peek (Recommended)
35 Read Data Folder First
36 Read msgstringtable.txt (Recommended)
38 Remove Gravity Ads (Recommended)
39 Remove Gravity Logo (Recommended)
41 Disable Nagle Algorithm (Recommended)
43 Always Use Email for Char Deletion
44 Translate Client (Recommended)
46 Use Normal Guild Brackets (Recommended)
47 Use Ragnarok Icon
48 Use Plain Text Descriptions (Recommended)
49 Enable Multiple GRFs (Recommended)
51 Always Show License Screen
53 Use Ascii on All LangTypes (Recommended)
313 Change MapInfo*.lub path
64 @ Bug Fix (Recommended)
65 Load Custom lua file instead of iteminfo*.lub (Recommended)
73 Remove Hourly Announce (Recommended)
338 Additional client validation (Recommended)
84 Remove Serial Display (Recommended)
86 Only First Login Background
90 Enable DNS Support (Recommended)
91 Disconnect to Login Window
212 Restore Roulette
213 Disable Help Message on Login (Recommended)
214 Restore Model Culling
215 Increase Map Quality
231 Remove hardcoded address/port (Recommended)
232 Restore old login packet (Recommended)
240 Load custom ClientInfo file
244 Disable Cheat Defender Game Guard (Recommended)
246 Increase hair style limit in game
256 Use Default Web Browser In Cashshop


And i already try with no translation files (create grf with clientinfo only), but still got same error.

 
without translations you should use same or similar version of grf and data with your client exe. older or newer version may not works.

 
i already did with not enable any patches for hide errors

8 Custom Window Title
9 Disable 1rag1 type parameters (Recommended)
270 Change AchievementList*.lub path
272 Change Towninfo*.lub path
273 Change PetEvolutionCln*.lub path
274 Change Tipbox*.lub path
18 Skip Service Selection Screen
275 Change CheckAttendance*.lub path
278 Change PrivateAirplane*.lub path
23 Enable /who command (Recommended)
24 Fix Camera Angles (Recommended)
28 Increase Headgear ViewID
290 Hide build info in client (Recommended)
34 Enable /showname (Recommended)
291 Hide packets from peek (Recommended)
35 Read Data Folder First
36 Read msgstringtable.txt (Recommended)
38 Remove Gravity Ads (Recommended)
39 Remove Gravity Logo (Recommended)
41 Disable Nagle Algorithm (Recommended)
43 Always Use Email for Char Deletion
44 Translate Client (Recommended)
46 Use Normal Guild Brackets (Recommended)
47 Use Ragnarok Icon
48 Use Plain Text Descriptions (Recommended)
49 Enable Multiple GRFs (Recommended)
51 Always Show License Screen
53 Use Ascii on All LangTypes (Recommended)
313 Change MapInfo*.lub path
64 @ Bug Fix (Recommended)
65 Load Custom lua file instead of iteminfo*.lub (Recommended)
73 Remove Hourly Announce (Recommended)
338 Additional client validation (Recommended)
84 Remove Serial Display (Recommended)
86 Only First Login Background
90 Enable DNS Support (Recommended)
91 Disconnect to Login Window
212 Restore Roulette
213 Disable Help Message on Login (Recommended)
214 Restore Model Culling
215 Increase Map Quality
231 Remove hardcoded address/port (Recommended)
232 Restore old login packet (Recommended)
240 Load custom ClientInfo file
244 Disable Cheat Defender Game Guard (Recommended)
246 Increase hair style limit in game
256 Use Default Web Browser In Cashshop


And i already try with no translation files (create grf with clientinfo only), but still got same error.
Try a different base client

 
How about your (s)clientinfo.xml and towninfo.lub?

 
How about your (s)clientinfo.xml and towninfo.lub?
here my clientinfo.xml

<?xml version="1.0" encoding="euc-kr" ?>
<clientinfo>
    <desc>Ragnarok Client Information</desc>
    <servicetype>korea</servicetype>
    <servertype>primary</servertype>
    <connection>
        <display>Apel Ragnarok</display>
              <address>127.0.0.1</address>
              <port>6900</port>
              <version>55</version>
              <langtype>1</langtype>
        <registrationweb>www.ragnarok.com</registrationweb>
        <loading>
            <image>loading00.jpg</image>
            <image>loading01.jpg</image>
            <image>loading02.jpg</image>
            <image>loading03.jpg</image>
            <image>loading04.jpg</image>
            <image>loading05.jpg</image>
            <image>loading06.jpg</image>
        </loading>
       </connection>
</clientinfo>
 


and for twon info i'm using Chris translation files

 
I not updated this topic for long time. Some last lines from changelog

2021-03-11 Patches update

Fix patch Enable Emblem hover for BG for 2019 clients. (fix by @4144).


2021-03-11 Different updates
Patches

Add patch Send at commands to server. (by @4144).
Fix patch Enable Emblem hover for BG. (fix by @4144).

Translations

Update Thai translation (by @X-EcutiOnner).

For devs

Add function exe.fetchRelativeValue for fetch relative address for example from "call XXX".
Add function exe.fetchHexBytes for fetch any number of hex bytes with offsets in standard format.

Plugin

Save/load previous profiles near patched exe.
Fixed possible crash on load downloader scripts.

Other

Update tables with clients support.

 
2021-04-07 Patches update

Fix patch Disable Auto follow. (fix by @4144).
Add patch Disable OS Privileges execution level. (by @X-EcutiOnner).

 
2021-04-22 Different updates
Patches

Add patch Restore auto follow. (by @4144).

For devs

Add function pe.find as improvement of exe.find.
Add function pe.findAll as improvement of exe.findAll.
Add function pe.findCode as improvement of exe.findCode.
Add function pe.findCodes as improvement of exe.findCodes.
Add function pe.match as improvement of exe.match.
Add function pe.vaToRaw as improvement of exe.Raw2Rva.
Add function pe.rawToVa as improvement of exe.Rva2Raw.
Add function pe.sectionRaw as improvement of exe.getROffset.
Add function pe.sectionVa as improvement of exe.getVOffset.
Add function pe.dataBaseRaw for return start of data raw address.

 
2021-05-06 Different updates
Patches

Add patch Send client flags to server. (by @4144).
Add patch Enable GvG Damage display. (by @X-EcutiOnner, @4144).
Add patch Disable Adventure Agent button on Party Window. (by @X-EcutiOnner, @4144).
Add patch Translate Arrows Charset from korean to english. (by @X-EcutiOnner, @4144).
Remove wrong parameter from patch Disable Game Guard. (by @4144).

For devs

Add script function isPatchActive. Checks if given patch name active.
Add script function enablePatch. Enable patch with given name.
Add script function removePatchData. Remove patch data from given address.
Add functions for patches: NAME_cancel(). Called for patch if patch was enabled and switched to disabled state.
Add function ApplyPatches. This function called after apply all patches.
Add new variables in tables.
Update tables with clients support.

 
yes this can be not hard

 
2021-05-17 Different updates

Patches

Add patch Increase Zoom Out 25%. (by Shinryo, @4144).
Add patch Increase Zoom Out to custom value. (by Shinryo, @4144).

For devs

Replace exe.findAll to pe.findAll in all files.
Updated return value for exe.insertAsmText.
Add function asm.stringToAsm for convert string in assembler format.
Add function exe.insertAsmTextObj similar to exe.insertAsmText.
Add javascript debugger (menu tools/debugger).
Move function removePatchData into object patch.
Add function patch.replacePatchDataDWord for replaced already patched dword.
Add function patch.getPatchDataDWord for read already patched dword.

Other

Update tables with clients support.
Add shortcut F1 for open patch information.
Fix window resize on startup.

 
Has the project been discontinued? I would like to find a newer EXE than 2021-01-07aRagexeRE.

 
new exe is packed and cant be unpacked except one 2021 client

 
2021-06-29 Different updates
Patches

Add patch Load custom lua files for most loaded lua files. (by @4144).
Add patch Fixes the Korean Job name issue with LangType from translation patch. (by Ai4rei/AN, Neo, @4144).
Add patch Add loading custom lua files. (by @4144).
Fix patch Move Cash Shop Icon. (fix by @4144).
Fix patch Disable kRO Site Launch. (fix by @4144).

For devs

Fix exe.insertAsmText with complex asm code.
Fix asm.hexToAsm for emptry strings.
Add new parameter into exe.setJmpVa and exe.setJmpRaw.
Add hooks object.
Add lua object.
Add functions for check enabled patches.
Add functions for search strings pe.stringVa, pe.stringRaw, pe.stringHex4.
Add for generic count bytes length in asm text asm.textToHexLength.
Reconfigure current themes to use one css file.
Add support for additional css attributes in themes.
Add proper css usage in selected patch.
Add support for custom variables in css theme files.

Other

Update Chinese Traditional translation from chinese fork.
Update Thai translation by @X-EcutiOnner.
Improve loading speed.
Partial apply new theme after theme selection without nemo restart.

 
2021-06-30 Patches updates

Patches

Update patch Add loading custom lua files. (by @4144).

For devs

Add function lua.replace for replace existing lua file to custom one.

 
2021-07-05 Different updates

Patches

Fix patch Custom Window Title. (fix by @4144).
Fix patch Disable Multiple Windows. (fix by @4144).

Themes

Add theme EXcite Dark (by @X-EcutiOnner).

Other

Improve speed in asm.stringToAsm.

 
Back
Top