ModernUO/Projects/UOContent/Spells
Guyute 95cd8749a3
feat: Adds PlayerDeathEvent and CreatureDeathEvent using code generated events (#1927)
### Summary
- Adds [Code Generated Events](https://github.com/modernuo/CodeGeneratedEvents)
- Removes EventSink.PlayerDeath
- Adds `PlayerDeathEvent` and `CreatureDeathEvent` using code generated events

> [!Important]
> **Developer Note**
> Use `[OnEvent(nameof(PlayerMobile.PlayerDeathEvent))]` instead of `EventSink.PlayerDeath` delegate
> Check this commit for examples of how to use this.
2024-09-05 21:23:03 -07:00
..
Base fix: Consolidates and fixes movement/direction checks (#1861) 2024-07-06 12:41:45 -07:00
Bushido fix: Fixes poison field duration, cleans up skill calculations and poison calculations (#1582) 2023-11-04 12:32:54 -07:00
Chivalry feat: Moves gumps out of the core (#1916) 2024-08-09 19:07:32 -07:00
Eighth fix: Fixes targeting ground with spells (#1937) 2024-08-20 15:51:33 -07:00
Fifth feat: Adds PlayerDeathEvent and CreatureDeathEvent using code generated events (#1927) 2024-09-05 21:23:03 -07:00
First fix: Magic NPCs now use spell range (#1870) 2024-08-08 07:05:27 -07:00
Fourth fix: Fixes targeting ground with spells (#1937) 2024-08-20 15:51:33 -07:00
Gargoyle/SpellDefinitions fix: Cleans up more spells (#1122) 2022-07-16 23:15:45 -07:00
Mysticism feat: Adds PlayerDeathEvent and CreatureDeathEvent using code generated events (#1927) 2024-09-05 21:23:03 -07:00
Necromancy feat: Moves gumps out of the core (#1916) 2024-08-09 19:07:32 -07:00
Ninjitsu feat: Adds PlayerDeathEvent and CreatureDeathEvent using code generated events (#1927) 2024-09-05 21:23:03 -07:00
Second fix: Magic NPCs now use spell range (#1870) 2024-08-08 07:05:27 -07:00
Seventh feat: Adds PlayerDeathEvent and CreatureDeathEvent using code generated events (#1927) 2024-09-05 21:23:03 -07:00
Sixth fix: Fixes targeting ground with spells (#1937) 2024-08-20 15:51:33 -07:00
Spellweaving feat: Adds PlayerDeathEvent and CreatureDeathEvent using code generated events (#1927) 2024-09-05 21:23:03 -07:00
Targeting fix: Fixes targeting ground with spells (#1937) 2024-08-20 15:51:33 -07:00
Third fix: Fixes targeting ground with spells (#1937) 2024-08-20 15:51:33 -07:00
Initializer.cs fix: Adds Cleansing Winds Spell (#1126) 2022-07-17 07:49:55 -07:00
Reagent.cs Formats UO Content (#201) 2020-08-27 18:30:38 -07:00
UnsummonTimer.cs fix: Fixes various memory leaks and spells (#1786) 2024-05-21 19:44:42 -07:00