Jump to content

Recommended Posts

Because I didnt found anything helpful, here a small release how to change your skills jumping from 17 to M1 or what ever you want :)

 

1. open char_skill.cpp

2. search for "case SKILL_NORMAL:"

3. 

810            case SKILL_NORMAL:
811                // 번섭은 스킬 업그레이드 17~20 사이 랜덤 마스터 수련
812                if (GetSkillLevel(pkSk->dwVnum) >= 17)
813                    SetSkillLevel (pkSk->dwVnum, 20);
814                {
815                    
816                }
817                break;

 

change to this. 

 

Maybe i could help some people :)

If its already public im sorry ^^

  • Love 1
Link to comment
https://metin2.dev/topic/21869-how-to-change-skill-jump/
Share on other sites

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.