Jump to content

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
https://metin2.dev/topic/17725-secondary-skill-levelup-with-skill-group-0/
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

Don't use any images from : imgur, turkmmop, freakgamers, inforge, hizliresim... Or your content will be deleted without notice...
Use : https://metin2.download/media/add/

Please use https://metin2.download/ when uploading files smaller than 100MB, otherwise the approval will take longer due to manual upload.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • 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.