Jump to content

[Share]Enchant weapon for PvP's!


Recommended Posts

Man what u mean

 

"then look in the patch and find those :

 

+        {

+           case L2Item.CRYSTAL_S:

+              KillsNeededForEnchant = 5;

+              break;

+            case L2Item.CRYSTAL_A:

+               KillsNeededForEnchant = 4;

+                break;

+            case L2Item.CRYSTAL_B:

+               KillsNeededForEnchant = 3;

+                break;

+            case L2Item.CRYSTAL_C:

+               KillsNeededForEnchant = 2;

+                break;

+            case L2Item.CRYSTAL_D:

+               KillsNeededForEnchant = 1;

+                break;

+        }

"

 

 

We change it when we put it in L2PcInstance.java directly ??

 

 

what role if it has changed?

Link to comment
Share on other sites

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


×
×
  • Create New...