Enchant System

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
alefwmm
Posts: 2
Joined: Sun Jan 23, 2011 4:30 pm

Enchant System

Post by alefwmm »

I am a beginner in L2J Server and in Java.
I would like to know where can I find the Enchant System? (for items not skills)
Or, at least, if someone could tell how it works.

Thx.
User avatar
jurchiks
Posts: 6769
Joined: Sat Sep 19, 2009 4:16 pm
Location: Eastern Europe

Re: Enchant System

Post by jurchiks »

What do you mean? The core support for enchant scrolls?
If you have problems, FIRST TRY SOLVING THEM YOURSELF, and if you get errors, TRY TO ANALYZE THEM, and ONLY if you can't help it, THEN ask here.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
alefwmm
Posts: 2
Joined: Sun Jan 23, 2011 4:30 pm

Re: Enchant System

Post by alefwmm »

Example:
I am in game, i will enchant an weapon. What will say if the weapon will be enchanted or not?

What/Where is the file that has the enchant system ?
User avatar
jurchiks
Posts: 6769
Joined: Sat Sep 19, 2009 4:16 pm
Location: Eastern Europe

Re: Enchant System

Post by jurchiks »

network/clientpackets/RequestEnchantItem.java
and some more in AbstractEnchantPacket.java
If you have problems, FIRST TRY SOLVING THEM YOURSELF, and if you get errors, TRY TO ANALYZE THEM, and ONLY if you can't help it, THEN ask here.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
Post Reply