4144
-
Posts
100 -
Joined
-
Last visited
-
Days Won
2
Content Type
Profiles
Forums
Downloads
Jobs Available
Server Database
Third-Party Services
Top Guides
Store
Crowdfunding
Posts posted by 4144
-
-
probably only solution is to use some hoster or ip address what not scanned by bots too often
and you can ignore any errors with packet id 0x4547
-
this is port scanners. most time bots.
from your error look like scanner checks is on your server ports working http server.
-
Quote
2022-01-06 Functions fixes
Other
Fixed new assembler insert functions. -
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. -
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. -
in client patching don't enable any patches for hide errors. and next time may be client will show some error.
-
this error mean broken externalsettings file present. Missing address lines inside it.
by disabling read data folder first, your client read externalsettings file from grf, and in grf it probably not broken.
-
1
-
-
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. -
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. -
issue with db probably because wrong codepage in db.
for fix issue with wrong password use this patch: http://nemo.herc.ws/patches/DisablePasswordEncryption/
-
this errors mostly mean you want download not existing file. but all clients exists.
show what you really run.
-
I finally extracted fix into separate patch. now nemo should works as.
See patch http://nemo.herc.ws/patches/DisablePasswordEncryption/
-
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. -
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. -
Quote
2021-11-10 Different updates
Update tables.
Replace some legacy functions in addons.
Update plugin.dll. -
Quote
2021-11-04 Tables update
Update tables. -
Quote
2021-11-04 Patches updates
Patches
Fix patch Change Walk To Delay. (fix by @4144).
Other
Update tables. -
for full screen use this nemo patch http://nemo.herc.ws/patches/UseBorderlessFullScreen/
-
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).-
1
-
-
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. -
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. -
ignore this error.
this patch need only for very old clients.
-
then probably you using wrong packet version
packet version must be same in client and emulator.
-
probably you have inconsistency in cash shop preview feature in your emulator flag and in nemo patch.
Here explanation for hercules, but for rathena exists same flag in source: http://nemo.herc.ws/patches/ExtendCashShopPreview/#information
In Other words you must enable cash shop preview in your emulator and in client. or not enable in emulator and not enable in client.
Nemo patcher fork
in Client Releases
Posted