Jump to content

Recommended Posts

Posted

the best glows guide..

 

topic got sticky.

Thank you, and thanks everyone for the great reactions.

Tomorrow/Day after I will likely update the GLOWLIST with some new never-shown-before material ^^

 

And Im too lazy to make weapons with them myself, so Ill just leave that up to the other client modders :)

  • 2 weeks later...
Posted

Sorry for asking you this, but I've got some problems with the special glows. The normal glows and the one with flames I all understand.

But what line in the Env.int file do i have to change if i want a weapon to have the Akamanah weapon effect glow  LineageEffect.e_u540_aka_c ?

Lets say I want all my icarus weapons to have the Akamanah glow, Course I have to find the ID's of the weapon and after that where do I have to put the command line glow.

Sorry if you guys think I ask to fast without looking to the guide. I've tried...

 

Loves

Seik

 

Edit: I cant open weapongrp.dat (using fileedit)

Posted

Hello and welcome to Maxcheaters forum :)

 

First your last point: try downloading a new patched system ('search' or try my link to webmonsters patched system (CT2.3))

 

If you want a weapon to have a special glow, you need to set this in the weapongrp.dat, not in the env.int.

 

In weapongrp.dat you find all the ID's and scroll a while to the right untill you find something like this:

1000	0	-1	0	[put the glowname here]		0.00000000	0.00000000	0.00000000	1.00000000	1.00000000				

	LineageWeapons.rangesample		1.00000000	1.00000000	1.00000000	0.00000000	0.00000000	0.00000000

 

So, in your case it would become:

1000	0	-1	0	LineageEffect.e_u540_aka_c		0.00000000	0.00000000	0.00000000	1.00000000	1.00000000 (etc.)

 

I hope you can make it work else just let it know here :)

 

@Everyone: Im going on holiday for 10 days the day after tomorrow; when Im back this topic gets a big update: a new guide for editing glows of Dual weapons and new glownames for the glow list.

Posted

Hehe, I was just editing my post then I got a mail that you posted a reply.

First if all I got a new version of l2fileedit, for gracia 2. So then I could open the weaponsgrp.dat

I managed to get the red augumentation glow on 10 Icarus weapons, but 2 weapons the Icarus Shooter and the Icarus Stinger dont work.

Maybe because these are Kameal weapons... but strange enough the Icarus Wingblade does work. (also Kameal weapon)

 

Before I tried the Red AUG glow I tried the Darc Heroish glow but I can't get it to fit nice and make it good visible.

Same for the Akamanah and the Zariche, those to glows always give the glow of the weapon. So u cant put it on a mage weapon or a bow... a shame because I like the glow of those two.

 

Question:

- Do u have an idea why the red Aug glow doesn't work on the Icarus Stinger and the Icarus Shooter

- Can u get the Dark heroish glow to fit nice to icarus weapon and make it more visible

- Is it possible to change the color of a special glow? (Lets say I want the Augumentation glow more purple and les orange)

Posted

U Might need these :)

 

ID: 10224

LineageWeapons.icarus_stinger

LineageEffect.w_vari_r4_010_a 3.0000000 0.0000000 0.0000000 3.3000000 1.0000000

 

ID: 10225

LineageWeapons.icarus_wing_blade

LineageEffect.w_vari_r4_006_a 3.0000000 2.5000000 0.0000000 2.0999999 0.3000000

 

ID: 10226

LineageWeapons.icarus_shooter

LineageEffect.w_vari_r4_009_a 1.5000000 1.2000000 0.0000000 3.5999999 0.8000000

 

  • 2 weeks later...
  • 2 weeks later...
Posted

This is something unbelievble , very good....

Your work hard helping others and this comunity..

 

 

May i ask 1 thing,

Where are All the efects of Lineage2, systex,text,animations?

If you know tell us cuz we might wanna try other effects, tho that all that you shown are AWSOME.

 

Thanks,

And +1 for the Sharing  :D

  • 3 weeks later...
Guest
This topic is now closed to further replies.



  • Posts

    • fixed the flickering , if you noticed to an other specific page please let me know
    • And Discord: https://discord.gg/3aYqWNqb
    • Ofc: https://discord.gg/3aYqWNqb
    • You can find some H5 skins shared in old L2 modding Discords, but most of the higher‑quality ones are either paid or come bundled with full client edits. I usually mix in commissioned work and whatever I can patch myself. On a side note, I fund a lot of these commissions by selling off game items through instant sell cs2 skins, which has been a quick way for me to get some cash for projects.
    • There is no need for gRPC in this case, even tho originally it was gRPC based but since we don't need it to be bi-directional, we switched to simple http requests for the web calls and SSEs for the data streamed from the server. There are distributed locks in place to precent race conditions between actions that can happen between multiple web instances and the server.   Local models can also be slow depending on the model, and most external models can actually be faster than local ones if you use Flash 2.5 or something along those lines. I am running on 512GB of Unified Memory on my Mac Studio M3 Ultra so the speed of the local model for a small model is pretty good but I tested it with Gemini too and it works equally as fast and in some cases faster. The way it works is that I'm using pgvector (one of the benefits of moving to Postgres) to search the data and see what the player can see etc and there is some batching of the next few actions for 2-4 seconds for the user until the next LLM request fires. The batching also includes branching on logic so if they for example fall under some HP they will move to kiting instead of attacking or maybe they heal etc.   Everything is authed and permission-based. The server and the backend of the frontend have secure communication between them, either with a symmetric key (not recommended for production) or a certificate (the recommended way), so there is no worry. It's all tied to the account's access level, etc., so nobody can make an action that they normally wouldn't be allowed to do. Even the MCP is token-based, and there are prompt injection protections in place. The MCP is audited, and every mutation needs confirmation. The admin area is only accessible to the admin account anyway so normal users can't access it.  
  • 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..