ModernUO/Projects/UOContent/Accounting
Kamron Batman 0a435644eb
feat(spawners): Adds Respawn, EditSpawner, and SpawnProps commands (#532)
- [X] Adds `Respawn` command
- [X] Adds `EditSpawner` command
  - Usage: `[global editspawner <type> <arguments> set <properties>`
  - This command replaces the arguments (optional) and properties of the affected spawners for that type
- [X] Adds `SpawnProps` command
  - Usage: `[area spawnprops`
  - This command brings up a gump to modify targeted spawners based on the targeted entity.
  - To do this, the props/values are copied and then used to construct a properties list for the spawner entry.

Closes #531
2021-02-28 22:49:52 -08:00
..
Security fix(core): Handles a rare NPE with LoginTimer (#508) 2021-02-11 23:47:02 -08:00
AccessRestrictions.cs Cleanup & Fixes for .NET 5 (#309) 2020-11-15 10:03:50 -08:00
Account.cs fix(serialization): Updates serialization flow & fixes serializing accounts (#521) 2021-02-24 22:14:15 -08:00
AccountAttackLimiter.cs fix(core): Tightens the network stack (#479) 2021-02-07 23:30:56 -08:00
AccountComment.cs fix(serialization): Updates serialization flow & fixes serializing accounts (#521) 2021-02-24 22:14:15 -08:00
AccountHandler.cs fix(core): Handles a rare NPE with LoginTimer (#508) 2021-02-11 23:47:02 -08:00
Accounts.cs fix(serialization): Updates serialization flow & fixes serializing accounts (#521) 2021-02-24 22:14:15 -08:00
AccountTag.cs fix(serialization): Updates serialization flow & fixes serializing accounts (#521) 2021-02-24 22:14:15 -08:00
Firewall.cs fix(core): Fixes type caching & cleanup (#422) 2021-01-20 00:10:33 -08:00
IPasswordProtection.cs Formats UO Content (#201) 2020-08-27 18:30:38 -07:00
IPLimiter.cs feat(spawners): Adds Respawn, EditSpawner, and SpawnProps commands (#532) 2021-02-28 22:49:52 -08:00