Jump to content

4144

Core Developers
  • Content Count

    1189
  • Joined

  • Last visited

  • Days Won

    124

Posts posted by 4144


  1. probably you using too old hercules or some bad mod of plugin?

    try test your script on latest clean hercules.

     

    from script file look like this is ratnena? then not sure may be getnpcid in rathena always need npc name as parameter.

    something like: getnpcid("MYNPC")


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

     


  3. On 1/19/2022 at 11:44 PM, fiction said:

    Oh bad news...Personally i don't use any kind of crypto, maybe herc need a section for crowdfunding, like rathena does.

    I'll like to support this projet, because is a benefit for all the hercules users, but the actual currency is a limitation for me :(

     

    Try this donation link <removed>

     

    Should works with cards/google pay.

    Look like it partially translated to english and it count donation in russian rubles...


  4. undefined referenced like

    Quote

    undefined reference to `Py_Initialize'

     

    show what you not linking with python library. need something like

    Quote

    -llibpython

     

    but probably with full path to libpython.so with version number in name

    you can see what library to use in other programs what linked to python.


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

     


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

     

×
×
  • Create New...

Important Information

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