Tutorial Books needed to rank up from m1 to G1

Welcome!

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

SignUp Now!

4peppe

New member
Joined
Feb 18, 2021
Messages
26
Credits
7
Open the file char_skill.cpp (src/game) and search this line
int need_bookcount = GetSkillLevel(dwSkillVnum) - 20;
Change it to
int need_bookcount = 0;
 
Back
Top