ModernUO/Projects/UOContent/Mobiles
Kamron Batman 734d20cbaf
fix: Overhauls antimacro system (#1403)
### Summary
- [X] Moves AntiMacro to it's own system.
- [X] Removes antimacro from PlayerMobile.
- [X] Adds `LastExpiration` to antimacro to easily clear out all antimacro tracking when a player logs out, or during world save.
- [X] Optimizes the code somewhat.
2023-05-19 16:32:51 -07:00
..
Abilities fix: Fixes tick count calculcations (#1366) 2023-03-09 21:00:17 -08:00
AI fix: Removes run flag from NPC movement (#1357) 2023-03-02 10:58:17 -08:00
Animals fix: Codegens mutation core (#1370) 2023-03-11 17:33:31 -08:00
Familiars fix: Fixes random bias & Adds back champion arties for UOML (#1235) 2022-11-09 16:33:27 -08:00
Guards cleanup: Fixes bugs and cleans up code (#660) 2021-07-19 20:49:59 -07:00
Healers fix: Fixes random bias & Adds back champion arties for UOML (#1235) 2022-11-09 16:33:27 -08:00
Hireables feat: Adds hireables (#1393) 2023-04-16 20:24:14 -07:00
Monsters fix: Updates messages with clilocs (#1381) 2023-03-26 00:54:09 -07:00
Special fix: Adds summon pixies. Fixes other abilities (#1274) 2022-11-23 17:39:23 -08:00
Townfolk fix: Update LabelTo, SendMessage, etc to Interpolated Strings (#1283) 2022-11-28 19:58:12 -08:00
Vendors fix: Vendors are now invulnerable for LBR+ or by override (#1399) 2023-04-28 20:51:39 -07:00
BaseCreature.cs fix: Updates messages with clilocs (#1381) 2023-03-26 00:54:09 -07:00
ChampionTitleInfo.cs fix: NullReference in ChampionTileInfo (#1258) 2022-11-21 20:35:45 -08:00
NPCSpeeds.cs fix: Makes NPC active movement half think speed (#1256) 2022-11-20 20:05:43 -08:00
PlayerMobile.cs fix: Overhauls antimacro system (#1403) 2023-05-19 16:32:51 -07:00