Jump to content

add news skills book 6 skill


Recommended Posts

  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

open char.cpp

find

Spoiler

void CHARACTER::GiveRandomSkillBook()
 

after that you will see 

Spoiler

if (number(1, 20) == 2)
            {
                dwSkillVnum = number(170, 175);
            }
            else
            {
                dwSkillVnum = number(1, 111);
            }

change it to what fit you

  • Love 1
Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.