Jump to content

4144

Core Developers
  • Content Count

    1189
  • Joined

  • Last visited

  • Days Won

    124

Posts posted by 4144


  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.

     


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

     


  3. For long time i worked on incomplete yet project for add http support into hercules.

    And this is funding page for this project.

     

    What parts this project contains already:

    • new server with http support (named api-server).
    • missing packets for guild emblems.
    • http guild emblems (bmp, gif).
    • hotkeys.
    • emotes.
    • adventurer agency (without search).
    • basic plugins support for all this.
    • basic plugins support for custom urls.
    • extend plugins support for inter server packets.
    • add support for api to login, char, map packets.
    • protection against different attacks on servers.
    • sample http plugin.
    • Add support for emblems bigger than 64k bytes.
    • Add shared configs support between login/char/map/api.
    • Add configuration with default emotes for new chars.

     

    What need to add

    • adventurer agency search.
    • extend service urls support.
    • add support for browsers and web panels api for control servers.
    • twitter like messages support for old clients.
    • support for vending shops load/save.
    • other different small things.

     

    Now this project merged to hercules.

    Merged pull request: https://github.com/HerculesWS/Hercules/pull/3198

     

     


  4. Soon into hercules will be merged support for all not supported yet clients 2020 and 2021 from here: http://nemo.herc.ws/clients/#clients

     

    For free clients can be downloaded here (official and unchanged): http://nemo.herc.ws/downloads/#downloadable-exe

    For zero clients exists commercial option here: https://discord.com/channels/724239709966041128/907992656104275969

     

    Here pull request with support for new clients: https://github.com/HerculesWS/Hercules/pull/3082

     

    Other missing new features may come soon...

     


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

     


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

     

×
×
  • Create New...

Important Information

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