Jump to content

Enchant skill problem!


Recommended Posts

Hello everyone, I have the following problem. When trying to enchant a skill, it does not consume the secret book of giants, I have the option enabled in "altsettings.properties" any solution? I use l2jfroozen (interlude).
 

 

https://ibb.co/LRSgK7t
https://ibb.co/wLYbLDX
https://ibb.co/QXdSzFk

Link to comment
Share on other sites

Problem with your pack. You are using some kind shit pack, and i don't know why you dont use l2jserver pack. But its your choise. So anyway i check very fast

 

com/l2jfrozen/gameserver/network/clientpackets/RequestExEnchantSkill.java

 

if (Config.ES_SP_BOOK_NEEDED && (_skillLvl == 101 || _skillLvl == 141)) // only first lvl requires book
  {

 

 

 so i think your problem is with these _skillLvl. I played l2 long time ago, so i dont remember correctly what are these values are. So propably you can try delete && (_skillLvl == 101 || _skillLvl == 141) and check if something changes. Also you can always do like this and check

if(Config.ES_SP........){

// code

// Print message and something

}else{

// Print error or something

}

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   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...