Jump to content

Lycan skill resistance bug


Go to solution Solved by Speachless,

Recommended Posts

  • Replies 7
  • Created
  • Last Reply

Top Posters In This Topic

  • Premium
  • Solution
iDam = iDam * (100 - pkChrVictim->GetPoint(POINT_RESIST_CLAW)) / 100;


replace to 


iDam = iDam * (100 - pkChrVictim->GetPoint(POINT_RESIST_DAGGER)) / 100;

i think this will fix the problem , i am compiling now the game.

 

Edit : it works fine , i will let the topic for people who have this problem .

 

char_skill.cpp

Link to comment
https://metin2.dev/topic/5159-lycan-skill-resistance-bug/#findComment-32463
Share on other sites

  • Premium

Open the battle.cpp file and search : 

 

case WEAPON_CLAW:
iDam = iDam * (100 - pkVictim->GetPoint(POINT_RESIST_CLAW)) / 100;

 

Replace with : 

 

case WEAPON_CLAW:
iDam = iDam * (100 - pkVictim->GetPoint(POINT_RESIST_DAGGER)) / 100;

Link to comment
https://metin2.dev/topic/5159-lycan-skill-resistance-bug/#findComment-32575
Share on other sites

  • 1 month later...

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.