Kusaty Posted January 18, 2022 Posted January 18, 2022 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 Quote
PlayTenc Posted January 19, 2022 Posted January 19, 2022 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 } Quote
Recommended Posts
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.