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
Looks like the only reason a transformation spell uses a timer is because of LichForm.
This can be rolled into regen rates directly, where a negative value (as appropriate), decrements health.
This would also eliminate the need for a timer altogether with TransformationSpells.
Looks like these conditions are checked on the timer, so they would need to be moved somewhere else too:
This might need more investigation on OSI, since it appears that on RunUO, you lose and simultaneously gain health separately. Should find out if this happens on OSI, or if the negative points and positive points are rolled in, and if the final amount is negative, you lose that many points (instead of gain) over 10 seconds.
Looks like the only reason a transformation spell uses a timer is because of LichForm.
This can be rolled into regen rates directly, where a negative value (as appropriate), decrements health.
This would also eliminate the need for a timer altogether with TransformationSpells.
Looks like these conditions are checked on the timer, so they would need to be moved somewhere else too:
ModernUO/Projects/UOContent/Spells/Base/SpellHelper.cs
Lines 1462 to 1472 in d73afdb
The text was updated successfully, but these errors were encountered: