ModernUO/Projects/UOContent/Engines/Factions/Mobiles/Guards
Kamron Batman 9b7fea2c20
fix: Magic NPCs now use spell range (#1870)
### Summary
- Drastically streamlines the spell targeting by collapsing the target classes into a single `SpellTarget<T>` class.
- Moves TargetRange to the spell itself so it can be used by MageAI.
- Changes range check in MageAI to use TargetRange. This should fix target acquisition bugs
2024-08-08 07:05:27 -07:00
..
Types fix: Codegens faction items and questers (#1764) 2024-05-08 17:16:36 -07:00
BaseFactionGuard.cs fix: Optimizes FindItemsByType by removing allocations. (#1515) 2023-09-28 19:36:45 -07:00
GuardAI.cs fix: Magic NPCs now use spell range (#1870) 2024-08-08 07:05:27 -07:00
Orders.cs fix(core): Fixes several serialization issues (#355) 2020-12-23 07:11:41 -08:00