ModernUO/Projects/UOContent/Commands
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
..
Generic feat(spawners): Adds Respawn, EditSpawner, and SpawnProps commands (#532) 2021-02-28 22:49:52 -08:00
Object Creation feat(spawners): Adds Respawn, EditSpawner, and SpawnProps commands (#532) 2021-02-28 22:49:52 -08:00
Attributes.cs Cleanup & Fixes for .NET 5 (#309) 2020-11-15 10:03:50 -08:00
Batch.cs fix(core): Optimizes strings / .NET 5 compatibility changes (#354) 2020-12-20 23:21:55 -08:00
BoundingBoxPicker.cs Fixes brace style (#248) 2020-09-13 21:49:46 -07:00
DragEffects.cs Cleanup & Fixes for .NET 5 (#309) 2020-11-15 10:03:50 -08:00
Dupe.cs Cleanup & Fixes for .NET 5 (#309) 2020-11-15 10:03:50 -08:00
ExportWSC.cs Cleanup & Fixes for .NET 5 (#309) 2020-11-15 10:03:50 -08:00
Handlers.cs fix(core): Tightens the network stack (#479) 2021-02-07 23:30:56 -08:00
HelpInfo.cs fix(docs): Removes docgen (#398) 2021-01-09 20:12:08 -08:00
LocationCommand.cs C# 9 Cleanup (#325) 2020-11-27 00:29:21 -08:00
Logging.cs fix(core): Optimizes strings / .NET 5 compatibility changes (#354) 2020-12-20 23:21:55 -08:00
Profiling.cs fix(core): Converts to ref struct enumerators (#426) 2021-01-22 19:41:44 -08:00
Properties.cs feat(spawners): Adds Respawn, EditSpawner, and SpawnProps commands (#532) 2021-02-28 22:49:52 -08:00
ShardTime.cs Cleanup & Fixes for .NET 5 (#309) 2020-11-15 10:03:50 -08:00
SignParser.cs fix(core): Tightens the network stack (#479) 2021-02-07 23:30:56 -08:00
Skills.cs Cleanup & Fixes for .NET 5 (#309) 2020-11-15 10:03:50 -08:00
SkillsMenu.cs Cleanup & Fixes for .NET 5 (#309) 2020-11-15 10:03:50 -08:00
Statics.cs fix(core): Optimizes strings / .NET 5 compatibility changes (#354) 2020-12-20 23:21:55 -08:00
VisibilityList.cs fix(core): Cleans up uninitialized packets (#397) 2021-01-09 14:10:29 -08:00
Wipe.cs Cleanup & Fixes for .NET 5 (#309) 2020-11-15 10:03:50 -08:00