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.
Enchant System
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
- jurchiks
- Posts: 6769
- Joined: Sat Sep 19, 2009 4:16 pm
- Location: Eastern Europe
Re: Enchant System
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.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
-
- Posts: 2
- Joined: Sun Jan 23, 2011 4:30 pm
Re: Enchant System
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 ?
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 ?
- jurchiks
- Posts: 6769
- Joined: Sat Sep 19, 2009 4:16 pm
- Location: Eastern Europe
Re: Enchant System
network/clientpackets/RequestEnchantItem.java
and some more in AbstractEnchantPacket.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.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.