Jump to content

Recommended Posts

Posted (edited)

BTW tree splitting produces too long paths in Windows, so it can't handle it properly =/
Max path length in Windows is 260 or something, so I'll limit tree depth.

Edited by verbrannt
Posted
1 minute ago, verbrannt said:

BTW tree splitting produces too long paths in Windows, so it can't handle it properly =/
Max path length in Windows is 260 or something.

 

It works for me on Windows 10 with PHP 7.2.7, I just had to enable Win32 long paths - see https://www.ryadel.com/en/enable-ntfs-win32-long-paths-policy-remove-255-260-characters-limit-windows-10/

 

Also I've seen you haven't applied UTF-16le decoding part from the patch and still drop all non-ASCII characters, what's the reason for it?

Posted
1 minute ago, eressea said:

Also I've seen you haven't applied UTF-16le decoding part from the patch and still drop all non-ASCII characters, what's the reason for it?

 

I'm refactoring main.php right now thats the reason :)

Posted

There is 3 functions missing from eressea's compiler.

Quote

"235078277": {
        "name": "SetLocalMap",
        "arguments": [
            "int",
            "int",
            "int"        ],
        "type": "void"
    }

"235012742": {
        "name": "GetLocalMap",
        "arguments": [
            "int",
            "int"        ],
        "type": "int"
    }

"268828804": {
        "name": "DebugLog",
        "arguments": [
            "string",
            "string",
            "string",            "int",
            "int",
            "int"        ],
        "type": "void"
    }

 

 

Posted
4 minutes ago, zconll said:

There is 3 functions missing from eressea's compiler.

 

Because they're custom and unique for MyExt64... Maybe add data/gf-myext? :)

Posted

Problem with empty string in "MakeFString" function.

After descompiler:

Quote

Say(MakeFString(1000452, , __blankblank, _blank, _blank, _blank));

 

Should be:

 

Quote

Say(MakeFString(1000452, "", "", "", "", ""));

 

 

class  warrior_parameter affected and some more.

Posted
2 minutes ago, zconll said:

Problem with empty string in "MakeFString" function.

After descompiler:

 

Should be:

 

 

class  warrior_parameter affected and some more.

 

_blank is a property defined in the default_npc class.

string  _blank = "";

 

Posted

ok, I never has seen this parameter in GF/freya ai.obj, i need add this parameter to  "default_npc" class, but there a problem after descompiled.

Quote

Say(MakeFString(1000452, , __blankblank, _blank, _blank, _blank));

 

How you can to see second and third parameter show both together, when should be:

 

Quote

Say(MakeFString(1000452, , __blank, _blank, _blank, _blank, _blank));

 

Posted (edited)
5 minutes ago, zconll said:

ok, I never has seen this parameter in GF/freya ai.obj, i need add this parameter to  "default_npc" class, but there a problem after descompiled.

This parameter is from another AI (not default GF/Freya). AdvExt uses it, for example.

 

5 minutes ago, zconll said:

How you can to see second and third parameter show both together, when should be:

 

Please provide part of the ai.obj where this happens.

Edited by verbrannt
Posted (edited)

New release: https://github.com/madyanov/nasc-decompiler/releases/tag/v1.4

 

  • HF Support by Eressea
  • GD Support by @ChaosPaladin
  • Many NASC generator fixes
  • Split result classes into tree
  • Non-ASCII symbols support by Eressea

 

Edited by verbrannt
Posted (edited)

Are you sure that GM_... aren't global map IDs?

 

EDIT: For example antharas uses global map ID of 10 which is same as gm_antaras_max... On the other side, it's usually defined as a parameter so it can't get resolved nevertheless...

Edited by eressea

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



  • Posts

    • Most panels here you download, install and host yourself. Forgeport is the opposite - it's fully hosted. Nothing to run on PHP/MySQL, no server to maintain. You point it at your gameserver and it's live in about an evening.   What it does • Branded player portal on your own domain • Donation store - players buy coins by card and spend them in a shop you configure • Verified vote rewards (Gtop100, TopG, Hopzone, XtremeTop100 - API/HMAC verification, not "open a URL") • Lucky Slots prize spins with transparent odds • Everything delivers into the game automatically - items and skills, no GM online   Payments — you keep 100% The money goes into your own Stripe account (you're the merchant of record) or your own crypto gateway (NOWPayments). I take 0% of donations. A flat 19.99 EUR/month subscription is the whole business model.   Delivery (the part that matters) • L2J: a small bridge you compile from public source - aCis and Mobius examples on GitHub • L2Off/PTS: a standalone process writing to a SQL queue your extender polls - no code in your binaries, no SQL into live cached characters. Full contract is public. Try it 30-day free trial, no card. Demo (6 min): https://www.youtube.com/watch?v=rJGgiQlPF74 Docs: https://docs.forgeport.net/docs Site: https://forgeport.net/   Solo dev, I answer fast. Questions welcome - happy to talk shop about the L2Off delivery side especially.          
    • L2OSIRIS: REBORN — The Only True L2OFF Interlude Server in 2026   Not L2J. Not a Java emulator. Original NCSoft L2Server.exe and CachedServer.exe binaries — genuine L2OFF C6 Interlude architecture.   SCHEDULE: - Closed Beta: August 15–21, 2026 (LIVE NOW) - Open Beta: August 22 – September 4, 2026 - Grand Opening: September 5, 2026   RATES: - EXP/SP: x7 - Adena: x5 - Drop: x3   FEATURES: - No Pay-to-Win - No Custom Gear - NPC Buffer - Global Gatekeeper - Offline Private Stores - Safe Enchant +3 / Max +16 - Anti-bot protection   Why L2OFF matters: Original server binaries = retail-accurate geodata, pathfinding, and packet handling. No L2J quirks, no emulator lag, no artificial behavior.   Website: https://l2osiris.com Discord: https://discord.gg/5KhGxA92za   See you in-game!
    • Hi, I would like to ask how the CliExt.dll protection is supposed to be compiled from the publicly available source.   I have tried compiling the source that is available in the usual/public repositories, but I cannot get it to work correctly.   This seems different from some of the older Vanganth builds, where CliExt.dll could be compiled successfully and worked with the client.   Is there a specific project configuration, missing source file, dependency, compiler setting, or additional step required to compile the current source correctly?   Any information or guidance on how the protection is intended to be compiled would be greatly appreciated.
    • @Rolo Thanks So Much. This has come to my mind these days, i visited this post and i pulled it off. Really gratetful for your all your shares. It seems that it was way easier than i expected There is no limit what cool icons you can do. Hope you the best ❤️ Thanks iiii]; )'
  • Topics

×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..