ModernUO/Projects/UOContent/Engines/ML Quests
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
..
Definitions fix(core): Converts more packets and switches to Moq (#415) 2021-01-16 22:09:05 -08:00
Gumps fix(core): Converts more packets and switches to Moq (#415) 2021-01-16 22:09:05 -08:00
Items fix(core): Fixes type caching & cleanup (#422) 2021-01-20 00:10:33 -08:00
Mobiles fix(core): Converts more packets and switches to Moq (#415) 2021-01-16 22:09:05 -08:00
Objectives fix(core): Converts more packets and switches to Moq (#415) 2021-01-16 22:09:05 -08:00
Rewards fix(core): Converts more packets and switches to Moq (#415) 2021-01-16 22:09:05 -08:00
IQuestGiver.cs fix(core): Converts more packets and switches to Moq (#415) 2021-01-16 22:09:05 -08:00
MLQuest.cs feat(spawners): Adds Respawn, EditSpawner, and SpawnProps commands (#532) 2021-02-28 22:49:52 -08:00
MLQuestContext.cs fix(core): Converts more packets and switches to Moq (#415) 2021-01-16 22:09:05 -08:00
MLQuestEntry.cs fix(core): Converts more packets and switches to Moq (#415) 2021-01-16 22:09:05 -08:00
MLQuestPackets.cs fix(core): Converts more packets and switches to Moq (#415) 2021-01-16 22:09:05 -08:00
MLQuestPersistence.cs fix(core): Converts more packets and switches to Moq (#415) 2021-01-16 22:09:05 -08:00
MLQuestSystem.cs fix(core): Fixes type caching & cleanup (#422) 2021-01-20 00:10:33 -08:00
QuestArea.cs fix(core): Converts more packets and switches to Moq (#415) 2021-01-16 22:09:05 -08:00
QuesterNameAttribute.cs fix(core): Converts more packets and switches to Moq (#415) 2021-01-16 22:09:05 -08:00