Jump to content

Question - Skill on WP sura - Fear


Go to solution Solved by North,

Recommended Posts

  • Active+ Member
5 hours ago, Fleon said:

skill_proto.sql if you dont know the name (if its chinese n stuff) go into client/locale/skilldesc + skillproto

Oh, I forgot to explain my problem more... I need to find a second bonus value of skill Fear which is reduce damage and this bonus must be somewhere in source.

I'll be always helpful!  😉

  • Premium
  • Solution

char_battle.cpp

 

        if (IsAffectFlag(AFF_TERROR))
            dam = (int) (dam * (95 - GetSkillPower(SKILL_TERROR) / 5) / 100);

 

then you can search everywhere, keyword = TERROR

  • Love 2
  • Active+ Member
23 minutes ago, Fleon said:

char_battle.cpp

 

        if (IsAffectFlag(AFF_TERROR))
            dam = (int) (dam * (95 - GetSkillPower(SKILL_TERROR) / 5) / 100);

 

then you can search everywhere, keyword = TERROR

Thanks so much!

  • Love 1

I'll be always helpful!  😉

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.