Jump to content

Recommended Posts

  • Replies 4
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

  • Active Member

Hello :) This is happening because of the yang limit, instead of taking 20k of EXP points it gives a multiplied value of it.

To fix open char_skill.cpp and in

Spoiler

bool CHARACTER::LearnSkillByBook(DWORD dwSkillVnum, BYTE bProb)

find

Spoiler

if (FN_should_check_exp(this))

and comment out this line:

Spoiler

need_exp = 20000;

Kind regards ~ Mind Rapist

Link to comment
Share on other sites

  • Active Member
59 minutes ago, denyxp31 said:

Hi everyone. I have yang limit implemented on my server, whenever I read a book, instead of taking my experience, it levels me up, for example from 90 to 95. Any clue? I'm having a hard time with this.. Should I try to remove experience completely from reading books? Thanks everyone.

 

It's because maybe you use antiexp ring.

I'll be always helpful! 👊 

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.