Metin2 Change books needed for master skills (help)

Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

xoka123

New member
Joined
Feb 2, 2025
Messages
11
Credits
20
Hello, I am trying to change the number of books needed to level up a skill. Right now it's the default 1,2,3,4.. needed for each M level. I want to make it so it is 1 book regardless of master level.
After searching in the code I found the function LearnSkillByBook in char_skill.cpp. There I changed the line:
int need_bookcount = GetSkillLevel(dwSkillVnum) - 20; to int need_bookcount = 1;
If i understand the code correcctly that should make it so every time a book is used succesfully the level shoulg go up, but after compiling nothing changes...
Any ideas why?
 

Attachments

  • Στιγμιότυπο οθόνης (6).png
    Στιγμιότυπο οθόνης (6).png
    63.5 KB · Views: 4
  • Στιγμιότυπο οθόνης (7).png
    Στιγμιότυπο οθόνης (7).png
    53.4 KB · Views: 4
Back
Top