ModernUO/Projects/UOContent/Spells/Seventh
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
..
ChainLightning.cs fix: Magic NPCs now use spell range (#1870) 2024-08-08 07:05:27 -07:00
EnergyField.cs fix: Magic NPCs now use spell range (#1870) 2024-08-08 07:05:27 -07:00
FlameStrike.cs fix: Magic NPCs now use spell range (#1870) 2024-08-08 07:05:27 -07:00
GateTravel.cs fix: Fixes double calls with Target cancel and spell sequences (#1840) 2024-06-17 15:19:06 -07:00
ManaVampire.cs fix: Magic NPCs now use spell range (#1870) 2024-08-08 07:05:27 -07:00
MassDispel.cs fix: Magic NPCs now use spell range (#1870) 2024-08-08 07:05:27 -07:00
MeteorSwarm.cs fix: Magic NPCs now use spell range (#1870) 2024-08-08 07:05:27 -07:00
Polymorph.cs fix: Updates polymorph gump to use StaticGump (#1898) 2024-08-04 16:35:11 -07:00