Nemo patcher

2021-07-26 Different updates

Patches

Fix patch Change auto follow delay. (fix by @4144).
Add patch Change default font size for base class of all balloons. (by @4144).
Add patch Change default font size for class UITransBalloonText. (by @4144).
Add patch Change default font size for class UICharInfoBalloonText. (by @4144).
Add patch Change default font color for base class of all balloons. (by @4144).
Add patch Change default font color for class UITransBalloonText. (by @4144).
Add patch Change default font color for class UICharInfoBalloonText. (by @4144).
Add patch Change default shadow color for base class of all balloons. (by @4144).
Add patch Change default shadow color for class UITransBalloonText. (by @4144).
Add patch Change default shadow color for class UICharInfoBalloonText. (by @4144).
Add patch Change default icon type for class UINameBalloonText. (by @4144).
Add patch Change default text width for class UINameBalloonText. (by @4144).
Add patch Change default text width for class UIVerticalNameBalloonText. (by @4144).
Add patch Change default text decoration for class UITransBalloonText. (by @4144).
Add patch Change default border color for class UITransBalloonText. (by @4144).
Add patch Change auto follow stop delay. (by @4144).

For devs

Add into Number type function for reverse RGB color: reverseRGB.
Add support for multi hooks (for now only part of hooks supported).
Add functions for direct changes in binary: pe.directReplace, pe.directReplaceBytes.
Add function patch.getName for get current patch name.
Add function patch.getState for get current patch state.

Other

Update tables.

 
2021-08-12 Different updates

Patches

Fix patch Increase Screenshot Quality for some clients. (fix by @4144).
Fix patch Extend Npc Dialog Box for some clients. (fix by @4144).
Fix patch Disable HShield for some clients. (fix by @4144).
Rename patch Enable HTTP Emblem on Ragexe to Fix HTTP Emblems in clients for better describe what it doing.

For devs

Remove old unused functions from logger.qs.
Fix frame pointer detection for 2019+ clients.
Fix patch.getName() for return patch function name.
Add function patch.getDescription() for return patch text name.
Add macro assembler support. See macroasm docs.
Add assembler commands: long, short.
Add functions for load asm code from file: asm.load, asm.loadHex.
Add function for insert asm code into free space from file: exe.insertAsmFile.
Add function for apply patch based on asm code from file: exe.replaceAsmFile.
Add function hooks.initTableEndHook.
Add functions for validate table values: table.getValidated, table.getRawValidated.
Different improvments in multi hooks.
Move many asm code into separate asm files.

Other

Update tables.

 
2021-09-02 Different updates

Patches

Fix import errors in 2021 clients.
Add patch Change all fonts logical size to fixed value. (by @4144).
Add patch Limit all fonts logical minimal size. (by @4144).
Add patch Limit all fonts logical maximum size. (by @4144).
Add patch Adjust all fonts logical size. (by @4144).
Add patch Set all fonts weight to fixed value. (by @4144).
Add patch Change all bold fonts weight to fixed value. (by @4144).
Add patch Change all normal fonts weight to fixed value. (by @4144).
Add patch Adjust all fonts weight to fixed value. (by @4144).
Add patch Change all fonts charset. (by @4144).
Add patch Change all fonts face. (by @4144).
Add patch Hide debugger. (by @4144).
Add patch Set high priority class for active client. (by @4144).
Add patch Set normal priority class for inactive client. (by @4144).
Add patch Add input delay. (by @4144).
Add patch Change Sleep delay in game loop. (by @4144).
Add patch Ignore most errors. (by @4144).
Add patch Use borderless mode in full screen. (by @4144).
Add patch Limit minimal width in all resolutions. (by @4144).
Add patch Limit minimal height in all resolutions. (by @4144).
Add patch Limit maximum width in all resolutions. (by @4144).
Add patch Limit maximum height in all resolutions. (by @4144).
Add patch Add close button to game window. (by @4144).
Add patch Use small titlebar in game window. (by @4144).
Add patch Show icon with error messages. (by @4144).
Add patch Plays sound instead of error message. (by @4144).

For devs

Add functions for fetch/set simple values: exe.fetchValueSimple, exe.SetValueSimple.
Add macro assembler command for read table var without validation: %tablevar0.
Add macro assembler command for resolve existing import: %import.
Add alternative start for macro assembler commands as "#%".
Add fetch functions: pe.fetchUQWord, pe.fetchUDWord, pe.fetchUWord, pe.fetchUByte, pe.fetchString.
Add functions for convert rva to va and rva to raw: pe.rvaToVa, pe.rvaToRaw.
Add functions for access pe header: pe.getPeHeader, pe.getOptHeader, pe.getSubSection, pe.getImageBase, pe.getImportTable.
Add function for insert dword: exe.insertDWord.
Add function for search/match many patch addresses: hooks.initHooks.
Add function for direct replace dword: pe.directReplaceDWord.
Add support for search/match imports in multi hooks.
Add object imports for access imports and function in it.

Other

Update tables.
 

 
2021-10-02 Different updates
Patches

Add patch Fix captcha decompression buffer size. (by @Asheraf).
Fix patch Change Tipbox*.lub path for new clients. (fix by @4144).
Fix patch Change MonsterSizeEffect*.lub path for new clients. (fix by @4144).
Fix patch Change Towninfo*.lub path for new clients. (fix by @4144).
Fix patch Change CheckAttendance*.lub path for new clients. (fix by @4144).

For devs

Add functions pe.stringAnyVa, pe.stringAnyRaw for search one of any strings.
License for all asm files changed from GPL-3 to CC-NC-ND.

Other

Fix some typos in docs.
Update tables.

 
2021-10-04 Patches updates

Patches

Add patch Fix default position of new char create window. (by @4144).
Add patch Remove blured background from new char creation window. (by @4144).

 
2021-11-04 Patches updates

Patches

Fix patch Change Walk To Delay. (fix by @4144).

Other

Update tables.

 
2021-11-10 Different updates

Update tables.
Replace some legacy functions in addons.
Update plugin.dll.

 
2021-11-18 Different updates

Fix patch Enable Official Custom Fonts. (fix by @4144).
Fix codepage issues in addon Extract and translate msgstringtable. (fix by @4144).
Add addon Extract msgstringtable. (by @4144).

For devs

Add function TextFile.setEncoding
Add functions BinFile.writeAll, BinFile.append, BinFile.appendHex, BinFile.appendLine.

Other

Update tables.
Fix loading nemo from non english paths.

 
2021-11-22 Different updates

Patches

Re add old patch Fix Tetra Vortex. (by sanosan33, Neo).
Add patch Disable password encryption for lang types 4, 7. (by @jchcc, @4144).

For devs

Add functions for search strings not from start: pe.halfStringVa, pe.halfStringRaw.
Add functions for fetch values: pe.fetchValue, pe.fetchValueSimple, pe.fetchRelativeValue.

Other

Add missing tables.
Replace many legacy functions usage to actual functions.

 
2021-12-15 Different updates
Patches

Fix patch Disable OTP Login Packet for some clients. (fix by @4144).
Fix patch Remove hardcoded address/port for some clients. (fix by @4144).
Fix drawing sprites in max zoom level in patch Increase Zoom Out 25%. (fix by @4144).
Fix drawing sprites in max zoom level in patch Increase Zoom Out 50%. (fix by @4144).
Fix drawing sprites in max zoom level in patch Increase Zoom Out 75%. (fix by @4144).
Fix drawing sprites in max zoom level in patch Increase Zoom Out Max. (fix by @4144).
Fix drawing sprites in max zoom level in patch Increase Zoom Out Custom. (fix by @4144).
Add patch Hide reputation button. (by @4144).

For devs

Add function for fetch data similar to exe functions: pe.fetch, pe.fetchHex.
Add function for fetch hex bytes: pe.fetchHexBytes.
Add function for insert hex bytes: exe.insertHex.
Move more functions from exe object into legacy functions.

Other

Redesigned patches list drawing.
Add support for search by all columns in filter.
Update tables.
Replace many legacy functions usage to actual functions.

 
2021-12-21 Different updates
Patches

Fix patch Disable Hallucination Wavy Screen. (fix by @4144).
Add patch Disable Official Custom Fonts. (by @4144).
Add patch Fix Camera Angles (custom). (by @4144).

For devs

Add functions for replace: pe.replace, pe.replaceByte, pe.replaceWord, pe.replaceDWord.
Add function for reserve part of free binary: alloc.reserve.
Add functions for set value: pe.setValue, pe.setValueSimple.
Add functions for set jmp: pe.setJmpVa, pe.setJmpRaw, pe.setShortJmpVa, pe.setShortJmpRaw.
Add functions for set nops: pe.setNops, pe.setNopsRange, pe.setNopsValueRange.
Add function for insert hex bytes at selected address: pe.insertHexAt.

Other

Update tables.
Replace many legacy functions usage to actual functions.

 
2021-12-28 Different updates
Patches

Fix patch Load Custom lua file instead of iteminfo*.lub. (fix by @4144).
Fix patch Change new char name field height. (fix by @4144).
Add patch Change minimal gold amount for start roulette. (by @4144).
Add patch Change minimal silver amount for start roulette. (by @4144).
Add patch Change minimal bronze amount for start roulette. (by @4144).

For devs

Add functions for search strings with information: pe.stringInfoVa and pe.stringInfoRaw.
Add function for match one of any block: pe.matchAny.
Add function for search one of any hex bytes block: pe.findAny.

 
2022-01-05 Different updates
Patches

Fix patch Remove Serial Display. (fix by @4144).
Fix patch Always Load Client Plugins for old clients. (fix by @4144).

For devs

Add function for insert data at address: pe.insertAt.
Add functions for insert in any free space: pe.insert, pe.insertHex.
Add function for get exe build date: pe.getDate.
Copy insert functions from exe object into pe object.

Other

Update copyright year.
Update tables.

 
Last edited by a moderator:
2022-01-06 Functions fixes
Other

Fixed new assembler insert functions.

 
2022-02-10 Different changes

Patches

Fix patch Disable Adventure Agent button on Party Window. (fix by @4144).
Add patch Change Walk To Delay from chat. (by @4144).
Add patch Check is servertype in xml file was set to correct value. (by @4144).
Add patch Change names font size. (by @4144).
Add patch Protect shorten and bold name flags. (by @4144).
Add patch Draw names with bold or normal font. (by @4144).
Add patch Set custom message for error if client started without launcher. (by @4144).

For devs

Add function for resize hex code to given len: pe.resizeHexCode.
Add code len parameter into function pe.replaceAsmFile.
Add functions for get first existing table variable from list: table.getAny, table.getAnyValidated.
Add function for insert null terminated string: pe.insertString
Add macro assembler conditional commands: %if, %ifdef, %endif.
Enable report about legacy functions.

Other

Update tables.

 
2022-09-14 Different changes

Patches

Fix patch Change character display deletion time. (fix by @4144).
Fix patch Change Max Friends Value. (fix by @4144).
Fix patch Disable Auto follow. (fix by @4144).
Fix patch Disable Ragexe Filename Check. (fix by @4144).
Fix patch Always read msgstringtable.txt. (fix by @4144).
Fix patch Remove Equipment Title UI. (fix by @4144).
Add patch Change maximum guild emblem file size. (by @4144).
Add patch Change tax value on sending items by rodex. (by @4144).
Add patch Disable Game Guard (NProtect) for 2022 clients. (by @4144).
Add patch Disable packets id encryption. (by @4144).
Add patch Enable packets id encryption. (by @4144).
Add patch Add support for preview button in custom shops. (by @4144).
Add patch Never read msgstringtable.txt. (by @4144).
Add patch Set fixed charset on drawing text messages. (by @4144).
Add patch Set fixed charset. (by @4144).
Add patch Draw text messages always with bold font. (by @4144).
Add patch Draw text messages always with non bold font. (by @4144).
Add patch Draw text messages always with italic font. (by @4144).
Add patch Draw text messages always with given font type. (by @4144).
Add patch Draw text messages with fixed height. (by @4144).
Add patch Limit minimal font size for drawed text messages. (by @4144).
Add patch Limit maximum font size for drawed text messages. (by @4144).
Add patch Adjust font size for drawed text messages. (by @4144).
Add patch Set fixed server ip address. (by @4144).
Add patch Use low color custom icon. (by @4144).

For devs

Add input hex string validation in asm.hexToAsm.
Add functions for work with random numbers. See docs.

Other

Update tables.

 
@4144 sir this is probably off topic but i don't know where to report this but i'm trying to download specific Ragexe Client from your site http://nemo.herc.ws/

but all Ragexe Client version provided from 2010 to 2019 can't be downloaded it shows this error it seems the 4 download link mirror are down 

Jxmvlj1.png


also i can download Ragexe Client versions from 2020 to 2022 without any issue    except versions 2010 to 2019 which shows the error above...

 
may be you using too old operating system? It complain about bad certificate.

Try also disable vpn if you have it enabled.

I checked on 2019-04-17aRagexe and it works fine.

 
may be you using too old operating system? It complain about bad certificate.

Try also disable vpn if you have it enabled.

I checked on 2019-04-17aRagexe and it works fine.
Look like my main OS is some sort of corrupted it work on virtualbox running "Windows 7 Ultimate SP1 64bit unlicensed"  

also thank your for providing everyone easy to access resources/tools(http://nemo.herc.ws/) running Rag*ok online private serv*

2CY87IU.png


 
Back
Top