Jump to content

Recommended Posts

Posted

Where where you MxC :(, I'm at rev 91 right now.

 

   Couple of fixes for pets/summons

 

       L2SummonAI refactor (enjoy the 10sec Freya copy-paste), which adds the "avoidTask" feature (when your pet is hitted, he moves around you);

       teleport is fixed with a pet (pet is ported with you);

       if the pet is 20 lvls more than you or a wyvern/sin eater, you can't make it attack;

       couple of fixes in the different summons/pets actions aswell (follow, stop, attack);

       pet follows you when you summon him for the first time (before it was standing like a tree);

 

   Misc

 

       some cleanings in L2NpcWalkerAI.

 

 

Posted

Rev 93 is out.

Inventories update, part I

 

    update each type of inventory.

    correct items consumption problems.

    fix around 10 different issues, such as bad synchronizing, freight exploits && missing checks.

    inventories (mainly normal inventory and freight) are loaded FAR faster.

    added not 1, not 2, but 3 configs ! Ooooohhhhh !

 

 

Break definitively augmentations, which still need a complete refactor. The pet inventory isn't supported yet aswell (need PetTable? and model entire refactor).

 

Tested skills consumptions, and the triforce (WH, CWH, and freight). Anyway, report if errors occur.

Posted

Hey guys, I want to be clear with you :

 

Some ppl currently sell my pack (which is free) adding lame customs (not even working according to buyer) under other name. If in one hand I could feel "pleased" to be used, and if you're free to buy anything you want to anyone you want, I reserve the right to say you're totally dumb, as those guys have no clue about what I dev, about what it needs to be corrected, and such things.

 

I invite you to avoid those lame paying packs then, from the moment you haven't access to the source/timeline it's a TRAP, a lame mean to make money,. One guy cried me on MSN to correct his custom crap, on a precompiled server he bought (this guy has been powned from A to Z). The fact private are private doesn't mean they're good. They're often worst than free projects. You just think it's good because devs hide their timeline mistakes. It's just marketing.

 

I don't cry about being used to make money, I knew this issue will come soon or later. And around 18 ppls talked about it with me since the project's beginning.

 

Well, do whatever you want with your money, this was just to put points on "i". You're warned.

 

 

Tryskell.

Posted

Rev 93. Mana potions doesn't works

unleduq.png

 

  • First, I explained 10 times you haven't to post here, but in forum in order to have support.
  • Second, and according to this post, "mana potions old skill has been refactored, need to find a new skill (old wasn't good). No effects atm".
  • Third, custom fix (old way) is shared.

 

So gg, you just failed :P.

 

-----

 

Edit 4 of morning = rev 94 is up

 

Inventories update, part II

 

I warn you : this update is pretty huge. Well, you could think "he says that to each commit nowadays", lol, and the worst is : you're right, as I'm right saying it's huge :D.

 

Inventory refactor

- Paperdolls refactors, LRHAND dissapears (not the slot !). Bows/staff are now considered as RHAND.

- DHAIR => HAIRALL. Just to understand better 'what the hell is this crap'.

- inventories instanciation. Should make sad some exploiters.

- formal wear retail way (alldress slot).

 

TradeList refactor

- refactor the buylists loading (no more .csv support).

- correct and improve (adding checks, using fun stuff) packets using them. Add some checks, those sorts of stuff.

 

"Wear/Try on" system

- Drop of the old "wear/try on" system, and of all old methods (isWear, and such).

- The new one is buggy as I miss packets infos, and the only infos come from Freya (this stuff has been implemented on L2J around rev 44xx). WearList > ShopPreviewList, and added a new packet, ShopPreviewInfo.

- The new system doesn't need checks as it's only a packet which change the appearance of your stuff. Basically not exploitable, and extremely light in ressources' usages (before an item was created, used, then deleted).

 

Misc

- L2ManorManager refactor (warning : as I suck with manors uses, I didn't manage to test crops/seeds sell/buy etc. I would like someone teach me how this crap works one day, lol).

- refactor of the way to count arrows.

- some packets refactors (mainly RequestCrystallizeItem), and many cleans.

- a GM can't use hero weapons anymore if he isn't a hero himself, in order to avoid the "stupid bug" at relog, which made me lose 30min to find why it happened (and when a inventory refactor comes, you're pretty nervous about "WHY THE FOCK THIS STUPID HERO BOW IS REMOVED AT RELOG AND NOT OTHERS WEAPONS ?).

- correction of a couple (around 10) of logs names... Ty Sentinel to open my eyes on this awful critical issue which could destroy the Earth and humanity. Which isn't a awful critical issue which could destroy the Earth and humanity, but still make you cry.

 

Admin commands

- ended the refactor of AdminEditNpc (both "edit" and "shop" parts have been corrected and improved).

- AdminEnchant send only one message if you're the target.

 

And once again :

REPORT ON GODAMN FORUM IF ERRORS OCCUR, DONT CRY ON MXC THREAD XAXA.

Posted

HAHAHHAHAHHAHAHHAHAHAHHA sorry i dont mean to spam but HAHAHHAHAHHAHAHHAHAHHA

 

that really made my day.

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

    • Hi, I'm selling Interface sources. I was working with one of bigger Essence projects (for ±1 year) delivering them Interface source KR. Per this period gathered knowledge about UE, UE Scripting, saw a lot of tools and their progression. So finally I decided that I can open up my own sales topic. I'm selling source for any protocol - If I don't have source, I will need you to provide whole system folder or for Essence/main - provide me protocol number. Sources are acquired by my OWN decompiler - written in Java, so we're not using popular UEExplorer upgraded by anyone. Decompiler extracts already compile ready sources. It outputs clean code, however constants are mapped 60-70%. Why only 60-70%? Well tl;dr when you compile any sources, they take at that time constant value and place it instead of = CONST_NAME to = THAT_CONST_NAME_VALUE, so it's not possible to have const name instead of value. Example of output: https://pastebin.com/cjyXcJvT for bigger .uc class (557p). p.s pastebin messed up encoding, but KR symbols are preserved - you won't see "?" symbols, rather you will see proper original korean text. I will give you guide as well, how not to mess it up with your editor VS Code/Notepad++ or what you use it to make them preserve it. You will get source + my compiler wrapper (written in java) - works on Windows/Mac/Linux - it has small GUI but supports CLI. Small notice, who thinks 'this is decompiled source' - basically all sources that are on sale are made by decompiling .u and applying changes. I think powerhouse few years ago was ArtToKill/kick (kick added support for INT64 to the publicly available compiler sources) etc. So no - there are no straight from 'creator' sources anywhere, all sellers offer the same - just the quality is different. UEExplorer upgraded was a big step, however, it introduces still a lot of nesting, if statements wrapping incorrectly which could lead to bugs. There are many things how to identify poor quality sources, as if the seller tries to sell 'out-of-box' when they see it compiles - sad news, some bugs are in the logic due to seller focusing only on 'it compiles' rather than issues that their decompiler is not capable so solve. On request I can restore ±100% const mapping.   Later I can attach compiled .u to try. Price is 400EUR. Payment methods USDT (Crypto). I'm still in debate with myself, wether to start selling XDat Editor with structures and ClientDat with 100% all files openings (no unk namings) and improved experience (such as comments support in .dat files, mass sync, improved performance and so on). P.s. If you ask me to give you some project's custom interface - the price may vary - there are couple things per project that need to be hand checked and adjusted (for example Innadril completely changes tokens which then I need to adjust my program to their token Ids). So it might take more time = more money. P.s.s. I have more things in the garage, like my own dsetup source that can allow you 'unlocking' system with your desired encrypting - you don't need to wait till 'patched' systems start appearing and so on, but I think at this time everyone who needs it make them selves it. AAC crypt removals and so on, BuildZone, everything that 'unlocks' client, however, I don't plan to make them on sale as mentioned, everyone can do them.  
    • It has been a while since I updated this thread. I am currently actively working on a full-scale port of the shader library to ensure the fast and accurate transfer of all effects. I have decompiled the original game and created a tool that fully logs the entire *Lineage 2 Interlude* particle system. This allows me to extract the original formulas hardcoded into the game, resulting in a high-fidelity port. For instance, *Lineage 2* uses an `appRnd` system that generates unique randomization patterns for different skills, giving them distinct visual characteristics; there are countless formulas and technical nuances like this. Ultimately, I will derive all the key formulas and replicate the geometry with high precision. Twelve basic geometry formulas have already been ported. The effect was created in 10 minutes using a .uc file, HLSL formulas, and SpriteEmitter particle blending formulas.   https://prnt.sc/_3UDLQVX_Y-_
  • 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..