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:

 

 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...