Change the color of the weapons

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
smartmedia
Posts: 60
Joined: Tue Jun 16, 2009 4:38 pm
Location: Hellas

Change the color of the weapons

Post by smartmedia »

L2J Revision 3205:
L2JDP Revision 6294:

Hi..
I am trying to change the colors of the weapons, but i don't know where to look.
I want to set from 1-16 color blue, 17-21 color Red, 22-30 Pink 31-35 yellow.
As suggestion, would be nice to be able to control the colors of the the weapons according the level, from L2JConfig and be able to control as well the lvl for every color..

Thanks.
User avatar
janiii
L2j Veteran
L2j Veteran
Posts: 4269
Joined: Wed May 28, 2008 3:15 pm
Location: Slovakia

Re: Change the color of the weapons

Post by janiii »

if you mean enchant color, then that one is defined in client. so changing it would require client modding, which is illegal.
DO NOT EVEN TRY TO MESS WITH ME!
forum flOOder dancing dEVILoper
I don't give private support - PM will be ignored!
smartmedia
Posts: 60
Joined: Tue Jun 16, 2009 4:38 pm
Location: Hellas

Re: Change the color of the weapons

Post by smartmedia »

Right now when enchant a weapon the color of it, is changing, all i want to do is to manipulate the colors to my wish according to lvl... This is illegal...???
User avatar
momo61
Posts: 1648
Joined: Fri Jun 06, 2008 2:05 pm
Location: Europe

Re: Change the color of the weapons

Post by momo61 »

smartmedia wrote:Right now when enchant a weapon the color of it, is changing, all i want to do is to manipulate the colors to my wish according to lvl... This is illegal...???
yes.
smartmedia
Posts: 60
Joined: Tue Jun 16, 2009 4:38 pm
Location: Hellas

Re: Change the color of the weapons

Post by smartmedia »

Hi...

Let me get this right... Patching the client to work with the L2J server, decrypt and change the L2 ini to add your own IP is not illegal and change the color of the weapon is...???
_DS_
L2j Veteran
L2j Veteran
Posts: 3437
Joined: Wed Apr 30, 2008 8:53 am
Location: Russia

Re: Change the color of the weapons

Post by _DS_ »

All those actions are illegal and will not be discussed here.
Commiter of the shit
public static final int PI = 3.1415926535897932384626433832795;
lishawj
Posts: 253
Joined: Thu Apr 30, 2009 12:29 am

Re: Change the color of the weapons

Post by lishawj »

smartmedia wrote:Hi...

Let me get this right... Patching the client to work with the L2J server, decrypt and change the L2 ini to add your own IP is not illegal and change the color of the weapon is...???
The only patching done to the client is when you use the official L2 launcher. There are NO instructions anywhere on this forum expressly detailing or encouraging any L2J admin(s) to modified/decrypt the client to make it work with the L2J server emulator. The client work with the L2J server emulator as is without any modification. Adding entries into your HOSTS file to point the client to your server is NOT modifying the client software.

If the above is not cleared enough, ANY TIME YOU MODIFIED ANY of the Lineage II files inside the Lineage II folder; you're doing something illegal.
turelis
Posts: 4
Joined: Mon Jun 15, 2009 1:22 am

Re: Change the color of the weapons

Post by turelis »

smartmedia wrote:Hi...

Let me get this right... Patching the client to work with the L2J server, decrypt and change the L2 ini to add your own IP is not illegal and change the color of the weapon is...???
turelis
Posts: 4
Joined: Mon Jun 15, 2009 1:22 am

Re: Change the color of the weapons

Post by turelis »

turelis wrote:
smartmedia wrote:Hi...

Let me get this right... Patching the client to work with the L2J server, decrypt and change the L2 ini to add your own IP is not illegal and change the color of the weapon is...???
Stupid post, sorry, I was trying to say... You shouldnt have edited your L2.ini file, techinically it is illegal. You need to change your hosts file in your windows system to redirect the connection to your server when it looks for the l2authd.lineage2.com

If you dont know how, I can give you a quick lesson
smartmedia
Posts: 60
Joined: Tue Jun 16, 2009 4:38 pm
Location: Hellas

Re: Change the color of the weapons

Post by smartmedia »

Hi...

Well i tried in the beginning to change only the C:\windows\system32\drivers\etc\hosts with that but without luck. So i was forced to patch the system folder and then download l2.exe patched.
192.168.1.2 localhost
216.107.242.199 nProtect.lineage2.com

Any way, in general speaking, i am programmer of Delphi for long years and in every forum i am register people are a lot helpful without to be ironic. Here i see complicity different attitude specially from people that i understand that they know the subject. I don't know why, the forum suppose to help people and share ideas etc... I am new in this development environment and this attitude is not helping me a lot...
I have spend the last 2 days to figure out how to add a buffer. Now i update the server and datapack and everything is gone. After that i learn about custom_npc.
I know is difficult to learn all within 2 days but again i see that everybody are a little bit mystic about it. Any way. I appreciate any help given.
My goal is to make a server for PVP with a good buffer ( i found Rin4a's_Buffer_v1.2) GM Shop - one Gatekeeper for all cases - Symbol maker - WhareHouse ( i found him after all)
Thanks for listen me.
User avatar
janiii
L2j Veteran
L2j Veteran
Posts: 4269
Joined: Wed May 28, 2008 3:15 pm
Location: Slovakia

Re: Change the color of the weapons

Post by janiii »

what has to be in the hosts file:

Code: Select all

127.0.0.1    localhost 127.0.0.1    l2authd.lineage2.com #l2 localhost216.107.250.194    nprotect.lineage2.com #game guard
what you missed is the mapping for l2authd.lineage2.com
DO NOT EVEN TRY TO MESS WITH ME!
forum flOOder dancing dEVILoper
I don't give private support - PM will be ignored!
Post Reply