Jump to content

Fix not Falling with Strong Body


Metin2 Dev

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