Jump to content

Damage Doesn't seem to change when using abilities


Go to solution Solved by Cyclone_DE,

Recommended Posts

Hello! I have this problem and I can not find what is going wrong!

When I use a skill (for example warrior -> Aura of Sword) the damage on the Character tab (C) doesn't change!(example : Aura of sword gives + 50 dmg and the tab "damage" has 150, when i press the skill, it will stay 150 instead of 200+)

That also occures with Sura Blade + Lycan (id 174 i can't remember the name) 
Does anybody know how can i fix it?

Yes, the damage is right, the damage tab is not ...
I mean, yes, I get the extra damage, but it just doesn't diplay it! (On the skill however, it's displayed!)

Edited by Cyclone_DE
  • Solution

Found the solution! Just change the Packet.h and replace this

    POINT_ATT_BONUS,
    POINT_DEF_BONUS,

with this:

    POINT_ATT_BONUS = 93,
    POINT_DEF_BONUS = 94,


and your problem on everything that gives damage is solved by now! :)

  • Love 1

Found the solution! Just change the Packet.h and replace this

    POINT_ATT_BONUS,
    POINT_DEF_BONUS,

with this:

    POINT_ATT_BONUS = 93,
    POINT_DEF_BONUS = 94,


and your problem on everything that gives damage is solved by now! :)

Unless you added/removed points prior to those, that definitely does not do anything. And if you added/removed points prior to those, then that's not the only thing you should be changing!

Edited by Think

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.