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?

Link to comment
Share on other sites

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
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.