Mai jos este un fix pentru skill-ul de la Warrior Mental - Corp rezistent.
Normal, acest skill ar trebui sa te protejeze sa nu mai fi aruncat jos in duel. Dar acest lucru nu se intampla, decat de la nivelul G1+.
La nivelul 1-M10, acest skill nu ofera acest "bonus", chit ca este mentionat in descrierea abilitatii.
Ca sa rezolvam, deschidem char_skill.cpp si cautam:
Code:
// 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_SKILLCode:
AFF_CHEONGEUN_WITH_FALL

la acest mesaj și conținutul se va afișa automat.

