ModernUO/Projects/Server/World
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
..
EntityIndex.cs Updates Serialization (#292) 2020-10-31 17:38:29 -07:00
EntityPersistence.cs fix(serialization): Updates serialization flow & fixes serializing accounts (#521) 2021-02-24 22:14:15 -08:00
EntityTypeIndex.cs Updates Serialization (#292) 2020-10-31 17:38:29 -07:00
IIndexInfo.cs Updates Serialization (#292) 2020-10-31 17:38:29 -07:00
World.cs feat(spawners): Adds Respawn, EditSpawner, and SpawnProps commands (#532) 2021-02-28 22:49:52 -08:00
WorldEvents.cs fix(core): Fixes flow for saves, adds logging and configurations (#513) 2021-02-20 19:32:08 -08:00