Jump to content

How To Change Skill Jump


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
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.