zajako / LineageHD

Bug Tracking Repository for LineageHD.com
2 stars 2 forks source link

Flinching from mobs #383

Closed TheNorthernerUkyo closed 4 years ago

TheNorthernerUkyo commented 4 years ago

mobs that do 0 dmg still cause toon to flinch. This seems to only be from tiered mobs

zajako commented 4 years ago

This is because tiered mobs have their damage being absorbed by RES, which is outside of the scope of the damage check. This means they are actually hitting you, but your RES is preventing damage.

I Moved the damage reduction for RES to be within this window, so it should prevent flinching in the future when RES prevents the damage.