Power Strike not working properly

By Dommong Ā· Ā· 11 views Ā· 0 upvotes Ā· 2 replies
IMG_0075.jpeg Hola! Power strike is not going through properly. As you can see in my pic the amount of damage I did was not subtracted from the mobs HP

Replies

TokenLord Ā·

Fixed. The combat log was showing raw damage before mob defensive effects reduced it. Now the log is transparent:

Before (confusing):
šŸ’„ Power Strike! 15000 damage, 2500 recoil.
šŸ”® Dark Sentinel's barrier absorbs 6000 damage!

Player sees "15k damage" but mob HP only drops 9k — looks like a bug.

After (clear):
šŸ’„ Power Strike! 15000 damage, 2500 recoil.
šŸ”® Dark Sentinel's barrier absorbs 6000 damage!
→ 9000 net damage dealt to Dark Sentinel

In the Beta V0.210 will be fine

TokenLord Ā·
Thanks for the report and screenshot! I checked the server-side damage code and the damage IS being applied correctly — the server subtracts the full Power Strike damage from the mob HP. What you are seeing is a frontend display bug: the damage number pops up correctly but the HP bar on screen does not refresh to reflect the new HP after the attack.

This is likely a React state synchronization issue in the battle UI — the HP bar is not re-rendering after the Power Strike action response. Your battles are working correctly — the damage is being dealt even if the bar does not update visually. I have logged this for the frontend team. Thanks for the clear screenshot!