Jump to content

Recommended Posts

Posted

(Note, will be testing stuff for this guide, so will be updated)

Yes, people want it and people shall get it!

Files needed:

l2encdec or l2fileedit

Working lineage2 env.int

 

Guide start:

So, you want your own cool custom glows and not the boring blue and red ones? Well, heres your chance!

Decode and open up env.int

You'll get a long text file with all this writing.  Most of it you can ignore since alot of it is normal environment settings.  Scroll down until you see lines like these (Note: r1=,g1=,b1= will change):

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)

That is what we are looking for, and ill break it down.

Enchant0= is at what enchant the glow is at.

R1=0,G1=10,B1=20 is what the color is in RGB mode.

R2=0,G2=0,B2=30 is what the color will change to.

Opacity=0.1, Not sure, probably the opacity with the amount of flame on the weapon.

Num=0.1 is the amount of flame on your weapon.  If you set this to high, it will look very bad.

 

So, no we know what we need to edit.

If we want a glow from say Red to blue at +16 it would be a little somthing like this:

Enchant16=(R1=255,G1=0,B1=0,R2=0,G2=0,B2=255,Opacity=50,Num=3)

 

If you would like, you can make +0 - +3 glow too so if guards have weapons they will glow.  Right above the normal color menu is this:

EnchantMeshShow=4
EnchantEffectShow=7

Change it to

EnchantMeshShow=0
EnchantEffectShow=0

 

Now, you know how to do change the colors.  But how do you GET the color code? Easy, photoshop or paint and look for the RGB values.

Note: Anything black, close to black or anything with black in it will be transparent.  Im trying to figure out how to disable that.

 

Hero Glow Guide! (Thanks to killer_007)

Go into weapongrp.dat and count how many it is until Is_hero on the top.

Go down to the item you want with hero weapin glow and change the value from 0 to 1

 

 

My glow sets i made:

Sample: http://img299.imageshack.us/img299/344/glowsmg3.jpg

Download:  http://files.filefront.com//;6519401;;/

Posted

I cannot give all the RGB values as there is (yes, i did the math) 16,581,375 possible color codes to choose from.  To find them yourself, go into paint.  On the top click colors -> edit colors.  click define custom colors.  A box should come up on the right.

Move the crosshair around, and on the very right i would suggest moving the arrow to the middle or higher.  Now if you move the cross hair around the RGB value will show up.

Posted

Killer, do you know how to get the hero mesh onto other weapons?  Like say if i want the white/gold pieces from the hero bow onto a Bop, how would i do that?

Posted

The way that hero weapon colour is added to a weapon has changed from c4 to c5 (or i think so). If the edit of the is_hero column does not work, or if you get an error, you have to set it back to -1 and then...

 

open fileeditc5, open the weapongrp.dat

save it to a .txt file WITH ANOTHER NAME

open EXCEL and open file <all types> and open your .txt

find the id of the hero weapon (example...if you want to add the hero glow on a bow, find the hero bow)

copy-paste to your weapon you wish to add the texture of glow the columns... junk 1A and junk 1B.

 

I think that i can make it also to have the hero glow, and the enchant glow :P Blue + hero glow =  :o I gonna try it :P

 

Some colours: (from rz, i had them on a .txt and i don't have the posters name)

 

 

R:255 G:0 B:0 = Red

R:0 G:255 B:0 = Green

R:0 G:0 B:255 = Blue

R:255 G:0 B:255 = Magenta

R:255 G:255 B:0 = Yellow

R:0 G:255 B:255 = Cyan

R:255 G:255 B:255 = White

R:0 G:0 B:0 = Black

  • 1 month later...
Posted

http://rapidshare.com/files/20352632/Chaos_Spectrum_1.1.zip.html

 

ayto to prog einai gia na vlepete ta xrwmata kai tous kwdikous tou ka8enos....kaliptei terastia poikilia (to firefly einai pio mikro alla exei ta vasika colors)

TRANSLATION

This Program is to see every color and its prospective code at GRB...it covers a huge variety of colors(the program firefly is a small prog about the basic colors...open the chaos spectrum for a bigger variety)

  • 2 weeks later...
Posted

how can i make to change like 4-5 colors one after another??? i get 3 colors but i want 4-5 :(

 

could you tell me what you do and manage to display 3 colors?

i have made it by mistake but now i didnt remember it :P

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



  • Posts

    • Hello community, I’d like to share an improved version of the L2smr editor for StaticMeshes, focused on solving some workflow issues I found in the original tool. CreditsThis project is based on the original acmi/L2smr repository https://github.com/acmi/L2smr , created by acmi, and I updated it to Java 17 with some additional features. Issues in the original L2smr Too many windows: each StaticMesh opened in a new one → cluttered desktop. No search: navigating through hundreds of StaticMeshActors was slow and tedious. Added improvements Flexible views Single Window Mode: reuse one window instead of opening new ones. Multiple Window Mode: still available for those who prefer having several views open simultaneously. Real-time Search Field Instant filtering as you type. Case-insensitive search. “Reset” button to quickly clear the search.     Installation and Execution: Clone the repository: git clone https://github.com/Jeep12/l2smr.git cd l2smr        2.Build the project:   ./gradlew build        3. Run the application:     ./run.bat      Or simply double-click on run.bat.     The run.bat script automatically extracts JavaFX from the included javafx-17.0.2.zip file in the javafx/ directory, sets up the required libraries, and launches the application. You don’t    need to install JavaFX separately.      Repository: https://github.com/Jeep12/l2smr     Maybe these features already existed in another version or fork, and they might not be very big changes, but since I didn’t know about them and found them necessary, I decided to          implement them myself and wanted to share them.      
    • no....Mobius L2Clientdat and L2FileEditor can do that...but still cant works with TaiWanese Grand Crusade ,especially Armorgrp.dat and Armorgrp-Classic.dat
    • L2GOLD - Halcyon x45 Project Classic Interlude   C6 - Classic Interlude: Protocol 110     Is a complete copy of L2Gold in Classic [110 Protocol] with L2OFF files.   Fully L2Gold Features - Daily Quest - Daily Mining Quest - Ancient Weapons -Refine System  -Rebirth System -Fully configurable everything you want -Gold stats/Gold skills/Gold items working 100% -Zones 100% alike  -Unique donations system (npc or voicedcommand .donate) - On Enchant success announcement ( if +16 for weapon, 8 for armor , 7 for jewel) - Announce of Castle Lord - Announce of Hero  - Olympiad Max A grade - Olympiad Buffs on matches changed to Gold Alike - Working fully Dreadbane   - AI Mods: Static Time for RB   Automated Events: Squash Watermelon RB Event High rate  (those are fully automated)   Server is running a Test Server: Online to anyone can test it.   Game Client: https://www.mediafire.com/file/1d8xe18rvgi04lx/L2_Classic_Interlude_Client_V2.rar/file   Game Patch: https://www.mediafire.com/file/3z4b8ezy93h2z1g/L2Halcyon+Gold+Patch.rar/file   GM Accounts: ID: root pass root [ accounts go from  root1 until root20 ]   Regular Accounts Registrations: http://84.247.164.27/?page=register   Some Screenshots: https://imgur.com/a/o7TxzTN   Contact me here via PM (only serious buyers).    Price of the product: Fully Server Pack + Source ( 250 Euros )
    • ✨ A Service with Vibes  Vibe SMS ✨   Vibe SMS is not just a platform for working with numbers. We’ve built it to be simple, convenient, and stress-free, so your tasks get done without hassle. We value real communication: we listen to your ideas, provide support, and make sure everyone feels calm and confident. With us, you’re not just a client  you’re part of a space built on trust, support, and a human touch. Vibe SMS is a place where people matter and where we create an atmosphere you’ll want to stay in.   Website link — https://vibe-sms.net/ Our Telegram channel — https://t.me/vibe_sms
  • Topics

×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock