Jump to content

Secondary Skill Levelup with Skill Group 0


Exygo

Recommended Posts

  • Active Member

So I had this problem as title says  ...

Suddenly I couldn't raise my secondary skil level by reading a skillbook so after I checked all the possible ways and I figured out that the problem is resulted from one single line.

Note: I asked a few friends to test this bug on their servers and it was confirmed they have the same bug.

 

To fix the bug search

Quote

if (!GetSkillGroup())

inside char_skill.cpp at function

Quote

CHARACTER::SkillLevelUp

And replace the line with :

Quote

if (pkSk->dwType != 0 && !GetSkillGroup())

 

  • Love 2
Link to comment
Share on other sites

  • Active Member
23 hours ago, 3bd0 said:

CiHXJ9K.png

I have this error when compiling

 

11 hours ago, Dimitar said:

Me too

 

Oh yeah I forgot for you guys it's dwType not bType

Edited by Metin2 Dev
Core X - External 2 Internal
  • Love 1
Link to comment
Share on other sites

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.