Jump to content

Recommended Posts

Posted

well guys here will leave a mini guide on how to make their customs enchants

 

1-good to be the first thing to do is get off this program with which to open the file may env.int what can be downloaded from here

 

RapidShare: 1-Click Webhosting

 

2-open L2 File edit give "Open and decrypt" then look for the directory where you have your folder system would default c: \ program files \ Lineage II\system

 

3-then open the file env.int once done seek these lines

 

[EnchantEffect]

CubeTexName=LineageEffectsTextures.Etc.Enchant_Aura001_Shader01

HeroWeaponTex=LineageEffectsTextures.Hero.Hero_Aura001_Shader01

HeroAuraTex=LineageEffectsTextures.Hero.Hero_Aura000_Shader00

EnchantMeshShow=4

EnchantEffectShow=7

 

Enchant0=(R1=0,G1=10,B1=20,R2=0,G2=0,B2=30,Opacity=0.1,Num=0.1)

Enchant1=(R1=0,G1=10,B1=20,R2=0,G2=0,B2=30,Opacity=0.1,Num=0.1)

Enchant2=(R1=0,G1=10,B1=20,R2=0,G2=0,B2=30,Opacity=0.1,Num=0.1)

Enchant3=(R1=0,G1=10,B1=20,R2=0,G2=0,B2=30,Opacity=0.1,Num=0.1)

 

4-the lines of "Enchant0=(R1=0,G1=10,B1=20,R2=0,G2=0,B2=30,Opacity=0.1,Num=0.1)" are the colours of weapons, in "Enchant?=(R1=0,G1=10,B1=20,R2=0,G2=0,B2=30,Opacity=0.1,Num=0.1) " i interrogation where the [?] is where you have to put the number corresponding to the number of enchants

 

5-these are the colors with their corresponding lines

 

-Blue (normal)

Enchant?=(R1=0,G1=30,B1=255,R2=0,G2=40,B2=215,Opacity=1,Num=1)

 

-Red (normal)

Enchant?=(R1=255,G1=255,B1=255,R2=230,G2=230,B2=225,Opacity=1,Num=1)

 

-Yellow/Orange (alternating)

Enchant?=(R1=255,G1=51,B1=0,R2=255,G2=153,B2=0,Opacity=0.7,Num=1)

 

-White/vilet (alternating)

Enchant?=(R1=255,G1=255,B1=255,R2=250,G2=100,B2=200,Opacity=1,Num=1)

 

-Green

Enchant?=(R1=80,G1=255,B1=0,R2=0,G2=255,B2=80,Opacity=0.8,Num=1)

 

-yellow

Enchant?=(R1=200,G1=255,B1=120,R2=250,G2=180,B2=85,Opacity=0.8,Num=1)

 

-white/blue (very good)

Enchant?=(R1=18,G1=18,B1=194,R2=7,G2=7,B2=163,Opacity=1.025,Num=12.5)

 

-white

Enchant?=(R1=251,G1=251,B1=251,R2=251,G2=251,B2=251,Opacity=1,Num=13)

 

6-putting lines where the interrogation [?] enchants the number of which will belong to the color (they can be repeated or combine to taste admin) aLL out

 

7-when this all ready and already have the colors you want to do this then put "Save and encrypt" and is ready and save it codificaion "111" enjoy :D

 

 

PD=if you want to a certain number of enchants only shine a color here is the solution

 

putting the lines in which according to the number enchants varieties of the color of the gun

 

if you want that from this number to 65535 (Maximo) shine with a single color add, if not you have a last line separated from the others, with color and without number enchant

 

ej=

Enchant45=(R1=480,G1=480,B1=446,R2=290,G2=290,B2=256,Opacity=1.025,Num=14.5)

[here leave blank lines to separate]

Enchant=(R1=18,G1=18,B1=194,R2=7,G2=7,B2=163,Opacity=1.025,Num=12.5)

 

and is ready to enjoy

 

all that we have to mix colors and which leave no? eh eh therefore expensive here:''R''in maximum and minimum = 255 = 0 you put the quantity of each color you want to be seen pj =

 

(R1=255,B1=255,G1=255)

 

R1=cantidad de rojo R2=amount of red (in the seconds brightness)

B1=cantidad de azul B2=amount of blue (in the seconds brightness)

G1=cantidad de verde G2=amount of green (in the seconds brightness)

 

sorry 4 my bad english :(

 

by CriticalError

Posted

yes its very good thx man rly nice share. The white color on weapons its pfff extraordinary ;) i know that from long time but didnt make it...but white looks awsome.

Posted

yes its very good but not works on many servers..u can see the change of colour only u...not the whole server....and if u put the same colour in b1 with b2 for example the colour stay without clowing..if u put different colours..its glowing ^^

  • 3 weeks later...
  • 1 month later...

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

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