Jump to content

4144

Members
  • Posts

    100
  • Joined

  • Last visited

  • Days Won

    2

Posts posted by 4144

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

     

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

     

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

     

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

     

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

     

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

     

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

     

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

     

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

     

×
×
  • Create New...

Important Information

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