From 01c0676c7a6d5e1b15d0a6f7c7c011e5ac2eb1ec Mon Sep 17 00:00:00 2001 From: WarrentyExpired Date: Wed, 23 Sep 2026 17:20:43 -0400 Subject: [PATCH] #W# Save: Just a quick save. --- Distribution/Data/Spawns/Bastion_NPCs.json | 28 +++++++++++++++++++ .../Commands/ExportSpawnersCommand.cs | 2 +- 2 files changed, 29 insertions(+), 1 deletion(-) diff --git a/Distribution/Data/Spawns/Bastion_NPCs.json b/Distribution/Data/Spawns/Bastion_NPCs.json index 75695ed6d..0636468dd 100644 --- a/Distribution/Data/Spawns/Bastion_NPCs.json +++ b/Distribution/Data/Spawns/Bastion_NPCs.json @@ -867,5 +867,33 @@ "entries": [ { "name": "warriorguard", "probability": 100, "maxCount": 1 } ] + }, + { + "$type": "Spawner", + "guid": "f267640c-48db-4bff-a218-0a381cea407a", + "location": [1827, 2122, 5], + "map": "Veridia", + "count": 1, + "minDelay": "00:05:00", + "maxDelay": "00:10:00", + "homeRange": 4, + "walkingRange": 4, + "entries": [ + { "name": "carpenter", "probability": 100, "maxCount": 1 } + ] + }, + { + "$type": "Spawner", + "guid": "0866500a-8fa6-48cb-a750-e2d017069488", + "location": [1819, 2122, 5], + "map": "Veridia", + "count": 1, + "minDelay": "00:05:00", + "maxDelay": "00:10:00", + "homeRange": 4, + "walkingRange": -1, + "entries": [ + { "name": "carpenter", "probability": 100, "maxCount": 1 } + ] } ] diff --git a/Projects/UOContent/Engines/Spawners/Commands/ExportSpawnersCommand.cs b/Projects/UOContent/Engines/Spawners/Commands/ExportSpawnersCommand.cs index abaa3f9dc..9b1a4f766 100644 --- a/Projects/UOContent/Engines/Spawners/Commands/ExportSpawnersCommand.cs +++ b/Projects/UOContent/Engines/Spawners/Commands/ExportSpawnersCommand.cs @@ -46,7 +46,7 @@ public class ExportSpawnersCommand : BaseCommand if (string.IsNullOrEmpty(path)) { - path = Path.Combine(Core.BaseDirectory, $"Data/Spawns/{Utility.GetTimeStamp()}.json"); + path = Path.Combine(Core.BaseDirectory, $"Data/Spawns/Exported/{Utility.GetTimeStamp()}.json"); } else {