From 63b3818fa0e1458a975da9aa3efc23c2163fe402 Mon Sep 17 00:00:00 2001 From: WarrentyExpired Date: Thu, 10 Sep 2026 16:28:28 -0400 Subject: [PATCH] #W# Change: Updated character start locations. --- Distribution/Data/regions.json | 6 +++--- .../Character Creation/CharacterCreation.cs | 18 +++++++----------- 2 files changed, 10 insertions(+), 14 deletions(-) diff --git a/Distribution/Data/regions.json b/Distribution/Data/regions.json index 8e555036f..da3f2f74b 100644 --- a/Distribution/Data/regions.json +++ b/Distribution/Data/regions.json @@ -113,7 +113,7 @@ "Priority": 55, "Area": [ { "x1": 1821, "y1": 2047, "x2": 1826, "y2": 2052 }, - { "x1": 1827, "y1": 2040, "x2": 1835, "y2": 2052 } + { "x1": 1826, "y1": 2040, "x2": 1835, "y2": 2052 } ] }, { @@ -123,7 +123,7 @@ "Parent": { "Name": "the Town of Bastion", "Map": "Veridia" }, "Priority": 55, "Area": [ - { "x1": 1805, "y1": 2034, "x2": 1813, "y2": 2041 }, + { "x1": 1805, "y1": 2034, "x2": 1814, "y2": 2041 }, { "x1": 1814, "y1": 2022, "x2": 1822, "y2": 2041 } ] }, @@ -229,7 +229,7 @@ "Area": [ { "x1": 1845, "y1": 1938, "x2": 1859, "y2": 1942 } ] - } + }, { "$type": "GreetingBusinessRegion", "Map": "Veridia", diff --git a/Projects/UOContent/Engines/Character Creation/CharacterCreation.cs b/Projects/UOContent/Engines/Character Creation/CharacterCreation.cs index c41711ff5..2198a9a55 100644 --- a/Projects/UOContent/Engines/Character Creation/CharacterCreation.cs +++ b/Projects/UOContent/Engines/Character Creation/CharacterCreation.cs @@ -91,25 +91,21 @@ public static partial class CharacterCreation public static readonly CityInfo[] VeridiaStartingCities = [ - new("Mireport", "The Empath Abbey", 1075072, 367, 1353, 0, Map.Veridia), - new("Watchpass", "The Barnacle", 1075073, 4569, 538, 0, Map.Veridia), - //new("Fairwinds", "The Scholars Inn", 1075075, 4367, 1055, 0, Map.Veridia), - new("Rivermouth", "The Traveler's Inn", 1075076, 1753, 2785, 0, Map.Veridia), - new("Cresthaven", "The Mercenary Inn", 1075078, 2946, 788, 2, Map.Veridia), - new("Coldbarrow", "The Falconer's Inn", 1075079, 3587, 378, 2, Map.Veridia), - //new("End's Wharf", "The Ironwood Inn", 1075080, 4485, 104, 2, Map.Veridia), + new("Mireport", "The Empath Abbey", 1075072, 390, 1278, 0, Map.Veridia), + new("Rivermouth", "The Traveler's Inn", 1075076, 1298, 1723, 5, Map.Veridia), + new("Cresthaven", "The Mercenary Inn", 1075078, 1589, 1164, 2, Map.Veridia), + new("Coldbarrow", "The Falconer's Inn", 1075079, 3362, 2379, 2, Map.Veridia), + new("Myrish", "The Ironwood Inn", 1075080, 1559, 2943, 2, Map.Veridia), ]; public static readonly CityInfo[] NewHavenStartingCities = [ - new("Stonehollow", "The Bountiful Harvest Inn", 1150168, 4197, 2537, 0, Map.Veridia), - new("Bastion", "The Wayfarer's Inn", 1075074, 2782, 1940, 1, Map.Veridia), - // Magincia removed because it burned down. + new("Fairwinds", "The Bountiful Harvest Inn", 1150168, 2272, 2812, 0, Map.Veridia), + new("Bastion", "The Wayfarer's Inn", 1075074, 1839, 2004, 0, Map.Veridia), ]; public static readonly CityInfo[] StartingCitiesSA = [ - new("Royal City", "Royal City Inn", 1150169, 738, 3486, -19, Map.TerMur) ]; private static CityInfo[] _availableStartingCities;