Jump to content
4144

Nemo patcher

Recommended Posts

Quote

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.

 

Share this post


Link to post
Share on other sites
Quote

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.
 

 

Share this post


Link to post
Share on other sites
Quote

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.

 

Share this post


Link to post
Share on other sites
Quote

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).

 

Share this post


Link to post
Share on other sites
Quote

2021-11-04 Patches updates

Patches

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

Other

Update tables.

 

Share this post


Link to post
Share on other sites
Quote

2021-11-10 Different updates

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

 

Share this post


Link to post
Share on other sites
Quote

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.

 

Share this post


Link to post
Share on other sites
Quote

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.

 

Share this post


Link to post
Share on other sites
Quote

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.

 

Share this post


Link to post
Share on other sites
Quote

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.

 

Share this post


Link to post
Share on other sites
Quote

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.

 

Share this post


Link to post
Share on other sites
Quote

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.

 

Share this post


Link to post
Share on other sites
Quote

2022-01-06 Functions fixes
Other

Fixed new assembler insert functions.

 

Share this post


Link to post
Share on other sites
Quote

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.

 

Share this post


Link to post
Share on other sites
Quote

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.

 

Share this post


Link to post
Share on other sites

@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...

Share this post


Link to post
Share on other sites

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.

 

Share this post


Link to post
Share on other sites
5 hours ago, 4144 said:

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

 

 

Share this post


Link to post
Share on other sites
Quote

2022-09-22 Different changes

 

Patches
Add patch Add custom lua support [HatEffectInfo]. (by llchrisll, 4144).
Add patch Add custom lua support [Headgears]. (by llchrisll, 4144).
Add patch Add custom lua support [Lapine Box]. (by llchrisll, 4144).
Add patch Add custom lua support [Navigation]. (by llchrisll, 4144).
Add patch Add custom lua support [NPC/Mob/Pet]. (by llchrisll, 4144).
Add patch Add custom lua support [Quest]. (by llchrisll, 4144).
Add patch Add custom lua support [Random Option]. (by llchrisll, 4144).
Add patch Add custom lua support [Robe]. (by llchrisll, 4144).
Add patch Add custom lua support [Signboard]. (by llchrisll, 4144).
Add patch Add custom lua support [Title]. (by llchrisll, 4144).
Add patch Add custom lua support [Weapon]. (by llchrisll, 4144).
Add patch Add custom lua support [World Map]. (by llchrisll, 4144).
Remove patch "Add loading custom lua files".

Other
Update tables.
Fix multi patch feature (was broken in previous update).
Replace some legacy input functions in some patches.

 

 

Share this post


Link to post
Share on other sites
Quote

2022-10-07 Different changes

 

Patches
Fix patch Disable Official Custom Fonts for 2022-10-05. (fix by 4144).
Fix patch Enable Official Custom Fonts for 2022-10-05. (fix by 4144).

Other
Update tables.

 

 

Share this post


Link to post
Share on other sites
Quote

2022-10-31

 

Patches

Fix patch Change Max Friends Value. (fix by @4144).
Fix patch Check is servertype in xml file was set to correct value. (fix by 4144).
Fix patch Remove hardcoded address/port. (fix by @4144).

Other
Update tables.

 

 

Share this post


Link to post
Share on other sites
Quote

2023-02-03 Different updates

 

Patches
Fix patch Change MVP monster hp bar size. (fix by @4144).
Fix patch Set custom message for error if client started without launcher. (fix by @4144).
Fix patch Disable Ragexe Filename Check. (fix by @4144).
Fix patch Change adventurer agency level range. (fix by @4144).
Add patch Load custom icon in running client. (by @4144).
Add patch Change boss monster hp bar size. (by @4144).
Add patch Change normal monster hp bar size. (by @4144).
Add patch Unlock all valid skills for homunculus and mercenary AI. (by @4144).

Other
Update tables.

 

 

Share this post


Link to post
Share on other sites
On 12/22/2020 at 8:12 AM, hendra814 said:

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.cdceccaca7c2a74077d7b493bb6ac25a.png

 

i only can enter when character in the map without minimap

97802944-61a8b900-1c79-11eb-8d5e-f747f1d

update, already found the issue.

the issue because client need font files
- SCDream4.otf 
- SCDream6.otf 

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...

×
×
  • Create New...

Important Information

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