Jump to content

Recommended Posts

  • Bot

Normaly you will fall untill you use the skill Strong Body wich has reached minimum G1

 

but it says in the Description: 

Effect:

Increases defence and you won't fall on the ground.

 

to apply that

 

Char_skill.cpp

 

                // ADD_GRANDMASTER_SKILL
                //if (g_iUseLocale)
                if ( !LC_IsYMIR() )
                {
                    if ((pkSk->dwVnum == SKILL_CHUNKEON && GetUsedSkillMasterType(pkSk->dwVnum) < SKILL_GRAND_MASTER))
                        affact_flag = AFF_CHEONGEUN_WITH_FALL;
                }
                else 
                {
                    if ((pkSk->dwVnum == SKILL_CHUNKEON && GetUsedSkillMasterType(pkSk->dwVnum) < SKILL_MASTER))
                        affact_flag = AFF_CHEONGEUN_WITH_FALL;
                }
                // END_OF_ADD_GRANDMASTER_SKILL

 

to edit that from level 1

 

just edit the AFF_CHEONGEUN_WITH_FALL to AFF_CHEONGEUN

 

Result

 

https://metin2.download/picture/xfGF0tC7R6Ik8oVM24IIHP973U5J4736/.gif

Edited by Metin2 Dev
Core X - External 2 Internal
  • Metin2 Dev 4
  • Love 1

english_banner.gif

Link to comment
https://metin2.dev/topic/24856-fix-not-falling-with-strong-body/
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.