Jump to content

Recommended Posts

Posted (edited)

Kalispera tha ithela na kano share ena programa to opio allazeis to xroma ton weapon opos thelei o kathenas.Dioti vlepo pos polla atoma zitane pos ginete auto,auto to programataki tha sas voithisei arketa...To prwto pragma p xriazomaste ine na anoiksoume me to fileEdit mas to Env.int arxio p vriskete mesa ston fakeo system....
Otan anoiksoume to arxio prepei na pame edo

 

EN:Hi I would like to do share a program that changes the color of the weapon as wants everyone.Cause see how many people are asking what now this, this algorithm will help you enough ... p The first thing we need is to open the fileEdit our Env.int file who is inside the  system  folder....

When you open the file should go here

44523688.jpg

Opou R,G,B ine ta 3 vasika mas xromata dilladi R=Red,B=Blue,G=Green
To programma to opio tha mas voithisei ine auto edo

 

EN:Where R, G, B are the 3 basic colors you could say R = Red, B = Blue, G = Green

The program, which will help us is that here

70328695.jpg
Stin prwti epilogi etsi opos anoigoume to programa vlepoume ton Arithmo ena ekei tha valoume to Xroma tou ench p theloume apo kato vlepoume 0 0 0 auto ine i mpara me ta xromata ta 3 vasika opos ipame pio pano R,B,G i prwti ine to kokkino i deuteri to mple kai i triti to prasino
As pame lipon na ftiaksoume to weapon as poume mov :P

 

EN: In the first option so as we open the program we see a number there will put the color of ench p we see below 0 0 0 This is the barbell with 3 basic colors as we said above, R, B, G is the first red, the second blue, and the third green

So let's go to make the weapon say purple

23884819.jpg
Vallame dilaldi 149 kokkino kai 255 mple kai mas evgale Mov Prepei na ftiaksoume omos kai to glow gia auto lipon patame sto 2 kai ftiaxnoume ena xroma paraplisio tou mov

 

EN:We Add 149 red and 255 blue and took us purple should make the glow for this then press 2 to make and we have a similar color purple
14625479.jpg
Afou teliosame me to xroma mas pame apo kato sto + kai epilegoume se pio ++++ theloume na kanoume add to weapon auto as poume sto +6,Vlepoume dipla akrivos kai akoma 2 epiloges auto ine To Opacity kai to NUM gia na katalavete ti thelo na po http://www.lineage2media.com/glowmodificationlineage2.html
As epileksoume +6 me Opacity 10 kai NUM 5 kai patame to Koumpi akrivos apo kato gia na mas vgalei ton kwdika etoimo

 

EN:After we finished with the color of our go below the + and choose a more + + + + we want to add the weapon it say at 6, see next just another 2 options this is the Opacity and NUM to understand what I want to say

Let us choose 6 with Opacity 10 and NUM 5 and press the button just below to send us the code ready

21914386.jpg
Pernoume ton kwdika Enchant6=(R1=149,G1=0,B1=255,R2=135,G2=0,B2=153,Opacity=10,Num=5) 
kai pame sto Env.int kai vriskoume to Enchant6 kai to antikathistoume me ton kwdika p pirame apo to programma

Allazoume episei to Ench 6 sta Variation p vriskete pio kato me ton idio kwdika p pirame apo to programma me ton idio akrivos programma....
Kanoume save to Env.int me Save and Encrypt kai imaste etoimi

 

EN:We take the code Enchant6 = (R1 = 149, G1 = 0, B1 = 255, R2 = 135, G2 = 0, B2 = 153, Opacity = 10, Num = 5)

and go in and find the Env.int Enchant6 and replace it with the code p got from the program
Changing the Erisos Ench 6 in Variation p find below the same code p got from the program with the same program ....
We save the Env.int with Save and Encrypt and we are ready
 

Gia idees sxetika me ta xromata mporite na mpite edo http://en.wikipedia.org/wiki/List_of_colors

 

EN:For Ideas with colors u can look here also http://en.wikipedia.org/wiki/List_of_colors

To programma mporite na to katevasete apo edw

 

EN:U can Download the program from here

http://www.4shared.com/rar/caU8FG2s/L2Enchant_editorEditor.html
To guide ine diko mou Credits gia to Programma by Reptily

 

Update New Program For Easier Edit

http://www.mediafire.com/download/jkpjo95rgmc0hlh/Glowtor.rar

Edited by Cloud_Strife4�®
Posted

Καταπληκτικο share φιλε μου! Ηθελα να αλλαξω και εγω χρωματα στα enchant αλλα θα το εκανα χειροκινητα απο την ζωγραφικη:$ Με βοηθησες αρκετα.

 

Posted

Καταπληκτικο share φιλε μου! Ηθελα να αλλαξω και εγω χρωματα στα enchant αλλα θα το εκανα χειροκινητα απο την ζωγραφικη:$ Με βοηθησες αρκετα.

 

da fuck  :y u no?: :y u no?: :y u no?:

  • 1 month later...
  • 2 weeks later...
  • 4 months 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