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! 👊 

Link to comment
Share on other sites

  • 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! 👊 

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

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.