Jump to content
  • 0

[HELP]How to Change EnchantRequerement


Question

Posted

OK,hello guys!!i have a serious problem and i cant find the solution..

 

Vesper armor and weapon are s84 = cant be enchanted.

 

I dont wanna change the grade..but how can i change the enchant?

 

I mean..a weapon (s84) ..to be able to be enchanted by a scroll enchant s grade...

 

Any ideas?

 

Please answer to me!!

4 answers to this question

Recommended Posts

  • 0
Posted

ConditionPlayerGrade.java

public final static int COND_S84_GRADE = 0x0080;

 

RequestRefine.java

case L2Item.CRYSTAL_S84:
+				if (player.getLevel() < 84 || gemstoneItemId != 2131) return false; 

 

case 13:
+                if (player.getLevel() < 84) return false;
+                break; 

 

RequestExTryToPutEnchantTargetItem.java

case L2Item.CRYSTAL_S:
case L2Item.CRYSTAL_S80:
+ case L2Item.CRYSTAL_S84:

 

 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..