You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BUG REPORT: Only while a player wore ReflectPhysical-armor killed a DullCopperElement, DeathExplosin ability makes the monster dying infinitely.
i try to fix this bug by revised
C:\Games\ModernUO-main\Projects\UOContent\Misc\AOS.cs at
line #199 -> if (from is { Deleted: false, Alive: true, Hits: > 0 }) // Hits > 0 to prevent DeathExplosion & player's ReflectPhysical causing Mobile.Kill()'s infinite loop that will crash the server.
Lance Wang
The text was updated successfully, but these errors were encountered:
@bark-train-dog - Please test that this change: #1990 - Fixed the issue. I think it might have made Death Explosion not happen at all. So I may have to take a look again.
BUG REPORT: Only while a player wore ReflectPhysical-armor killed a DullCopperElement, DeathExplosin ability makes the monster dying infinitely.
i try to fix this bug by revised
C:\Games\ModernUO-main\Projects\UOContent\Misc\AOS.cs at
line #199 -> if (from is { Deleted: false, Alive: true, Hits: > 0 }) // Hits > 0 to prevent DeathExplosion & player's ReflectPhysical causing Mobile.Kill()'s infinite loop that will crash the server.
Lance Wang
The text was updated successfully, but these errors were encountered: