From 8ec166bcd0f92c56f9a471f44a944cddfc981cf4 Mon Sep 17 00:00:00 2001 From: Kamron Batman <3953314+kamronbatman@users.noreply.github.com> Date: Sat, 9 May 2020 12:55:56 -0700 Subject: [PATCH] Adds assemblies config, fixes crash bugs. (#134) --- .gitignore | 3 + ModernUO.sln | 36 +++---- Projects/Scripts/Scripts.csproj | 98 ------------------- Projects/Server.Tests/Server.Tests.csproj | 2 +- Projects/Server/AssemblyHandler.cs | 23 ++--- .../Configuration/ServerConfiguration.cs | 2 +- Projects/Server/Main.cs | 14 ++- Projects/Server/Server.csproj | 88 ++++++++--------- .../Security/PasswordProtectionTest.cs | 0 .../Misc/HexStringConverterTest.cs | 0 .../UOContent.Tests.csproj} | 3 +- .../Accounting/AccessRestrictions.cs | 0 .../Accounting/Account.cs | 0 .../Accounting/AccountAttackLimiter.cs | 0 .../Accounting/AccountComment.cs | 0 .../Accounting/AccountHandler.cs | 0 .../Accounting/AccountTag.cs | 0 .../Accounting/Accounts.cs | 0 .../Accounting/Firewall.cs | 0 .../Accounting/IPLimiter.cs | 0 .../Accounting/IPasswordProtection.cs | 0 .../Accounting/Security/AccountSecurity.cs | 8 +- .../Security/Argon2PasswordProtection.cs | 0 .../Security/MD5PasswordProtection.cs | 0 .../Security/PBKDF2PasswordProtection.cs | 0 .../Security/SHA1PasswordProtection.cs | 0 .../Security/SHA2PasswordProtection.cs | 0 .../{Scripts => UOContent}/Commands/Add.cs | 0 .../Commands/Attributes.cs | 0 .../{Scripts => UOContent}/Commands/Batch.cs | 0 .../Commands/BoundingBoxPicker.cs | 0 .../Commands/Decorate.cs | 0 .../Commands/DecorateMag.cs | 0 .../{Scripts => UOContent}/Commands/Docs.cs | 0 .../Commands/DragEffects.cs | 0 .../{Scripts => UOContent}/Commands/Dupe.cs | 0 .../Commands/ExportWSC.cs | 0 .../Commands/GenCategorization.cs | 0 .../Commands/GenTeleporter.cs | 0 .../Commands/Generic/Commands/BaseCommand.cs | 0 .../Commands/Generic/Commands/Commands.cs | 0 .../Commands/Generic/Commands/DesignInsert.cs | 0 .../Commands/Generic/Commands/Interface.cs | 0 .../Generic/Extensions/BaseExtension.cs | 0 .../Compilers/ConditionalCompiler.cs | 0 .../Extensions/Compilers/DistinctCompiler.cs | 0 .../Extensions/Compilers/SortCompiler.cs | 0 .../Generic/Extensions/DistinctExtension.cs | 0 .../Generic/Extensions/LimitExtension.cs | 0 .../Generic/Extensions/SortExtension.cs | 0 .../Generic/Extensions/WhereExtension.cs | 0 .../Implementors/AreaCommandImplementor.cs | 0 .../Implementors/BaseCommandImplementor.cs | 0 .../ContainedCommandImplementor.cs | 0 .../Implementors/FacetCommandImplementor.cs | 0 .../Implementors/GlobalCommandImplementor.cs | 0 .../IPAddressCommandImplementor.cs | 0 .../Implementors/MultiCommandImplementor.cs | 0 .../Generic/Implementors/ObjectConditional.cs | 0 .../Implementors/OnlineCommandImplementor.cs | 0 .../Implementors/RangeCommandImplementor.cs | 0 .../Implementors/RegionCommandImplementor.cs | 0 .../Implementors/ScreenCommandImplementor.cs | 0 .../Implementors/SelfCommandImplementor.cs | 0 .../Implementors/SerialCommandImplementor.cs | 0 .../Implementors/SingleCommandImplementor.cs | 0 .../Commands/Handlers.cs | 0 .../Commands/HelpInfo.cs | 0 .../Commands/LocationCommand.cs | 0 .../Commands/Logging.cs | 0 .../Commands/Profiling.cs | 0 .../Commands/Properties.cs | 0 .../Commands/ShardTime.cs | 0 .../Commands/SignParser.cs | 0 .../{Scripts => UOContent}/Commands/Skills.cs | 0 .../Commands/SkillsMenu.cs | 0 .../Commands/Statics.cs | 0 .../Commands/VisibilityList.cs | 0 .../{Scripts => UOContent}/Commands/Wipe.cs | 0 .../Configuration/EmailConfiguration.cs | 0 .../Configuration/ExpansionConfiguration.cs | 0 .../Context Menus/AddToParty.cs | 0 .../Context Menus/AddToSpellbookEntry.cs | 0 .../Context Menus/EatEntry.cs | 0 .../Context Menus/EjectPlayer.cs | 0 .../Context Menus/OpenBankEntry.cs | 0 .../Context Menus/TeachEntry.cs | 0 .../Engines/BulkOrders/BODTarget.cs | 0 .../Engines/BulkOrders/BaseBOD.cs | 0 .../Engines/BulkOrders/Books/BOBFilter.cs | 0 .../Engines/BulkOrders/Books/BOBFilterGump.cs | 0 .../Engines/BulkOrders/Books/BOBGump.cs | 0 .../Engines/BulkOrders/Books/BOBLargeEntry.cs | 0 .../BulkOrders/Books/BOBLargeSubEntry.cs | 0 .../Engines/BulkOrders/Books/BOBSmallEntry.cs | 0 .../Engines/BulkOrders/Books/BODBuyGump.cs | 0 .../Engines/BulkOrders/Books/BODType.cs | 0 .../Engines/BulkOrders/Books/BulkOrderBook.cs | 0 .../Engines/BulkOrders/Books/IBOBEntry.cs | 0 .../Engines/BulkOrders/BulkMaterialType.cs | 0 .../Engines/BulkOrders/LargeBOD.cs | 0 .../Engines/BulkOrders/LargeBODAcceptGump.cs | 0 .../Engines/BulkOrders/LargeBODGump.cs | 0 .../Engines/BulkOrders/LargeBulkEntry.cs | 0 .../Engines/BulkOrders/LargeSmithBOD.cs | 0 .../Engines/BulkOrders/LargeTailorBOD.cs | 0 .../Engines/BulkOrders/Rewards.cs | 0 .../Engines/BulkOrders/SmallBOD.cs | 0 .../Engines/BulkOrders/SmallBODAcceptGump.cs | 0 .../Engines/BulkOrders/SmallBODGump.cs | 0 .../Engines/BulkOrders/SmallBulkEntry.cs | 0 .../Engines/BulkOrders/SmallSmithBOD.cs | 0 .../Engines/BulkOrders/SmallTailorBOD.cs | 0 .../Engines/CannedEvil/ChampionAltar.cs | 0 .../Engines/CannedEvil/ChampionPlatform.cs | 0 .../Engines/CannedEvil/ChampionSkull.cs | 0 .../CannedEvil/ChampionSkullBrazier.cs | 0 .../CannedEvil/ChampionSkullPlatform.cs | 0 .../Engines/CannedEvil/ChampionSkullType.cs | 0 .../Engines/CannedEvil/ChampionSpawn.cs | 0 .../Engines/CannedEvil/ChampionSpawnType.cs | 0 .../Engines/CannedEvil/HarrowerGate.cs | 0 .../Engines/CannedEvil/RestartTimer.cs | 0 .../Engines/CannedEvil/SliceTimer.cs | 0 .../Engines/CannedEvil/StarRoomGate.cs | 0 .../Engines/Chat/Channel.cs | 0 .../Engines/Chat/Chat.cs | 0 .../Engines/Chat/ChatActionHandler.cs | 0 .../Engines/Chat/ChatActionHandlers.cs | 0 .../Engines/Chat/ChatCommand.cs | 0 .../Engines/Chat/ChatUser.cs | 0 .../Engines/Chat/Chatold.cs | 0 .../Engines/Chat/Packets.cs | 0 .../Engines/ConPVP/AcceptDuelGump.cs | 0 .../Engines/ConPVP/Arena.cs | 0 .../Engines/ConPVP/DuelContext.cs | 0 .../Engines/ConPVP/DuelTeleporterAddon.cs | 0 .../Engines/ConPVP/Games/BombingRun.cs | 0 .../Engines/ConPVP/Games/CTF.cs | 0 .../Engines/ConPVP/Games/DoubleDom.cs | 0 .../Engines/ConPVP/Games/EventGame.cs | 0 .../Engines/ConPVP/Games/KingOfTheHill.cs | 0 .../Engines/ConPVP/Games/TourneyMatch.cs | 0 .../Engines/ConPVP/Gumps/AcceptTeamGump.cs | 0 .../Engines/ConPVP/Gumps/ArenaGump.cs | 0 .../Engines/ConPVP/Gumps/BeginGump.cs | 0 .../Engines/ConPVP/Gumps/ConfirmSignupGump.cs | 0 .../Engines/ConPVP/Gumps/DuelContextGump.cs | 0 .../Engines/ConPVP/Gumps/LadderGump.cs | 0 .../Engines/ConPVP/Gumps/ParticipantGump.cs | 0 .../Engines/ConPVP/Gumps/PickRulesetGump.cs | 0 .../Engines/ConPVP/Gumps/ReadyGump.cs | 0 .../Engines/ConPVP/Gumps/ReadyUpGump.cs | 0 .../Engines/ConPVP/Gumps/RulesetGump.cs | 0 .../ConPVP/Gumps/TournamentBracketGump.cs | 0 .../Engines/ConPVP/Ladder.cs | 0 .../Engines/ConPVP/Participant.cs | 0 .../Engines/ConPVP/Preferences.cs | 0 .../Engines/ConPVP/Ruleset.cs | 0 .../Engines/ConPVP/RulesetLayout.cs | 0 .../Engines/ConPVP/SafeZone.cs | 0 .../Engines/ConPVP/Tournament.cs | 0 .../Engines/ConPVP/TournamentBracketItem.cs | 0 .../Engines/ConPVP/TournamentController.cs | 0 .../Engines/ConPVP/TournamentPyramid.cs | 0 .../Engines/ConPVP/TournamentRegistrar.cs | 0 .../Engines/ConPVP/TournamentSignupItem.cs | 0 .../Engines/ConPVP/TourneyParticipant.cs | 0 .../Engines/ConPVP/Trophy.cs | 0 .../Engines/Craft/Core/CraftContext.cs | 0 .../Engines/Craft/Core/CraftGroup.cs | 0 .../Engines/Craft/Core/CraftGroupCol.cs | 0 .../Engines/Craft/Core/CraftGump.cs | 0 .../Engines/Craft/Core/CraftGumpItem.cs | 0 .../Engines/Craft/Core/CraftItem.cs | 0 .../Engines/Craft/Core/CraftItemCol.cs | 0 .../Craft/Core/CraftItemIDAttribute.cs | 0 .../Engines/Craft/Core/CraftRes.cs | 0 .../Engines/Craft/Core/CraftResCol.cs | 0 .../Engines/Craft/Core/CraftSkill.cs | 0 .../Engines/Craft/Core/CraftSkillCol.cs | 0 .../Engines/Craft/Core/CraftSubRes.cs | 0 .../Engines/Craft/Core/CraftSubResCol.cs | 0 .../Engines/Craft/Core/CraftSystem.cs | 0 .../Engines/Craft/Core/CustomCraft.cs | 0 .../Engines/Craft/Core/Enhance.cs | 0 .../Engines/Craft/Core/QueryMakersMarkGump.cs | 0 .../Engines/Craft/Core/Recipes.cs | 0 .../Engines/Craft/Core/Repair.cs | 0 .../Engines/Craft/Core/Resmelt.cs | 0 .../Engines/Craft/DefAlchemy.cs | 0 .../Engines/Craft/DefBlacksmithy.cs | 0 .../Engines/Craft/DefBowFletching.cs | 0 .../Engines/Craft/DefCarpentry.cs | 0 .../Engines/Craft/DefCartography.cs | 0 .../Engines/Craft/DefCooking.cs | 0 .../Engines/Craft/DefGlassblowing.cs | 0 .../Engines/Craft/DefInscription.cs | 0 .../Engines/Craft/DefMasonry.cs | 0 .../Engines/Craft/DefTailoring.cs | 0 .../Engines/Craft/DefTinkering.cs | 0 .../Engines/Doom/GauntletSpawner.cs | 0 .../Doom/LeverPuzzle/LeverPuzzleController.cs | 0 .../Doom/LeverPuzzle/LeverPuzzleItems.cs | 0 .../Doom/LeverPuzzle/LeverPuzzleRegions.cs | 0 .../Engines/Ethics/Core/Ethic.cs | 0 .../Engines/Ethics/Core/Persistance.cs | 0 .../Engines/Ethics/Core/Player.cs | 0 .../Engines/Ethics/Core/Power.cs | 0 .../Ethics/Definitions/EthicDefinition.cs | 0 .../Ethics/Definitions/PowerDefinition.cs | 0 .../Engines/Ethics/Evil/Ethic.cs | 0 .../Ethics/Evil/Mobiles/UnholyFamiliar.cs | 0 .../Ethics/Evil/Mobiles/UnholySteed.cs | 0 .../Engines/Ethics/Evil/Powers/Blight.cs | 0 .../Ethics/Evil/Powers/SummonFamiliar.cs | 0 .../Engines/Ethics/Evil/Powers/UnholyItem.cs | 0 .../Engines/Ethics/Evil/Powers/UnholySense.cs | 0 .../Ethics/Evil/Powers/UnholyShield.cs | 0 .../Engines/Ethics/Evil/Powers/UnholySteed.cs | 0 .../Engines/Ethics/Evil/Powers/UnholyWord.cs | 0 .../Engines/Ethics/Evil/Powers/VileBlade.cs | 0 .../Engines/Ethics/Hero/Ethic.cs | 0 .../Ethics/Hero/Mobiles/HolyFamiliar.cs | 0 .../Engines/Ethics/Hero/Mobiles/HolySteed.cs | 0 .../Engines/Ethics/Hero/Powers/Bless.cs | 0 .../Engines/Ethics/Hero/Powers/HolyBlade.cs | 0 .../Engines/Ethics/Hero/Powers/HolyItem.cs | 0 .../Engines/Ethics/Hero/Powers/HolySense.cs | 0 .../Engines/Ethics/Hero/Powers/HolyShield.cs | 0 .../Engines/Ethics/Hero/Powers/HolySteed.cs | 0 .../Engines/Ethics/Hero/Powers/HolyWord.cs | 0 .../Ethics/Hero/Powers/SummonFamiliar.cs | 0 .../Engines/Events/BroadcastEvent.cs | 0 .../Engines/Events/EventScheduler.cs | 0 .../Engines/Factions/Core/Election.cs | 0 .../Engines/Factions/Core/Faction.cs | 0 .../Engines/Factions/Core/FactionItem.cs | 0 .../Engines/Factions/Core/FactionState.cs | 0 .../Engines/Factions/Core/Generator.cs | 0 .../Engines/Factions/Core/GuardList.cs | 0 .../Engines/Factions/Core/Keywords.cs | 0 .../Engines/Factions/Core/MerchantTitles.cs | 0 .../Engines/Factions/Core/Persistance.cs | 0 .../Engines/Factions/Core/PlayerState.cs | 0 .../Engines/Factions/Core/Reflector.cs | 0 .../Engines/Factions/Core/SilverGivenEntry.cs | 0 .../Engines/Factions/Core/StrongholdRegion.cs | 0 .../Engines/Factions/Core/Town.cs | 0 .../Engines/Factions/Core/TownState.cs | 0 .../Engines/Factions/Core/VendorList.cs | 0 .../Factions/Definitions/FactionDefinition.cs | 0 .../Definitions/FactionItemDefinition.cs | 0 .../Factions/Definitions/GuardDefinition.cs | 0 .../Factions/Definitions/RankDefinition.cs | 0 .../Definitions/StrongholdDefintion.cs | 0 .../Factions/Definitions/TownDefinition.cs | 0 .../Factions/Definitions/VendorDefinition.cs | 0 .../Engines/Factions/Gumps/ElectionGump.cs | 0 .../Factions/Gumps/ElectionManagementGump.cs | 0 .../Engines/Factions/Gumps/FactionGump.cs | 0 .../Factions/Gumps/FactionImbueGump.cs | 0 .../Factions/Gumps/FactionStoneGump.cs | 0 .../Engines/Factions/Gumps/FinanceGump.cs | 0 .../Factions/Gumps/HorseBreederGump.cs | 0 .../Engines/Factions/Gumps/JoinStoneGump.cs | 0 .../Factions/Gumps/LeaveFactionGump.cs | 0 .../Engines/Factions/Gumps/SheriffGump.cs | 0 .../Engines/Factions/Gumps/TownStoneGump.cs | 0 .../Engines/Factions/Gumps/VoteGump.cs | 0 .../Instances/Factions/CouncilOfMages.cs | 0 .../Factions/Instances/Factions/Minax.cs | 0 .../Instances/Factions/Shadowlords.cs | 0 .../Instances/Factions/TrueBritannians.cs | 0 .../Factions/Instances/Towns/Britain.cs | 0 .../Factions/Instances/Towns/Magincia.cs | 0 .../Engines/Factions/Instances/Towns/Minoc.cs | 0 .../Factions/Instances/Towns/Moonglow.cs | 0 .../Factions/Instances/Towns/SkaraBrae.cs | 0 .../Factions/Instances/Towns/Trinsic.cs | 0 .../Factions/Instances/Towns/Vesper.cs | 0 .../Engines/Factions/Instances/Towns/Yew.cs | 0 .../Engines/Factions/Items/BaseMonolith.cs | 0 .../Factions/Items/BaseSystemController.cs | 0 .../Engines/Factions/Items/FactionStone.cs | 0 .../Engines/Factions/Items/JoinStone.cs | 0 .../Items/Power Faction Items/BloodRose.cs | 0 .../Power Faction Items/ClarityPotion.cs | 0 .../Power Faction Items/GemOfEmpowerment.cs | 0 .../Power Faction Items/PowerFactionItem.cs | 0 .../Items/Power Faction Items/StormsEye.cs | 0 .../Power Faction Items/UrnOfAscension.cs | 0 .../Engines/Factions/Items/Sigil.cs | 0 .../Engines/Factions/Items/Silver.cs | 0 .../Factions/Items/StrongholdMonolith.cs | 0 .../Engines/Factions/Items/TownMonolith.cs | 0 .../Engines/Factions/Items/TownStone.cs | 0 .../Factions/Items/Traps/BaseFactionTrap.cs | 0 .../Items/Traps/BaseFactionTrapDeed.cs | 0 .../Items/Traps/FactionExplosionTrap.cs | 0 .../Factions/Items/Traps/FactionGasTrap.cs | 0 .../Factions/Items/Traps/FactionSawTrap.cs | 0 .../Factions/Items/Traps/FactionSpikeTrap.cs | 0 .../Items/Traps/FactionTrapRemovalKit.cs | 0 .../Factions/Mobiles/FactionWarHorse.cs | 0 .../Mobiles/Guards/BaseFactionGuard.cs | 0 .../Factions/Mobiles/Guards/GuardAI.cs | 0 .../Engines/Factions/Mobiles/Guards/Orders.cs | 0 .../Mobiles/Guards/Types/FactionBerserker.cs | 0 .../Guards/Types/FactionDeathKnight.cs | 0 .../Mobiles/Guards/Types/FactionDragoon.cs | 0 .../Mobiles/Guards/Types/FactionHenchman.cs | 0 .../Mobiles/Guards/Types/FactionKnight.cs | 0 .../Mobiles/Guards/Types/FactionMercenary.cs | 0 .../Guards/Types/FactionNecromancer.cs | 0 .../Mobiles/Guards/Types/FactionPaladin.cs | 0 .../Mobiles/Guards/Types/FactionSorceress.cs | 0 .../Mobiles/Guards/Types/FactionWizard.cs | 0 .../Mobiles/Vendors/BaseFactionVendor.cs | 0 .../Mobiles/Vendors/FactionBoardVendor.cs | 0 .../Mobiles/Vendors/FactionBottleVendor.cs | 0 .../Mobiles/Vendors/FactionHorseVendor.cs | 0 .../Mobiles/Vendors/FactionOreVendor.cs | 0 .../Mobiles/Vendors/FactionReagentVendor.cs | 0 .../Harvest/Core/BonusHarvestResource.cs | 0 .../Harvest/Core/FurnitureAttribute.cs | 0 .../Engines/Harvest/Core/HarvestBank.cs | 0 .../Engines/Harvest/Core/HarvestDefinition.cs | 0 .../Engines/Harvest/Core/HarvestResource.cs | 0 .../Engines/Harvest/Core/HarvestSoundTimer.cs | 0 .../Engines/Harvest/Core/HarvestSystem.cs | 0 .../Engines/Harvest/Core/HarvestTarget.cs | 0 .../Engines/Harvest/Core/HarvestTimer.cs | 0 .../Engines/Harvest/Core/HarvestVein.cs | 0 .../Engines/Harvest/Core/IChoppable..cs | 0 .../Engines/Harvest/Fishing.cs | 0 .../Engines/Harvest/Lumberjacking.cs | 0 .../Engines/Harvest/Mining.cs | 0 .../Engines/Help/HelpGump.cs | 0 .../Engines/Help/PagePrompt.cs | 0 .../Engines/Help/PagePromptGump.cs | 0 .../Engines/Help/PageQueue.cs | 0 .../Engines/Help/PageQueueGump.cs | 0 .../Engines/Help/PageResponseGump.cs | 0 .../Engines/Help/SpeechLog.cs | 0 .../Engines/Help/SpeechLogGump.cs | 0 .../Engines/Help/StuckMenu.cs | 0 .../Engines/Khaldun/Books/GrimmochJournal.cs | 0 .../Engines/Khaldun/Books/LysanderNotebook.cs | 0 .../Engines/Khaldun/Books/TavarasJournal.cs | 0 .../Engines/Khaldun/KhaldunGen.cs | 0 .../Engines/Khaldun/KhaldunPitTeleporter.cs | 0 .../Khaldun/Mobiles/GrimmochDrummel.cs | 0 .../Khaldun/Mobiles/LysanderGathenwale.cs | 0 .../Engines/Khaldun/Mobiles/MorgBergen.cs | 0 .../Engines/Khaldun/Mobiles/TavaraSewel.cs | 0 .../Engines/Khaldun/PuzzleChest.cs | 0 .../Engines/Khaldun/RaisableItem.cs | 0 .../Engines/Khaldun/RaiseSwitch.cs | 0 .../MLQuests/Definitions/AGhostOfCovetous.cs | 0 .../MLQuests/Definitions/BaseEscort.cs | 0 .../Engines/MLQuests/Definitions/Bedlam.cs | 0 .../MLQuests/Definitions/BlightedGrove.cs | 0 .../Engines/MLQuests/Definitions/Britannia.cs | 0 .../Engines/MLQuests/Definitions/Heartwood.cs | 0 .../Engines/MLQuests/Definitions/Heritage.cs | 0 .../MLQuests/Definitions/HonestBeggar.cs | 0 .../Engines/MLQuests/Definitions/Ilshenar.cs | 0 .../Engines/MLQuests/Definitions/LostItems.cs | 0 .../Engines/MLQuests/Definitions/Malas.cs | 0 .../MLQuests/Definitions/MistakenIdentity.cs | 0 .../Engines/MLQuests/Definitions/NewHaven.cs | 0 .../Definitions/NewHavenSkillTraining.cs | 0 .../MLQuests/Definitions/NewHavenTraining.cs | 0 .../Engines/MLQuests/Definitions/Sanctuary.cs | 0 .../MLQuests/Definitions/Spellweaving.cs | 0 .../MLQuests/Definitions/TheAncientWorld.cs | 0 .../MLQuests/Definitions/TownEscorts.cs | 0 .../MLQuests/Definitions/UnfadingMemories.cs | 0 .../Definitions/WarriorsOfTheGemKeeper.cs | 0 .../Engines/MLQuests/Gumps/BaseQuestGump.cs | 0 .../Engines/MLQuests/Gumps/InfoNPCGump.cs | 0 .../MLQuests/Gumps/QuestCancelConfirmGump.cs | 0 .../MLQuests/Gumps/QuestConversationGump.cs | 0 .../MLQuests/Gumps/QuestLogDetailedGump.cs | 0 .../Engines/MLQuests/Gumps/QuestLogGump.cs | 0 .../Engines/MLQuests/Gumps/QuestOfferGump.cs | 0 .../MLQuests/Gumps/QuestReportBackGump.cs | 0 .../Engines/MLQuests/Gumps/QuestRewardGump.cs | 0 .../Engines/MLQuests/Gumps/RaceChangeGump.cs | 0 .../Engines/MLQuests/IQuestGiver.cs | 0 .../Engines/MLQuests/Items/ABauble.cs | 0 .../Items/APersonalLetterAddressedToAhie.cs | 0 .../MLQuests/Items/AlchemistsBandage.cs | 0 .../Engines/MLQuests/Items/AnOldNecklace.cs | 0 .../Engines/MLQuests/Items/AnOldRing.cs | 0 .../Engines/MLQuests/Items/AndricSatchel.cs | 0 .../Engines/MLQuests/Items/AndrosGratitude.cs | 0 .../Engines/MLQuests/Items/AsandosSatchel.cs | 0 .../Items/BasinOfCrystalClearWater.cs | 0 .../MLQuests/Items/BedlamTeleporter.cs | 0 .../Engines/MLQuests/Items/Bleach.cs | 0 .../Engines/MLQuests/Items/BridesLetter.cs | 0 .../CompletedTuitionReimbursementForm.cs | 0 .../MLQuests/Items/CraftmansSatchel.cs | 0 .../Engines/MLQuests/Items/CrateForSledge.cs | 0 .../Engines/MLQuests/Items/DreadSpiderSilk.cs | 0 .../Engines/MLQuests/Items/FragmentOfAMap.cs | 0 .../MLQuests/Items/FragmentOfAMapDelivery.cs | 0 .../MLQuests/Items/FriendOfTheLibraryToken.cs | 0 .../Items/FriendsOfTheLibraryApplication.cs | 0 .../Engines/MLQuests/Items/GamanHorns.cs | 0 .../Engines/MLQuests/Items/GervisSatchel.cs | 0 .../Engines/MLQuests/Items/GiftForArielle.cs | 0 .../Engines/MLQuests/Items/HargroveSatchel.cs | 0 .../Engines/MLQuests/Items/KirinBrains.cs | 0 .../Engines/MLQuests/Items/LowelSatchel.cs | 0 .../MLQuests/Items/MiniatureMushroom.cs | 0 .../MLQuests/Items/MirrorOfPurification.cs | 0 .../Engines/MLQuests/Items/MuggSatchel.cs | 0 .../Engines/MLQuests/Items/NibbetSatchel.cs | 0 .../MLQuests/Items/NotarizedApplication.cs | 0 .../MLQuests/Items/OfficialSealingWax.cs | 0 .../MLQuests/Items/PeppercornFishsteak.cs | 0 .../Engines/MLQuests/Items/PixieLeg.cs | 0 .../MLQuests/Items/PortraitOfTheBride.cs | 0 .../Engines/MLQuests/Items/PrismaticAmber.cs | 0 .../MLQuests/Items/PrismaticCrystal.cs | 0 .../Engines/MLQuests/Items/QuestGiverItem.cs | 0 .../Engines/MLQuests/Items/RedLeatherBook.cs | 0 .../Engines/MLQuests/Items/ReginasLetter.cs | 0 .../Engines/MLQuests/Items/ReginasRing.cs | 0 .../Engines/MLQuests/Items/RewardBags.cs | 0 .../Engines/MLQuests/Items/SadrahSatchel.cs | 0 .../Engines/MLQuests/Items/SapOfSosaria.cs | 0 .../MLQuests/Items/SealedNotesForJamal.cs | 0 .../Items/SealingWaxOrderAddressedToPetrus.cs | 0 .../Engines/MLQuests/Items/SeveredElfEars.cs | 0 .../MLQuests/Items/SeveredHumanEars.cs | 0 .../Items/SignedTuitionReimbursementForm.cs | 0 .../MLQuests/Items/SpecialTreatForDrithen.cs | 0 .../MLQuests/Items/SpeckledPoisonSac.cs | 0 .../Engines/MLQuests/Items/SpiritBottle.cs | 0 .../Engines/MLQuests/Items/StoutWhip.cs | 0 .../MLQuests/Items/TaintedTreeSample.cs | 0 .../Engines/MLQuests/Items/Teleporters.cs | 0 .../MLQuests/Items/TransparentHeart.cs | 0 .../Items/TuitionReimbursementForm.cs | 0 .../Engines/MLQuests/Items/UnicornRibs.cs | 0 .../Engines/MLQuests/MLQuest.cs | 0 .../Engines/MLQuests/MLQuestContext.cs | 0 .../Engines/MLQuests/MLQuestEntry.cs | 0 .../Engines/MLQuests/MLQuestPersistence.cs | 0 .../Engines/MLQuests/MLQuestSystem.cs | 0 .../Engines/MLQuests/Mobiles/BoonCollector.cs | 0 .../Engines/MLQuests/Mobiles/SirHelper.cs | 0 .../MLQuests/Objectives/BaseObjective.cs | 0 .../MLQuests/Objectives/CollectObjective.cs | 0 .../MLQuests/Objectives/DeliverObjective.cs | 0 .../MLQuests/Objectives/EscortObjective.cs | 0 .../MLQuests/Objectives/GainSkillObjective.cs | 0 .../MLQuests/Objectives/KillObjective.cs | 0 .../Engines/MLQuests/QuestArea.cs | 0 .../Engines/MLQuests/QuesterNameAttribute.cs | 0 .../Engines/MLQuests/Rewards/BaseReward.cs | 0 .../Engines/MLQuests/Rewards/DummyReward.cs | 0 .../Engines/MLQuests/Rewards/ItemReward.cs | 0 .../Engines/Party/AddPartyTarget.cs | 0 .../Engines/Party/DeclineTimer.cs | 0 .../Engines/Party/Packets.cs | 0 .../Engines/Party/Party.cs | 0 .../Engines/Party/PartyCommands.cs | 0 .../Engines/Party/PartyMemberInfo.cs | 0 .../Engines/Party/RemoveFromParty.cs | 0 .../Engines/Party/RemovePartyTarget.cs | 0 .../Engines/Pathing/FastAStarAlgorithm.cs | 0 .../Engines/Pathing/FastMovement.cs | 0 .../Engines/Pathing/MoveResult.cs | 0 .../Engines/Pathing/Movement.cs | 0 .../Engines/Pathing/MovementPath.cs | 0 .../Engines/Pathing/PathAlgorithm.cs | 0 .../Engines/Pathing/PathFollower.cs | 0 .../Engines/Pathing/SlowAStarAlgorithm.cs | 0 .../Engines/Plants/EmptyTheBowlGump.cs | 0 .../Engines/Plants/MainPlantGump.cs | 0 .../Engines/Plants/MiscItems/FertileDirt.cs | 0 .../Engines/Plants/MiscItems/GreenThorns.cs | 0 .../Engines/Plants/MiscItems/OrangePetals.cs | 0 .../Engines/Plants/MiscItems/RedLeaves.cs | 0 .../Plants/MiscMobiles/GiantIceWorm.cs | 0 .../Plants/Network/DisplayHelpTopic.cs | 0 .../Engines/Plants/PlantBowl.cs | 0 .../Engines/Plants/PlantHue.cs | 0 .../Engines/Plants/PlantItem.cs | 0 .../Engines/Plants/PlantPourTarget.cs | 0 .../Engines/Plants/PlantResources.cs | 0 .../Engines/Plants/PlantSystem.cs | 0 .../Engines/Plants/PlantType.cs | 0 .../Engines/Plants/PollinateTarget.cs | 0 .../Engines/Plants/ReproductionGump.cs | 0 .../Engines/Plants/Seed.cs | 0 .../Engines/Plants/SetToDecorativeGump.cs | 0 .../AmbitiousQueenQuest.cs | 0 .../Ambitious Solen Queen/Conversations.cs | 0 .../Mobiles/AmbitiousSolenQueen.cs | 0 .../Ambitious Solen Queen/Objectives.cs | 0 .../Quests/Collector/CollectorQuest.cs | 0 .../Engines/Quests/Collector/Conversations.cs | 0 .../Quests/Collector/Items/EnchantedPaints.cs | 0 .../Quests/Collector/Items/ImageTypeInfo.cs | 0 .../Quests/Collector/Items/Obsidian.cs | 0 .../Quests/Collector/Items/PaintedImage.cs | 0 .../Quests/Collector/Mobiles/AlbertaGiacco.cs | 0 .../Collector/Mobiles/ElwoodMcCarrin.cs | 0 .../Quests/Collector/Mobiles/GabrielPiete.cs | 0 .../Quests/Collector/Mobiles/Impresario.cs | 0 .../Quests/Collector/Mobiles/TomasONeerlan.cs | 0 .../Engines/Quests/Collector/Objectives.cs | 0 .../Engines/Quests/Core/BaseQuester.cs | 0 .../Quests/Core/Items/DynamicTeleporter.cs | 0 .../Quests/Core/Items/EnchantedSextant.cs | 0 .../Quests/Core/Items/HornOfRetreat.cs | 0 .../Engines/Quests/Core/Items/QuestItem.cs | 0 .../Engines/Quests/Core/QuestCallbackEntry.cs | 0 .../Engines/Quests/Core/QuestConversation.cs | 0 .../Engines/Quests/Core/QuestItemInfo.cs | 0 .../Engines/Quests/Core/QuestObjective.cs | 0 .../Engines/Quests/Core/QuestRestartInfo.cs | 0 .../Engines/Quests/Core/QuestSerializer.cs | 0 .../Engines/Quests/Core/QuestSystem.cs | 0 .../Quests/Core/Regions/CancelQuestRegion.cs | 0 .../Regions/QuestCompleteObjectiveRegion.cs | 0 .../Quests/Core/Regions/QuestNoEntryRegion.cs | 0 .../Quests/Core/Regions/QuestOfferRegion.cs | 0 .../Quests/Dark Tides/Conversations.cs | 0 .../Quests/Dark Tides/DarkTidesQuest.cs | 0 .../Dark Tides/Items/CrystalCaveBarrier.cs | 0 .../Quests/Dark Tides/Items/DarkTidesHorn.cs | 0 .../Dark Tides/Items/DarkTidesTeleporter.cs | 0 .../Quests/Dark Tides/Items/KronusScroll.cs | 0 .../Dark Tides/Items/KronusScrollBox.cs | 0 .../Quests/Dark Tides/Items/MaabusCoffin.cs | 0 .../Dark Tides/Items/ScrollOfAbraxus.cs | 0 .../Dark Tides/Items/VaultOfSecretsBarrier.cs | 0 .../Quests/Dark Tides/Mobiles/Horus.cs | 0 .../Quests/Dark Tides/Mobiles/Maabus.cs | 0 .../Quests/Dark Tides/Mobiles/Mardoth.cs | 0 .../Dark Tides/Mobiles/SummonedPaladin.cs | 0 .../Engines/Quests/Dark Tides/Objectives.cs | 0 .../Emino's Undertaking/Conversations.cs | 0 .../EminosUndertakingQuest.cs | 0 .../Items/BlueNinjaQuestTeleporter.cs | 0 .../Emino's Undertaking/Items/EminosKatana.cs | 0 .../Items/EminosKatanaChest.cs | 0 .../Items/GreenNinjaQuestTeleporter.cs | 0 .../Items/GuardianBarrier.cs | 0 .../Emino's Undertaking/Items/NoteForZoel.cs | 0 .../Items/WhiteNinjaQuestTeleporter.cs | 0 .../Emino's Undertaking/Mobiles/Emino.cs | 0 .../Mobiles/EnshroudedFigure.cs | 0 .../Emino's Undertaking/Mobiles/Henchman.cs | 0 .../Mobiles/HiddenFigure.cs | 0 .../Mobiles/JedahEntille.cs | 0 .../Emino's Undertaking/Mobiles/Zoel.cs | 0 .../Quests/Emino's Undertaking/Objectives.cs | 0 .../Quests/Haochi's Trials/Conversations.cs | 0 .../Haochi's Trials/HaochisTrialsQuest.cs | 0 .../Haochi's Trials/Items/HaochisKatana.cs | 0 .../Items/HaochisKatanaGenerator.cs | 0 .../Items/HaochisTreasureChest.cs | 0 .../Haochi's Trials/Items/HonorCandle.cs | 0 .../Haochi's Trials/Mobiles/CursedSoul.cs | 0 .../Haochi's Trials/Mobiles/DeadlyImp.cs | 0 .../Haochi's Trials/Mobiles/DiseasedCat.cs | 0 .../Haochi's Trials/Mobiles/FierceDragon.cs | 0 .../Quests/Haochi's Trials/Mobiles/Haochi.cs | 0 .../Mobiles/HaochisGuardsman.cs | 0 .../Haochi's Trials/Mobiles/InjuredWolf.cs | 0 .../Quests/Haochi's Trials/Mobiles/Relnia.cs | 0 .../Haochi's Trials/Mobiles/YoungNinja.cs | 0 .../Haochi's Trials/Mobiles/YoungRonin.cs | 0 .../Quests/Haochi's Trials/Objectives.cs | 0 .../Quests/Solen Matriarch/Conversations.cs | 0 .../Solen Matriarch/Mobiles/SolenMatriarch.cs | 0 .../Quests/Solen Matriarch/Objectives.cs | 0 .../Solen Matriarch/SolenMatriarchQuest.cs | 0 .../Study of the Solen Hive/Conversations.cs | 0 .../Mobiles/Naturalist.cs | 0 .../Study of the Solen Hive/NestArea.cs | 0 .../Study of the Solen Hive/Objectives.cs | 0 .../StudyOfSolenQuest.cs | 0 .../Terrible Hatchlings/Conversations.cs | 0 .../Mobiles/AnsellaGryen.cs | 0 .../Quests/Terrible Hatchlings/Objectives.cs | 0 .../TerribleHatchlingsQuest.cs | 0 .../Quests/The Summoning/Conversations.cs | 0 .../The Summoning/Items/BellOfTheDead.cs | 0 .../The Summoning/Items/ChylothShroud.cs | 0 .../The Summoning/Items/ChylothStaff.cs | 0 .../Quests/The Summoning/Items/GoldenSkull.cs | 0 .../The Summoning/Items/GrandGrimoire.cs | 0 .../The Summoning/Items/SummoningAltar.cs | 0 .../Quests/The Summoning/Mobiles/Chyloth.cs | 0 .../Quests/The Summoning/Mobiles/Victoria.cs | 0 .../Quests/The Summoning/Objectives.cs | 0 .../Quests/The Summoning/TheSummoningQuest.cs | 0 .../Quests/Uzeraan Turmoil/Conversations.cs | 0 .../Quests/Uzeraan Turmoil/Items/Cannon.cs | 0 .../Uzeraan Turmoil/Items/DaemonBloodChest.cs | 0 .../Uzeraan Turmoil/Items/QuestDaemonBlood.cs | 0 .../Uzeraan Turmoil/Items/QuestDaemonBone.cs | 0 .../Uzeraan Turmoil/Items/QuestFertileDirt.cs | 0 .../Items/SchmendrickApprenticeCorpse.cs | 0 .../Items/SchmendrickScrollOfPower.cs | 0 .../Items/UzeraanTurmoilHorn.cs | 0 .../Items/UzeraanTurmoilTeleporter.cs | 0 .../Quests/Uzeraan Turmoil/Mobiles/Dryad.cs | 0 .../Uzeraan Turmoil/Mobiles/MansionGuard.cs | 0 .../Mobiles/MilitiaCanoneer.cs | 0 .../Uzeraan Turmoil/Mobiles/MilitiaFighter.cs | 0 .../Uzeraan Turmoil/Mobiles/Schmendrick.cs | 0 .../Quests/Uzeraan Turmoil/Mobiles/Uzeraan.cs | 0 .../Quests/Uzeraan Turmoil/Objectives.cs | 0 .../Uzeraan Turmoil/UzeraanTurmoilQuest.cs | 0 .../Quests/Witch Apprentice/Conversations.cs | 0 .../Quests/Witch Apprentice/Ingredient.cs | 0 .../Quests/Witch Apprentice/Items/Cauldron.cs | 0 .../Items/HagApprenticeCorpse.cs | 0 .../Witch Apprentice/Items/HagCauldron.cs | 0 .../Quests/Witch Apprentice/Items/HagStew.cs | 0 .../Witch Apprentice/Items/HangoverCure.cs | 0 .../Witch Apprentice/Items/MagicFlute.cs | 0 .../Witch Apprentice/Items/MoonfireBrew.cs | 0 .../Witch Apprentice/Mobiles/Blackheart.cs | 0 .../Witch Apprentice/Mobiles/Grizelda.cs | 0 .../Witch Apprentice/Mobiles/Zeefzorpul.cs | 0 .../Quests/Witch Apprentice/Objectives.cs | 0 .../Witch Apprentice/WitchApprenticeQuest.cs | 0 .../Engines/Spawner/ProximitySpawner.cs | 0 .../Engines/Spawner/Spawner.cs | 0 .../Engines/Spawner/SpawnerGump.cs | 0 .../Engines/Spawner/SpawnerType.cs | 0 .../BasePigmentsOfTokuno.cs | 0 .../Treasures of Tokuno/GreaterArtifacts.cs | 0 .../Treasures of Tokuno/LesserArtifacts.cs | 0 .../Treasures of Tokuno/TreasuresOfTokuno.cs | 0 .../TreasuresOfTokunoPersistance.cs | 0 .../Character Statue Maker/CharacterStatue.cs | 0 .../CharacterStatueMaker.cs | 0 .../CharacterStatuePlinth.cs | 0 .../Gumps/CharacterStatueGump.cs | 0 .../Character Statue Maker/Packets.cs | 0 .../Engines/VeteranRewards/RewardCategory.cs | 0 .../VeteranRewards/RewardChoiceGump.cs | 0 .../VeteranRewards/RewardConfirmGump.cs | 0 .../VeteranRewards/RewardDemolitionGump.cs | 0 .../Engines/VeteranRewards/RewardEntry.cs | 0 .../Engines/VeteranRewards/RewardList.cs | 0 .../VeteranRewards/RewardNoticeGump.cs | 0 .../VeteranRewards/RewardOptionGump.cs | 0 .../Engines/VeteranRewards/RewardSystem.cs | 0 .../Engines/Virtues/Compassion.cs | 0 .../Engines/Virtues/Honor.cs | 0 .../Engines/Virtues/Justice.cs | 0 .../Engines/Virtues/Sacrifice.cs | 0 .../Engines/Virtues/Valor.cs | 0 .../Engines/Virtues/VirtueGump.cs | 0 .../Engines/Virtues/VirtueHelper.cs | 0 .../Engines/Virtues/VirtueInfoGump.cs | 0 .../Engines/Virtues/VirtueStatusGump.cs | 0 .../Gumps/AddDoorGump.cs | 0 .../{Scripts => UOContent}/Gumps/AddGump.cs | 0 .../{Scripts => UOContent}/Gumps/AdminGump.cs | 0 .../Gumps/BanDurationGump.cs | 0 .../Gumps/BaseConfirmGump.cs | 0 .../Gumps/BaseGridGump.cs | 0 .../Gumps/BaseImageTileButtonsGump.cs | 0 .../Gumps/CategorizedAddGump.cs | 0 .../Gumps/ClientGump.cs | 0 .../Gumps/CommentsGump.cs | 0 .../Gumps/ConfirmBreakCrystalGump.cs | 0 .../Gumps/ConfirmHeritageGump.cs | 0 .../Gumps/ConfirmHouseResize.cs | 0 .../Gumps/ConfirmReleaseGump.cs | 0 .../Gumps/DawnsMusicBoxGump.cs | 0 .../Gumps/Go/ChildNode.cs | 0 .../{Scripts => UOContent}/Gumps/Go/GoGump.cs | 0 .../Gumps/Go/LocationTree.cs | 0 .../Gumps/Go/ParentNode.cs | 0 .../Gumps/Guilds/DeclareFealtyGump.cs | 0 .../Gumps/Guilds/GrantGuildTitleGump.cs | 0 .../Gumps/Guilds/GuildAbbrvPrompt.cs | 0 .../Gumps/Guilds/GuildAcceptWarGump.cs | 0 .../Gumps/Guilds/GuildAdminCandidatesGump.cs | 0 .../Gumps/Guilds/GuildCandidatesGump.cs | 0 .../Gumps/Guilds/GuildChangeTypeGump.cs | 0 .../Gumps/Guilds/GuildCharterGump.cs | 0 .../Gumps/Guilds/GuildCharterPrompt.cs | 0 .../Gumps/Guilds/GuildDeclarePeaceGump.cs | 0 .../Gumps/Guilds/GuildDeclareWarGump.cs | 0 .../Gumps/Guilds/GuildDeclareWarPrompt.cs | 0 .../Gumps/Guilds/GuildDismissGump.cs | 0 .../Gumps/Guilds/GuildGump.cs | 0 .../Gumps/Guilds/GuildListGump.cs | 0 .../Gumps/Guilds/GuildMobileListGump.cs | 0 .../Gumps/Guilds/GuildNamePrompt.cs | 0 .../Gumps/Guilds/GuildRejectWarGump.cs | 0 .../Guilds/GuildRescindDeclarationGump.cs | 0 .../Gumps/Guilds/GuildRosterGump.cs | 0 .../Gumps/Guilds/GuildTitlePrompt.cs | 0 .../Gumps/Guilds/GuildWarAdminGump.cs | 0 .../Gumps/Guilds/GuildWarGump.cs | 0 .../Gumps/Guilds/GuildWebsitePrompt.cs | 0 .../Gumps/Guilds/GuildmasterGump.cs | 0 .../Guilds/New Guild System/AdvancedSearch.cs | 0 .../Guilds/New Guild System/BaseGuildGump.cs | 0 .../New Guild System/BaseGuildListGump.cs | 0 .../New Guild System/Create Guild Gump.cs | 0 .../Guilds/New Guild System/DiplomacyGump.cs | 0 .../Guilds/New Guild System/GuildInfoGump.cs | 0 .../GuildInvitationRequest.cs | 0 .../New Guild System/GuildMemberInfoGump.cs | 0 .../New Guild System/GuildRosterGump.cs | 0 .../Guilds/New Guild System/OtherGuildInfo.cs | 0 .../New Guild System/War Declaration gump.cs | 0 .../Gumps/Guilds/RecruitTarget.cs | 0 .../Gumps/HeritageTokenGump.cs | 0 .../{Scripts => UOContent}/Gumps/HonorSelf.cs | 0 .../Gumps/HouseDemolishGump.cs | 0 .../{Scripts => UOContent}/Gumps/HouseGump.cs | 0 .../Gumps/HouseGumpAOS.cs | 0 .../Gumps/HouseTransferGump.cs | 0 .../Gumps/NoticeGump.cs | 0 .../Gumps/PetResurrectGump.cs | 0 .../Gumps/PlayerVendorGumps.cs | 0 .../Gumps/PolymorphGump.cs | 0 .../Gumps/Props/PropsConfig.cs | 0 .../Gumps/Props/PropsGump.cs | 0 .../Gumps/Props/SetBodyGump.cs | 0 .../Gumps/Props/SetCustomEnumGump.cs | 0 .../Gumps/Props/SetGump.cs | 0 .../Gumps/Props/SetListOptionGump.cs | 0 .../Gumps/Props/SetObjectGump.cs | 0 .../Gumps/Props/SetObjectTarget.cs | 0 .../Gumps/Props/SetPoint2DGump.cs | 0 .../Gumps/Props/SetPoint3DGump.cs | 0 .../Gumps/Props/SetTimeSpanGump.cs | 0 .../Gumps/ReclaimVendorGump.cs | 0 .../Gumps/ReportMurderer.cs | 0 .../Gumps/ResurrectGump.cs | 0 .../Gumps/RewardGump.cs | 0 .../Gumps/RunebookGump.cs | 0 .../Gumps/SetSecureLevelGump.cs | 0 .../Gumps/SkillsGump.cs | 0 .../Gumps/TithingGump.cs | 0 .../Gumps/ToTAdminGump.cs | 0 .../Gumps/VendorInventoryGump.cs | 0 .../Gumps/VendorRentalGumps.cs | 0 .../Gumps/ViewHousesGump.cs | 0 .../Gumps/WarningGump.cs | 0 .../{Scripts => UOContent}/Gumps/WhoGump.cs | 0 .../Gumps/YoungGumps.cs | 0 .../Christmas/2010/Addons/FireFliesDeed.cs | 0 .../Christmas/2010/Items/AngelDecoration.cs | 0 .../Christmas/2010/Items/RockingHorse.cs | 0 .../Easter/2011/Items/DragonEasterEgg.cs | 0 .../Halloween/2006/Engines/TrickOrTreat.cs | 0 .../Halloween/2006/Items/HalloweenPumpkin.cs | 0 .../Halloween/2006/Items/PumpkinScarecrow.cs | 0 .../Halloween/2006/Items/RuinedTapestry.cs | 0 .../Halloween/2006/Items/TwilightLantern.cs | 0 .../Halloween/2009/Engines/PumpkinPatch.cs | 0 .../Halloween/2009/Foods/CreepyCake.cs | 0 .../Halloween/2009/Foods/HarvestWine.cs | 0 .../Halloween/2009/Foods/MrPlainsCookies.cs | 0 .../Halloween/2009/Foods/MurkyMilk.cs | 0 .../Halloween/2009/Foods/PumpkinPizza.cs | 0 .../Halloween/2009/Items/GrimWarning.cs | 0 .../Halloween/2009/Items/SkullsOnPike.cs | 0 .../2010/Items/ChairInAGhostCostume.cs | 0 .../Halloween/2010/Items/ColoredSmallWebs.cs | 0 .../2010/Items/ExcellentIronMaiden.cs | 0 .../2010/Items/HalloweenGuillotine.cs | 0 .../Halloween/2011/Items/BasePaintedMask.cs | 0 .../Halloween/2011/Items/ClownMask.cs | 0 .../Halloween/2011/Items/DaemonMask.cs | 0 .../Halloween/2011/Items/PlagueMask.cs | 0 .../Halloween/2011/Mobiles/PumpkinHead.cs | 0 .../Halloween/2012/Engines/PlayerZombies.cs | 0 .../Halloween/2012/Items/EvilJesterMask.cs | 0 .../Halloween/2012/Items/PorcelainMask.cs | 0 .../Halloween/HolidaySettings.cs | 0 .../Halloween/Treats/Jellybeans.cs | 0 .../Halloween/Treats/Lollipops.cs | 0 .../Halloween/Treats/NougatSwirl.cs | 0 .../Holiday Stuff/Halloween/Treats/Taffy.cs | 0 .../Halloween/Treats/WrappedCandy.cs | 0 .../2010/Items/AnimatedHeartShapedBox.cs | 0 .../Valentine/2011/Items/StValentinesBears.cs | 0 .../Valentine/2012/Items/CupidStatue.cs | 0 .../Valentine/2012/Items/CupidsArrow.cs | 0 .../Valentine/2012/Items/HeartShapedBox.cs | 0 .../Items/Addons/AbbatoirAddon.cs | 0 .../Items/Addons/AddonComponent.cs | 0 .../Items/Addons/AddonContainerComponent.cs | 0 .../Items/Addons/AlchemistTableEastAddon.cs | 0 .../Items/Addons/AlchemistTableSouthAddon.cs | 0 .../Items/Addons/AnvilEastAddon.cs | 0 .../Items/Addons/AnvilSouthAddon.cs | 0 .../Items/Addons/ArcaneBookshelfEastAddon.cs | 0 .../Items/Addons/ArcaneBookshelfSouthAddon.cs | 0 .../Items/Addons/ArcaneCircleAddon.cs | 0 .../Items/Addons/ArcanistStatueEastAddon.cs | 0 .../Items/Addons/ArcanistStatueSouthAddon.cs | 0 .../Items/Addons/ArcheryButteAddon.cs | 0 .../Items/Addons/BallotBox.cs | 0 .../Items/Addons/BaseAddon.cs | 0 .../Items/Addons/BaseAddonContainer.cs | 0 .../Items/Addons/BaseAddonContainerDeed.cs | 0 .../Items/Addons/BaseAddonDeed.cs | 0 .../Items/Addons/BearRugs.cs | 0 .../Items/Addons/BloodPentagram.cs | 0 .../Items/Addons/DartBoard.cs | 0 .../Items/Addons/ElvenBedEastAddon.cs | 0 .../Items/Addons/ElvenBedSouthAddon.cs | 0 .../Items/Addons/ElvenDresserEastAddon.cs | 0 .../Items/Addons/ElvenDresserSouthAddon.cs | 0 .../Items/Addons/ElvenForgeAddon.cs | 0 .../Items/Addons/ElvenLoveseatEastAddon.cs | 0 .../Items/Addons/ElvenLoveseatSouthAddon.cs | 0 .../Addons/ElvenSpinningwheelEastAddon.cs | 0 .../Addons/ElvenSpinningwheelSouthAddon.cs | 0 .../Items/Addons/ElvenStoveEastAddon.cs | 0 .../Items/Addons/ElvenStoveSouthAddon.cs | 0 .../Items/Addons/ElvenWashbasinEastAddon.cs | 0 .../Items/Addons/ElvenWashbasinSouthAddon.cs | 0 .../Items/Addons/FancyElvenTableEastAddon.cs | 0 .../Items/Addons/FancyElvenTableSouthAddon.cs | 0 .../Items/Addons/FireColumnAddon.cs | 0 .../Items/Addons/FlourMillEastAddon.cs | 0 .../Items/Addons/FlourMillSouthAddon.cs | 0 .../Items/Addons/FlowerTapestries.cs | 0 .../Items/Addons/GiantWebs.cs | 0 .../Items/Addons/GozaMats.cs | 0 .../Addons/GrayBrickFireplaceEastAddon.cs | 0 .../Addons/GrayBrickFireplaceSouthAddon.cs | 0 .../Items/Addons/JackOLantern.cs | 0 .../Items/Addons/LargeBedEastAddon.cs | 0 .../Items/Addons/LargeBedSouthAddon.cs | 0 .../Items/Addons/LargeForgeEastAddon.cs | 0 .../Items/Addons/LargeForgeSouthAddon.cs | 0 .../Items/Addons/LargeStoneTableEastAddon.cs | 0 .../Items/Addons/LargeStoneTableSouthAddon.cs | 0 .../Items/Addons/LoomEastAddon.cs | 0 .../Items/Addons/LoomSouthAddon.cs | 0 .../Items/Addons/MediumStoneTableEastAddon.cs | 0 .../Addons/MediumStoneTableSouthAddon.cs | 0 .../Items/Addons/OrnateElvenTableEastAddon.cs | 0 .../Addons/OrnateElvenTableSouthAddon.cs | 0 .../Items/Addons/ParrotPerchAddon.cs | 0 .../Items/Addons/PentagramAddon.cs | 0 .../Items/Addons/PickpocketDips.cs | 0 .../Items/Addons/PyramidAddon.cs | 0 .../Items/Addons/RejuvinationAnkhs.cs | 0 .../Items/Addons/SHTeleporter.cs | 0 .../Addons/SandstoneFireplaceEastAddon.cs | 0 .../Addons/SandstoneFireplaceSouthAddon.cs | 0 .../Items/Addons/SandstoneFountainAddon.cs | 0 .../Items/Addons/SerpentPillarAddon.cs | 0 .../Items/Addons/ShrineOfWisdomAddon.cs | 0 .../Items/Addons/SkullPileAddon.cs | 0 .../Items/Addons/SmallBedEastAddon.cs | 0 .../Items/Addons/SmallBedSouthAddon.cs | 0 .../Items/Addons/SmallForgeAddon.cs | 0 .../Items/Addons/SolenAntHole.cs | 0 .../Items/Addons/SpinningwheelEastAddon.cs | 0 .../Items/Addons/SpinningwheelSouthAddon.cs | 0 .../Items/Addons/SquirrelStatueEastAddon.cs | 0 .../Items/Addons/SquirrelStatueSouthAddon.cs | 0 .../Items/Addons/StoneFireplaceEastAddon.cs | 0 .../Items/Addons/StoneFireplaceSouthAddon.cs | 0 .../Items/Addons/StoneFountainAddon.cs | 0 .../Items/Addons/StoneOvenEastAddon.cs | 0 .../Items/Addons/StoneOvenSouthAddon.cs | 0 .../Items/Addons/StretchedHides.cs | 0 .../Items/Addons/TallElvenBedEastAddon.cs | 0 .../Items/Addons/TallElvenBedSouthAddon.cs | 0 .../Items/Addons/Telescope.cs | 0 .../Items/Addons/TrainingDummies.cs | 0 .../Items/Addons/WarriorStatueEastAddon.cs | 0 .../Items/Addons/WarriorStatueSouthAddon.cs | 0 .../Items/Addons/WaterTroughEastAddon.cs | 0 .../Items/Addons/WaterTroughSouthAddon.cs | 0 .../Items/Addons/WaterVat.cs | 0 .../Items/Aquarium/Aquarium.cs | 0 .../Items/Aquarium/AquariumFishingNet.cs | 0 .../Items/Aquarium/AquariumFood.cs | 0 .../Items/Aquarium/AquariumGump.cs | 0 .../Items/Aquarium/AquariumState.cs | 0 .../Items/Aquarium/BaseFish.cs | 0 .../Aquarium/Fish/AlbinoCourtesanFish.cs | 0 .../Items/Aquarium/Fish/AlbinoFrog.cs | 0 .../Items/Aquarium/Fish/BritainCrownFish.cs | 0 .../Items/Aquarium/Fish/FandancerFish.cs | 0 .../Items/Aquarium/Fish/GoldenBroadtail.cs | 0 .../Items/Aquarium/Fish/Jellyfish.cs | 0 .../Items/Aquarium/Fish/KillerFrog.cs | 0 .../Items/Aquarium/Fish/LongClawCrab.cs | 0 .../Aquarium/Fish/MakotoCourtesanFish.cs | 0 .../Items/Aquarium/Fish/MinocBlueFish.cs | 0 .../Items/Aquarium/Fish/NujelmHoneyFish.cs | 0 .../Items/Aquarium/Fish/PurpleFrog.cs | 0 .../Items/Aquarium/Fish/RedDartFish.cs | 0 .../Items/Aquarium/Fish/Shrimp.cs | 0 .../Aquarium/Fish/SmallMouthSuckerFin.cs | 0 .../Items/Aquarium/Fish/SpeckledCrab.cs | 0 .../Aquarium/Fish/SpinedScratcherFish.cs | 0 .../Items/Aquarium/Fish/SpottedBuccaneer.cs | 0 .../Items/Aquarium/Fish/VesperReefTiger.cs | 0 .../Items/Aquarium/Fish/YellowFinBluebelly.cs | 0 .../Items/Aquarium/FishBowl.cs | 0 .../Items/Aquarium/Reward Fish/BrineShrimp.cs | 0 .../Items/Aquarium/Reward Fish/Coral.cs | 0 .../Aquarium/Reward Fish/FullMoonFish.cs | 0 .../Items/Aquarium/Reward Fish/SeaHorse.cs | 0 .../Aquarium/Reward Fish/StrippedFlakeFish.cs | 0 .../Reward Fish/StrippedSosarianSwill.cs | 0 .../Items/Aquarium/Rewards/AquariumMessage.cs | 0 .../Rewards/CaptainBlackheartsFishingPole.cs | 0 .../Aquarium/Rewards/CraftysFishingHat.cs | 0 .../Items/Aquarium/Rewards/FishBones.cs | 0 .../Items/Aquarium/Rewards/IslandStatue.cs | 0 .../Items/Aquarium/Rewards/Shell.cs | 0 .../Items/Aquarium/Rewards/ToyBoat.cs | 0 .../Aquarium/Rewards/WaterloggedBoots.cs | 0 .../Items/Aquarium/VacationWafer.cs | 0 .../Items/Armor/ArmorEnums.cs | 0 .../Items/Armor/Artifacts/ArmorOfFortune.cs | 0 .../Armor/Artifacts/Craftable/BrambleCoat.cs | 0 .../Artifacts/Craftable/IronwoodCrown.cs | 0 .../Artifacts/Craftable/SongWovenMantle.cs | 0 .../Artifacts/Craftable/SpellWovenBritches.cs | 0 .../Artifacts/Craftable/StitchersMittens.cs | 0 .../Armor/Artifacts/GauntletsOfNobility.cs | 0 .../Items/Armor/Artifacts/HelmOfInsight.cs | 0 .../Armor/Artifacts/HolyKnightsBreastplate.cs | 0 .../Armor/Artifacts/InquisitorsResolution.cs | 0 .../Items/Armor/Artifacts/JackalsCollar.cs | 0 .../Items/Armor/Artifacts/LeggingsOfBane.cs | 0 .../Items/Armor/Artifacts/MidnightBracers.cs | 0 .../Artifacts/OrnateCrownOfTheHarrower.cs | 0 .../Armor/Artifacts/ShadowDancerLeggings.cs | 0 .../Items/Armor/Artifacts/TunicOfFire.cs | 0 .../Armor/Artifacts/VoiceOfTheFallenKing.cs | 0 .../Items/Armor/BaseArmor.cs | 0 .../Items/Armor/Bone/BoneArms.cs | 0 .../Items/Armor/Bone/BoneChest.cs | 0 .../Items/Armor/Bone/BoneGloves.cs | 0 .../Items/Armor/Bone/BoneLegs.cs | 0 .../Items/Armor/Chain/ChainChest.cs | 0 .../Items/Armor/Chain/ChainHatsuburi.cs | 0 .../Items/Armor/Chain/ChainLegs.cs | 0 .../Items/Armor/DaemonBone/DaemonArms.cs | 0 .../Items/Armor/DaemonBone/DaemonChest.cs | 0 .../Items/Armor/DaemonBone/DaemonGloves.cs | 0 .../Items/Armor/DaemonBone/DaemonLegs.cs | 0 .../Items/Armor/Dragon/DragonArms.cs | 0 .../Items/Armor/Dragon/DragonChest.cs | 0 .../Items/Armor/Dragon/DragonGloves.cs | 0 .../Items/Armor/Dragon/DragonHelm.cs | 0 .../Items/Armor/Dragon/DragonLegs.cs | 0 .../Armor/Glasses/AnthropomorphistGlasses.cs | 0 .../Items/Armor/Glasses/ArtsGlasses.cs | 0 .../Items/Armor/Glasses/ElvenGlasses.cs | 0 .../Items/Armor/Glasses/FoldedSteelGlasses.cs | 0 .../Items/Armor/Glasses/LightOfWayGlasses.cs | 0 .../Items/Armor/Glasses/LyricalGlasses.cs | 0 .../Items/Armor/Glasses/MaceShieldGlasses.cs | 0 .../Items/Armor/Glasses/MaritimeGlasses.cs | 0 .../Items/Armor/Glasses/NecromanticGlasses.cs | 0 .../Items/Armor/Glasses/PoisonedGlasses.cs | 0 .../Items/Armor/Glasses/TradeGlasses.cs | 0 .../Armor/Glasses/TreasureTrinketGlasses.cs | 0 .../Items/Armor/Glasses/WizardsGlasses.cs | 0 .../Items/Armor/Helmets/Bascinet.cs | 0 .../Items/Armor/Helmets/BoneHelm.cs | 0 .../Items/Armor/Helmets/ChainCoif.cs | 0 .../Items/Armor/Helmets/Circlet.cs | 0 .../Items/Armor/Helmets/CloseHelm.cs | 0 .../Items/Armor/Helmets/DaemonHelm.cs | 0 .../Items/Armor/Helmets/GemmedCirclet.cs | 0 .../Items/Armor/Helmets/Helmet.cs | 0 .../Items/Armor/Helmets/LeatherCap.cs | 0 .../Items/Armor/Helmets/NorseHelm.cs | 0 .../Items/Armor/Helmets/OrcHelm.cs | 0 .../Items/Armor/Helmets/PlateHelm.cs | 0 .../Items/Armor/Helmets/RavenHelm.cs | 0 .../Items/Armor/Helmets/RoyalCirclet.cs | 0 .../Items/Armor/Helmets/VultureHelm.cs | 0 .../Items/Armor/Helmets/WingedHelm.cs | 0 .../Items/Armor/Leather/FemaleLeafChest.cs | 0 .../Items/Armor/Leather/FemaleLeatherChest.cs | 0 .../Items/Armor/Leather/LeafArms.cs | 0 .../Items/Armor/Leather/LeafChest.cs | 0 .../Items/Armor/Leather/LeafGloves.cs | 0 .../Items/Armor/Leather/LeafGorget.cs | 0 .../Items/Armor/Leather/LeafLegs.cs | 0 .../Items/Armor/Leather/LeafTonlet.cs | 0 .../Items/Armor/Leather/LeatherArms.cs | 0 .../Items/Armor/Leather/LeatherBustierArms.cs | 0 .../Items/Armor/Leather/LeatherChest.cs | 0 .../Items/Armor/Leather/LeatherDo.cs | 0 .../Items/Armor/Leather/LeatherGloves.cs | 0 .../Items/Armor/Leather/LeatherGorget.cs | 0 .../Items/Armor/Leather/LeatherHaidate.cs | 0 .../Items/Armor/Leather/LeatherHiroSode.cs | 0 .../Items/Armor/Leather/LeatherJingasa.cs | 0 .../Items/Armor/Leather/LeatherLegs.cs | 0 .../Items/Armor/Leather/LeatherMempo.cs | 0 .../Items/Armor/Leather/LeatherNinjaHood.cs | 0 .../Items/Armor/Leather/LeatherNinjaJacket.cs | 0 .../Items/Armor/Leather/LeatherNinjaMitts.cs | 0 .../Items/Armor/Leather/LeatherNinjaPants.cs | 0 .../Items/Armor/Leather/LeatherShorts.cs | 0 .../Items/Armor/Leather/LeatherSkirt.cs | 0 .../Items/Armor/Leather/LeatherSuneate.cs | 0 .../Armor/Plate/DecorativePlateKabuto.cs | 0 .../Items/Armor/Plate/FemalePlateChest.cs | 0 .../Items/Armor/Plate/FemaleWoodlandChest.cs | 0 .../Items/Armor/Plate/HeavyPlateJingasa.cs | 0 .../Items/Armor/Plate/LightPlateJingasa.cs | 0 .../Items/Armor/Plate/PlateArms.cs | 0 .../Items/Armor/Plate/PlateBattleKabuto.cs | 0 .../Items/Armor/Plate/PlateChest.cs | 0 .../Items/Armor/Plate/PlateDo.cs | 0 .../Items/Armor/Plate/PlateGloves.cs | 0 .../Items/Armor/Plate/PlateGorget.cs | 0 .../Items/Armor/Plate/PlateHaidate.cs | 0 .../Items/Armor/Plate/PlateHatsuburi.cs | 0 .../Items/Armor/Plate/PlateHiroSode.cs | 0 .../Items/Armor/Plate/PlateLegs.cs | 0 .../Items/Armor/Plate/PlateMempo.cs | 0 .../Items/Armor/Plate/PlateSuneate.cs | 0 .../Items/Armor/Plate/SmallPlateJingasa.cs | 0 .../Items/Armor/Plate/StandardPlateKabuto.cs | 0 .../Items/Armor/Plate/WoodlandArms.cs | 0 .../Items/Armor/Plate/WoodlandChest.cs | 0 .../Items/Armor/Plate/WoodlandGloves.cs | 0 .../Items/Armor/Plate/WoodlandGorget.cs | 0 .../Items/Armor/Plate/WoodlandLegs.cs | 0 .../Items/Armor/Ranger/RangerArms.cs | 0 .../Items/Armor/Ranger/RangerChest.cs | 0 .../Items/Armor/Ranger/RangerGloves.cs | 0 .../Items/Armor/Ranger/RangerGorget.cs | 0 .../Items/Armor/Ranger/RangerLegs.cs | 0 .../Items/Armor/Ring/RingmailArms.cs | 0 .../Items/Armor/Ring/RingmailChest.cs | 0 .../Items/Armor/Ring/RingmailGloves.cs | 0 .../Items/Armor/Ring/RingmailLegs.cs | 0 .../Items/Armor/Studded/FemaleStuddedChest.cs | 0 .../Items/Armor/Studded/HideChest.cs | 0 .../Items/Armor/Studded/HideFemaleChest.cs | 0 .../Items/Armor/Studded/HideGloves.cs | 0 .../Items/Armor/Studded/HideGorget.cs | 0 .../Items/Armor/Studded/HidePants.cs | 0 .../Items/Armor/Studded/HidePauldrons.cs | 0 .../Items/Armor/Studded/StuddedArms.cs | 0 .../Items/Armor/Studded/StuddedBustierArms.cs | 0 .../Items/Armor/Studded/StuddedChest.cs | 0 .../Items/Armor/Studded/StuddedDo.cs | 0 .../Items/Armor/Studded/StuddedGloves.cs | 0 .../Items/Armor/Studded/StuddedGorget.cs | 0 .../Items/Armor/Studded/StuddedHaidate.cs | 0 .../Items/Armor/Studded/StuddedHiroSode.cs | 0 .../Items/Armor/Studded/StuddedLegs.cs | 0 .../Items/Armor/Studded/StuddedMempo.cs | 0 .../Items/Armor/Studded/StuddedSuneate.cs | 0 .../Items/Body Parts/BonePile.cs | 0 .../Items/Body Parts/Head.cs | 0 .../Items/Body Parts/LeftArm.cs | 0 .../Items/Body Parts/LeftLeg.cs | 0 .../Items/Body Parts/RibCage.cs | 0 .../Items/Body Parts/RightArm.cs | 0 .../Items/Body Parts/RightLeg.cs | 0 .../Items/Body Parts/Torso.cs | 0 .../Items/Books/BaseBook.cs | 0 .../Items/Books/BlueBook.cs | 0 .../Items/Books/BrownBook.cs | 0 .../Books/Defined/BlackthornWelcomeBook.cs | 0 .../Items/Books/Defined/BookContent.cs | 0 .../Items/Books/Defined/DrakovsJournal.cs | 0 .../Items/Books/Defined/FropozJournal.cs | 0 .../Items/Books/Defined/KaburJournal.cs | 0 .../Items/Books/Defined/LibraryBooks.cs | 0 .../Items/Books/Defined/NewAquariumBook.cs | 0 .../Defined/TranslatedGargoyleJournal.cs | 0 .../Items/Books/RedBook.cs | 0 .../Items/Books/TanBook.cs | 0 .../Decorative/ArtifactLargeVase.cs | 0 .../Decorative/ArtifactVase.cs | 0 .../Decorative/DemonSkull.cs | 0 .../Decorative/DirtPatch.cs | 0 .../Decorative/EvilIdolSkull.cs | 0 .../Champion Artifacts/Decorative/Futon.cs | 0 .../Champion Artifacts/Decorative/LavaTile.cs | 0 .../Champion Artifacts/Decorative/Pier.cs | 0 .../Decorative/SkullPole.cs | 0 .../Decorative/SwampTile.cs | 0 .../TatteredAncientMummyWrapping.cs | 0 .../Decorative/WallBlood.cs | 0 .../Decorative/WaterTile.cs | 0 .../Champion Artifacts/Decorative/Web.cs | 0 .../Decorative/WindSpirit.cs | 0 .../Shared/ANecromancerShroud.cs | 0 .../Shared/BraveKnightOfTheBritannia.cs | 0 .../Shared/CaptainJohnsHat.cs | 0 .../Shared/DetectiveBoots.cs | 0 .../Champion Artifacts/Shared/DjinnisRing.cs | 0 .../Shared/EmbroideredOakLeafCloak.cs | 0 .../Shared/GauntletsOfAnger.cs | 0 .../LieutenantOfTheBritannianRoyalGuard.cs | 0 .../Shared/OblivionsNeedle.cs | 0 .../Shared/RoyalGuardSurvivalKnife.cs | 0 .../Shared/SamaritanRobe.cs | 0 .../Shared/TheMostKnowledgePerson.cs | 0 .../Shared/TheRobeOfBritanniaAri.cs | 0 .../Unique/AcidProofRobe.cs | 0 .../Items/Champion Artifacts/Unique/Calm.cs | 0 .../Unique/CrownOfTalKeesh.cs | 0 .../Champion Artifacts/Unique/FangOfRactus.cs | 0 .../Unique/GladiatorsCollar.cs | 0 .../Unique/OrcChieftainHelm.cs | 0 .../Items/Champion Artifacts/Unique/Pacify.cs | 0 .../Items/Champion Artifacts/Unique/Quell.cs | 0 .../Unique/ShroudOfDeceit.cs | 0 .../Items/Champion Artifacts/Unique/Subdue.cs | 0 .../Clothing/Artifacts/CrimsonCincture.cs | 0 .../Clothing/Artifacts/DivineCountenance.cs | 0 .../Items/Clothing/Artifacts/HatOfTheMagi.cs | 0 .../Clothing/Artifacts/HuntersHeaddress.cs | 0 .../Clothing/Artifacts/SpiritOfTheTotem.cs | 0 .../Items/Clothing/BaseClothing.cs | 0 .../Items/Clothing/Cloaks.cs | 0 .../Items/Clothing/Hats.cs | 0 .../Items/Clothing/MiddleTorso.cs | 0 .../Items/Clothing/OuterLegs.cs | 0 .../Items/Clothing/OuterTorso.cs | 0 .../Items/Clothing/Pants.cs | 0 .../Items/Clothing/Shirts.cs | 0 .../Items/Clothing/Shoes.cs | 0 .../Items/Clothing/Waist.cs | 0 .../Items/Construction/Ankhs.cs | 0 .../Items/Construction/Chairs/Benchs.cs | 0 .../Items/Construction/Chairs/Chairs.cs | 0 .../Items/Construction/Chairs/Stools.cs | 0 .../Items/Construction/Chairs/Thrones.cs | 0 .../Decorative/DecorativeShield.cs | 0 .../Decorative/DecorativeWeapon.cs | 0 .../Decorative/PaintingPortraits.cs | 0 .../Items/Construction/Decorative/Tapestry.cs | 0 .../Items/Construction/Doors/BaseDoor.cs | 0 .../Items/Construction/Doors/Doors.cs | 0 .../Items/Construction/Doors/HouseDoors.cs | 0 .../Items/Construction/Doors/Portcullis.cs | 0 .../Items/Construction/Doors/SecretDoors.cs | 0 .../Items/Construction/Floors/Floors.cs | 0 .../Items/Construction/Misc/BarrelParts.cs | 0 .../Items/Construction/Misc/Easle.cs | 0 .../Items/Construction/Misc/MeltedWax.cs | 0 .../Items/Construction/Misc/MusicStand.cs | 0 .../Items/Construction/Misc/Obelisk.cs | 0 .../Items/Construction/Misc/Screens.cs | 0 .../Items/Construction/Misc/Statues.cs | 0 .../Items/Construction/Misc/Vase.cs | 0 .../Items/Construction/Misc/Vines.cs | 0 .../Construction/Ruined/RuinedItemSingle.cs | 0 .../Items/Construction/Signs/BaseSign.cs | 0 .../Items/Construction/Signs/LocalizedSign.cs | 0 .../Items/Construction/Signs/Sign.cs | 0 .../Items/Construction/Signs/SubtextSign.cs | 0 .../Items/Construction/Tables/Tables.cs | 0 .../Items/Construction/Tables/WritingTable.cs | 0 .../Items/Construction/Walls/BaseWall.cs | 0 .../Items/Construction/Walls/DarkWoodWall.cs | 0 .../Construction/Walls/ThickGrayStoneWall.cs | 0 .../Items/Construction/Walls/ThinBrickWall.cs | 0 .../Items/Construction/Walls/ThinStoneWall.cs | 0 .../Construction/Walls/WhiteStoneWall.cs | 0 .../Items/Containers/BaseTreasureChest.cs | 0 .../Items/Containers/Container.cs | 0 .../Items/Containers/FillableContainers.cs | 0 .../Items/Containers/FurnitureContainer.cs | 0 .../Items/Containers/LockableContainer.cs | 0 .../Items/Containers/MarkContainer.cs | 0 .../Items/Containers/ParagonChest.cs | 0 .../Items/Containers/SalvageBag.cs | 0 .../Items/Containers/Strongbox.cs | 0 .../Items/Containers/TrappableContainer.cs | 0 .../Items/Containers/TreasureChest.cs | 0 .../Items/Containers/TreasureMapChest.cs | 0 .../BaseDecorationArtifact.cs | 0 .../DoomDecorationArtifacts.cs | 0 .../SEDecorationArtifacts.cs | 0 .../StealableArtifactsSpawner.cs | 0 .../Items/Deeds/BarkeepContract.cs | 0 .../Items/Deeds/ClothingBlessDeed.cs | 0 .../Items/Deeds/CommodityDeed.cs | 0 .../Items/Deeds/DragonBardingDeed.cs | 0 .../Items/Deeds/HairRestylingDeed.cs | 0 .../Items/Deeds/HolidayTreeDeed.cs | 0 .../Items/Deeds/NameChangeDeed.cs | 0 .../Items/Deeds/NewPlayerTicket.cs | 0 .../Items/Deeds/VendorRentalContract.cs | 0 .../Items/Facial/Beard.cs | 0 .../Items/Facial/Hair.cs | 0 .../Items/Farming/FarmableCabbage.cs | 0 .../Items/Farming/FarmableCarrot.cs | 0 .../Items/Farming/FarmableCotton.cs | 0 .../Items/Farming/FarmableCrop.cs | 0 .../Items/Farming/FarmableFlax.cs | 0 .../Items/Farming/FarmableLettuce.cs | 0 .../Items/Farming/FarmableOnion.cs | 0 .../Items/Farming/FarmablePumpkin.cs | 0 .../Items/Farming/FarmableTurnip.cs | 0 .../Items/Farming/FarmableWheat.cs | 0 .../Items/Food/Asian.cs | 0 .../Items/Food/Beverage.cs | 0 .../Items/Food/BeverageEmpty.cs | 0 .../Items/Food/Bowls.cs | 0 .../Items/Food/Chocolatiering.cs | 0 .../Items/Food/CookableFood.cs | 0 .../Items/Food/Cooking.cs | 0 .../{Scripts => UOContent}/Items/Food/Food.cs | 0 .../Items/Food/Fruits.cs | 0 .../Items/Food/Vegetables.cs | 0 .../Items/Games/Backgammon.cs | 0 .../Items/Games/BaseBoard.cs | 0 .../Items/Games/BasePiece.cs | 0 .../Items/Games/CheckerBoard.cs | 0 .../Items/Games/CheckersPieces.cs | 0 .../Items/Games/ChessPieces.cs | 0 .../Items/Games/Chessboard.cs | 0 .../Items/Games/Dices.cs | 0 .../Games/Mahjong/MahjongDealerIndicator.cs | 0 .../Items/Games/Mahjong/MahjongDices.cs | 0 .../Items/Games/Mahjong/MahjongEnums.cs | 0 .../Items/Games/Mahjong/MahjongGame.cs | 0 .../Games/Mahjong/MahjongPacketHandlers.cs | 0 .../Items/Games/Mahjong/MahjongPieceDim.cs | 0 .../Items/Games/Mahjong/MahjongPlayers.cs | 0 .../Items/Games/Mahjong/MahjongTile.cs | 0 .../Games/Mahjong/MahjongTileTypeGenerator.cs | 0 .../Mahjong/MahjongWallBreakIndicator.cs | 0 .../Items/Games/Mahjong/Packets.cs | 0 .../Items/Gems/Amber.cs | 0 .../Items/Gems/Amethyst.cs | 0 .../Items/Gems/Citrine.cs | 0 .../Items/Gems/Diamond.cs | 0 .../Items/Gems/Emerald.cs | 0 .../{Scripts => UOContent}/Items/Gems/Ruby.cs | 0 .../Items/Gems/Sapphire.cs | 0 .../Items/Gems/StarSapphire.cs | 0 .../Items/Gems/Tourmaline.cs | 0 .../Items/Guilds/GuildDeed.cs | 0 .../Items/Guilds/GuildTeleporter.cs | 0 .../Items/Guilds/Guildstone.cs | 0 .../Jewels/Artifacts/BraceletOfHealth.cs | 0 .../Artifacts/Craftable/EssenceOfBattle.cs | 0 .../Artifacts/Craftable/PendantOfTheMagi.cs | 0 .../Artifacts/Craftable/ResillientBracer.cs | 0 .../Jewels/Artifacts/OrnamentOfTheMagician.cs | 0 .../Jewels/Artifacts/RingOfTheElements.cs | 0 .../Items/Jewels/Artifacts/RingOfTheVile.cs | 0 .../Items/Jewels/BaseJewel.cs | 0 .../Items/Jewels/Beads.cs | 0 .../Items/Jewels/Bracelet.cs | 0 .../Items/Jewels/Earrings.cs | 0 .../Items/Jewels/Necklace.cs | 0 .../Items/Jewels/Ring.cs | 0 .../Items/Lights/BaseEquippableLight.cs | 0 .../Items/Lights/BaseLight.cs | 0 .../Items/Lights/Brazier.cs | 0 .../Items/Lights/BrazierTall.cs | 0 .../Items/Lights/Candelabra.cs | 0 .../Items/Lights/CandelabraStand.cs | 0 .../Items/Lights/Candle.cs | 0 .../Items/Lights/CandleLarge.cs | 0 .../Items/Lights/CandleLong.cs | 0 .../Items/Lights/CandleShort.cs | 0 .../Items/Lights/CandleSkull.cs | 0 .../Items/Lights/DarkSource.cs | 0 .../Items/Lights/HangingLantern.cs | 0 .../Items/Lights/HeatingStand.cs | 0 .../Items/Lights/LampPost1.cs | 0 .../Items/Lights/LampPost2.cs | 0 .../Items/Lights/LampPost3.cs | 0 .../Items/Lights/Lantern.cs | 0 .../Items/Lights/LightSource.cs | 0 .../Items/Lights/PaperLantern.cs | 0 .../Items/Lights/RedHangingLantern.cs | 0 .../Items/Lights/RoundPaperLantern.cs | 0 .../Items/Lights/ShojiLantern.cs | 0 .../Items/Lights/Torch.cs | 0 .../Items/Lights/WallSconce.cs | 0 .../Items/Lights/WallTorch.cs | 0 .../Items/Lights/WhiteHangingLantern.cs | 0 .../Items/Maps/BlankMap.cs | 0 .../Items/Maps/CityMap.cs | 0 .../Items/Maps/IndecipherableMap.cs | 0 .../Items/Maps/LocalMap.cs | 0 .../Items/Maps/MapItem.cs | 0 .../Items/Maps/PresetMap.cs | 0 .../Items/Maps/SeaChart.cs | 0 .../Items/Maps/TreasureMap.cs | 0 .../Items/Maps/WorldMap.cs | 0 .../Minor Artifacts/AdmiralsHeartyRum.cs | 0 .../Items/Minor Artifacts/AlchemistsBauble.cs | 0 .../Minor Artifacts/ArcticDeathDealer.cs | 0 .../Items/Minor Artifacts/BlazeOfDeath.cs | 0 .../Items/Minor Artifacts/BowOfTheJukaKing.cs | 0 .../Items/Minor Artifacts/BurglarsBandana.cs | 0 .../Minor Artifacts/CandelabraOfSouls.cs | 0 .../CaptainQuacklebushsCutlass.cs | 0 .../Items/Minor Artifacts/CavortingClub.cs | 0 .../Items/Minor Artifacts/ColdBlood.cs | 0 .../Items/Minor Artifacts/DreadPirateHat.cs | 0 .../Minor Artifacts/EnchantedTitanLegBone.cs | 0 .../Items/Minor Artifacts/GhostShipAnchor.cs | 0 .../Minor Artifacts/GlovesOfThePugilist.cs | 0 .../Items/Minor Artifacts/GoldBricks.cs | 0 .../Items/Minor Artifacts/GwennosHarp.cs | 0 .../Items/Minor Artifacts/HeartOfTheLion.cs | 0 .../Items/Minor Artifacts/IolosLute.cs | 0 .../Items/Minor Artifacts/LunaLance.cs | 0 .../Items/Minor Artifacts/ML/AegisOfGrace.cs | 0 .../Items/Minor Artifacts/ML/BladeDance.cs | 0 .../Minor Artifacts/ML/BloodwoodSpirit.cs | 0 .../Items/Minor Artifacts/ML/Bonesmasher.cs | 0 .../Items/Minor Artifacts/ML/Boomstick.cs | 0 .../Minor Artifacts/ML/BrightsightLenses.cs | 0 .../Items/Minor Artifacts/ML/FeyLeggings.cs | 0 .../Items/Minor Artifacts/ML/FleshRipper.cs | 0 .../Minor Artifacts/ML/HelmOfSwiftness.cs | 0 .../ML/MelisandesCorrodedHatchet.cs | 0 .../Minor Artifacts/ML/PadsOfTheCuSidhe.cs | 0 .../Minor Artifacts/ML/QuiverOfElements.cs | 0 .../Items/Minor Artifacts/ML/QuiverOfRage.cs | 0 .../Items/Minor Artifacts/ML/RaedsGlory.cs | 0 .../Minor Artifacts/ML/RighteousAnger.cs | 0 .../Minor Artifacts/ML/RobeOfTheEclipse.cs | 0 .../Minor Artifacts/ML/RobeOfTheEquinox.cs | 0 .../Items/Minor Artifacts/ML/SoulSeeker.cs | 0 .../Items/Minor Artifacts/ML/TalonBite.cs | 0 .../Items/Minor Artifacts/ML/TotemOfVoid.cs | 0 .../Items/Minor Artifacts/ML/WildfireBow.cs | 0 .../Items/Minor Artifacts/ML/Windsong.cs | 0 .../Items/Minor Artifacts/NightsKiss.cs | 0 .../NoxRangersHeavyCrossbow.cs | 0 .../Items/Minor Artifacts/OrcishVisage.cs | 0 .../Minor Artifacts/PhillipsWoodenSteed.cs | 0 .../Items/Minor Artifacts/PixieSwatter.cs | 0 .../Items/Minor Artifacts/PolarBearMask.cs | 0 .../Minor Artifacts/SeahorseStatuette.cs | 0 .../ShieldOfInvulnerability.cs | 0 .../Minor Artifacts/ShipModelOfTheHMSCape.cs | 0 .../Items/Minor Artifacts/StaffOfPower.cs | 0 .../Items/Minor Artifacts/VioletCourage.cs | 0 .../Items/Minor Artifacts/WrathOfTheDryad.cs | 0 .../Items/Misc/AcidSlime.cs | 0 .../Items/Misc/ArcaneGem.cs | 0 .../Items/Misc/BankCheck.cs | 0 .../Bedlam/GlobOfMonstreousInterredGrizzle.cs | 0 .../Misc/Bedlam/GrizzledSkullCollection.cs | 0 .../MonsterousInterredGrizzleMaggots.cs | 0 .../Items/Misc/Bedlam/ResolvesBridle.cs | 0 .../Items/Misc/Bedlam/TombstoneOfTheDamned.cs | 0 .../Items/Misc/Beeswax.cs | 0 .../Items/Misc/Blighted Grove/AbscessTail.cs | 0 .../Items/Misc/Blighted Grove/CoilsFang.cs | 0 .../Blighted Grove/EternallyCorruptTree.cs | 0 .../Items/Misc/Blighted Grove/HydraScale.cs | 0 .../Blighted Grove/MelisandesFermentedWine.cs | 0 .../Misc/Blighted Grove/MelisandesHairDye.cs | 0 .../Misc/Blighted Grove/SalivasFeather.cs | 0 .../Blighted Grove/SamplesOfCorruptedWater.cs | 0 .../Items/Misc/Blighted Grove/TaintedSeeds.cs | 0 .../Misc/Blighted Grove/ThorvaldsMedallion.cs | 0 .../Misc/Blighted Grove/ThrashersTail.cs | 0 .../Items/Misc/Blocker.cs | 0 .../Items/Misc/Blood.cs | 0 .../{Scripts => UOContent}/Items/Misc/Bola.cs | 0 .../Items/Misc/BolaBall.cs | 0 .../Items/Misc/BulletinBoards.cs | 0 .../Items/Misc/ClockworkAssembly.cs | 0 .../Items/Misc/CommunicationCrystals.cs | 0 .../Items/Misc/Corpses/Corpse.cs | 0 .../Items/Misc/Corpses/CorpseNameAttribute.cs | 0 .../Items/Misc/Corpses/DecayedCorpse.cs | 0 .../Items/Misc/Corpses/Packets.cs | 0 .../Items/Misc/DeceitBrazier.cs | 0 .../Items/Misc/EffectController.cs | 0 .../Items/Misc/EffectItem.cs | 0 .../Items/Misc/ExecutionersCap.cs | 0 .../Items/Misc/Firebomb.cs | 0 .../Items/Misc/FlippableAddonAttribute.cs | 0 .../Items/Misc/FlippableAttribute.cs | 0 .../Items/Misc/GlassItems.cs | 0 .../{Scripts => UOContent}/Items/Misc/Gold.cs | 0 .../Items/Misc/Guillotine.cs | 0 .../Items/Misc/HairDye.cs | 0 .../Items/Misc/HoveringWisp.cs | 0 .../Items/Misc/IDurability.cs | 0 .../Items/Misc/InteriorDecorator.cs | 0 .../{Scripts => UOContent}/Items/Misc/Key.cs | 0 .../Items/Misc/KeyRing.cs | 0 .../Items/Misc/LOSBlocker.cs | 0 .../Items/Misc/Labyrinth/MinotaurArtifact.cs | 0 .../Items/Misc/Moonstone.cs | 0 .../Items/Misc/MoonstoneGate.cs | 0 .../Items/Misc/MorphItem.cs | 0 .../Items/Misc/OilCloth.cs | 0 .../Items/Misc/Origami.cs | 0 .../Items/Misc/Painted Caves/GrobusFur.cs | 0 .../Misc/Painted Caves/PrimitiveFetish.cs | 0 .../Palace of Paroxysmus/AcidProofRope.cs | 0 .../ParoxysmusCorrodedStein.cs | 0 .../Palace of Paroxysmus/ParoxysmusDinner.cs | 0 .../StringOfPartsOfParoxysmusVictims.cs | 0 .../Palace of Paroxysmus/SweatOfParoxysmus.cs | 0 .../Items/Misc/PlayerBulletinBoards.cs | 0 .../Items/Misc/PlayerVendorDeed.cs | 0 .../Items/Misc/PoolOfAcid.cs | 0 .../Items/Misc/PowerCrystal.cs | 0 .../Items/Misc/PowerGenerator.cs | 0 .../Prism of Light/CrystallineFragments.cs | 0 .../Items/Misc/Prism of Light/IcyHeart.cs | 0 .../Items/Misc/Prism of Light/LuckyDagger.cs | 0 .../Misc/Prism of Light/ProtectorsEssence.cs | 0 .../Misc/Prism of Light/ShimmeringCrystal.cs | 0 .../Items/Misc/PromotionalToken.cs | 0 .../Items/Misc/PublicMoongate.cs | 0 .../Items/Misc/Rares.cs | 0 .../Items/Misc/Scales.cs | 0 .../Items/Misc/SerpentPillar.cs | 0 .../Items/Misc/SpecialBeardDye.cs | 0 .../Items/Misc/SpecialHairDye.cs | 0 .../Items/Misc/Static.cs | 0 .../Items/Misc/SwarmOfFlies.cs | 0 .../Items/Misc/Teleporter.cs | 0 .../Misc/The Citadel/DragonFlameSectBadge.cs | 0 .../Items/Misc/The Citadel/OrdersFromMinax.cs | 0 .../Misc/The Citadel/SerpentFangSectBadge.cs | 0 .../Misc/The Citadel/TigerClawSectBadge.cs | 0 .../TravestysCollectionOfShells.cs | 0 .../The Citadel/TravestysFineTeakwoodTray.cs | 0 .../The Citadel/TravestysSushiPreparations.cs | 0 .../Items/Misc/TrashBarrel.cs | 0 .../Items/Misc/TrashChest.cs | 0 .../Items/Misc/TribalBerry.cs | 0 .../Items/Misc/TribalPaint.cs | 0 .../Misc/Twisted Weald/HornOfTheDreadhorn.cs | 0 .../Twisted Weald/MangledHeadOfDreadhorn.cs | 0 .../Misc/Twisted Weald/TaintedMushroom.cs | 0 .../Items/Misc/UnholyBone.cs | 0 .../Items/Misc/WarningItem.cs | 0 .../Items/Misc/Waypoint.cs | 0 .../Items/Misc/WindChimes.cs | 0 .../New Haven Quest Rewards/AmeliasToolbox.cs | 0 .../ArmsOfArmstrong.cs | 0 .../BagOfNecromancerReagents.cs | 0 .../BagOfSmokeBombs.cs | 0 .../BraceletOfResilience.cs | 0 .../BulwarkLeggings.cs | 0 .../ChurchillsWarMace.cs | 0 .../ClaspOfConcentration.cs | 0 .../New Haven Quest Rewards/EmberStaff.cs | 0 .../EscutcheonDeAriadne.cs | 0 .../GlovesOfSafeguarding.cs | 0 .../HallowedSpellbook.cs | 0 .../HammerOfHephaestus.cs | 0 .../New Haven Quest Rewards/HealersTouch.cs | 0 .../New Haven Quest Rewards/Heartseeker.cs | 0 .../New Haven Quest Rewards/JacobsPickaxe.cs | 0 .../JocklesQuicksword.cs | 0 .../PhilosophersHat.cs | 0 .../New Haven Quest Rewards/RecarosRiposte.cs | 0 .../RingOfTheSavant.cs | 0 .../SilverSerpentBlade.cs | 0 .../New Haven Quest Rewards/TheDragonsTail.cs | 0 .../TunicOfGuarding.cs | 0 .../New Haven Quest Rewards/TwilightJacket.cs | 0 .../WalkersLeggings.cs | 0 .../Items/PlantsFlowers/Potted/EmptyPots.cs | 0 .../PlantsFlowers/Potted/PottedCactus.cs | 0 .../PlantsFlowers/Potted/PottedPlants.cs | 0 .../Items/PlantsFlowers/Potted/PottedTrees.cs | 0 .../Items/Quivers/BaseQuiver.cs | 0 .../Items/Quivers/ElvenQuiver.cs | 0 .../Items/Quivers/QuiverOfBlight.cs | 0 .../Items/Quivers/QuiverOfFire.cs | 0 .../Items/Quivers/QuiverOfIce.cs | 0 .../Items/Quivers/QuiverOfLightning.cs | 0 .../Items/Resources/Arrows/Arrow.cs | 0 .../Items/Resources/Arrows/Bolt.cs | 0 .../Items/Resources/Arrows/Feather.cs | 0 .../Items/Resources/Arrows/Shaft.cs | 0 .../Items/Resources/Blacksmithing/Ingots.cs | 0 .../Items/Resources/Blacksmithing/Ore.cs | 0 .../Items/Resources/Blacksmithing/Scales.cs | 0 .../Items/Resources/Fishing/BigFish.cs | 0 .../Items/Resources/Fishing/Fish.cs | 0 .../Items/Resources/Fishing/MagicFish.cs | 0 .../Items/Resources/Masonry/Granite.cs | 0 .../Items/Resources/MiscMLResources.cs | 0 .../Resources/Reagents/BagOfAllReagents.cs | 0 .../Resources/Reagents/BagOfNecroReagents.cs | 0 .../Items/Resources/Reagents/BagOfReagents.cs | 0 .../Items/Resources/Reagents/BaseReagent.cs | 0 .../Items/Resources/Reagents/BatWing.cs | 0 .../Items/Resources/Reagents/BlackPearl.cs | 0 .../Items/Resources/Reagents/Bloodmoss.cs | 0 .../Items/Resources/Reagents/DaemonBlood.cs | 0 .../Items/Resources/Reagents/DaemonBone.cs | 0 .../Items/Resources/Reagents/DeadWood.cs | 0 .../Items/Resources/Reagents/DragonsBlood.cs | 0 .../Items/Resources/Reagents/Garlic.cs | 0 .../Items/Resources/Reagents/Ginseng.cs | 0 .../Items/Resources/Reagents/GraveDust.cs | 0 .../Items/Resources/Reagents/MandrakeRoot.cs | 0 .../Items/Resources/Reagents/Nightshade.cs | 0 .../Items/Resources/Reagents/NoxCrystal.cs | 0 .../Items/Resources/Reagents/PigIron.cs | 0 .../Items/Resources/Reagents/SpidersSilk.cs | 0 .../Items/Resources/Reagents/SulfurousAsh.cs | 0 .../Items/Resources/Tailor/BoltOfCloth.cs | 0 .../Items/Resources/Tailor/Bone.cs | 0 .../Items/Resources/Tailor/Cloth.cs | 0 .../Items/Resources/Tailor/Cotton.cs | 0 .../Items/Resources/Tailor/Flax.cs | 0 .../Items/Resources/Tailor/Hides.cs | 0 .../Items/Resources/Tailor/Leathers.cs | 0 .../Items/Resources/Tailor/UncutCloth.cs | 0 .../Items/Resources/Tailor/Wool.cs | 0 .../Items/Resources/Tailor/YarnsAndThreads.cs | 0 .../Items/Shields/Artifacts/Aegis.cs | 0 .../Items/Shields/Artifacts/ArcaneShield.cs | 0 .../Items/Shields/BaseShield.cs | 0 .../Items/Shields/BronzeShield.cs | 0 .../Items/Shields/Buckler.cs | 0 .../Items/Shields/ChaosShield.cs | 0 .../Items/Shields/HeaterShield.cs | 0 .../Items/Shields/MetalKiteShield.cs | 0 .../Items/Shields/MetalShield.cs | 0 .../Items/Shields/OrderShield.cs | 0 .../Items/Shields/WoodenKiteShield.cs | 0 .../Items/Shields/WoodenShield.cs | 0 .../Blacksmith Items/Misc/AnvilForge.cs | 0 .../Blacksmith Items/Misc/LargeForge.cs | 0 .../Items/Skill Items/Camping/Bedroll.cs | 0 .../Items/Skill Items/Camping/Campfire.cs | 0 .../Items/Skill Items/Camping/Kindling.cs | 0 .../Skill Items/Carpenter Items/Board.cs | 0 .../Carpenter Items/TaxidermyKit.cs | 0 .../Items/Skill Items/Fishing/FishingPole.cs | 0 .../Fishing/Misc/MessageInABottle.cs | 0 .../Items/Skill Items/Fishing/Misc/SOS.cs | 0 .../Items/Skill Items/Fishing/Misc/Sextant.cs | 0 .../Fishing/Misc/ShipwreckedItem.cs | 0 .../Fishing/Misc/SpecialFishingNet.cs | 0 .../Harvest Tools/BaseHarvestTool.cs | 0 .../Harvest Tools/GargoylesPickaxe.cs | 0 .../Harvest Tools/ProspectorsTool.cs | 0 .../Items/Skill Items/Harvest Tools/Shovel.cs | 0 .../Harvest Tools/SturdyPickaxe.cs | 0 .../Skill Items/Harvest Tools/SturdyShovel.cs | 0 .../Items/Skill Items/Lumberjack/Log.cs | 0 .../Skill Items/Magical/BookOfBushido.cs | 0 .../Skill Items/Magical/BookOfChivalry.cs | 0 .../Skill Items/Magical/BookOfNinjitsu.cs | 0 .../Skill Items/Magical/Misc/BlankScroll.cs | 0 .../Items/Skill Items/Magical/Misc/Bottle.cs | 0 .../Skill Items/Magical/Misc/Moongate.cs | 0 .../Skill Items/Magical/Misc/PotionKeg.cs | 0 .../Skill Items/Magical/Misc/RecallRune.cs | 0 .../Skill Items/Magical/MysticSpellbook.cs | 0 .../Magical/NecromancerSpellbook.cs | 0 .../Potions/Agility Potions/AgilityPotion.cs | 0 .../Agility Potions/BaseAgilityPotion.cs | 0 .../Agility Potions/GreaterAgilityPotion.cs | 0 .../Skill Items/Magical/Potions/BasePotion.cs | 0 .../BaseConflagrationPotion.cs | 0 .../ConflagrationPotion.cs | 0 .../GreaterConflagrationPotion.cs | 0 .../BaseConfusionBlastPotion.cs | 0 .../ConfusionBlastPotion.cs | 0 .../GreaterConfusionBlastPotion.cs | 0 .../Potions/Cure Potions/BaseCurePotion.cs | 0 .../Potions/Cure Potions/CurePotion.cs | 0 .../Potions/Cure Potions/GreaterCurePotion.cs | 0 .../Potions/Cure Potions/LesserCurePotion.cs | 0 .../Magical/Potions/DarkglowPotion.cs | 0 .../Explosion Potions/BaseExplosionPotion.cs | 0 .../Explosion Potions/ExplosionPotion.cs | 0 .../GreaterExplosionPotion.cs | 0 .../LesserExplosionPotion.cs | 0 .../Potions/Heal Potions/BaseHealPotion.cs | 0 .../Potions/Heal Potions/GreaterHealPotion.cs | 0 .../Potions/Heal Potions/HealPotion.cs | 0 .../Potions/Heal Potions/LesserHealPotion.cs | 0 .../Magical/Potions/InvisibilityPotion.cs | 0 .../Skill Items/Magical/Potions/NightSight.cs | 0 .../Magical/Potions/ParasiticPotion.cs | 0 .../Poison Potions/BasePoisonPotion.cs | 0 .../Poison Potions/DeadlyPoisonPotion.cs | 0 .../Poison Potions/GreaterPoisonPotion.cs | 0 .../Poison Potions/LesserPoisonPotion.cs | 0 .../Potions/Poison Potions/PoisonPotion.cs | 0 .../Refresh Potions/BaseRefreshPotion.cs | 0 .../Potions/Refresh Potions/RefreshPotion.cs | 0 .../Refresh Potions/TotalRefreshPotion.cs | 0 .../Strength Potions/BaseStrengthPotion.cs | 0 .../Strength Potions/GreaterStrengthPotion.cs | 0 .../Strength Potions/StrengthPotion.cs | 0 .../Items/Skill Items/Magical/Runebook.cs | 0 .../Scrolls/Eighth Circle/EarthquakeScroll.cs | 0 .../Eighth Circle/EnergyVortexScroll.cs | 0 .../Eighth Circle/ResurrectionScroll.cs | 0 .../Eighth Circle/SummonAirElementalScroll.cs | 0 .../Eighth Circle/SummonDaemonScroll.cs | 0 .../SummonEarthElementalScroll.cs | 0 .../SummonFireElementalScroll.cs | 0 .../SummonWaterElementalScroll.cs | 0 .../Fifth Circle/BladeSpiritsScroll.cs | 0 .../Scrolls/Fifth Circle/DispelFieldScroll.cs | 0 .../Scrolls/Fifth Circle/IncognitoScroll.cs | 0 .../Fifth Circle/MagicReflectScroll.cs | 0 .../Scrolls/Fifth Circle/MindBlastScroll.cs | 0 .../Scrolls/Fifth Circle/ParalyzeScroll.cs | 0 .../Scrolls/Fifth Circle/PoisonFieldScroll.cs | 0 .../Fifth Circle/SummonCreatureScroll.cs | 0 .../Scrolls/First Circle/ClumsyScroll.cs | 0 .../Scrolls/First Circle/CreateFoodScroll.cs | 0 .../Scrolls/First Circle/FeeblemindScroll.cs | 0 .../Scrolls/First Circle/HealScroll.cs | 0 .../Scrolls/First Circle/MagicArrowScroll.cs | 0 .../Scrolls/First Circle/NightSightScroll.cs | 0 .../First Circle/ReactiveArmorScroll.cs | 0 .../Scrolls/First Circle/WeakenScroll.cs | 0 .../Fourth Circle/ArchProtectionScroll.cs | 0 .../Scrolls/Fourth Circle/ArchcureScroll.cs | 0 .../Scrolls/Fourth Circle/CurseScroll.cs | 0 .../Scrolls/Fourth Circle/FireFieldScroll.cs | 0 .../Fourth Circle/GreaterHealScroll.cs | 0 .../Scrolls/Fourth Circle/LightningScroll.cs | 0 .../Scrolls/Fourth Circle/ManaDrainScroll.cs | 0 .../Scrolls/Fourth Circle/RecallScroll.cs | 0 .../Scrolls/Mysticism/AnimatedWeaponScroll.cs | 0 .../Scrolls/Mysticism/BombardScroll.cs | 0 .../Scrolls/Mysticism/CleansingWindsScroll.cs | 0 .../Scrolls/Mysticism/EagleStrikeScroll.cs | 0 .../Scrolls/Mysticism/EnchantScroll.cs | 0 .../Scrolls/Mysticism/HailStormScroll.cs | 0 .../Scrolls/Mysticism/HealingStoneScroll.cs | 0 .../Scrolls/Mysticism/MassSleepScroll.cs | 0 .../Scrolls/Mysticism/NetherBoltScroll.cs | 0 .../Scrolls/Mysticism/NetherCycloneScroll.cs | 0 .../Scrolls/Mysticism/PurgeMagicScroll.cs | 0 .../Scrolls/Mysticism/RisingColossusScroll.cs | 0 .../Magical/Scrolls/Mysticism/SleepScroll.cs | 0 .../Scrolls/Mysticism/SpellPlagueScroll.cs | 0 .../Scrolls/Mysticism/SpellTriggerScroll.cs | 0 .../Scrolls/Mysticism/StoneFormScroll.cs | 0 .../Scrolls/Necromancy/AnimateDeadScroll.cs | 0 .../Scrolls/Necromancy/BloodOathScroll.cs | 0 .../Scrolls/Necromancy/CorpseSkinScroll.cs | 0 .../Scrolls/Necromancy/CurseWeaponScroll.cs | 0 .../Scrolls/Necromancy/EvilOmenScroll.cs | 0 .../Scrolls/Necromancy/ExorcismScroll.cs | 0 .../Scrolls/Necromancy/HorrificBeastScroll.cs | 0 .../Scrolls/Necromancy/LichFormScroll.cs | 0 .../Scrolls/Necromancy/MindRotScroll.cs | 0 .../Scrolls/Necromancy/PainSpikeScroll.cs | 0 .../Scrolls/Necromancy/PoisonStrikeScroll.cs | 0 .../Scrolls/Necromancy/StrangleScroll.cs | 0 .../Necromancy/SummonFamiliarScroll.cs | 0 .../Necromancy/VampiricEmbraceScroll.cs | 0 .../Necromancy/VengefulSpiritScroll.cs | 0 .../Scrolls/Necromancy/WitherScroll.cs | 0 .../Scrolls/Necromancy/WraithFormScroll.cs | 0 .../Scrolls/Second Circle/AgilityScroll.cs | 0 .../Scrolls/Second Circle/CunningScroll.cs | 0 .../Scrolls/Second Circle/CureScroll.cs | 0 .../Scrolls/Second Circle/HarmScroll.cs | 0 .../Scrolls/Second Circle/MagicTrapScroll.cs | 0 .../Second Circle/MagicUnTrapScroll.cs | 0 .../Scrolls/Second Circle/ProtectionScroll.cs | 0 .../Scrolls/Second Circle/StrengthScroll.cs | 0 .../Seventh Circle/ChainLightningScroll.cs | 0 .../Seventh Circle/EnergyFieldScroll.cs | 0 .../Seventh Circle/FlamestrikeScroll.cs | 0 .../Seventh Circle/GateTravelScroll.cs | 0 .../Seventh Circle/ManaVampireScroll.cs | 0 .../Seventh Circle/MassDispelScroll.cs | 0 .../Seventh Circle/MeteorStormScroll.cs | 0 .../Scrolls/Seventh Circle/PolymorphScroll.cs | 0 .../Scrolls/Sixth Circle/DispelScroll.cs | 0 .../Scrolls/Sixth Circle/EnergyBoltScroll.cs | 0 .../Scrolls/Sixth Circle/ExplosionScroll.cs | 0 .../Sixth Circle/InvisibilityScroll.cs | 0 .../Scrolls/Sixth Circle/MarkScroll.cs | 0 .../Scrolls/Sixth Circle/MassCurseScroll.cs | 0 .../Sixth Circle/ParalyzeFieldSpell.cs | 0 .../Scrolls/Sixth Circle/RevealScroll.cs | 0 .../Magical/Scrolls/SpellScroll.cs | 0 .../Magical/Scrolls/SpellweavingScrolls.cs | 0 .../Scrolls/Third Circle/BlessScroll.cs | 0 .../Scrolls/Third Circle/FireballScroll.cs | 0 .../Scrolls/Third Circle/MagicLockScroll.cs | 0 .../Scrolls/Third Circle/PoisonScroll.cs | 0 .../Scrolls/Third Circle/TelekinisisScroll.cs | 0 .../Scrolls/Third Circle/TeleportScroll.cs | 0 .../Scrolls/Third Circle/UnlockScroll.cs | 0 .../Scrolls/Third Circle/WallOfStoneScroll.cs | 0 .../Items/Skill Items/Magical/Spellbook.cs | 0 .../Skill Items/Magical/SpellweavingBook.cs | 0 .../Items/Skill Items/Misc/Bandage.cs | 0 .../Items/Skill Items/Misc/FireHorn.cs | 0 .../Items/Skill Items/Misc/RecipeScroll.cs | 0 .../Items/Skill Items/Misc/RepairDeed.cs | 0 .../Musical Instruments/BambooFlute.cs | 0 .../Musical Instruments/BaseInstrument.cs | 0 .../Skill Items/Musical Instruments/Drums.cs | 0 .../Skill Items/Musical Instruments/Harp.cs | 0 .../Musical Instruments/LapHarp.cs | 0 .../Skill Items/Musical Instruments/Lute.cs | 0 .../Musical Instruments/Tambourine.cs | 0 .../Musical Instruments/TambourineTassel.cs | 0 .../Items/Skill Items/Ninjitsu/EggBomb.cs | 0 .../Items/Skill Items/Ninjitsu/Fukiya.cs | 0 .../Items/Skill Items/Ninjitsu/FukiyaDarts.cs | 0 .../Skill Items/Ninjitsu/LeatherNinjaBelt.cs | 0 .../Skill Items/Ninjitsu/NinjaWeapons.cs | 0 .../Items/Skill Items/Ninjitsu/Shuriken.cs | 0 .../Items/Skill Items/Ninjitsu/SmokeBomb.cs | 0 .../Specialized/GlassblowingBook.cs | 0 .../Skill Items/Specialized/MasonryBook.cs | 0 .../Items/Skill Items/Specialized/Sand.cs | 0 .../Skill Items/Specialized/SandMiningBook.cs | 0 .../Specialized/StoneMiningBook.cs | 0 .../Tailor Items/Dyetubs/BlackDyeTub.cs | 0 .../Tailor Items/Dyetubs/BlazeDyeTub.cs | 0 .../Tailor Items/Dyetubs/CustomHuePicker.cs | 0 .../Tailor Items/Dyetubs/DyeTub.cs | 0 .../Tailor Items/Dyetubs/FurnitureDyeTub.cs | 0 .../Tailor Items/Dyetubs/LeatherDyeTub.cs | 0 .../Dyetubs/MetallicClothDyetub.cs | 0 .../Tailor Items/Dyetubs/MetallicHuePicker.cs | 0 .../Dyetubs/MetallicLeatherDyeTub.cs | 0 .../Tailor Items/Dyetubs/RewardBlackDyeTub.cs | 0 .../Tailor Items/Dyetubs/RunebookDyeTub.cs | 0 .../Tailor Items/Dyetubs/SpecialDyeTub.cs | 0 .../Tailor Items/Dyetubs/StatuetteDyeTub.cs | 0 .../Tailor Items/Dyetubs/WhiteClothDyeTub.cs | 0 .../Dyetubs/WhiteLeatherDyeTub.cs | 0 .../Tailor Items/Misc/Dressform.cs | 0 .../Skill Items/Tailor Items/Misc/Dyes.cs | 0 .../Skill Items/Tailor Items/Misc/Scissors.cs | 0 .../Items/Skill Items/Thief/DisguiseKit.cs | 0 .../Skill Items/Thief/DisguisePersistance.cs | 0 .../Items/Skill Items/Thief/LockPick.cs | 0 .../Items/Skill Items/Tinkering/Axle.cs | 0 .../Items/Skill Items/Tinkering/AxleGears.cs | 0 .../Items/Skill Items/Tinkering/ClockFrame.cs | 0 .../Items/Skill Items/Tinkering/ClockParts.cs | 0 .../Items/Skill Items/Tinkering/Clocks.cs | 0 .../Items/Skill Items/Tinkering/Gears.cs | 0 .../Items/Skill Items/Tinkering/Globe.cs | 0 .../Items/Skill Items/Tinkering/Hinge.cs | 0 .../Skill Items/Tinkering/SextantParts.cs | 0 .../Items/Skill Items/Tinkering/Springs.cs | 0 .../Items/Skill Items/Tinkering/Spyglass.cs | 0 .../Items/Skill Items/Tinkering/Utensils.cs | 0 .../Items/Skill Items/Tools/BaseRunicTool.cs | 0 .../Items/Skill Items/Tools/BaseTool.cs | 0 .../Items/Skill Items/Tools/Blowpipe.cs | 0 .../Items/Skill Items/Tools/DovetailSaw.cs | 0 .../Items/Skill Items/Tools/DrawKnife.cs | 0 .../Items/Skill Items/Tools/FletcherTools.cs | 0 .../Items/Skill Items/Tools/FlourSifter.cs | 0 .../Items/Skill Items/Tools/Froe.cs | 0 .../Items/Skill Items/Tools/Hammer.cs | 0 .../Items/Skill Items/Tools/Inshave.cs | 0 .../Items/Skill Items/Tools/JointingPlane.cs | 0 .../Skill Items/Tools/MalletAndChisel.cs | 0 .../Items/Skill Items/Tools/MapmakersPen.cs | 0 .../Items/Skill Items/Tools/MortarPestle.cs | 0 .../Items/Skill Items/Tools/MouldingPlane.cs | 0 .../Items/Skill Items/Tools/Nails.cs | 0 .../Items/Skill Items/Tools/RollingPin.cs | 0 .../Skill Items/Tools/RunicDovetailSaw.cs | 0 .../Skill Items/Tools/RunicFletcherTool.cs | 0 .../Items/Skill Items/Tools/RunicHammer.cs | 0 .../Items/Skill Items/Tools/RunicSewingKit.cs | 0 .../Items/Skill Items/Tools/Saw.cs | 0 .../Items/Skill Items/Tools/Scorp.cs | 0 .../Items/Skill Items/Tools/ScribesPen.cs | 0 .../Items/Skill Items/Tools/SewingKit.cs | 0 .../Items/Skill Items/Tools/Skillet.cs | 0 .../Items/Skill Items/Tools/SledgeHammer.cs | 0 .../Items/Skill Items/Tools/SmithHammer.cs | 0 .../Items/Skill Items/Tools/SmoothingPlane.cs | 0 .../Items/Skill Items/Tools/TinkerTools.cs | 0 .../Items/Skill Items/Tools/Tongs.cs | 0 .../11th Year promo/EarringsOfProtection.cs | 0 .../Dawn's Music Box/DawnsMusicBox.cs | 0 .../Dawn's Music Box/DawnsMusicGear.cs | 0 .../Dawn's Music Box/DawnsMusicInfo.cs | 0 .../8th Anniversary Items/DupresShield.cs | 0 .../8th Anniversary Items/FountainOfLife.cs | 0 .../8th Anniversary Items/OssianGrimoire.cs | 0 .../8th Anniversary Items/QuiverOfInfinity.cs | 0 .../8th Anniversary Items/Talismans.cs | 0 .../AoS Promotional/HoodedShroudOfShadows.cs | 0 .../Special/AoS Promotional/LuckyNecklace.cs | 0 .../BrokenArmoire.cs | 0 .../Broken Furniture Collection/BrokenBed.cs | 0 .../BrokenBookcase.cs | 0 .../BrokenChestOfDrawers.cs | 0 .../BrokenCoveredChair.cs | 0 .../BrokenFallenChair.cs | 0 .../BrokenVanity.cs | 0 .../StandingBrokenChair.cs | 0 .../Blacksmithy/AncientSmithyHammer.cs | 0 .../Blacksmithy/ColoredAnvil.cs | 0 .../Blacksmithy/GlovesOfMining.cs | 0 .../Blacksmithy/PowderOfTemperament.cs | 0 .../JesterHatofChuckles.cs | 0 .../AwesomeDisturbingPortrait.cs | 0 .../Evil Home Decor Collection/BedOfNails.cs | 0 .../Evil Home Decor Collection/BoneCouch.cs | 0 .../Evil Home Decor Collection/BoneTable.cs | 0 .../Evil Home Decor Collection/BoneThrone.cs | 0 .../CreepyPortrait.cs | 0 .../DisturbingPortrait.cs | 0 .../HauntedMirror.cs | 0 .../MountedPixieBlue.cs | 0 .../MountedPixieGreen.cs | 0 .../MountedPixieLime.cs | 0 .../MountedPixieOrange.cs | 0 .../MountedPixieWhite.cs | 0 .../SacrificialAltar.cs | 0 .../UnsettlingPortrait.cs | 0 .../Items/Special/Gifts/HearthOfHomeFire.cs | 0 .../Items/Special/Gifts/HolySword.cs | 0 .../Items/Special/Gifts/LeggingsOfEmbers.cs | 0 .../Items/Special/Gifts/RoseOfTrinsic.cs | 0 .../Items/Special/Gifts/SamuraiHelm.cs | 0 .../Items/Special/Gifts/ShaminoCrossbow.cs | 0 .../Items/Special/Gifts/TapestryOfSosaria.cs | 0 .../Special/Heritage Items/AppleTrunk.cs | 0 .../Heritage Items/BlueDecorativeRug.cs | 0 .../Special/Heritage Items/BlueFancyRug.cs | 0 .../Special/Heritage Items/BluePlainRug.cs | 0 .../Special/Heritage Items/BoilingCauldron.cs | 0 .../Heritage Items/CherryBlossomTree.cs | 0 .../Heritage Items/CherryBlossomTrunk.cs | 0 .../Heritage Items/CinnamonFancyRug.cs | 0 .../Items/Special/Heritage Items/Curtains.cs | 0 .../Items/Special/Heritage Items/Fountain.cs | 0 .../Special/Heritage Items/FruitTrees.cs | 0 .../Heritage Items/GoldenDecorativeRug.cs | 0 .../Special/Heritage Items/Guillotine.cs | 0 .../Special/Heritage Items/HangingAxes.cs | 0 .../Special/Heritage Items/HangingSwords.cs | 0 .../Special/Heritage Items/HouseLadder.cs | 0 .../Special/Heritage Items/IronMaiden.cs | 0 .../Special/Heritage Items/LargeFishingNet.cs | 0 .../Special/Heritage Items/PeachTrunk.cs | 0 .../Special/Heritage Items/PinkFancyRug.cs | 0 .../Special/Heritage Items/RedPlainRug.cs | 0 .../Items/Special/Heritage Items/Scarecrow.cs | 0 .../Special/Heritage Items/SmallFishingNet.cs | 0 .../Items/Special/Heritage Items/Statue.cs | 0 .../Special/Heritage Items/SuitOfGoldArmor.cs | 0 .../Heritage Items/SuitOfSilverArmor.cs | 0 .../Heritage Items/TableWithBlueCloth.cs | 0 .../Heritage Items/TableWithOrangeCloth.cs | 0 .../Heritage Items/TableWithPurpleCloth.cs | 0 .../Heritage Items/TableWithRedCloth.cs | 0 .../Items/Special/Heritage Items/UnmadeBed.cs | 0 .../Items/Special/Heritage Items/Vanity.cs | 0 .../Items/Special/Heritage Items/WallTorch.cs | 0 .../Special/Heritage Items/WoodenCoffin.cs | 0 .../Items/Special/HeritageToken.cs | 0 .../Special/Holiday/Christmas/HolidayTree.cs | 0 .../Items/Special/Holiday/GiftBox.cs | 0 .../Special/Holiday/GingerBreadHouseDeed.cs | 0 .../Items/Special/Holiday/HolidayBell.cs | 0 .../Items/Special/Holiday/HolidayFoods.cs | 0 .../Items/Special/Holiday/HolidayGiftBoxes.cs | 0 .../Special/Holiday/HolidayPottedPlant.cs | 0 .../Items/Special/Holiday/HolidayTimepiece.cs | 0 .../Items/Special/Holiday/Icecicles.cs | 0 .../Items/Special/Holiday/IcyPatch.cs | 0 .../Items/Special/Holiday/PKHolidayStuff.cs | 0 .../Items/Special/Holiday/Poinsettias.cs | 0 .../Items/Special/Holiday/SnowGlobes.cs | 0 .../Items/Special/Holiday/SnowPiles.cs | 0 .../Items/Special/Holiday/SnowStatue.cs | 0 .../Items/Special/Holiday/Snowflakes.cs | 0 .../Items/Special/Holiday/Snowman.cs | 0 .../Items/Special/Holiday/Stockings.cs | 0 .../Special/Holiday/WinterGiftPackage2003.cs | 0 .../Items/Special/Holiday/Wreath.cs | 0 .../Items/Special/Holiday/WristWatch.cs | 0 .../Special/House Raffle/HouseRaffleDeed.cs | 0 .../House Raffle/HouseRaffleManagementGump.cs | 0 .../Special/House Raffle/HouseRaffleRegion.cs | 0 .../Special/House Raffle/HouseRaffleStone.cs | 0 .../Items/Special/ML/BaseImprisonedMobile.cs | 0 .../Items/Special/ML/GrizzledMareStatuette.cs | 0 .../Items/Special/ML/MinotaurHedge.cs | 0 .../Items/Special/ML/TormentedChains.cs | 0 .../Items/Special/MiniHouses.cs | 0 .../Items/Special/MonsterStatuette.cs | 0 .../Mutation Core/PlagueBeastBackpack.cs | 0 .../Special/Mutation Core/PlagueBeastBlood.cs | 0 .../Special/Mutation Core/PlagueBeastGland.cs | 0 .../Special/Mutation Core/PlagueBeastHeart.cs | 0 .../Mutation Core/PlagueBeastInnard.cs | 0 .../Mutation Core/PlagueBeastMutationCore.cs | 0 .../Mutation Core/PlagueBeastOrgans.cs | 0 .../Special/Mutation Core/PlagueBeastVein.cs | 0 .../Rares/Containers/BaseWaterContainer.cs | 0 .../Items/Special/Rares/Containers/Bucket.cs | 0 .../Special/Rares/Containers/ClosedBarrel.cs | 0 .../Rares/Containers/UnfinishedBarrel.cs | 0 .../Special/Rares/Containers/WaterBarrel.cs | 0 .../Special/Rares/Containers/WaterTub.cs | 0 .../Items/Special/Rares/Daily/DecoRock.cs | 0 .../Items/Special/Rares/Daily/DecoRock2.cs | 0 .../Items/Special/Rares/Daily/DecoRocks.cs | 0 .../Items/Special/Rares/Daily/DecoRocks2.cs | 0 .../Items/Special/Rares/Flowers/DecoFlower.cs | 0 .../Special/Rares/Flowers/DecoFlower2.cs | 0 .../Rares/Flowers/DecoRoseOfTrinsic.cs | 0 .../Rares/Flowers/DecoRoseOfTrinsic2.cs | 0 .../Rares/Flowers/DecoRoseOfTrinsic3.cs | 0 .../Special/Rares/Food/BottlesOfLiquor.cs | 0 .../Items/Special/Rares/Food/Tray2.cs | 0 .../Items/Special/Rares/Food/Trays.cs | 0 .../Special/Rares/Furniture/BrokenChair.cs | 0 .../Special/Rares/GamePieces/Checkers.cs | 0 .../Special/Rares/GamePieces/Checkers2.cs | 0 .../Special/Rares/GamePieces/Chessmen.cs | 0 .../Special/Rares/GamePieces/Chessmen2.cs | 0 .../Special/Rares/GamePieces/Chessmen3.cs | 0 .../Special/Rares/Ingots/DecoGoldIngot.cs | 0 .../Special/Rares/Ingots/DecoGoldIngot2.cs | 0 .../Special/Rares/Ingots/DecoGoldIngots.cs | 0 .../Special/Rares/Ingots/DecoGoldIngots2.cs | 0 .../Special/Rares/Ingots/DecoGoldIngots3.cs | 0 .../Special/Rares/Ingots/DecoGoldIngots4.cs | 0 .../Special/Rares/Ingots/DecoIronIngot.cs | 0 .../Special/Rares/Ingots/DecoIronIngot2.cs | 0 .../Special/Rares/Ingots/DecoIronIngots.cs | 0 .../Special/Rares/Ingots/DecoIronIngots2.cs | 0 .../Special/Rares/Ingots/DecoIronIngots3.cs | 0 .../Special/Rares/Ingots/DecoIronIngots4.cs | 0 .../Special/Rares/Ingots/DecoIronIngots5.cs | 0 .../Special/Rares/Ingots/DecoIronIngots6.cs | 0 .../Special/Rares/Ingots/DecoSilverIngot.cs | 0 .../Special/Rares/Ingots/DecoSilverIngot2.cs | 0 .../Special/Rares/Ingots/DecoSilverIngots.cs | 0 .../Special/Rares/Ingots/DecoSilverIngots2.cs | 0 .../Special/Rares/Ingots/DecoSilverIngots3.cs | 0 .../Special/Rares/Ingots/DecoSilverIngots4.cs | 0 .../Special/Rares/Ingots/DecoSilverIngots5.cs | 0 .../Items/Special/Rares/Jars/EmptyJars.cs | 0 .../Items/Special/Rares/Jars/FullJars.cs | 0 .../Items/Special/Rares/Jars/HalfEmptyJars.cs | 0 .../Special/Rares/Magic/DecoCrystalBall.cs | 0 .../Special/Rares/Magic/DecoMagicalCrystal.cs | 0 .../Items/Special/Rares/Misc/DecoSpittoon.cs | 0 .../Rares/PaganReagents/DecoBlackmoor.cs | 0 .../Rares/PaganReagents/DecoBloodspawn.cs | 0 .../Rares/PaganReagents/DecoBrimstone.cs | 0 .../Rares/PaganReagents/DecoDragonsBlood.cs | 0 .../Rares/PaganReagents/DecoDragonsBlood2.cs | 0 .../Rares/PaganReagents/DecoEyeOfNewt.cs | 0 .../Special/Rares/PaganReagents/DecoGarlic.cs | 0 .../Rares/PaganReagents/DecoGarlic2.cs | 0 .../Rares/PaganReagents/DecoGarlicBulb.cs | 0 .../Rares/PaganReagents/DecoGarlicBulb2.cs | 0 .../Rares/PaganReagents/DecoGinseng.cs | 0 .../Rares/PaganReagents/DecoGinseng2.cs | 0 .../Rares/PaganReagents/DecoGinsengRoot.cs | 0 .../Rares/PaganReagents/DecoGinsengRoot2.cs | 0 .../Rares/PaganReagents/DecoMandrake.cs | 0 .../Rares/PaganReagents/DecoMandrake2.cs | 0 .../Rares/PaganReagents/DecoMandrake3.cs | 0 .../Rares/PaganReagents/DecoMandrakeRoot.cs | 0 .../Rares/PaganReagents/DecoMandrakeRoot2.cs | 0 .../Rares/PaganReagents/DecoNightshade.cs | 0 .../Rares/PaganReagents/DecoNightshade2.cs | 0 .../Rares/PaganReagents/DecoNightshade3.cs | 0 .../Rares/PaganReagents/DecoObsidian.cs | 0 .../Special/Rares/PaganReagents/DecoPumice.cs | 0 .../Rares/PaganReagents/DecoWyrmsHeart.cs | 0 .../Items/Special/Rares/PlayingCards/Cards.cs | 0 .../Special/Rares/PlayingCards/Cards2.cs | 0 .../Special/Rares/PlayingCards/Cards3.cs | 0 .../Special/Rares/PlayingCards/Cards4.cs | 0 .../Special/Rares/PlayingCards/Cards5.cs | 0 .../Rares/PlayingCards/PlayingCards.cs | 0 .../Rares/PlayingCards/PlayingCards2.cs | 0 .../Items/Special/Rares/Stables/Bridle.cs | 0 .../Items/Special/Rares/Stables/Bridle2.cs | 0 .../Items/Special/Rares/Stables/DecoHay.cs | 0 .../Items/Special/Rares/Stables/DecoHay2.cs | 0 .../Special/Rares/Stables/DecoHorseDung.cs | 0 .../Rares/TarotCards/DecoDeckOfTarot.cs | 0 .../Rares/TarotCards/DecoDeckOfTarot2.cs | 0 .../Special/Rares/TarotCards/DecoTarot.cs | 0 .../Special/Rares/TarotCards/DecoTarot2.cs | 0 .../Special/Rares/TarotCards/DecoTarot3.cs | 0 .../Special/Rares/TarotCards/DecoTarot4.cs | 0 .../Special/Rares/TarotCards/DecoTarot5.cs | 0 .../Special/Rares/TarotCards/DecoTarot6.cs | 0 .../Special/Rares/TarotCards/DecoTarot7.cs | 0 .../Items/Special/Rares/Tinker/ArrowShafts.cs | 0 .../Special/Rares/Tinker/CrossbowBolts.cs | 0 .../Special/Rares/Tinker/EmptyToolKit.cs | 0 .../Special/Rares/Tinker/EmptyToolKit2.cs | 0 .../Items/Special/Rares/Tinker/Lockpicks.cs | 0 .../Items/Special/Rares/Tinker/ToolKit.cs | 0 .../Items/Special/RewardCake.cs | 0 .../Items/Special/Solen Items/BagOfSending.cs | 0 .../Special/Solen Items/BallOfSummoning.cs | 0 .../Special/Solen Items/BraceletOfBinding.cs | 0 .../Special/Solen Items/MessageHelper.cs | 0 .../Solen Items/PowderOfTranslocation.cs | 0 .../Items/Special/Solen Items/ZoogiFungus.cs | 0 .../Items/Special/SoulStone.cs | 0 .../Special/Special Scrolls/PowerScroll.cs | 0 .../Special Scrolls/ScrollofAlacrity.cs | 0 .../Special Scrolls/ScrollofTranscendence.cs | 0 .../Special/Special Scrolls/SpecialScroll.cs | 0 .../Special/Special Scrolls/StatScroll.cs | 0 .../Valentines/2007/RedVelvetGiftBox.cs | 0 .../Special/Valentines/2007/RoseInAVase.cs | 0 .../Special/Valentines/2007/ValentinesCard.cs | 0 .../Veteran Rewards/AnkhOfSacrifice.cs | 0 .../Items/Special/Veteran Rewards/Banner.cs | 0 .../Veteran Rewards/BloodyPentagram.cs | 0 .../Items/Special/Veteran Rewards/Brazier.cs | 0 .../Items/Special/Veteran Rewards/Cannon.cs | 0 .../Veteran Rewards/CommodityDeedBox.cs | 0 .../Veteran Rewards/ContestMiniHouse.cs | 0 .../Veteran Rewards/DecorativeShield.cs | 0 .../Special/Veteran Rewards/FlamingHead.cs | 0 .../Veteran Rewards/HangingSkeleton.cs | 0 .../Special/Veteran Rewards/MiningCart.cs | 0 .../Special/Veteran Rewards/MinotaurStatue.cs | 0 .../Special/Veteran Rewards/PottedCactus.cs | 0 .../Special/Veteran Rewards/StoneAnkh.cs | 0 .../Special/Veteran Rewards/TreeStump.cs | 0 .../Special/Veteran Rewards/WallBanner.cs | 0 .../Veteran Rewards/WeaponEngravingTool.cs | 0 .../Items/Suits/AdminRobe.cs | 0 .../Items/Suits/BaseSuit.cs | 0 .../Items/Suits/CounselorRobe.cs | 0 .../Items/Suits/DeathShroud.cs | 0 .../Items/Suits/DupreSuit.cs | 0 .../Items/Suits/GMRobe.cs | 0 .../Items/Suits/LordBlackthorneSuit.cs | 0 .../Items/Suits/LordBritishSuit.cs | 0 .../Items/Suits/SeerRobe.cs | 0 .../Items/Talismans/BaseTalisman.cs | 0 .../Items/Talismans/Items/EnchantedSwitch.cs | 0 .../Items/Talismans/Items/HollowPrism.cs | 0 .../Items/Talismans/Items/JeweledFiligree.cs | 0 .../Items/Talismans/Items/RunedPrism.cs | 0 .../Items/Talismans/Items/RunedSwitch.cs | 0 .../Items/Talismans/RandomTalisman.cs | 0 .../Items/Talismans/TalismanAttribute.cs | 0 .../Items/Talismans/TalismanSlayer.cs | 0 .../Items/Talismans/TalismanSummons.cs | 0 .../Items/Traps/BaseTrap.cs | 0 .../Items/Traps/FireColumnTrap.cs | 0 .../Items/Traps/FlameSpurtTrap.cs | 0 .../Items/Traps/GasTrap.cs | 0 .../Items/Traps/GiantSpikeTrap.cs | 0 .../Items/Traps/MushroomTrap.cs | 0 .../Items/Traps/SawTrap.cs | 0 .../Items/Traps/SpikeTrap.cs | 0 .../Items/Traps/StoneFaceTrap.cs | 0 .../TreasureChests/TreasureChestLevel1.cs | 0 .../TreasureChests/TreasureChestLevel2.cs | 0 .../TreasureChests/TreasureChestLevel3.cs | 0 .../TreasureChests/TreasureChestLevel4.cs | 0 .../Items/Wands/BaseWand.cs | 0 .../Items/Wands/ClumsyWand.cs | 0 .../Items/Wands/FeebleWand.cs | 0 .../Items/Wands/FireballWand.cs | 0 .../Items/Wands/GreaterHealWand.cs | 0 .../Items/Wands/HarmWand.cs | 0 .../Items/Wands/HealWand.cs | 0 .../Items/Wands/IDWand.cs | 0 .../Items/Wands/LightningWand.cs | 0 .../Items/Wands/MagicArrowWand.cs | 0 .../Items/Wands/ManaDrainWand.cs | 0 .../Items/Wands/RandomWand.cs | 0 .../Items/Wands/WandTarget.cs | 0 .../Items/Wands/WeaknessWand.cs | 0 .../Items/Weapons/Abilities/ArmorIgnore.cs | 0 .../Items/Weapons/Abilities/ArmorPierce.cs | 0 .../Items/Weapons/Abilities/BleedAttack.cs | 0 .../Items/Weapons/Abilities/Block.cs | 0 .../Items/Weapons/Abilities/ConcussionBlow.cs | 0 .../Items/Weapons/Abilities/CrushingBlow.cs | 0 .../Items/Weapons/Abilities/DefenseMastery.cs | 0 .../Items/Weapons/Abilities/Disarm.cs | 0 .../Items/Weapons/Abilities/Dismount.cs | 0 .../Items/Weapons/Abilities/Disrobe.cs | 0 .../Items/Weapons/Abilities/DoubleShot.cs | 0 .../Items/Weapons/Abilities/DoubleStrike.cs | 0 .../Items/Weapons/Abilities/DualWield.cs | 0 .../Items/Weapons/Abilities/Feint.cs | 0 .../Weapons/Abilities/FrenziedWhirlwind.cs | 0 .../Weapons/Abilities/InfectiousStrike.cs | 0 .../Items/Weapons/Abilities/MortalStrike.cs | 0 .../Items/Weapons/Abilities/MovingShot.cs | 0 .../Items/Weapons/Abilities/NerveStrike.cs | 0 .../Items/Weapons/Abilities/ParalyzingBlow.cs | 0 .../Items/Weapons/Abilities/RidingSwipe.cs | 0 .../Items/Weapons/Abilities/ShadowStrike.cs | 0 .../Items/Weapons/Abilities/TalonStrike.cs | 0 .../Items/Weapons/Abilities/WeaponAbility.cs | 0 .../Weapons/Abilities/WhirlwindAttack.cs | 0 .../Weapons/Artifacts/AxeOfTheHeavens.cs | 0 .../Weapons/Artifacts/BladeOfInsanity.cs | 0 .../Weapons/Artifacts/BladeOfTheRighteous.cs | 0 .../Items/Weapons/Artifacts/BoneCrusher.cs | 0 .../Weapons/Artifacts/BreathOfTheDead.cs | 0 .../Items/Weapons/Artifacts/Frostbringer.cs | 0 .../Weapons/Artifacts/LegacyOfTheDreadLord.cs | 0 .../Items/Weapons/Artifacts/SerpentsFang.cs | 0 .../Items/Weapons/Artifacts/StaffOfTheMagi.cs | 0 .../Weapons/Artifacts/TheBeserkersMaul.cs | 0 .../Weapons/Artifacts/TheDragonSlayer.cs | 0 .../Items/Weapons/Artifacts/TheDryadBow.cs | 0 .../Items/Weapons/Artifacts/TheTaskmaster.cs | 0 .../Items/Weapons/Artifacts/TitansHammer.cs | 0 .../Items/Weapons/Artifacts/ZyronicClaw.cs | 0 .../Items/Weapons/Axes/Axe.cs | 0 .../Items/Weapons/Axes/BaseAxe.cs | 0 .../Items/Weapons/Axes/BattleAxe.cs | 0 .../Items/Weapons/Axes/DoubleAxe.cs | 0 .../Items/Weapons/Axes/ExecutionersAxe.cs | 0 .../Items/Weapons/Axes/GuardianAxe.cs | 0 .../Items/Weapons/Axes/Hatchet.cs | 0 .../Items/Weapons/Axes/HeavyOrnateAxe.cs | 0 .../Items/Weapons/Axes/LargeBattleAxe.cs | 0 .../Items/Weapons/Axes/Pickaxe.cs | 0 .../Items/Weapons/Axes/SingingAxe.cs | 0 .../Items/Weapons/Axes/ThunderingAxe.cs | 0 .../Items/Weapons/Axes/TwoHandedAxe.cs | 0 .../Items/Weapons/Axes/WarAxe.cs | 0 .../Items/Weapons/BaseMeleeWeapon.cs | 0 .../Items/Weapons/BaseWeapon.cs | 0 .../Items/Weapons/Fists.cs | 0 .../Items/Weapons/HitLower.cs | 0 .../Items/Weapons/Knives/BaseKnife.cs | 0 .../Items/Weapons/Knives/ButcherKnife.cs | 0 .../Items/Weapons/Knives/Cleaver.cs | 0 .../Items/Weapons/Knives/Dagger.cs | 0 .../Items/Weapons/Knives/SkinningKnife.cs | 0 .../Items/Weapons/Knives/ThrowingDagger.cs | 0 .../Artifacts/BlightGrippedLongbow.cs | 0 .../ML Weapons/Artifacts/ColdForgedBlade.cs | 0 .../ML Weapons/Artifacts/LuminousRuneBlade.cs | 0 .../Artifacts/OverseerSunderedBlade.cs | 0 .../ML Weapons/Artifacts/PhantomStaff.cs | 0 .../ML Weapons/Artifacts/RuneCarvingKnife.cs | 0 .../ML Weapons/Artifacts/ShardTrasher.cs | 0 .../Artifacts/SilvanisFeywoodBow.cs | 0 .../ML Weapons/Artifacts/TheNightReaper.cs | 0 .../Items/Weapons/ML Weapons/AssassinSpike.cs | 0 .../Weapons/ML Weapons/ButchersWarCleaver.cs | 0 .../Items/Weapons/ML Weapons/DiamondMace.cs | 0 .../ML Weapons/ElvenCompositeLongbow.cs | 0 .../Items/Weapons/ML Weapons/ElvenMachete.cs | 0 .../Weapons/ML Weapons/ElvenSpellblade.cs | 0 .../Items/Weapons/ML Weapons/Leafblade.cs | 0 .../Weapons/ML Weapons/MagicalShortbow.cs | 0 .../Items/Weapons/ML Weapons/OrnateAxe.cs | 0 .../Weapons/ML Weapons/RadiantScimitar.cs | 0 .../Items/Weapons/ML Weapons/RuneBlade.cs | 0 .../Items/Weapons/ML Weapons/WarCleaver.cs | 0 .../Items/Weapons/ML Weapons/WildStaff.cs | 0 .../Items/Weapons/Maces/BaseBashing.cs | 0 .../Items/Weapons/Maces/Club.cs | 0 .../Items/Weapons/Maces/EmeraldMace.cs | 0 .../Items/Weapons/Maces/FireworksWand.cs | 0 .../Items/Weapons/Maces/HammerPick.cs | 0 .../Items/Weapons/Maces/Mace.cs | 0 .../Items/Weapons/Maces/MagicWand.cs | 0 .../Items/Weapons/Maces/Maul.cs | 0 .../Items/Weapons/Maces/RubyMace.cs | 0 .../Items/Weapons/Maces/SapphireMace.cs | 0 .../Items/Weapons/Maces/Scepter.cs | 0 .../Items/Weapons/Maces/SilverEtchedMace.cs | 0 .../Items/Weapons/Maces/WarHammer.cs | 0 .../Items/Weapons/Maces/WarMace.cs | 0 .../Items/Weapons/PoleArms/Bardiche.cs | 0 .../Items/Weapons/PoleArms/BasePoleArm.cs | 0 .../Items/Weapons/PoleArms/Halberd.cs | 0 .../Items/Weapons/PoleArms/Scythe.cs | 0 .../Items/Weapons/Ranged/AssassinsShortbow.cs | 0 .../Items/Weapons/Ranged/BarbedLongbow.cs | 0 .../Items/Weapons/Ranged/BaseRanged.cs | 0 .../Items/Weapons/Ranged/Bow.cs | 0 .../Items/Weapons/Ranged/CompositeBow.cs | 0 .../Items/Weapons/Ranged/Crossbow.cs | 0 .../Items/Weapons/Ranged/FrozenLongbow.cs | 0 .../Items/Weapons/Ranged/HeavyCrossbow.cs | 0 .../Items/Weapons/Ranged/JukaBow.cs | 0 .../Weapons/Ranged/LightweightShortbow.cs | 0 .../Items/Weapons/Ranged/LongbowOfMight.cs | 0 .../Items/Weapons/Ranged/MysticalShortbow.cs | 0 .../Items/Weapons/Ranged/RangersShortbow.cs | 0 .../Items/Weapons/Ranged/RepeatingCrossbow.cs | 0 .../Items/Weapons/Ranged/SlayerLongbow.cs | 0 .../Items/Weapons/SE Weapons/Bokuto.cs | 0 .../Items/Weapons/SE Weapons/Daisho.cs | 0 .../Items/Weapons/SE Weapons/Kama.cs | 0 .../Items/Weapons/SE Weapons/Lajatang.cs | 0 .../Items/Weapons/SE Weapons/NoDachi.cs | 0 .../Items/Weapons/SE Weapons/Nunchaku.cs | 0 .../Items/Weapons/SE Weapons/Sai.cs | 0 .../Items/Weapons/SE Weapons/Tekagi.cs | 0 .../Items/Weapons/SE Weapons/Tessen.cs | 0 .../Items/Weapons/SE Weapons/Tetsubo.cs | 0 .../Items/Weapons/SE Weapons/Wakizashi.cs | 0 .../Items/Weapons/SE Weapons/Yumi.cs | 0 .../Items/Weapons/SlayerEntry.cs | 0 .../Items/Weapons/SlayerGroup.cs | 0 .../Items/Weapons/SlayerName.cs | 0 .../Items/Weapons/SpearsAndForks/BaseSpear.cs | 0 .../Weapons/SpearsAndForks/BladedStaff.cs | 0 .../SpearsAndForks/DoubleBladedStaff.cs | 0 .../Items/Weapons/SpearsAndForks/Pike.cs | 0 .../Items/Weapons/SpearsAndForks/Pitchfork.cs | 0 .../Weapons/SpearsAndForks/ShortSpear.cs | 0 .../Items/Weapons/SpearsAndForks/Spear.cs | 0 .../Weapons/SpearsAndForks/TribalSpear.cs | 0 .../Items/Weapons/SpearsAndForks/WarFork.cs | 0 .../Items/Weapons/Staves/BaseStaff.cs | 0 .../Items/Weapons/Staves/BlackStaff.cs | 0 .../Items/Weapons/Staves/GlacialStaff.cs | 0 .../Items/Weapons/Staves/GnarledStaff.cs | 0 .../Items/Weapons/Staves/QuarterStaff.cs | 0 .../Items/Weapons/Staves/ShepherdsCrook.cs | 0 .../Weapons/Swords/AdventurersMachete.cs | 0 .../Items/Weapons/Swords/BaseSword.cs | 0 .../Items/Weapons/Swords/BoneHarvester.cs | 0 .../Items/Weapons/Swords/BoneMachete.cs | 0 .../Items/Weapons/Swords/Broadsword.cs | 0 .../Weapons/Swords/ChargedAssassinSpike.cs | 0 .../Weapons/Swords/CorruptedRuneBlade.cs | 0 .../Items/Weapons/Swords/CrescentBlade.cs | 0 .../Items/Weapons/Swords/Cutlass.cs | 0 .../Items/Weapons/Swords/DarkglowScimitar.cs | 0 .../Items/Weapons/Swords/DiseasedMachete.cs | 0 .../Items/Weapons/Swords/FierySpellblade.cs | 0 .../Items/Weapons/Swords/IcyScimitar.cs | 0 .../Items/Weapons/Swords/IcySpellblade.cs | 0 .../Items/Weapons/Swords/Katana.cs | 0 .../Items/Weapons/Swords/KnightsWarCleaver.cs | 0 .../Items/Weapons/Swords/Kryss.cs | 0 .../Items/Weapons/Swords/Lance.cs | 0 .../Items/Weapons/Swords/LeafbladeOfEase.cs | 0 .../Items/Weapons/Swords/Longsword.cs | 0 .../Items/Weapons/Swords/Luckblade.cs | 0 .../Items/Weapons/Swords/MacheteOfDefense.cs | 0 .../Weapons/Swords/MagekillerAssassinSpike.cs | 0 .../Weapons/Swords/MagekillerLeafblade.cs | 0 .../Items/Weapons/Swords/MagesRuneBlade.cs | 0 .../Items/Weapons/Swords/OrcishMachete.cs | 0 .../Weapons/Swords/RuneBladeOfKnowledge.cs | 0 .../Items/Weapons/Swords/Runesabre.cs | 0 .../Items/Weapons/Swords/Scimitar.cs | 0 .../Weapons/Swords/SerratedWarCleaver.cs | 0 .../Weapons/Swords/SpellbladeOfDefense.cs | 0 .../Items/Weapons/Swords/ThinLongsword.cs | 0 .../Items/Weapons/Swords/TrueAssassinSpike.cs | 0 .../Items/Weapons/Swords/TrueLeafblade.cs | 0 .../Weapons/Swords/TrueRadiantScimitar.cs | 0 .../Items/Weapons/Swords/TrueSpellblade.cs | 0 .../Items/Weapons/Swords/TrueWarCleaver.cs | 0 .../Items/Weapons/Swords/TwinklingScimitar.cs | 0 .../Items/Weapons/Swords/VikingSword.cs | 0 .../Weapons/Swords/WoundingAssassinSpike.cs | 0 .../Items/Weapons/WeaponEnums.cs | 0 .../Items/Weapons/Wooden/AncientWildStaff.cs | 0 .../Weapons/Wooden/ArcanistsWildStaff.cs | 0 .../Items/Weapons/Wooden/HardenedWildStaff.cs | 0 .../Items/Weapons/Wooden/ThornedWildStaff.cs | 0 Projects/{Scripts => UOContent}/Misc/AOS.cs | 0 .../Misc/AccountPrompt.cs | 0 .../{Scripts => UOContent}/Misc/Animations.cs | 0 .../Misc/AttackMessage.cs | 0 .../Misc/AutoRestart.cs | 0 .../{Scripts => UOContent}/Misc/AutoSave.cs | 0 .../{Scripts => UOContent}/Misc/Broadcasts.cs | 0 .../{Scripts => UOContent}/Misc/BuffIcons.cs | 0 .../Misc/CharacterCreation.cs | 0 .../{Scripts => UOContent}/Misc/Cleanup.cs | 0 .../Misc/ClientVerification.cs | 0 .../{Scripts => UOContent}/Misc/CrashGuard.cs | 0 .../Misc/DispellableAttribute.cs | 0 .../Misc/DispellableFieldAttribute.cs | 0 .../Misc/DoorGenerator.cs | 0 Projects/{Scripts => UOContent}/Misc/Email.cs | 0 .../{Scripts => UOContent}/Misc/Emitter.cs | 0 .../{Scripts => UOContent}/Misc/Fastwalk.cs | 0 .../{Scripts => UOContent}/Misc/FoodDecay.cs | 0 .../{Scripts => UOContent}/Misc/Geometry.cs | 0 .../Gifts/Winter2004/DecorativeTopiary.cs | 0 .../Misc/Gifts/Winter2004/FestiveCactus.cs | 0 .../Winter2004/LightOfTheWinterSolstice.cs | 0 .../Misc/Gifts/Winter2004/Mistletoe.cs | 0 .../Gifts/Winter2004/PileOfGlacialSnow.cs | 0 .../Misc/Gifts/Winter2004/SnowPile.cs | 0 .../Misc/Gifts/Winter2004/SnowyTree.cs | 0 .../Misc/Gifts/Winter2004/Winter2004.cs | 0 Projects/{Scripts => UOContent}/Misc/Guild.cs | 0 .../Misc/HardwareInfo.cs | 0 .../Misc/HexStringConverter.cs | 0 .../Misc/InhumanSpeech.cs | 0 .../{Scripts => UOContent}/Misc/Keywords.cs | 0 .../Misc/LanguageStatistics.cs | 0 .../{Scripts => UOContent}/Misc/LightCycle.cs | 0 .../{Scripts => UOContent}/Misc/LoginStats.cs | 0 Projects/{Scripts => UOContent}/Misc/Loot.cs | 0 .../{Scripts => UOContent}/Misc/LootPack.cs | 0 .../Misc/MapDefinitions.cs | 0 Projects/{Scripts => UOContent}/Misc/MapUO.cs | 0 .../Misc/MondainsLegacy.cs | 0 .../{Scripts => UOContent}/Misc/NameList.cs | 0 .../Misc/NameVerification.cs | 0 .../{Scripts => UOContent}/Misc/Notoriety.cs | 0 .../{Scripts => UOContent}/Misc/Paperdoll.cs | 0 .../{Scripts => UOContent}/Misc/Poison.cs | 0 .../Misc/ProfanityProtection.cs | 0 .../{Scripts => UOContent}/Misc/Profile.cs | 0 .../Misc/ProtocolExtensions.cs | 0 .../Misc/RaceDefinitions.cs | 0 .../{Scripts => UOContent}/Misc/RegenRates.cs | 0 .../Misc/RenameRequests.cs | 0 .../Misc/ResourceInfo.cs | 0 .../{Scripts => UOContent}/Misc/ServerList.cs | 0 .../Misc/ShardPoller.cs | 0 .../Misc/ShrinkTable.cs | 0 .../{Scripts => UOContent}/Misc/SkillCheck.cs | 0 .../Misc/SocketOptions.cs | 0 .../Misc/TextDefinition.cs | 0 .../{Scripts => UOContent}/Misc/Titles.cs | 0 .../{Scripts => UOContent}/Misc/ToggleItem.cs | 0 .../Misc/TreasureMapProtection.cs | 0 .../Misc/ValidationQueue.cs | 0 .../Misc/VendorGenerator.cs | 0 .../{Scripts => UOContent}/Misc/Weather.cs | 0 .../{Scripts => UOContent}/Misc/WebStatus.cs | 0 .../Misc/WeightOverloading.cs | 0 .../Misc/WelcomeTimer.cs | 0 .../Misc/uoamVendors.cs | 0 .../Mobiles/AI/AIControlMobileTarget.cs | 0 .../Mobiles/AI/AnimalAI.cs | 0 .../Mobiles/AI/ArcherAI.cs | 0 .../Mobiles/AI/BaseAI.cs | 0 .../Mobiles/AI/BerserkAI.cs | 0 .../Mobiles/AI/HealerAI.cs | 0 .../Mobiles/AI/MageAI.cs | 0 .../Mobiles/AI/MeleeAI.cs | 0 .../Mobiles/AI/OppositionGroup.cs | 0 .../Mobiles/AI/PredatorAI.cs | 0 .../Mobiles/AI/SpeedInfo.cs | 0 .../Mobiles/AI/ThiefAI.cs | 0 .../Mobiles/AI/VendorAI.cs | 0 .../Mobiles/Animals/Bears/BlackBear.cs | 0 .../Mobiles/Animals/Bears/BrownBear.cs | 0 .../Mobiles/Animals/Bears/GrizzlyBear.cs | 0 .../Mobiles/Animals/Bears/PolarBear.cs | 0 .../Mobiles/Animals/Birds/Chicken.cs | 0 .../Mobiles/Animals/Birds/Crane.cs | 0 .../Mobiles/Animals/Birds/Eagle.cs | 0 .../Mobiles/Animals/Birds/Phoenix.cs | 0 .../Mobiles/Animals/Canines/DireWolf.cs | 0 .../Mobiles/Animals/Canines/GreyWolf.cs | 0 .../Mobiles/Animals/Canines/TimberWolf.cs | 0 .../Mobiles/Animals/Canines/WhiteWolf.cs | 0 .../Mobiles/Animals/Cows/Bull.cs | 0 .../Mobiles/Animals/Cows/Cow.cs | 0 .../Mobiles/Animals/Felines/Cougar.cs | 0 .../Mobiles/Animals/Felines/HellCat.cs | 0 .../Mobiles/Animals/Felines/Panther.cs | 0 .../Animals/Felines/PredatorHellCat.cs | 0 .../Mobiles/Animals/Felines/SnowLeopard.cs | 0 .../Mobiles/Animals/Misc/Boar.cs | 0 .../Mobiles/Animals/Misc/BullFrog.cs | 0 .../Mobiles/Animals/Misc/Dolphin.cs | 0 .../Mobiles/Animals/Misc/Gaman.cs | 0 .../Mobiles/Animals/Misc/GiantToad.cs | 0 .../Mobiles/Animals/Misc/Goat.cs | 0 .../Mobiles/Animals/Misc/Gorilla.cs | 0 .../Mobiles/Animals/Misc/GreatHart.cs | 0 .../Mobiles/Animals/Misc/Hind.cs | 0 .../Mobiles/Animals/Misc/Llama.cs | 0 .../Mobiles/Animals/Misc/MountainGoat.cs | 0 .../Mobiles/Animals/Misc/PackHorse.cs | 0 .../Mobiles/Animals/Misc/PackLlama.cs | 0 .../Mobiles/Animals/Misc/Pig.cs | 0 .../Mobiles/Animals/Misc/Sheep.cs | 0 .../Mobiles/Animals/Misc/Walrus.cs | 0 .../Mobiles/Animals/Mounts/BaseMount.cs | 0 .../Mobiles/Animals/Mounts/Beetle.cs | 0 .../Mobiles/Animals/Mounts/DesertOstard.cs | 0 .../Mobiles/Animals/Mounts/Ethereals.cs | 0 .../Mobiles/Animals/Mounts/FireSteed.cs | 0 .../Mobiles/Animals/Mounts/ForestOstard.cs | 0 .../Mobiles/Animals/Mounts/FrenziedOstard.cs | 0 .../Mobiles/Animals/Mounts/HellSteed.cs | 0 .../Mobiles/Animals/Mounts/Hiryu.cs | 0 .../Mobiles/Animals/Mounts/Horse.cs | 0 .../Mobiles/Animals/Mounts/Kirin.cs | 0 .../Mobiles/Animals/Mounts/LesserHiryu.cs | 0 .../Mobiles/Animals/Mounts/Nightmare.cs | 0 .../Mobiles/Animals/Mounts/RidableLlama.cs | 0 .../Mobiles/Animals/Mounts/Ridgeback.cs | 0 .../Mobiles/Animals/Mounts/SavageRidgeback.cs | 0 .../Animals/Mounts/ScaledSwampDragon.cs | 0 .../Mobiles/Animals/Mounts/SeaHorse.cs | 0 .../Mobiles/Animals/Mounts/SilverSteed.cs | 0 .../Mobiles/Animals/Mounts/SkeletalMount.cs | 0 .../Mobiles/Animals/Mounts/SwampDragon.cs | 0 .../Mobiles/Animals/Mounts/Unicorn.cs | 0 .../Animals/Mounts/War Horses/BaseWarHorse.cs | 0 .../Animals/Mounts/War Horses/CoMWarHorse.cs | 0 .../Mounts/War Horses/MinaxWarHorse.cs | 0 .../Animals/Mounts/War Horses/SLWarHorse.cs | 0 .../Animals/Mounts/War Horses/TBWarHorse.cs | 0 .../Mobiles/Animals/Reptiles/Alligator.cs | 0 .../Mobiles/Animals/Reptiles/GiantSerpent.cs | 0 .../Mobiles/Animals/Reptiles/IceSerpent.cs | 0 .../Mobiles/Animals/Reptiles/IceSnake.cs | 0 .../Mobiles/Animals/Reptiles/LavaLizard.cs | 0 .../Mobiles/Animals/Reptiles/LavaSerpent.cs | 0 .../Mobiles/Animals/Reptiles/LavaSnake.cs | 0 .../Mobiles/Animals/Reptiles/SilverSerpent.cs | 0 .../Mobiles/Animals/Reptiles/Snake.cs | 0 .../Mobiles/Animals/Rodents/GiantRat.cs | 0 .../Mobiles/Animals/Rodents/JackRabbit.cs | 0 .../Mobiles/Animals/Rodents/Rabbit.cs | 0 .../Mobiles/Animals/Rodents/SewerRat.cs | 0 .../Mobiles/Animals/Slimes/Jwilson.cs | 0 .../Town Critters/(UO 3D Only) Parrot.cs | 0 .../Mobiles/Animals/Town Critters/Bird.cs | 0 .../Mobiles/Animals/Town Critters/Cat.cs | 0 .../Mobiles/Animals/Town Critters/Dog.cs | 0 .../Mobiles/Animals/Town Critters/Rat.cs | 0 .../Mobiles/BaseCreature.cs | 0 .../Mobiles/Familiars/BaseFamiliar.cs | 0 .../Mobiles/Familiars/DarkWolf.cs | 0 .../Mobiles/Familiars/DeathAdder.cs | 0 .../Mobiles/Familiars/HordeMinion.cs | 0 .../Mobiles/Familiars/ShadowWisp.cs | 0 .../Mobiles/Familiars/VampireBat.cs | 0 .../Mobiles/Guards/ArcherGuard.cs | 0 .../Mobiles/Guards/BaseGuard.cs | 0 .../Mobiles/Guards/WarriorGuard.cs | 0 .../Mobiles/Healers/BaseHealer.cs | 0 .../Mobiles/Healers/EvilHealer.cs | 0 .../Mobiles/Healers/EvilWanderingHealer.cs | 0 .../Mobiles/Healers/FortuneTeller.cs | 0 .../Mobiles/Healers/Healer.cs | 0 .../Mobiles/Healers/PricedHealer.cs | 0 .../Mobiles/Healers/WanderingHealer.cs | 0 .../Mobiles/Monsters/AOS/AbysmalHorror.cs | 0 .../Mobiles/Monsters/AOS/BoneDemon.cs | 0 .../Mobiles/Monsters/AOS/CrystalElemental.cs | 0 .../Mobiles/Monsters/AOS/DarknightCreeper.cs | 0 .../Mobiles/Monsters/AOS/DemonKnight.cs | 0 .../Mobiles/Monsters/AOS/Devourer.cs | 0 .../Mobiles/Monsters/AOS/FleshGolem.cs | 0 .../Mobiles/Monsters/AOS/FleshRenderer.cs | 0 .../Mobiles/Monsters/AOS/Gibberling.cs | 0 .../Mobiles/Monsters/AOS/GoreFiend.cs | 0 .../Mobiles/Monsters/AOS/Impaler.cs | 0 .../Mobiles/Monsters/AOS/MoundOfMaggots.cs | 0 .../Mobiles/Monsters/AOS/PatchworkSkeleton.cs | 0 .../Mobiles/Monsters/AOS/Ravager.cs | 0 .../Mobiles/Monsters/AOS/Revenant.cs | 0 .../Mobiles/Monsters/AOS/ShadowKnight.cs | 0 .../Mobiles/Monsters/AOS/SkitteringHopper.cs | 0 .../Mobiles/Monsters/AOS/Treefellow.cs | 0 .../Mobiles/Monsters/AOS/VampireBat.cs | 0 .../Mobiles/Monsters/AOS/WailingBanshee.cs | 0 .../Mobiles/Monsters/AOS/WandererOfTheVoid.cs | 0 .../Mobiles/Monsters/Ants/AntLion.cs | 0 .../Ants/BlackSolenInfiltratorQueen.cs | 0 .../Ants/BlackSolenInfiltratorWarrior.cs | 0 .../Mobiles/Monsters/Ants/BlackSolenQueen.cs | 0 .../Monsters/Ants/BlackSolenWarrior.cs | 0 .../Mobiles/Monsters/Ants/BlackSolenWorker.cs | 0 .../Monsters/Ants/RedSolenInfiltratorQueen.cs | 0 .../Ants/RedSolenInfiltratorWarrior.cs | 0 .../Mobiles/Monsters/Ants/RedSolenQueen.cs | 0 .../Mobiles/Monsters/Ants/RedSolenWarrior.cs | 0 .../Mobiles/Monsters/Ants/RedSolenWorker.cs | 0 .../Mobiles/Monsters/Ants/SolenHelper.cs | 0 .../Monsters/Arachnid/Magic/DreadSpider.cs | 0 .../Arachnid/Magic/TerathanAvenger.cs | 0 .../Arachnid/Magic/TerathanMatriarch.cs | 0 .../Monsters/Arachnid/Melee/FrostSpider.cs | 0 .../Arachnid/Melee/GiantBlackWidow.cs | 0 .../Monsters/Arachnid/Melee/GiantSpider.cs | 0 .../Monsters/Arachnid/Melee/TerathanDrone.cs | 0 .../Arachnid/Melee/TerathanWarrior.cs | 0 .../Monsters/Elemental/Magic/AcidElemental.cs | 0 .../Monsters/Elemental/Magic/AirElemental.cs | 0 .../Elemental/Magic/BloodElemental.cs | 0 .../Monsters/Elemental/Magic/Efreet.cs | 0 .../Monsters/Elemental/Magic/FireElemental.cs | 0 .../Monsters/Elemental/Magic/IceElemental.cs | 0 .../Elemental/Magic/PoisonElemental.cs | 0 .../Elemental/Magic/WaterElemental.cs | 0 .../Elemental/Melee/EarthElemental.cs | 0 .../Monsters/Elemental/Melee/SnowElemental.cs | 0 .../Monsters/Humanoid/Magic/AncientLich.cs | 0 .../Monsters/Humanoid/Magic/ArcaneDaemon.cs | 0 .../Mobiles/Monsters/Humanoid/Magic/Balron.cs | 0 .../Monsters/Humanoid/Magic/Betrayer.cs | 0 .../Mobiles/Monsters/Humanoid/Magic/Bogle.cs | 0 .../Monsters/Humanoid/Magic/BoneMagi.cs | 0 .../Mobiles/Monsters/Humanoid/Magic/Daemon.cs | 0 .../Monsters/Humanoid/Magic/ElderGazer.cs | 0 .../Monsters/Humanoid/Magic/EvilMage.cs | 0 .../Monsters/Humanoid/Magic/EvilMageLord.cs | 0 .../Monsters/Humanoid/Magic/FireGargoyle.cs | 0 .../Monsters/Humanoid/Magic/Gargoyle.cs | 0 .../Humanoid/Magic/GargoyleDestroyer.cs | 0 .../Humanoid/Magic/GargoyleEnforcer.cs | 0 .../Mobiles/Monsters/Humanoid/Magic/Gazer.cs | 0 .../Humanoid/Magic/GolemController.cs | 0 .../Monsters/Humanoid/Magic/IceFiend.cs | 0 .../Mobiles/Monsters/Humanoid/Magic/Imp.cs | 0 .../Mobiles/Monsters/Humanoid/Magic/Lich.cs | 0 .../Monsters/Humanoid/Magic/LichLord.cs | 0 .../Monsters/Humanoid/Magic/OrcishMage.cs | 0 .../Monsters/Humanoid/Magic/RatmanMage.cs | 0 .../Monsters/Humanoid/Magic/SavageShaman.cs | 0 .../Mobiles/Monsters/Humanoid/Magic/Shade.cs | 0 .../Monsters/Humanoid/Magic/SkeletalMage.cs | 0 .../Monsters/Humanoid/Magic/Spectre.cs | 0 .../Monsters/Humanoid/Magic/Succubus.cs | 0 .../Mobiles/Monsters/Humanoid/Magic/Titan.cs | 0 .../Mobiles/Monsters/Humanoid/Magic/Wraith.cs | 0 .../Monsters/Humanoid/Melee/ArcticOgreLord.cs | 0 .../Monsters/Humanoid/Melee/BoneKnight.cs | 0 .../Monsters/Humanoid/Melee/Brigand.cs | 0 .../Monsters/Humanoid/Melee/ChaosDaemon.cs | 0 .../Mobiles/Monsters/Humanoid/Melee/Cursed.cs | 0 .../Monsters/Humanoid/Melee/Cyclops.cs | 0 .../Monsters/Humanoid/Melee/Doppleganger.cs | 0 .../Monsters/Humanoid/Melee/ElfBrigand.cs | 0 .../Humanoid/Melee/EnslavedGargoyle.cs | 0 .../Mobiles/Monsters/Humanoid/Melee/Ettin.cs | 0 .../Monsters/Humanoid/Melee/Executioner.cs | 0 .../Monsters/Humanoid/Melee/FrostTroll.cs | 0 .../Monsters/Humanoid/Melee/GazerLarva.cs | 0 .../Mobiles/Monsters/Humanoid/Melee/Ghoul.cs | 0 .../Monsters/Humanoid/Melee/GreaterMongbat.cs | 0 .../Monsters/Humanoid/Melee/Guardian.cs | 0 .../Monsters/Humanoid/Melee/HeadlessOne.cs | 0 .../Monsters/Humanoid/Melee/HordeMinion.cs | 0 .../Monsters/Humanoid/Melee/Juggernaut.cs | 0 .../Humanoid/Melee/KhaldunRevenant.cs | 0 .../Humanoid/Melee/KhaldunSummoner.cs | 0 .../Monsters/Humanoid/Melee/KhaldunZealot.cs | 0 .../Mobiles/Monsters/Humanoid/Melee/Moloch.cs | 0 .../Monsters/Humanoid/Melee/Mongbat.cs | 0 .../Mobiles/Monsters/Humanoid/Melee/Mummy.cs | 0 .../Mobiles/Monsters/Humanoid/Melee/Ogre.cs | 0 .../Monsters/Humanoid/Melee/OgreLord.cs | 0 .../Mobiles/Monsters/Humanoid/Melee/Orc.cs | 0 .../Monsters/Humanoid/Melee/OrcBomber.cs | 0 .../Monsters/Humanoid/Melee/OrcBrute.cs | 0 .../Monsters/Humanoid/Melee/OrcCaptain.cs | 0 .../Monsters/Humanoid/Melee/OrcishLord.cs | 0 .../Mobiles/Monsters/Humanoid/Melee/Ratman.cs | 0 .../Monsters/Humanoid/Melee/RatmanArcher.cs | 0 .../Monsters/Humanoid/Melee/RestlessSoul.cs | 0 .../Monsters/Humanoid/Melee/RottingCorpse.cs | 0 .../Mobiles/Monsters/Humanoid/Melee/Savage.cs | 0 .../Monsters/Humanoid/Melee/SavageRider.cs | 0 .../Monsters/Humanoid/Melee/ShadowFiend.cs | 0 .../Monsters/Humanoid/Melee/SkeletalKnight.cs | 0 .../Monsters/Humanoid/Melee/Skeleton.cs | 0 .../Humanoid/Melee/SpawnedOrcishLord.cs | 0 .../Monsters/Humanoid/Melee/SpectralArmour.cs | 0 .../Monsters/Humanoid/Melee/StoneGargoyle.cs | 0 .../Monsters/Humanoid/Melee/StrongMongbat.cs | 0 .../Mobiles/Monsters/Humanoid/Melee/Troll.cs | 0 .../Mobiles/Monsters/Humanoid/Melee/Zombie.cs | 0 .../Monsters/LBR/Exodus/ExodusMinion.cs | 0 .../Monsters/LBR/Exodus/ExodusOverseer.cs | 0 .../Monsters/LBR/Jukas/ChaosDragoon.cs | 0 .../Monsters/LBR/Jukas/ChaosDragoonElite.cs | 0 .../Mobiles/Monsters/LBR/Jukas/JukaLord.cs | 0 .../Mobiles/Monsters/LBR/Jukas/JukaMage.cs | 0 .../Mobiles/Monsters/LBR/Jukas/JukaWarrior.cs | 0 .../Monsters/LBR/Meers/EnragedCreatures.cs | 0 .../Mobiles/Monsters/LBR/Meers/MeerCaptain.cs | 0 .../Mobiles/Monsters/LBR/Meers/MeerEternal.cs | 0 .../Mobiles/Monsters/LBR/Meers/MeerMage.cs | 0 .../Mobiles/Monsters/LBR/Meers/MeerWarrior.cs | 0 .../Mobiles/Monsters/ML/Animal/CuSidhe.cs | 0 .../Mobiles/Monsters/ML/Animal/Ferret.cs | 0 .../Monsters/ML/Animal/RagingGrizzlyBear.cs | 0 .../Mobiles/Monsters/ML/Animal/Squirrel.cs | 0 .../Monsters/ML/Bedlam/LadyJennifyr.cs | 0 .../Mobiles/Monsters/ML/Bedlam/LadyMarai.cs | 0 .../Monsters/ML/Bedlam/MasterJonath.cs | 0 .../Monsters/ML/Bedlam/MasterMikael.cs | 0 .../Monsters/ML/Bedlam/MasterTheophilus.cs | 0 .../Mobiles/Monsters/ML/Bedlam/RedDeath.cs | 0 .../Mobiles/Monsters/ML/Bedlam/SirPatrick.cs | 0 .../Monsters/ML/Blighted Grove/Abscess.cs | 0 .../Monsters/ML/Blighted Grove/Coil.cs | 0 .../ML/Blighted Grove/EnslavedSatyr.cs | 0 .../Monsters/ML/Blighted Grove/Hydra.cs | 0 .../Monsters/ML/Blighted Grove/InsaneDryad.cs | 0 .../Monsters/ML/Blighted Grove/Saliva.cs | 0 .../Monsters/ML/Blighted Grove/Tangle.cs | 0 .../Monsters/ML/Blighted Grove/Thrasher.cs | 0 .../ML/Humanoid/Magic/FetidEssence.cs | 0 .../ML/Humanoid/Magic/InterredGrizzle .cs | 0 .../Monsters/ML/Humanoid/Magic/MLDryad.cs | 0 .../Monsters/ML/Humanoid/Magic/Satyr.cs | 0 .../ML/Humanoid/Melee/CorruptedSoul.cs | 0 .../ML/Humanoid/Melee/FerelTreefellow.cs | 0 .../Monsters/ML/Humanoid/Melee/Minotaur.cs | 0 .../ML/Humanoid/Melee/MinotaurCaptain.cs | 0 .../ML/Humanoid/Melee/MinotaurScout.cs | 0 .../ML/Humanoid/Melee/PestilentBandage.cs | 0 .../ML/Humanoid/Melee/Tormented Minotaur.cs | 0 .../Monsters/ML/Humanoid/Melee/Troglodyte.cs | 0 .../Mobiles/Monsters/ML/Labyrinth/Miasma.cs | 0 .../Mobiles/Monsters/ML/Labyrinth/Pyre.cs | 0 .../Mobiles/Monsters/ML/Labyrinth/Rend.cs | 0 .../Monsters/ML/Misc/Magic/GreaterDragon.cs | 0 .../Monsters/ML/Misc/Melee/CorrosiveSlime.cs | 0 .../Monsters/ML/Misc/Melee/Reptalon.cs | 0 .../Monsters/ML/Painted Caves/Grobu.cs | 0 .../Mobiles/Monsters/ML/Painted Caves/Lurg.cs | 0 .../ML/Palace of Paroxysmus/Putrefier.cs | 0 .../ML/Prism of Light/CorporealBrume.cs | 0 .../ML/Prism of Light/CrystalDaemon.cs | 0 .../ML/Prism of Light/CrystalLatticeSeeker.cs | 0 .../ML/Prism of Light/CrystalSeaSerpent.cs | 0 .../ML/Prism of Light/CrystalVortex.cs | 0 .../Monsters/ML/Prism of Light/CrystalWisp.cs | 0 .../ML/Prism of Light/MantraEffervescence.cs | 0 .../Monsters/ML/Prism of Light/Protector.cs | 0 .../ML/Prism of Light/UnfrozenMummy.cs | 0 .../Monsters/ML/Sanctuary/Chiikkaha.cs | 0 .../Mobiles/Monsters/ML/Sanctuary/MougGuur.cs | 0 .../Mobiles/Monsters/ML/Sanctuary/Szavetra.cs | 0 .../Mobiles/Monsters/ML/Special/Ilhenir.cs | 0 .../Mobiles/Monsters/ML/Special/Meraktus.cs | 0 .../Mobiles/Monsters/ML/Special/Twaulo.cs | 0 .../Monsters/ML/Twisted Weald/Changeling.cs | 0 .../Mobiles/Monsters/ML/Twisted Weald/Gnaw.cs | 0 .../Monsters/ML/Twisted Weald/Guile.cs | 0 .../Mobiles/Monsters/ML/Twisted Weald/Irk.cs | 0 .../Monsters/ML/Twisted Weald/LadyLissith.cs | 0 .../Monsters/ML/Twisted Weald/LadySabrix.cs | 0 .../Monsters/ML/Twisted Weald/Malefic.cs | 0 .../Mobiles/Monsters/ML/Twisted Weald/Silk.cs | 0 .../Monsters/ML/Twisted Weald/Spite.cs | 0 .../Monsters/ML/Twisted Weald/Swoop.cs | 0 .../Monsters/ML/Twisted Weald/Virulent.cs | 0 .../Monsters/Mammal/Melee/HellHound.cs | 0 .../Monsters/Mammal/Melee/VorpalBunny.cs | 0 .../Mobiles/Monsters/Misc/Magic/DarkWisp.cs | 0 .../Monsters/Misc/Magic/EtherealWarrior.cs | 0 .../Mobiles/Monsters/Misc/Magic/Pixie.cs | 0 .../Mobiles/Monsters/Misc/Magic/ShadowWisp.cs | 0 .../Mobiles/Monsters/Misc/Magic/Wisp.cs | 0 .../Monsters/Misc/Melee/AnimatedWeapon.cs | 0 .../Monsters/Misc/Melee/BladeSpirits.cs | 0 .../Mobiles/Monsters/Misc/Melee/Centaur.cs | 0 .../Monsters/Misc/Melee/EnergyVortex.cs | 0 .../Mobiles/Monsters/Misc/Melee/FrostOoze.cs | 0 .../Mobiles/Monsters/Misc/Melee/Golem.cs | 0 .../Monsters/Misc/Melee/PlagueBeast.cs | 0 .../Monsters/Misc/Melee/PlagueBeastLord.cs | 0 .../Monsters/Misc/Melee/PlagueSpawn.cs | 0 .../Mobiles/Monsters/Misc/Melee/SandVortex.cs | 0 .../Mobiles/Monsters/Misc/Melee/Slime.cs | 0 .../Ore Elementals/AgapiteElemental.cs | 0 .../Ore Elementals/BronzeElemental.cs | 0 .../Ore Elementals/CopperElemental.cs | 0 .../Ore Elementals/DullCopperElemental.cs | 0 .../Ore Elementals/GoldenElemental.cs | 0 .../Ore Elementals/ShadowIronElemental.cs | 0 .../Ore Elementals/ValoriteElemental.cs | 0 .../Ore Elementals/VeriteElemental.cs | 0 .../Mobiles/Monsters/Plant/Magic/Reaper.cs | 0 .../Mobiles/Monsters/Plant/Melee/BogThing.cs | 0 .../Mobiles/Monsters/Plant/Melee/Bogling.cs | 0 .../Mobiles/Monsters/Plant/Melee/Corpser.cs | 0 .../Mobiles/Monsters/Plant/Melee/Quagmire.cs | 0 .../Monsters/Plant/Melee/SwampTentacle.cs | 0 .../Monsters/Plant/Melee/WhippingVine.cs | 0 .../Monsters/Reptile/Magic/AncientWyrm.cs | 0 .../Monsters/Reptile/Magic/DeepSeaSerpent.cs | 0 .../Mobiles/Monsters/Reptile/Magic/Dragon.cs | 0 .../Monsters/Reptile/Magic/Leviathan.cs | 0 .../Reptile/Magic/OphidianArchmage.cs | 0 .../Monsters/Reptile/Magic/OphidianMage.cs | 0 .../Reptile/Magic/OphidianMatriarch.cs | 0 .../Monsters/Reptile/Magic/SeaSerpent.cs | 0 .../Reptile/Magic/SerpentineDragon.cs | 0 .../Monsters/Reptile/Magic/ShadowWyrm.cs | 0 .../Monsters/Reptile/Magic/SkeletalDragon.cs | 0 .../Monsters/Reptile/Magic/WhiteWyrm.cs | 0 .../Mobiles/Monsters/Reptile/Melee/Drake.cs | 0 .../Mobiles/Monsters/Reptile/Melee/Harpy.cs | 0 .../Mobiles/Monsters/Reptile/Melee/Kraken.cs | 0 .../Monsters/Reptile/Melee/Lizardman.cs | 0 .../Monsters/Reptile/Melee/OphidianKnight.cs | 0 .../Monsters/Reptile/Melee/OphidianWarrior.cs | 0 .../Monsters/Reptile/Melee/Scorpion.cs | 0 .../Monsters/Reptile/Melee/StoneHarpy.cs | 0 .../Mobiles/Monsters/Reptile/Melee/Wyvern.cs | 0 .../Mobiles/Monsters/SE/BakeKitsune.cs | 0 .../Mobiles/Monsters/SE/DeathWatchBeetle.cs | 0 .../Monsters/SE/DeathWatchBeetleHatchling.cs | 0 .../Mobiles/Monsters/SE/EliteNinja.cs | 0 .../Mobiles/Monsters/SE/FanDancer.cs | 0 .../Mobiles/Monsters/SE/FireBeetle.cs | 0 .../Mobiles/Monsters/SE/Kappa.cs | 0 .../Mobiles/Monsters/SE/KazeKemono.cs | 0 .../Mobiles/Monsters/SE/LadyOfTheSnow.cs | 0 .../Mobiles/Monsters/SE/Oni.cs | 0 .../Mobiles/Monsters/SE/RaiJu.cs | 0 .../Mobiles/Monsters/SE/RevenantLion.cs | 0 .../Mobiles/Monsters/SE/Ronin.cs | 0 .../Mobiles/Monsters/SE/RuneBeetle.cs | 0 .../Mobiles/Monsters/SE/TsukiWolf.cs | 0 .../Mobiles/Monsters/SE/Yamandon.cs | 0 .../Mobiles/Monsters/SE/YomotsuElder.cs | 0 .../Mobiles/Monsters/SE/YomotsuPriest.cs | 0 .../Mobiles/Monsters/SE/YomotsuWarrior.cs | 0 .../Monsters/Summons/SummonedAirElemental.cs | 0 .../Monsters/Summons/SummonedDaemon.cs | 0 .../Summons/SummonedEarthElemental.cs | 0 .../Monsters/Summons/SummonedFireElemental.cs | 0 .../Summons/SummonedWaterElemental.cs | 0 .../Mobiles/PlayerMobile.cs | 0 .../Mobiles/Special/Barracoon.cs | 0 .../Mobiles/Special/BaseChampion.cs | 0 .../Mobiles/Special/BaseShieldGuard.cs | 0 .../Mobiles/Special/CapturedHordeMinion.cs | 0 .../Mobiles/Special/ChaosGuard.cs | 0 .../Mobiles/Special/DarkGuardian.cs | 0 .../Mobiles/Special/Dummy.cs | 0 .../Mobiles/Special/DummySpecific.cs | 0 .../Mobiles/Special/Harrower.cs | 0 .../Mobiles/Special/HarrowerTentacles.cs | 0 .../Mobiles/Special/LordOaks.cs | 0 .../Mobiles/Special/Mephitis.cs | 0 .../Mobiles/Special/Neira.cs | 0 .../Mobiles/Special/OrderGuard.cs | 0 .../Mobiles/Special/Paragon.cs | 0 .../Mobiles/Special/Rikktor.cs | 0 .../Mobiles/Special/Semidar.cs | 0 .../Mobiles/Special/Serado.cs | 0 .../Mobiles/Special/ServantOfSemidar.cs | 0 .../Mobiles/Special/Silvani.cs | 0 .../Mobiles/Special/Wanderer.cs | 0 .../Mobiles/Townfolk/Actor.cs | 0 .../Mobiles/Townfolk/Artist.cs | 0 .../Mobiles/Townfolk/Banker.cs | 0 .../Mobiles/Townfolk/BaseEscortable.cs | 0 .../Mobiles/Townfolk/BrideGroom.cs | 0 .../Mobiles/Townfolk/EscortableMage.cs | 0 .../Mobiles/Townfolk/Gypsy.cs | 0 .../Mobiles/Townfolk/HarborMaster.cs | 0 .../Mobiles/Townfolk/Merchant.cs | 0 .../Mobiles/Townfolk/Messenger.cs | 0 .../Mobiles/Townfolk/Minter.cs | 0 .../Mobiles/Townfolk/Ninja.cs | 0 .../Mobiles/Townfolk/Noble.cs | 0 .../Mobiles/Townfolk/Peasant.cs | 0 .../Mobiles/Townfolk/Prisoner.cs | 0 .../Mobiles/Townfolk/Samurai.cs | 0 .../Mobiles/Townfolk/Sculptor.cs | 0 .../Mobiles/Townfolk/SeekerOfAdventure.cs | 0 .../Mobiles/Townfolk/TownCrier.cs | 0 .../Mobiles/Vendors/AnimalBuy.cs | 0 .../Mobiles/Vendors/BaseVendor.cs | 0 .../Mobiles/Vendors/BeverageBuy.cs | 0 .../Mobiles/Vendors/GenericBuy.cs | 0 .../Mobiles/Vendors/GenericSell.cs | 0 .../Mobiles/Vendors/NPC/Alchemist.cs | 0 .../Mobiles/Vendors/NPC/AnimalTrainer.cs | 0 .../Mobiles/Vendors/NPC/Architect.cs | 0 .../Mobiles/Vendors/NPC/Armorer.cs | 0 .../Mobiles/Vendors/NPC/Baker.cs | 0 .../Mobiles/Vendors/NPC/Bard.cs | 0 .../Mobiles/Vendors/NPC/Barkeeper.cs | 0 .../Mobiles/Vendors/NPC/Beekeeper.cs | 0 .../Mobiles/Vendors/NPC/Blacksmith.cs | 0 .../Mobiles/Vendors/NPC/Bowyer.cs | 0 .../Mobiles/Vendors/NPC/Butcher.cs | 0 .../Mobiles/Vendors/NPC/Carpenter.cs | 0 .../Mobiles/Vendors/NPC/Cobbler.cs | 0 .../Mobiles/Vendors/NPC/Cook.cs | 0 .../Mobiles/Vendors/NPC/CustomHairstylist.cs | 0 .../Mobiles/Vendors/NPC/Farmer.cs | 0 .../Mobiles/Vendors/NPC/Fisherman.cs | 0 .../Mobiles/Vendors/NPC/Furtrader.cs | 0 .../Mobiles/Vendors/NPC/Glassblower.cs | 0 .../Mobiles/Vendors/NPC/GolemCrafter.cs | 0 .../NPC/Guildmasters/BardGuildmaster.cs | 0 .../NPC/Guildmasters/BaseGuildmaster.cs | 0 .../NPC/Guildmasters/BlacksmithGuildmaster.cs | 0 .../NPC/Guildmasters/FisherGuildmaster.cs | 0 .../NPC/Guildmasters/HealerGuildmaster.cs | 0 .../NPC/Guildmasters/MageGuildmaster.cs | 0 .../NPC/Guildmasters/MerchantGuildmaster.cs | 0 .../NPC/Guildmasters/MinerGuildmaster.cs | 0 .../NPC/Guildmasters/RangerGuildmaster.cs | 0 .../NPC/Guildmasters/TailorGuildmaster.cs | 0 .../NPC/Guildmasters/ThiefGuildmaster.cs | 0 .../NPC/Guildmasters/TinkerGuildmaster.cs | 0 .../NPC/Guildmasters/WarriorGuildmaster.cs | 0 .../Mobiles/Vendors/NPC/GypsyAnimalTrainer.cs | 0 .../Mobiles/Vendors/NPC/GypsyBanker.cs | 0 .../Mobiles/Vendors/NPC/GypsyMaiden.cs | 0 .../Mobiles/Vendors/NPC/HairStylist.cs | 0 .../Mobiles/Vendors/NPC/Herbalist.cs | 0 .../Mobiles/Vendors/NPC/HolyMage.cs | 0 .../Mobiles/Vendors/NPC/InnKeeper.cs | 0 .../Mobiles/Vendors/NPC/IronWorker.cs | 0 .../Mobiles/Vendors/NPC/Jeweler.cs | 0 .../Mobiles/Vendors/NPC/KeeperOfChivalry.cs | 0 .../Mobiles/Vendors/NPC/LeatherWorker.cs | 0 .../Mobiles/Vendors/NPC/Mage.cs | 0 .../Mobiles/Vendors/NPC/Mapmaker.cs | 0 .../Mobiles/Vendors/NPC/Miller.cs | 0 .../Mobiles/Vendors/NPC/Miner.cs | 0 .../Mobiles/Vendors/NPC/Monk.cs | 0 .../Mobiles/Vendors/NPC/Provisioner.cs | 0 .../Mobiles/Vendors/NPC/Rancher.cs | 0 .../Mobiles/Vendors/NPC/Ranger.cs | 0 .../Mobiles/Vendors/NPC/RealEstateBroker.cs | 0 .../Mobiles/Vendors/NPC/Scribe.cs | 0 .../Mobiles/Vendors/NPC/Shipwright.cs | 0 .../Mobiles/Vendors/NPC/StoneCrafter.cs | 0 .../Mobiles/Vendors/NPC/Tailor.cs | 0 .../Mobiles/Vendors/NPC/Tanner.cs | 0 .../Mobiles/Vendors/NPC/TavernKeeper.cs | 0 .../Mobiles/Vendors/NPC/Thief.cs | 0 .../Mobiles/Vendors/NPC/Tinker.cs | 0 .../Mobiles/Vendors/NPC/Vagabond.cs | 0 .../Mobiles/Vendors/NPC/VarietyDealer.cs | 0 .../Mobiles/Vendors/NPC/Veterinarian.cs | 0 .../Mobiles/Vendors/NPC/Waiter.cs | 0 .../Mobiles/Vendors/NPC/Weaponsmith.cs | 0 .../Mobiles/Vendors/NPC/Weaver.cs | 0 .../Mobiles/Vendors/PlayerBarkeeper.cs | 0 .../Mobiles/Vendors/PlayerVendor.cs | 0 .../Mobiles/Vendors/PresetMapBuy.cs | 0 .../Mobiles/Vendors/RentedVendor.cs | 0 .../Vendors/SBInfo/Armors/SBChainmailArmor.cs | 0 .../Vendors/SBInfo/Armors/SBHelmetArmor.cs | 0 .../Vendors/SBInfo/Armors/SBLeatherArmor.cs | 0 .../Vendors/SBInfo/Armors/SBMetalShields.cs | 0 .../Vendors/SBInfo/Armors/SBPlateArmor.cs | 0 .../Vendors/SBInfo/Armors/SBRingmailArmor.cs | 0 .../Vendors/SBInfo/Armors/SBStuddedArmor.cs | 0 .../Vendors/SBInfo/Armors/SBWoodenShields.cs | 0 .../Mobiles/Vendors/SBInfo/SBAlchemist.cs | 0 .../Mobiles/Vendors/SBInfo/SBAnimalTrainer.cs | 0 .../Mobiles/Vendors/SBInfo/SBArchitect.cs | 0 .../Mobiles/Vendors/SBInfo/SBBaker.cs | 0 .../Mobiles/Vendors/SBInfo/SBBanker.cs | 0 .../Mobiles/Vendors/SBInfo/SBBard.cs | 0 .../Mobiles/Vendors/SBInfo/SBBarkeeper.cs | 0 .../Mobiles/Vendors/SBInfo/SBBeekeeper.cs | 0 .../Mobiles/Vendors/SBInfo/SBBlacksmith.cs | 0 .../Mobiles/Vendors/SBInfo/SBBowyer.cs | 0 .../Mobiles/Vendors/SBInfo/SBButcher.cs | 0 .../Mobiles/Vendors/SBInfo/SBCarpenter.cs | 0 .../Mobiles/Vendors/SBInfo/SBCobbler.cs | 0 .../Mobiles/Vendors/SBInfo/SBCook.cs | 0 .../Mobiles/Vendors/SBInfo/SBFarmer.cs | 0 .../Mobiles/Vendors/SBInfo/SBFisherman.cs | 0 .../Mobiles/Vendors/SBInfo/SBFortuneTeller.cs | 0 .../Mobiles/Vendors/SBInfo/SBFurtrader.cs | 0 .../Mobiles/Vendors/SBInfo/SBGlassblower.cs | 0 .../Mobiles/Vendors/SBInfo/SBHairStylist.cs | 0 .../Mobiles/Vendors/SBInfo/SBHealer.cs | 0 .../Mobiles/Vendors/SBInfo/SBHerbalist.cs | 0 .../Mobiles/Vendors/SBInfo/SBHolyMage.cs | 0 .../Mobiles/Vendors/SBInfo/SBHouseDeed.cs | 0 .../Mobiles/Vendors/SBInfo/SBInfo.cs | 0 .../Mobiles/Vendors/SBInfo/SBInnKeeper.cs | 0 .../Mobiles/Vendors/SBInfo/SBJewel.cs | 0 .../Vendors/SBInfo/SBKeeperOfChivalry.cs | 0 .../Mobiles/Vendors/SBInfo/SBLeatherWorker.cs | 0 .../Mobiles/Vendors/SBInfo/SBMage.cs | 0 .../Mobiles/Vendors/SBInfo/SBMapmaker.cs | 0 .../Mobiles/Vendors/SBInfo/SBMiller.cs | 0 .../Mobiles/Vendors/SBInfo/SBMiner.cs | 0 .../Mobiles/Vendors/SBInfo/SBMonk.cs | 0 .../Mobiles/Vendors/SBInfo/SBNinja.cs | 0 .../Vendors/SBInfo/SBPlayerBarkeeper.cs | 0 .../Mobiles/Vendors/SBInfo/SBProvisioner.cs | 0 .../Mobiles/Vendors/SBInfo/SBRancher.cs | 0 .../Mobiles/Vendors/SBInfo/SBRanger.cs | 0 .../Vendors/SBInfo/SBRealEstateBroker.cs | 0 .../Mobiles/Vendors/SBInfo/SBSECook.cs | 0 .../Mobiles/Vendors/SBInfo/SBSEHats.cs | 0 .../Mobiles/Vendors/SBInfo/SBSamurai.cs | 0 .../Mobiles/Vendors/SBInfo/SBScribe.cs | 0 .../Mobiles/Vendors/SBInfo/SBShipwright.cs | 0 .../Mobiles/Vendors/SBInfo/SBSmithTools.cs | 0 .../Mobiles/Vendors/SBInfo/SBStoneCrafter.cs | 0 .../Mobiles/Vendors/SBInfo/SBTailor.cs | 0 .../Mobiles/Vendors/SBInfo/SBTanner.cs | 0 .../Mobiles/Vendors/SBInfo/SBTavernKeeper.cs | 0 .../Mobiles/Vendors/SBInfo/SBThief.cs | 0 .../Mobiles/Vendors/SBInfo/SBTinker.cs | 0 .../Mobiles/Vendors/SBInfo/SBVagabond.cs | 0 .../Mobiles/Vendors/SBInfo/SBVarietyDealer.cs | 0 .../Mobiles/Vendors/SBInfo/SBVeterinarian.cs | 0 .../Mobiles/Vendors/SBInfo/SBWaiter.cs | 0 .../Mobiles/Vendors/SBInfo/SBWeaponSmith.cs | 0 .../Mobiles/Vendors/SBInfo/SBWeaver.cs | 0 .../Mobiles/Vendors/SBInfo/SE/SBSEArmor.cs | 0 .../Mobiles/Vendors/SBInfo/SE/SBSEBowyer.cs | 0 .../Vendors/SBInfo/SE/SBSECarpenter.cs | 0 .../Mobiles/Vendors/SBInfo/SE/SBSEFood.cs | 0 .../Vendors/SBInfo/SE/SBSELeatherArmor.cs | 0 .../Mobiles/Vendors/SBInfo/SE/SBSEWeapons.cs | 0 .../Vendors/SBInfo/Weapons/SBAxeWeapon.cs | 0 .../Vendors/SBInfo/Weapons/SBKnifeWeapon.cs | 0 .../Vendors/SBInfo/Weapons/SBMaceWeapon.cs | 0 .../Vendors/SBInfo/Weapons/SBPoleArmWeapon.cs | 0 .../Vendors/SBInfo/Weapons/SBRangedWeapon.cs | 0 .../SBInfo/Weapons/SBSpearForkWeapon.cs | 0 .../Vendors/SBInfo/Weapons/SBStavesWeapon.cs | 0 .../Vendors/SBInfo/Weapons/SBSwordWeapon.cs | 0 .../Mobiles/Vendors/VendorInventory.cs | 0 .../Multis/BaseHouse.cs | 0 .../Multis/Boats/BaseBoat.cs | 0 .../Multis/Boats/BaseBoatDeed.cs | 0 .../Multis/Boats/BaseDockedBoat.cs | 0 .../Multis/Boats/ConfirmDryDockGump.cs | 0 .../Multis/Boats/Hold.cs | 0 .../Multis/Boats/LargeBoat.cs | 0 .../Multis/Boats/LargeDragonBoat.cs | 0 .../Multis/Boats/MediumBoat.cs | 0 .../Multis/Boats/MediumDragonBoat.cs | 0 .../Multis/Boats/Plank.cs | 0 .../Multis/Boats/RenameBoatPrompt.cs | 0 .../Multis/Boats/SmallBoat.cs | 0 .../Multis/Boats/SmallDragonBoat.cs | 0 .../Multis/Boats/Strandedness.cs | 0 .../Multis/Boats/TillerMan.cs | 0 .../Multis/Camps/BankerCamp.cs | 0 .../Multis/Camps/BaseCamp.cs | 0 .../Multis/Camps/BrigandCamp.cs | 0 .../Multis/Camps/HealerCamp.cs | 0 .../Multis/Camps/LizardmenCamp.cs | 0 .../Multis/Camps/MageCamp.cs | 0 .../Multis/Camps/OrcCamp.cs | 0 .../Multis/Camps/RatCamp.cs | 0 .../Multis/ComponentVerification.cs | 0 .../Multis/ContestHouses.cs | 0 .../{Scripts => UOContent}/Multis/Deeds.cs | 0 .../Multis/DynamicDecay.cs | 0 .../Multis/HouseFoundation.cs | 0 .../Multis/HousePlacement.cs | 0 .../Multis/HousePlacementTool.cs | 0 .../Multis/HouseSign.cs | 0 .../Multis/HouseTeleporter.cs | 0 .../{Scripts => UOContent}/Multis/Houses.cs | 0 .../Multis/MovingCrate.cs | 0 .../Multis/PreviewHouse.cs | 0 .../Regions/BaseRegion.cs | 0 .../Regions/DungeonRegion.cs | 0 .../Regions/GreenAcres.cs | 0 .../Regions/GuardedRegion.cs | 0 .../Regions/HouseRegion.cs | 0 .../{Scripts => UOContent}/Regions/Jail.cs | 0 .../Regions/NoHousingRegion.cs | 0 .../Regions/Spawning/SpawnDefinition.cs | 0 .../Regions/Spawning/SpawnEntry.cs | 0 .../Regions/Spawning/SpawnPersistence.cs | 0 .../Regions/TownRegion.cs | 0 .../{Scripts => UOContent}/Skills/Anatomy.cs | 0 .../Skills/AnimalLore.cs | 0 .../Skills/AnimalTaming.cs | 0 .../{Scripts => UOContent}/Skills/ArmsLore.cs | 0 .../{Scripts => UOContent}/Skills/Begging.cs | 0 .../Skills/DetectHidden.cs | 0 .../Skills/Discordance.cs | 0 .../{Scripts => UOContent}/Skills/EvalInt.cs | 0 .../Skills/ForensicEval.cs | 0 .../{Scripts => UOContent}/Skills/Hiding.cs | 0 .../{Scripts => UOContent}/Skills/Inscribe.cs | 0 .../Skills/ItemIdentification.cs | 0 .../Skills/Meditation.cs | 0 .../Skills/Peacemaking.cs | 0 .../Skills/Poisoning.cs | 0 .../Skills/Provocation.cs | 0 .../Skills/RemoveTrap.cs | 0 .../{Scripts => UOContent}/Skills/Snooping.cs | 0 .../Skills/SpiritSpeak.cs | 0 .../{Scripts => UOContent}/Skills/Stealing.cs | 0 .../{Scripts => UOContent}/Skills/Stealth.cs | 0 .../{Scripts => UOContent}/Skills/TasteID.cs | 0 .../{Scripts => UOContent}/Skills/Tracking.cs | 0 .../SpecialSystems/Engines/GiftGiving.cs | 0 .../SpecialSystems/Engines/ItemFixes.cs | 0 .../SpecialSystems/Engines/PreventInaccess.cs | 0 .../SpecialSystems/Engines/TestCenter.cs | 0 .../Items/Resurrection/ResGate.cs | 0 .../Items/Stones/AlchemyStone.cs | 0 .../Items/Stones/GamblingStone.cs | 0 .../SpecialSystems/Items/Stones/IngotStone.cs | 0 .../SpecialSystems/Items/Stones/RegStone.cs | 0 .../Items/Stones/ScribeStone.cs | 0 .../SpecialSystems/Items/Stones/SmithStone.cs | 0 .../Items/Stones/TailorStone.cs | 0 .../Items/SupplyBags/AlchemyBag.cs | 0 .../Items/SupplyBags/BagOfIngots.cs | 0 .../Items/SupplyBags/ScribeBag.cs | 0 .../Items/SupplyBags/SmithBag.cs | 0 .../Items/SupplyBags/TailorBag.cs | 0 .../SpecialSystems/README.TXT | 0 .../Spells/Base/DisturbType.cs | 0 .../Spells/Base/MagerySpell.cs | 0 .../Spells/Base/SpecialMove.cs | 0 .../Spells/Base/Spell.cs | 0 .../Spells/Base/SpellCircle.cs | 0 .../Spells/Base/SpellHelper.cs | 0 .../Spells/Base/SpellInfo.cs | 0 .../Spells/Base/SpellRegistry.cs | 0 .../Spells/Base/SpellState.cs | 0 .../Spells/Bushido/Confidence.cs | 0 .../Spells/Bushido/CounterAttack.cs | 0 .../Spells/Bushido/Evasion.cs | 0 .../Spells/Bushido/HonorableExecution.cs | 0 .../Spells/Bushido/LightningStrike.cs | 0 .../Spells/Bushido/MomentumStrike.cs | 0 .../Spells/Bushido/SamuraiMove.cs | 0 .../Spells/Bushido/SamuraiSpell.cs | 0 .../Spells/Chivalry/CleanseByFire.cs | 0 .../Spells/Chivalry/CloseWounds.cs | 0 .../Spells/Chivalry/ConsecrateWeapon.cs | 0 .../Spells/Chivalry/DispelEvil.cs | 0 .../Spells/Chivalry/DivineFury.cs | 0 .../Spells/Chivalry/EnemyOfOne.cs | 0 .../Spells/Chivalry/HolyLight.cs | 0 .../Spells/Chivalry/NobleSacrifice.cs | 0 .../Spells/Chivalry/PaladinSpell.cs | 0 .../Spells/Chivalry/RemoveCurse.cs | 0 .../Spells/Chivalry/SacredJourney.cs | 0 .../Spells/Eighth/AirElemental.cs | 0 .../Spells/Eighth/EarthElemental.cs | 0 .../Spells/Eighth/Earthquake.cs | 0 .../Spells/Eighth/EnergyVortex.cs | 0 .../Spells/Eighth/FireElemental.cs | 0 .../Spells/Eighth/Resurrection.cs | 0 .../Spells/Eighth/SummonDaemon.cs | 0 .../Spells/Eighth/WaterElemental.cs | 0 .../Spells/Fifth/BladeSpirits.cs | 0 .../Spells/Fifth/DispelField.cs | 0 .../Spells/Fifth/Incognito.cs | 0 .../Spells/Fifth/MagicReflect.cs | 0 .../Spells/Fifth/MindBlast.cs | 0 .../Spells/Fifth/Paralyze.cs | 0 .../Spells/Fifth/PoisonField.cs | 0 .../Spells/Fifth/SummonCreature.cs | 0 .../Spells/First/Clumsy.cs | 0 .../Spells/First/CreateFood.cs | 0 .../Spells/First/Feeblemind.cs | 0 .../Spells/First/Heal.cs | 0 .../Spells/First/MagicArrow.cs | 0 .../Spells/First/NightSight.cs | 0 .../Spells/First/ReactiveArmor.cs | 0 .../Spells/First/Weaken.cs | 0 .../Spells/Fourth/ArchCure.cs | 0 .../Spells/Fourth/ArchProtection.cs | 0 .../Spells/Fourth/Curse.cs | 0 .../Spells/Fourth/FireField.cs | 0 .../Spells/Fourth/GreaterHeal.cs | 0 .../Spells/Fourth/Lightning.cs | 0 .../Spells/Fourth/ManaDrain.cs | 0 .../Spells/Fourth/Recall.cs | 0 .../Gargoyle/SpellDefinitions/FlySpell.cs | 0 .../Spells/Initializer.cs | 0 .../Spells/Mysticism/AnimatedWeaponSpell.cs | 0 .../Spells/Mysticism/EagleStrikeSpell.cs | 0 .../Spells/Mysticism/HailStormSpell.cs | 0 .../Spells/Mysticism/MysticSpell.cs | 0 .../Spells/Mysticism/NetherCycloneSpell.cs | 0 .../Spells/Mysticism/SpellPlagueSpell.cs | 0 .../Spells/Mysticism/StoneFormSpell.cs | 0 .../Spells/Necromancy/AnimateDeadSpell.cs | 0 .../Spells/Necromancy/BloodOathSpell.cs | 0 .../Spells/Necromancy/CorpseSkin.cs | 0 .../Spells/Necromancy/CurseWeapon.cs | 0 .../Spells/Necromancy/EvilOmen.cs | 0 .../Spells/Necromancy/Exorcism.cs | 0 .../Spells/Necromancy/HorrificBeast.cs | 0 .../Spells/Necromancy/LichForm.cs | 0 .../Spells/Necromancy/MindRot.cs | 0 .../Spells/Necromancy/NecromancerSpell.cs | 0 .../Spells/Necromancy/PainSpike.cs | 0 .../Spells/Necromancy/PoisonStrike.cs | 0 .../Spells/Necromancy/Strangle.cs | 0 .../Spells/Necromancy/SummonFamiliar.cs | 0 .../Spells/Necromancy/TransformationSpell.cs | 0 .../Spells/Necromancy/VampiricEmbrace.cs | 0 .../Spells/Necromancy/VengefulSpirit.cs | 0 .../Spells/Necromancy/Wither.cs | 0 .../Spells/Necromancy/WraithForm.cs | 0 .../Spells/Ninjitsu/AnimalForm.cs | 0 .../Spells/Ninjitsu/Backstab.cs | 0 .../Spells/Ninjitsu/DeathStrike.cs | 0 .../Spells/Ninjitsu/FocusAttack.cs | 0 .../Spells/Ninjitsu/KiAttack.cs | 0 .../Spells/Ninjitsu/MirrorImage.cs | 0 .../Spells/Ninjitsu/NinjaMove.cs | 0 .../Spells/Ninjitsu/NinjaSpell.cs | 0 .../Spells/Ninjitsu/ShadowJump.cs | 0 .../Spells/Ninjitsu/SurpriseAttack.cs | 0 .../{Scripts => UOContent}/Spells/Reagent.cs | 0 .../Spells/Second/Agility.cs | 0 .../Spells/Second/Cunning.cs | 0 .../Spells/Second/Cure.cs | 0 .../Spells/Second/Harm.cs | 0 .../Spells/Second/MagicTrap.cs | 0 .../Spells/Second/Protection.cs | 0 .../Spells/Second/RemoveTrap.cs | 0 .../Spells/Second/Strength.cs | 0 .../Spells/Seventh/ChainLightning.cs | 0 .../Spells/Seventh/EnergyField.cs | 0 .../Spells/Seventh/FlameStrike.cs | 0 .../Spells/Seventh/GateTravel.cs | 0 .../Spells/Seventh/ManaVampire.cs | 0 .../Spells/Seventh/MassDispel.cs | 0 .../Spells/Seventh/MeteorSwarm.cs | 0 .../Spells/Seventh/Polymorph.cs | 0 .../Spells/Sixth/Dispel.cs | 0 .../Spells/Sixth/EnergyBolt.cs | 0 .../Spells/Sixth/Explosion.cs | 0 .../Spells/Sixth/Invisibility.cs | 0 .../Spells/Sixth/Mark.cs | 0 .../Spells/Sixth/MassCurse.cs | 0 .../Spells/Sixth/ParalyzeField.cs | 0 .../Spells/Sixth/Reveal.cs | 0 .../Spells/Spellweaving/ArcaneCircle.cs | 0 .../Spells/Spellweaving/ArcaneForm.cs | 0 .../Spells/Spellweaving/ArcaneSummon.cs | 0 .../Spells/Spellweaving/ArcanistSpell.cs | 0 .../Spells/Spellweaving/AttuneWeapon.cs | 0 .../Spells/Spellweaving/EssenceOfWind.cs | 0 .../Spells/Spellweaving/EtherealVoyage.cs | 0 .../Spells/Spellweaving/GiftOfLife.cs | 0 .../Spells/Spellweaving/GiftOfRenewal.cs | 0 .../Spells/Spellweaving/ImmolatingWeapon.cs | 0 .../Spells/Spellweaving/Items/ArcaneFocus.cs | 0 .../Spellweaving/Items/TransientItem.cs | 0 .../Spells/Spellweaving/Mobiles/ArcaneFey.cs | 0 .../Spellweaving/Mobiles/ArcaneFiend.cs | 0 .../Spells/Spellweaving/Mobiles/NatureFury.cs | 0 .../Spells/Spellweaving/NatureFury.cs | 0 .../Spells/Spellweaving/ReaperForm.cs | 0 .../Spells/Spellweaving/SummonFey.cs | 0 .../Spells/Spellweaving/SummonFiend.cs | 0 .../Spells/Spellweaving/Thunderstorm.cs | 0 .../Spells/Spellweaving/WordOfDeath.cs | 0 .../Spells/Targeting/IRecallSpell.cs | 0 .../Spells/Targeting/ISpellTarget.cs | 0 .../Spells/Targeting/RecallSpellTarget.cs | 0 .../Spells/Targeting/SpellTargetItem.cs | 0 .../Spells/Targeting/SpellTargetMobile.cs | 0 .../Spells/Targeting/SpellTargetPoint3D.cs | 0 .../Spells/Third/Bless.cs | 0 .../Spells/Third/Fireball.cs | 0 .../Spells/Third/MagicLock.cs | 0 .../Spells/Third/Poison.cs | 0 .../Spells/Third/Telekinesis.cs | 0 .../Spells/Third/Teleport.cs | 0 .../Spells/Third/Unlock.cs | 0 .../Spells/Third/WallOfStone.cs | 0 .../Spells/UnsummonTimer.cs | 0 .../Targets/BladedItemTarget.cs | 0 .../Targets/MoveTarget.cs | 0 .../Targets/PickMoveTarget.cs | 0 Projects/UOContent/UOContent.csproj | 97 ++++++++++++++++++ Rules.ruleset | 3 +- Tools/publish.cmd | 5 +- 3223 files changed, 191 insertions(+), 191 deletions(-) delete mode 100644 Projects/Scripts/Scripts.csproj rename Projects/{Scripts.Tests => UOContent.Tests}/Accounting/Security/PasswordProtectionTest.cs (100%) rename Projects/{Scripts.Tests => UOContent.Tests}/Misc/HexStringConverterTest.cs (100%) rename Projects/{Scripts.Tests/Scripts.Tests.csproj => UOContent.Tests/UOContent.Tests.csproj} (83%) rename Projects/{Scripts => UOContent}/Accounting/AccessRestrictions.cs (100%) rename Projects/{Scripts => UOContent}/Accounting/Account.cs (100%) rename Projects/{Scripts => UOContent}/Accounting/AccountAttackLimiter.cs (100%) rename Projects/{Scripts => UOContent}/Accounting/AccountComment.cs (100%) rename Projects/{Scripts => UOContent}/Accounting/AccountHandler.cs (100%) rename Projects/{Scripts => UOContent}/Accounting/AccountTag.cs (100%) rename Projects/{Scripts => UOContent}/Accounting/Accounts.cs (100%) rename Projects/{Scripts => UOContent}/Accounting/Firewall.cs (100%) rename Projects/{Scripts => UOContent}/Accounting/IPLimiter.cs (100%) rename Projects/{Scripts => UOContent}/Accounting/IPasswordProtection.cs (100%) rename Projects/{Scripts => UOContent}/Accounting/Security/AccountSecurity.cs (88%) rename Projects/{Scripts => UOContent}/Accounting/Security/Argon2PasswordProtection.cs (100%) rename Projects/{Scripts => UOContent}/Accounting/Security/MD5PasswordProtection.cs (100%) rename Projects/{Scripts => UOContent}/Accounting/Security/PBKDF2PasswordProtection.cs (100%) rename Projects/{Scripts => UOContent}/Accounting/Security/SHA1PasswordProtection.cs (100%) rename Projects/{Scripts => UOContent}/Accounting/Security/SHA2PasswordProtection.cs (100%) rename Projects/{Scripts => UOContent}/Commands/Add.cs (100%) rename Projects/{Scripts => UOContent}/Commands/Attributes.cs (100%) rename Projects/{Scripts => UOContent}/Commands/Batch.cs (100%) rename Projects/{Scripts => UOContent}/Commands/BoundingBoxPicker.cs (100%) rename Projects/{Scripts => UOContent}/Commands/Decorate.cs (100%) rename Projects/{Scripts => UOContent}/Commands/DecorateMag.cs (100%) rename Projects/{Scripts => UOContent}/Commands/Docs.cs (100%) rename Projects/{Scripts => UOContent}/Commands/DragEffects.cs (100%) rename Projects/{Scripts => UOContent}/Commands/Dupe.cs (100%) rename Projects/{Scripts => UOContent}/Commands/ExportWSC.cs (100%) rename Projects/{Scripts => UOContent}/Commands/GenCategorization.cs (100%) rename Projects/{Scripts => UOContent}/Commands/GenTeleporter.cs (100%) rename Projects/{Scripts => UOContent}/Commands/Generic/Commands/BaseCommand.cs (100%) rename Projects/{Scripts => UOContent}/Commands/Generic/Commands/Commands.cs (100%) rename Projects/{Scripts => UOContent}/Commands/Generic/Commands/DesignInsert.cs (100%) rename Projects/{Scripts => UOContent}/Commands/Generic/Commands/Interface.cs (100%) rename Projects/{Scripts => UOContent}/Commands/Generic/Extensions/BaseExtension.cs (100%) rename Projects/{Scripts => UOContent}/Commands/Generic/Extensions/Compilers/ConditionalCompiler.cs (100%) rename Projects/{Scripts => UOContent}/Commands/Generic/Extensions/Compilers/DistinctCompiler.cs (100%) rename Projects/{Scripts => UOContent}/Commands/Generic/Extensions/Compilers/SortCompiler.cs (100%) rename Projects/{Scripts => UOContent}/Commands/Generic/Extensions/DistinctExtension.cs (100%) rename Projects/{Scripts => UOContent}/Commands/Generic/Extensions/LimitExtension.cs (100%) rename Projects/{Scripts => UOContent}/Commands/Generic/Extensions/SortExtension.cs (100%) rename Projects/{Scripts => UOContent}/Commands/Generic/Extensions/WhereExtension.cs (100%) rename Projects/{Scripts => UOContent}/Commands/Generic/Implementors/AreaCommandImplementor.cs (100%) rename Projects/{Scripts => UOContent}/Commands/Generic/Implementors/BaseCommandImplementor.cs (100%) rename Projects/{Scripts => UOContent}/Commands/Generic/Implementors/ContainedCommandImplementor.cs (100%) rename Projects/{Scripts => UOContent}/Commands/Generic/Implementors/FacetCommandImplementor.cs (100%) rename Projects/{Scripts => UOContent}/Commands/Generic/Implementors/GlobalCommandImplementor.cs (100%) rename Projects/{Scripts => UOContent}/Commands/Generic/Implementors/IPAddressCommandImplementor.cs (100%) rename Projects/{Scripts => UOContent}/Commands/Generic/Implementors/MultiCommandImplementor.cs (100%) rename Projects/{Scripts => UOContent}/Commands/Generic/Implementors/ObjectConditional.cs (100%) rename Projects/{Scripts => UOContent}/Commands/Generic/Implementors/OnlineCommandImplementor.cs (100%) rename Projects/{Scripts => UOContent}/Commands/Generic/Implementors/RangeCommandImplementor.cs (100%) rename Projects/{Scripts => UOContent}/Commands/Generic/Implementors/RegionCommandImplementor.cs (100%) rename Projects/{Scripts => UOContent}/Commands/Generic/Implementors/ScreenCommandImplementor.cs (100%) rename Projects/{Scripts => UOContent}/Commands/Generic/Implementors/SelfCommandImplementor.cs (100%) rename Projects/{Scripts => UOContent}/Commands/Generic/Implementors/SerialCommandImplementor.cs (100%) rename Projects/{Scripts => UOContent}/Commands/Generic/Implementors/SingleCommandImplementor.cs (100%) rename Projects/{Scripts => UOContent}/Commands/Handlers.cs (100%) rename Projects/{Scripts => UOContent}/Commands/HelpInfo.cs (100%) rename Projects/{Scripts => UOContent}/Commands/LocationCommand.cs (100%) rename Projects/{Scripts => UOContent}/Commands/Logging.cs (100%) rename Projects/{Scripts => UOContent}/Commands/Profiling.cs (100%) rename Projects/{Scripts => UOContent}/Commands/Properties.cs (100%) rename Projects/{Scripts => UOContent}/Commands/ShardTime.cs (100%) rename Projects/{Scripts => UOContent}/Commands/SignParser.cs (100%) rename Projects/{Scripts => UOContent}/Commands/Skills.cs (100%) rename Projects/{Scripts => UOContent}/Commands/SkillsMenu.cs (100%) rename Projects/{Scripts => UOContent}/Commands/Statics.cs (100%) rename Projects/{Scripts => UOContent}/Commands/VisibilityList.cs (100%) rename Projects/{Scripts => UOContent}/Commands/Wipe.cs (100%) rename Projects/{Scripts => UOContent}/Configuration/EmailConfiguration.cs (100%) rename Projects/{Scripts => UOContent}/Configuration/ExpansionConfiguration.cs (100%) rename Projects/{Scripts => UOContent}/Context Menus/AddToParty.cs (100%) rename Projects/{Scripts => UOContent}/Context Menus/AddToSpellbookEntry.cs (100%) rename Projects/{Scripts => UOContent}/Context Menus/EatEntry.cs (100%) rename Projects/{Scripts => UOContent}/Context Menus/EjectPlayer.cs (100%) rename Projects/{Scripts => UOContent}/Context Menus/OpenBankEntry.cs (100%) rename Projects/{Scripts => UOContent}/Context Menus/TeachEntry.cs (100%) rename Projects/{Scripts => UOContent}/Engines/BulkOrders/BODTarget.cs (100%) rename Projects/{Scripts => UOContent}/Engines/BulkOrders/BaseBOD.cs (100%) rename Projects/{Scripts => UOContent}/Engines/BulkOrders/Books/BOBFilter.cs (100%) rename Projects/{Scripts => UOContent}/Engines/BulkOrders/Books/BOBFilterGump.cs (100%) rename Projects/{Scripts => UOContent}/Engines/BulkOrders/Books/BOBGump.cs (100%) rename Projects/{Scripts => UOContent}/Engines/BulkOrders/Books/BOBLargeEntry.cs (100%) rename Projects/{Scripts => UOContent}/Engines/BulkOrders/Books/BOBLargeSubEntry.cs (100%) rename Projects/{Scripts => UOContent}/Engines/BulkOrders/Books/BOBSmallEntry.cs (100%) rename Projects/{Scripts => UOContent}/Engines/BulkOrders/Books/BODBuyGump.cs (100%) rename Projects/{Scripts => UOContent}/Engines/BulkOrders/Books/BODType.cs (100%) rename Projects/{Scripts => UOContent}/Engines/BulkOrders/Books/BulkOrderBook.cs (100%) rename Projects/{Scripts => UOContent}/Engines/BulkOrders/Books/IBOBEntry.cs (100%) rename Projects/{Scripts => UOContent}/Engines/BulkOrders/BulkMaterialType.cs (100%) rename Projects/{Scripts => UOContent}/Engines/BulkOrders/LargeBOD.cs (100%) rename Projects/{Scripts => UOContent}/Engines/BulkOrders/LargeBODAcceptGump.cs (100%) rename Projects/{Scripts => UOContent}/Engines/BulkOrders/LargeBODGump.cs (100%) rename Projects/{Scripts => UOContent}/Engines/BulkOrders/LargeBulkEntry.cs (100%) rename Projects/{Scripts => UOContent}/Engines/BulkOrders/LargeSmithBOD.cs (100%) rename Projects/{Scripts => UOContent}/Engines/BulkOrders/LargeTailorBOD.cs (100%) rename Projects/{Scripts => UOContent}/Engines/BulkOrders/Rewards.cs (100%) rename Projects/{Scripts => UOContent}/Engines/BulkOrders/SmallBOD.cs (100%) rename Projects/{Scripts => UOContent}/Engines/BulkOrders/SmallBODAcceptGump.cs (100%) rename Projects/{Scripts => UOContent}/Engines/BulkOrders/SmallBODGump.cs (100%) rename Projects/{Scripts => UOContent}/Engines/BulkOrders/SmallBulkEntry.cs (100%) rename Projects/{Scripts => UOContent}/Engines/BulkOrders/SmallSmithBOD.cs (100%) rename Projects/{Scripts => UOContent}/Engines/BulkOrders/SmallTailorBOD.cs (100%) rename Projects/{Scripts => UOContent}/Engines/CannedEvil/ChampionAltar.cs (100%) rename Projects/{Scripts => UOContent}/Engines/CannedEvil/ChampionPlatform.cs (100%) rename Projects/{Scripts => UOContent}/Engines/CannedEvil/ChampionSkull.cs (100%) rename Projects/{Scripts => UOContent}/Engines/CannedEvil/ChampionSkullBrazier.cs (100%) rename Projects/{Scripts => UOContent}/Engines/CannedEvil/ChampionSkullPlatform.cs (100%) rename Projects/{Scripts => UOContent}/Engines/CannedEvil/ChampionSkullType.cs (100%) rename Projects/{Scripts => UOContent}/Engines/CannedEvil/ChampionSpawn.cs (100%) rename Projects/{Scripts => UOContent}/Engines/CannedEvil/ChampionSpawnType.cs (100%) rename Projects/{Scripts => UOContent}/Engines/CannedEvil/HarrowerGate.cs (100%) rename Projects/{Scripts => UOContent}/Engines/CannedEvil/RestartTimer.cs (100%) rename Projects/{Scripts => UOContent}/Engines/CannedEvil/SliceTimer.cs (100%) rename Projects/{Scripts => UOContent}/Engines/CannedEvil/StarRoomGate.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Chat/Channel.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Chat/Chat.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Chat/ChatActionHandler.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Chat/ChatActionHandlers.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Chat/ChatCommand.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Chat/ChatUser.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Chat/Chatold.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Chat/Packets.cs (100%) rename Projects/{Scripts => UOContent}/Engines/ConPVP/AcceptDuelGump.cs (100%) rename Projects/{Scripts => UOContent}/Engines/ConPVP/Arena.cs (100%) rename Projects/{Scripts => UOContent}/Engines/ConPVP/DuelContext.cs (100%) rename Projects/{Scripts => UOContent}/Engines/ConPVP/DuelTeleporterAddon.cs (100%) rename Projects/{Scripts => UOContent}/Engines/ConPVP/Games/BombingRun.cs (100%) rename Projects/{Scripts => UOContent}/Engines/ConPVP/Games/CTF.cs (100%) rename Projects/{Scripts => UOContent}/Engines/ConPVP/Games/DoubleDom.cs (100%) rename Projects/{Scripts => UOContent}/Engines/ConPVP/Games/EventGame.cs (100%) rename Projects/{Scripts => UOContent}/Engines/ConPVP/Games/KingOfTheHill.cs (100%) rename Projects/{Scripts => UOContent}/Engines/ConPVP/Games/TourneyMatch.cs (100%) rename Projects/{Scripts => UOContent}/Engines/ConPVP/Gumps/AcceptTeamGump.cs (100%) rename Projects/{Scripts => UOContent}/Engines/ConPVP/Gumps/ArenaGump.cs (100%) rename Projects/{Scripts => UOContent}/Engines/ConPVP/Gumps/BeginGump.cs (100%) rename Projects/{Scripts => UOContent}/Engines/ConPVP/Gumps/ConfirmSignupGump.cs (100%) rename Projects/{Scripts => UOContent}/Engines/ConPVP/Gumps/DuelContextGump.cs (100%) rename Projects/{Scripts => UOContent}/Engines/ConPVP/Gumps/LadderGump.cs (100%) rename Projects/{Scripts => UOContent}/Engines/ConPVP/Gumps/ParticipantGump.cs (100%) rename Projects/{Scripts => UOContent}/Engines/ConPVP/Gumps/PickRulesetGump.cs (100%) rename Projects/{Scripts => UOContent}/Engines/ConPVP/Gumps/ReadyGump.cs (100%) rename Projects/{Scripts => UOContent}/Engines/ConPVP/Gumps/ReadyUpGump.cs (100%) rename Projects/{Scripts => UOContent}/Engines/ConPVP/Gumps/RulesetGump.cs (100%) rename Projects/{Scripts => UOContent}/Engines/ConPVP/Gumps/TournamentBracketGump.cs (100%) rename Projects/{Scripts => UOContent}/Engines/ConPVP/Ladder.cs (100%) rename Projects/{Scripts => UOContent}/Engines/ConPVP/Participant.cs (100%) rename Projects/{Scripts => UOContent}/Engines/ConPVP/Preferences.cs (100%) rename Projects/{Scripts => UOContent}/Engines/ConPVP/Ruleset.cs (100%) rename Projects/{Scripts => UOContent}/Engines/ConPVP/RulesetLayout.cs (100%) rename Projects/{Scripts => UOContent}/Engines/ConPVP/SafeZone.cs (100%) rename Projects/{Scripts => UOContent}/Engines/ConPVP/Tournament.cs (100%) rename Projects/{Scripts => UOContent}/Engines/ConPVP/TournamentBracketItem.cs (100%) rename Projects/{Scripts => UOContent}/Engines/ConPVP/TournamentController.cs (100%) rename Projects/{Scripts => UOContent}/Engines/ConPVP/TournamentPyramid.cs (100%) rename Projects/{Scripts => UOContent}/Engines/ConPVP/TournamentRegistrar.cs (100%) rename Projects/{Scripts => UOContent}/Engines/ConPVP/TournamentSignupItem.cs (100%) rename Projects/{Scripts => UOContent}/Engines/ConPVP/TourneyParticipant.cs (100%) rename Projects/{Scripts => UOContent}/Engines/ConPVP/Trophy.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Craft/Core/CraftContext.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Craft/Core/CraftGroup.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Craft/Core/CraftGroupCol.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Craft/Core/CraftGump.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Craft/Core/CraftGumpItem.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Craft/Core/CraftItem.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Craft/Core/CraftItemCol.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Craft/Core/CraftItemIDAttribute.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Craft/Core/CraftRes.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Craft/Core/CraftResCol.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Craft/Core/CraftSkill.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Craft/Core/CraftSkillCol.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Craft/Core/CraftSubRes.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Craft/Core/CraftSubResCol.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Craft/Core/CraftSystem.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Craft/Core/CustomCraft.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Craft/Core/Enhance.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Craft/Core/QueryMakersMarkGump.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Craft/Core/Recipes.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Craft/Core/Repair.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Craft/Core/Resmelt.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Craft/DefAlchemy.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Craft/DefBlacksmithy.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Craft/DefBowFletching.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Craft/DefCarpentry.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Craft/DefCartography.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Craft/DefCooking.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Craft/DefGlassblowing.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Craft/DefInscription.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Craft/DefMasonry.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Craft/DefTailoring.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Craft/DefTinkering.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Doom/GauntletSpawner.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Doom/LeverPuzzle/LeverPuzzleController.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Doom/LeverPuzzle/LeverPuzzleItems.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Doom/LeverPuzzle/LeverPuzzleRegions.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Ethics/Core/Ethic.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Ethics/Core/Persistance.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Ethics/Core/Player.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Ethics/Core/Power.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Ethics/Definitions/EthicDefinition.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Ethics/Definitions/PowerDefinition.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Ethics/Evil/Ethic.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Ethics/Evil/Mobiles/UnholyFamiliar.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Ethics/Evil/Mobiles/UnholySteed.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Ethics/Evil/Powers/Blight.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Ethics/Evil/Powers/SummonFamiliar.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Ethics/Evil/Powers/UnholyItem.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Ethics/Evil/Powers/UnholySense.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Ethics/Evil/Powers/UnholyShield.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Ethics/Evil/Powers/UnholySteed.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Ethics/Evil/Powers/UnholyWord.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Ethics/Evil/Powers/VileBlade.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Ethics/Hero/Ethic.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Ethics/Hero/Mobiles/HolyFamiliar.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Ethics/Hero/Mobiles/HolySteed.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Ethics/Hero/Powers/Bless.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Ethics/Hero/Powers/HolyBlade.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Ethics/Hero/Powers/HolyItem.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Ethics/Hero/Powers/HolySense.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Ethics/Hero/Powers/HolyShield.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Ethics/Hero/Powers/HolySteed.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Ethics/Hero/Powers/HolyWord.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Ethics/Hero/Powers/SummonFamiliar.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Events/BroadcastEvent.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Events/EventScheduler.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Factions/Core/Election.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Factions/Core/Faction.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Factions/Core/FactionItem.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Factions/Core/FactionState.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Factions/Core/Generator.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Factions/Core/GuardList.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Factions/Core/Keywords.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Factions/Core/MerchantTitles.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Factions/Core/Persistance.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Factions/Core/PlayerState.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Factions/Core/Reflector.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Factions/Core/SilverGivenEntry.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Factions/Core/StrongholdRegion.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Factions/Core/Town.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Factions/Core/TownState.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Factions/Core/VendorList.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Factions/Definitions/FactionDefinition.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Factions/Definitions/FactionItemDefinition.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Factions/Definitions/GuardDefinition.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Factions/Definitions/RankDefinition.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Factions/Definitions/StrongholdDefintion.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Factions/Definitions/TownDefinition.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Factions/Definitions/VendorDefinition.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Factions/Gumps/ElectionGump.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Factions/Gumps/ElectionManagementGump.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Factions/Gumps/FactionGump.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Factions/Gumps/FactionImbueGump.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Factions/Gumps/FactionStoneGump.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Factions/Gumps/FinanceGump.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Factions/Gumps/HorseBreederGump.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Factions/Gumps/JoinStoneGump.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Factions/Gumps/LeaveFactionGump.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Factions/Gumps/SheriffGump.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Factions/Gumps/TownStoneGump.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Factions/Gumps/VoteGump.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Factions/Instances/Factions/CouncilOfMages.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Factions/Instances/Factions/Minax.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Factions/Instances/Factions/Shadowlords.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Factions/Instances/Factions/TrueBritannians.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Factions/Instances/Towns/Britain.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Factions/Instances/Towns/Magincia.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Factions/Instances/Towns/Minoc.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Factions/Instances/Towns/Moonglow.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Factions/Instances/Towns/SkaraBrae.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Factions/Instances/Towns/Trinsic.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Factions/Instances/Towns/Vesper.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Factions/Instances/Towns/Yew.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Factions/Items/BaseMonolith.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Factions/Items/BaseSystemController.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Factions/Items/FactionStone.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Factions/Items/JoinStone.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Factions/Items/Power Faction Items/BloodRose.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Factions/Items/Power Faction Items/ClarityPotion.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Factions/Items/Power Faction Items/GemOfEmpowerment.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Factions/Items/Power Faction Items/PowerFactionItem.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Factions/Items/Power Faction Items/StormsEye.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Factions/Items/Power Faction Items/UrnOfAscension.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Factions/Items/Sigil.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Factions/Items/Silver.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Factions/Items/StrongholdMonolith.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Factions/Items/TownMonolith.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Factions/Items/TownStone.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Factions/Items/Traps/BaseFactionTrap.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Factions/Items/Traps/BaseFactionTrapDeed.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Factions/Items/Traps/FactionExplosionTrap.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Factions/Items/Traps/FactionGasTrap.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Factions/Items/Traps/FactionSawTrap.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Factions/Items/Traps/FactionSpikeTrap.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Factions/Items/Traps/FactionTrapRemovalKit.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Factions/Mobiles/FactionWarHorse.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Factions/Mobiles/Guards/BaseFactionGuard.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Factions/Mobiles/Guards/GuardAI.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Factions/Mobiles/Guards/Orders.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Factions/Mobiles/Guards/Types/FactionBerserker.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Factions/Mobiles/Guards/Types/FactionDeathKnight.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Factions/Mobiles/Guards/Types/FactionDragoon.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Factions/Mobiles/Guards/Types/FactionHenchman.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Factions/Mobiles/Guards/Types/FactionKnight.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Factions/Mobiles/Guards/Types/FactionMercenary.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Factions/Mobiles/Guards/Types/FactionNecromancer.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Factions/Mobiles/Guards/Types/FactionPaladin.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Factions/Mobiles/Guards/Types/FactionSorceress.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Factions/Mobiles/Guards/Types/FactionWizard.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Factions/Mobiles/Vendors/BaseFactionVendor.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Factions/Mobiles/Vendors/FactionBoardVendor.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Factions/Mobiles/Vendors/FactionBottleVendor.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Factions/Mobiles/Vendors/FactionHorseVendor.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Factions/Mobiles/Vendors/FactionOreVendor.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Factions/Mobiles/Vendors/FactionReagentVendor.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Harvest/Core/BonusHarvestResource.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Harvest/Core/FurnitureAttribute.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Harvest/Core/HarvestBank.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Harvest/Core/HarvestDefinition.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Harvest/Core/HarvestResource.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Harvest/Core/HarvestSoundTimer.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Harvest/Core/HarvestSystem.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Harvest/Core/HarvestTarget.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Harvest/Core/HarvestTimer.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Harvest/Core/HarvestVein.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Harvest/Core/IChoppable..cs (100%) rename Projects/{Scripts => UOContent}/Engines/Harvest/Fishing.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Harvest/Lumberjacking.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Harvest/Mining.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Help/HelpGump.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Help/PagePrompt.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Help/PagePromptGump.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Help/PageQueue.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Help/PageQueueGump.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Help/PageResponseGump.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Help/SpeechLog.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Help/SpeechLogGump.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Help/StuckMenu.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Khaldun/Books/GrimmochJournal.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Khaldun/Books/LysanderNotebook.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Khaldun/Books/TavarasJournal.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Khaldun/KhaldunGen.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Khaldun/KhaldunPitTeleporter.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Khaldun/Mobiles/GrimmochDrummel.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Khaldun/Mobiles/LysanderGathenwale.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Khaldun/Mobiles/MorgBergen.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Khaldun/Mobiles/TavaraSewel.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Khaldun/PuzzleChest.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Khaldun/RaisableItem.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Khaldun/RaiseSwitch.cs (100%) rename Projects/{Scripts => UOContent}/Engines/MLQuests/Definitions/AGhostOfCovetous.cs (100%) rename Projects/{Scripts => UOContent}/Engines/MLQuests/Definitions/BaseEscort.cs (100%) rename Projects/{Scripts => UOContent}/Engines/MLQuests/Definitions/Bedlam.cs (100%) rename Projects/{Scripts => UOContent}/Engines/MLQuests/Definitions/BlightedGrove.cs (100%) rename Projects/{Scripts => UOContent}/Engines/MLQuests/Definitions/Britannia.cs (100%) rename Projects/{Scripts => UOContent}/Engines/MLQuests/Definitions/Heartwood.cs (100%) rename Projects/{Scripts => UOContent}/Engines/MLQuests/Definitions/Heritage.cs (100%) rename Projects/{Scripts => UOContent}/Engines/MLQuests/Definitions/HonestBeggar.cs (100%) rename Projects/{Scripts => UOContent}/Engines/MLQuests/Definitions/Ilshenar.cs (100%) rename Projects/{Scripts => UOContent}/Engines/MLQuests/Definitions/LostItems.cs (100%) rename Projects/{Scripts => UOContent}/Engines/MLQuests/Definitions/Malas.cs (100%) rename Projects/{Scripts => UOContent}/Engines/MLQuests/Definitions/MistakenIdentity.cs (100%) rename Projects/{Scripts => UOContent}/Engines/MLQuests/Definitions/NewHaven.cs (100%) rename Projects/{Scripts => UOContent}/Engines/MLQuests/Definitions/NewHavenSkillTraining.cs (100%) rename Projects/{Scripts => UOContent}/Engines/MLQuests/Definitions/NewHavenTraining.cs (100%) rename Projects/{Scripts => UOContent}/Engines/MLQuests/Definitions/Sanctuary.cs (100%) rename Projects/{Scripts => UOContent}/Engines/MLQuests/Definitions/Spellweaving.cs (100%) rename Projects/{Scripts => UOContent}/Engines/MLQuests/Definitions/TheAncientWorld.cs (100%) rename Projects/{Scripts => UOContent}/Engines/MLQuests/Definitions/TownEscorts.cs (100%) rename Projects/{Scripts => UOContent}/Engines/MLQuests/Definitions/UnfadingMemories.cs (100%) rename Projects/{Scripts => UOContent}/Engines/MLQuests/Definitions/WarriorsOfTheGemKeeper.cs (100%) rename Projects/{Scripts => UOContent}/Engines/MLQuests/Gumps/BaseQuestGump.cs (100%) rename Projects/{Scripts => UOContent}/Engines/MLQuests/Gumps/InfoNPCGump.cs (100%) rename Projects/{Scripts => UOContent}/Engines/MLQuests/Gumps/QuestCancelConfirmGump.cs (100%) rename Projects/{Scripts => UOContent}/Engines/MLQuests/Gumps/QuestConversationGump.cs (100%) rename Projects/{Scripts => UOContent}/Engines/MLQuests/Gumps/QuestLogDetailedGump.cs (100%) rename Projects/{Scripts => UOContent}/Engines/MLQuests/Gumps/QuestLogGump.cs (100%) rename Projects/{Scripts => UOContent}/Engines/MLQuests/Gumps/QuestOfferGump.cs (100%) rename Projects/{Scripts => UOContent}/Engines/MLQuests/Gumps/QuestReportBackGump.cs (100%) rename Projects/{Scripts => UOContent}/Engines/MLQuests/Gumps/QuestRewardGump.cs (100%) rename Projects/{Scripts => UOContent}/Engines/MLQuests/Gumps/RaceChangeGump.cs (100%) rename Projects/{Scripts => UOContent}/Engines/MLQuests/IQuestGiver.cs (100%) rename Projects/{Scripts => UOContent}/Engines/MLQuests/Items/ABauble.cs (100%) rename Projects/{Scripts => UOContent}/Engines/MLQuests/Items/APersonalLetterAddressedToAhie.cs (100%) rename Projects/{Scripts => UOContent}/Engines/MLQuests/Items/AlchemistsBandage.cs (100%) rename Projects/{Scripts => UOContent}/Engines/MLQuests/Items/AnOldNecklace.cs (100%) rename Projects/{Scripts => UOContent}/Engines/MLQuests/Items/AnOldRing.cs (100%) rename Projects/{Scripts => UOContent}/Engines/MLQuests/Items/AndricSatchel.cs (100%) rename Projects/{Scripts => UOContent}/Engines/MLQuests/Items/AndrosGratitude.cs (100%) rename Projects/{Scripts => UOContent}/Engines/MLQuests/Items/AsandosSatchel.cs (100%) rename Projects/{Scripts => UOContent}/Engines/MLQuests/Items/BasinOfCrystalClearWater.cs (100%) rename Projects/{Scripts => UOContent}/Engines/MLQuests/Items/BedlamTeleporter.cs (100%) rename Projects/{Scripts => UOContent}/Engines/MLQuests/Items/Bleach.cs (100%) rename Projects/{Scripts => UOContent}/Engines/MLQuests/Items/BridesLetter.cs (100%) rename Projects/{Scripts => UOContent}/Engines/MLQuests/Items/CompletedTuitionReimbursementForm.cs (100%) rename Projects/{Scripts => UOContent}/Engines/MLQuests/Items/CraftmansSatchel.cs (100%) rename Projects/{Scripts => UOContent}/Engines/MLQuests/Items/CrateForSledge.cs (100%) rename Projects/{Scripts => UOContent}/Engines/MLQuests/Items/DreadSpiderSilk.cs (100%) rename Projects/{Scripts => UOContent}/Engines/MLQuests/Items/FragmentOfAMap.cs (100%) rename Projects/{Scripts => UOContent}/Engines/MLQuests/Items/FragmentOfAMapDelivery.cs (100%) rename Projects/{Scripts => UOContent}/Engines/MLQuests/Items/FriendOfTheLibraryToken.cs (100%) rename Projects/{Scripts => UOContent}/Engines/MLQuests/Items/FriendsOfTheLibraryApplication.cs (100%) rename Projects/{Scripts => UOContent}/Engines/MLQuests/Items/GamanHorns.cs (100%) rename Projects/{Scripts => UOContent}/Engines/MLQuests/Items/GervisSatchel.cs (100%) rename Projects/{Scripts => UOContent}/Engines/MLQuests/Items/GiftForArielle.cs (100%) rename Projects/{Scripts => UOContent}/Engines/MLQuests/Items/HargroveSatchel.cs (100%) rename Projects/{Scripts => UOContent}/Engines/MLQuests/Items/KirinBrains.cs (100%) rename Projects/{Scripts => UOContent}/Engines/MLQuests/Items/LowelSatchel.cs (100%) rename Projects/{Scripts => UOContent}/Engines/MLQuests/Items/MiniatureMushroom.cs (100%) rename Projects/{Scripts => UOContent}/Engines/MLQuests/Items/MirrorOfPurification.cs (100%) rename Projects/{Scripts => UOContent}/Engines/MLQuests/Items/MuggSatchel.cs (100%) rename Projects/{Scripts => UOContent}/Engines/MLQuests/Items/NibbetSatchel.cs (100%) rename Projects/{Scripts => UOContent}/Engines/MLQuests/Items/NotarizedApplication.cs (100%) rename Projects/{Scripts => UOContent}/Engines/MLQuests/Items/OfficialSealingWax.cs (100%) rename Projects/{Scripts => UOContent}/Engines/MLQuests/Items/PeppercornFishsteak.cs (100%) rename Projects/{Scripts => UOContent}/Engines/MLQuests/Items/PixieLeg.cs (100%) rename Projects/{Scripts => UOContent}/Engines/MLQuests/Items/PortraitOfTheBride.cs (100%) rename Projects/{Scripts => UOContent}/Engines/MLQuests/Items/PrismaticAmber.cs (100%) rename Projects/{Scripts => UOContent}/Engines/MLQuests/Items/PrismaticCrystal.cs (100%) rename Projects/{Scripts => UOContent}/Engines/MLQuests/Items/QuestGiverItem.cs (100%) rename Projects/{Scripts => UOContent}/Engines/MLQuests/Items/RedLeatherBook.cs (100%) rename Projects/{Scripts => UOContent}/Engines/MLQuests/Items/ReginasLetter.cs (100%) rename Projects/{Scripts => UOContent}/Engines/MLQuests/Items/ReginasRing.cs (100%) rename Projects/{Scripts => UOContent}/Engines/MLQuests/Items/RewardBags.cs (100%) rename Projects/{Scripts => UOContent}/Engines/MLQuests/Items/SadrahSatchel.cs (100%) rename Projects/{Scripts => UOContent}/Engines/MLQuests/Items/SapOfSosaria.cs (100%) rename Projects/{Scripts => UOContent}/Engines/MLQuests/Items/SealedNotesForJamal.cs (100%) rename Projects/{Scripts => UOContent}/Engines/MLQuests/Items/SealingWaxOrderAddressedToPetrus.cs (100%) rename Projects/{Scripts => UOContent}/Engines/MLQuests/Items/SeveredElfEars.cs (100%) rename Projects/{Scripts => UOContent}/Engines/MLQuests/Items/SeveredHumanEars.cs (100%) rename Projects/{Scripts => UOContent}/Engines/MLQuests/Items/SignedTuitionReimbursementForm.cs (100%) rename Projects/{Scripts => UOContent}/Engines/MLQuests/Items/SpecialTreatForDrithen.cs (100%) rename Projects/{Scripts => UOContent}/Engines/MLQuests/Items/SpeckledPoisonSac.cs (100%) rename Projects/{Scripts => UOContent}/Engines/MLQuests/Items/SpiritBottle.cs (100%) rename Projects/{Scripts => UOContent}/Engines/MLQuests/Items/StoutWhip.cs (100%) rename Projects/{Scripts => UOContent}/Engines/MLQuests/Items/TaintedTreeSample.cs (100%) rename Projects/{Scripts => UOContent}/Engines/MLQuests/Items/Teleporters.cs (100%) rename Projects/{Scripts => UOContent}/Engines/MLQuests/Items/TransparentHeart.cs (100%) rename Projects/{Scripts => UOContent}/Engines/MLQuests/Items/TuitionReimbursementForm.cs (100%) rename Projects/{Scripts => UOContent}/Engines/MLQuests/Items/UnicornRibs.cs (100%) rename Projects/{Scripts => UOContent}/Engines/MLQuests/MLQuest.cs (100%) rename Projects/{Scripts => UOContent}/Engines/MLQuests/MLQuestContext.cs (100%) rename Projects/{Scripts => UOContent}/Engines/MLQuests/MLQuestEntry.cs (100%) rename Projects/{Scripts => UOContent}/Engines/MLQuests/MLQuestPersistence.cs (100%) rename Projects/{Scripts => UOContent}/Engines/MLQuests/MLQuestSystem.cs (100%) rename Projects/{Scripts => UOContent}/Engines/MLQuests/Mobiles/BoonCollector.cs (100%) rename Projects/{Scripts => UOContent}/Engines/MLQuests/Mobiles/SirHelper.cs (100%) rename Projects/{Scripts => UOContent}/Engines/MLQuests/Objectives/BaseObjective.cs (100%) rename Projects/{Scripts => UOContent}/Engines/MLQuests/Objectives/CollectObjective.cs (100%) rename Projects/{Scripts => UOContent}/Engines/MLQuests/Objectives/DeliverObjective.cs (100%) rename Projects/{Scripts => UOContent}/Engines/MLQuests/Objectives/EscortObjective.cs (100%) rename Projects/{Scripts => UOContent}/Engines/MLQuests/Objectives/GainSkillObjective.cs (100%) rename Projects/{Scripts => UOContent}/Engines/MLQuests/Objectives/KillObjective.cs (100%) rename Projects/{Scripts => UOContent}/Engines/MLQuests/QuestArea.cs (100%) rename Projects/{Scripts => UOContent}/Engines/MLQuests/QuesterNameAttribute.cs (100%) rename Projects/{Scripts => UOContent}/Engines/MLQuests/Rewards/BaseReward.cs (100%) rename Projects/{Scripts => UOContent}/Engines/MLQuests/Rewards/DummyReward.cs (100%) rename Projects/{Scripts => UOContent}/Engines/MLQuests/Rewards/ItemReward.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Party/AddPartyTarget.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Party/DeclineTimer.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Party/Packets.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Party/Party.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Party/PartyCommands.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Party/PartyMemberInfo.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Party/RemoveFromParty.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Party/RemovePartyTarget.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Pathing/FastAStarAlgorithm.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Pathing/FastMovement.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Pathing/MoveResult.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Pathing/Movement.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Pathing/MovementPath.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Pathing/PathAlgorithm.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Pathing/PathFollower.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Pathing/SlowAStarAlgorithm.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Plants/EmptyTheBowlGump.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Plants/MainPlantGump.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Plants/MiscItems/FertileDirt.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Plants/MiscItems/GreenThorns.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Plants/MiscItems/OrangePetals.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Plants/MiscItems/RedLeaves.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Plants/MiscMobiles/GiantIceWorm.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Plants/Network/DisplayHelpTopic.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Plants/PlantBowl.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Plants/PlantHue.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Plants/PlantItem.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Plants/PlantPourTarget.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Plants/PlantResources.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Plants/PlantSystem.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Plants/PlantType.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Plants/PollinateTarget.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Plants/ReproductionGump.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Plants/Seed.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Plants/SetToDecorativeGump.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Quests/Ambitious Solen Queen/AmbitiousQueenQuest.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Quests/Ambitious Solen Queen/Conversations.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Quests/Ambitious Solen Queen/Mobiles/AmbitiousSolenQueen.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Quests/Ambitious Solen Queen/Objectives.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Quests/Collector/CollectorQuest.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Quests/Collector/Conversations.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Quests/Collector/Items/EnchantedPaints.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Quests/Collector/Items/ImageTypeInfo.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Quests/Collector/Items/Obsidian.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Quests/Collector/Items/PaintedImage.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Quests/Collector/Mobiles/AlbertaGiacco.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Quests/Collector/Mobiles/ElwoodMcCarrin.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Quests/Collector/Mobiles/GabrielPiete.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Quests/Collector/Mobiles/Impresario.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Quests/Collector/Mobiles/TomasONeerlan.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Quests/Collector/Objectives.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Quests/Core/BaseQuester.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Quests/Core/Items/DynamicTeleporter.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Quests/Core/Items/EnchantedSextant.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Quests/Core/Items/HornOfRetreat.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Quests/Core/Items/QuestItem.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Quests/Core/QuestCallbackEntry.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Quests/Core/QuestConversation.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Quests/Core/QuestItemInfo.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Quests/Core/QuestObjective.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Quests/Core/QuestRestartInfo.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Quests/Core/QuestSerializer.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Quests/Core/QuestSystem.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Quests/Core/Regions/CancelQuestRegion.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Quests/Core/Regions/QuestCompleteObjectiveRegion.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Quests/Core/Regions/QuestNoEntryRegion.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Quests/Core/Regions/QuestOfferRegion.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Quests/Dark Tides/Conversations.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Quests/Dark Tides/DarkTidesQuest.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Quests/Dark Tides/Items/CrystalCaveBarrier.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Quests/Dark Tides/Items/DarkTidesHorn.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Quests/Dark Tides/Items/DarkTidesTeleporter.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Quests/Dark Tides/Items/KronusScroll.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Quests/Dark Tides/Items/KronusScrollBox.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Quests/Dark Tides/Items/MaabusCoffin.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Quests/Dark Tides/Items/ScrollOfAbraxus.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Quests/Dark Tides/Items/VaultOfSecretsBarrier.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Quests/Dark Tides/Mobiles/Horus.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Quests/Dark Tides/Mobiles/Maabus.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Quests/Dark Tides/Mobiles/Mardoth.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Quests/Dark Tides/Mobiles/SummonedPaladin.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Quests/Dark Tides/Objectives.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Quests/Emino's Undertaking/Conversations.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Quests/Emino's Undertaking/EminosUndertakingQuest.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Quests/Emino's Undertaking/Items/BlueNinjaQuestTeleporter.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Quests/Emino's Undertaking/Items/EminosKatana.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Quests/Emino's Undertaking/Items/EminosKatanaChest.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Quests/Emino's Undertaking/Items/GreenNinjaQuestTeleporter.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Quests/Emino's Undertaking/Items/GuardianBarrier.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Quests/Emino's Undertaking/Items/NoteForZoel.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Quests/Emino's Undertaking/Items/WhiteNinjaQuestTeleporter.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Quests/Emino's Undertaking/Mobiles/Emino.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Quests/Emino's Undertaking/Mobiles/EnshroudedFigure.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Quests/Emino's Undertaking/Mobiles/Henchman.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Quests/Emino's Undertaking/Mobiles/HiddenFigure.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Quests/Emino's Undertaking/Mobiles/JedahEntille.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Quests/Emino's Undertaking/Mobiles/Zoel.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Quests/Emino's Undertaking/Objectives.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Quests/Haochi's Trials/Conversations.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Quests/Haochi's Trials/HaochisTrialsQuest.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Quests/Haochi's Trials/Items/HaochisKatana.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Quests/Haochi's Trials/Items/HaochisKatanaGenerator.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Quests/Haochi's Trials/Items/HaochisTreasureChest.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Quests/Haochi's Trials/Items/HonorCandle.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Quests/Haochi's Trials/Mobiles/CursedSoul.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Quests/Haochi's Trials/Mobiles/DeadlyImp.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Quests/Haochi's Trials/Mobiles/DiseasedCat.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Quests/Haochi's Trials/Mobiles/FierceDragon.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Quests/Haochi's Trials/Mobiles/Haochi.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Quests/Haochi's Trials/Mobiles/HaochisGuardsman.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Quests/Haochi's Trials/Mobiles/InjuredWolf.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Quests/Haochi's Trials/Mobiles/Relnia.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Quests/Haochi's Trials/Mobiles/YoungNinja.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Quests/Haochi's Trials/Mobiles/YoungRonin.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Quests/Haochi's Trials/Objectives.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Quests/Solen Matriarch/Conversations.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Quests/Solen Matriarch/Mobiles/SolenMatriarch.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Quests/Solen Matriarch/Objectives.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Quests/Solen Matriarch/SolenMatriarchQuest.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Quests/Study of the Solen Hive/Conversations.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Quests/Study of the Solen Hive/Mobiles/Naturalist.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Quests/Study of the Solen Hive/NestArea.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Quests/Study of the Solen Hive/Objectives.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Quests/Study of the Solen Hive/StudyOfSolenQuest.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Quests/Terrible Hatchlings/Conversations.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Quests/Terrible Hatchlings/Mobiles/AnsellaGryen.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Quests/Terrible Hatchlings/Objectives.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Quests/Terrible Hatchlings/TerribleHatchlingsQuest.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Quests/The Summoning/Conversations.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Quests/The Summoning/Items/BellOfTheDead.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Quests/The Summoning/Items/ChylothShroud.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Quests/The Summoning/Items/ChylothStaff.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Quests/The Summoning/Items/GoldenSkull.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Quests/The Summoning/Items/GrandGrimoire.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Quests/The Summoning/Items/SummoningAltar.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Quests/The Summoning/Mobiles/Chyloth.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Quests/The Summoning/Mobiles/Victoria.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Quests/The Summoning/Objectives.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Quests/The Summoning/TheSummoningQuest.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Quests/Uzeraan Turmoil/Conversations.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Quests/Uzeraan Turmoil/Items/Cannon.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Quests/Uzeraan Turmoil/Items/DaemonBloodChest.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Quests/Uzeraan Turmoil/Items/QuestDaemonBlood.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Quests/Uzeraan Turmoil/Items/QuestDaemonBone.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Quests/Uzeraan Turmoil/Items/QuestFertileDirt.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Quests/Uzeraan Turmoil/Items/SchmendrickApprenticeCorpse.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Quests/Uzeraan Turmoil/Items/SchmendrickScrollOfPower.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Quests/Uzeraan Turmoil/Items/UzeraanTurmoilHorn.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Quests/Uzeraan Turmoil/Items/UzeraanTurmoilTeleporter.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Quests/Uzeraan Turmoil/Mobiles/Dryad.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Quests/Uzeraan Turmoil/Mobiles/MansionGuard.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Quests/Uzeraan Turmoil/Mobiles/MilitiaCanoneer.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Quests/Uzeraan Turmoil/Mobiles/MilitiaFighter.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Quests/Uzeraan Turmoil/Mobiles/Schmendrick.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Quests/Uzeraan Turmoil/Mobiles/Uzeraan.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Quests/Uzeraan Turmoil/Objectives.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Quests/Uzeraan Turmoil/UzeraanTurmoilQuest.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Quests/Witch Apprentice/Conversations.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Quests/Witch Apprentice/Ingredient.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Quests/Witch Apprentice/Items/Cauldron.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Quests/Witch Apprentice/Items/HagApprenticeCorpse.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Quests/Witch Apprentice/Items/HagCauldron.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Quests/Witch Apprentice/Items/HagStew.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Quests/Witch Apprentice/Items/HangoverCure.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Quests/Witch Apprentice/Items/MagicFlute.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Quests/Witch Apprentice/Items/MoonfireBrew.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Quests/Witch Apprentice/Mobiles/Blackheart.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Quests/Witch Apprentice/Mobiles/Grizelda.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Quests/Witch Apprentice/Mobiles/Zeefzorpul.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Quests/Witch Apprentice/Objectives.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Quests/Witch Apprentice/WitchApprenticeQuest.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Spawner/ProximitySpawner.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Spawner/Spawner.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Spawner/SpawnerGump.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Spawner/SpawnerType.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Treasures of Tokuno/BasePigmentsOfTokuno.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Treasures of Tokuno/GreaterArtifacts.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Treasures of Tokuno/LesserArtifacts.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Treasures of Tokuno/TreasuresOfTokuno.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Treasures of Tokuno/TreasuresOfTokunoPersistance.cs (100%) rename Projects/{Scripts => UOContent}/Engines/VeteranRewards/Character Statue Maker/CharacterStatue.cs (100%) rename Projects/{Scripts => UOContent}/Engines/VeteranRewards/Character Statue Maker/CharacterStatueMaker.cs (100%) rename Projects/{Scripts => UOContent}/Engines/VeteranRewards/Character Statue Maker/CharacterStatuePlinth.cs (100%) rename Projects/{Scripts => UOContent}/Engines/VeteranRewards/Character Statue Maker/Gumps/CharacterStatueGump.cs (100%) rename Projects/{Scripts => UOContent}/Engines/VeteranRewards/Character Statue Maker/Packets.cs (100%) rename Projects/{Scripts => UOContent}/Engines/VeteranRewards/RewardCategory.cs (100%) rename Projects/{Scripts => UOContent}/Engines/VeteranRewards/RewardChoiceGump.cs (100%) rename Projects/{Scripts => UOContent}/Engines/VeteranRewards/RewardConfirmGump.cs (100%) rename Projects/{Scripts => UOContent}/Engines/VeteranRewards/RewardDemolitionGump.cs (100%) rename Projects/{Scripts => UOContent}/Engines/VeteranRewards/RewardEntry.cs (100%) rename Projects/{Scripts => UOContent}/Engines/VeteranRewards/RewardList.cs (100%) rename Projects/{Scripts => UOContent}/Engines/VeteranRewards/RewardNoticeGump.cs (100%) rename Projects/{Scripts => UOContent}/Engines/VeteranRewards/RewardOptionGump.cs (100%) rename Projects/{Scripts => UOContent}/Engines/VeteranRewards/RewardSystem.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Virtues/Compassion.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Virtues/Honor.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Virtues/Justice.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Virtues/Sacrifice.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Virtues/Valor.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Virtues/VirtueGump.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Virtues/VirtueHelper.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Virtues/VirtueInfoGump.cs (100%) rename Projects/{Scripts => UOContent}/Engines/Virtues/VirtueStatusGump.cs (100%) rename Projects/{Scripts => UOContent}/Gumps/AddDoorGump.cs (100%) rename Projects/{Scripts => UOContent}/Gumps/AddGump.cs (100%) rename Projects/{Scripts => UOContent}/Gumps/AdminGump.cs (100%) rename Projects/{Scripts => UOContent}/Gumps/BanDurationGump.cs (100%) rename Projects/{Scripts => UOContent}/Gumps/BaseConfirmGump.cs (100%) rename Projects/{Scripts => UOContent}/Gumps/BaseGridGump.cs (100%) rename Projects/{Scripts => UOContent}/Gumps/BaseImageTileButtonsGump.cs (100%) rename Projects/{Scripts => UOContent}/Gumps/CategorizedAddGump.cs (100%) rename Projects/{Scripts => UOContent}/Gumps/ClientGump.cs (100%) rename Projects/{Scripts => UOContent}/Gumps/CommentsGump.cs (100%) rename Projects/{Scripts => UOContent}/Gumps/ConfirmBreakCrystalGump.cs (100%) rename Projects/{Scripts => UOContent}/Gumps/ConfirmHeritageGump.cs (100%) rename Projects/{Scripts => UOContent}/Gumps/ConfirmHouseResize.cs (100%) rename Projects/{Scripts => UOContent}/Gumps/ConfirmReleaseGump.cs (100%) rename Projects/{Scripts => UOContent}/Gumps/DawnsMusicBoxGump.cs (100%) rename Projects/{Scripts => UOContent}/Gumps/Go/ChildNode.cs (100%) rename Projects/{Scripts => UOContent}/Gumps/Go/GoGump.cs (100%) rename Projects/{Scripts => UOContent}/Gumps/Go/LocationTree.cs (100%) rename Projects/{Scripts => UOContent}/Gumps/Go/ParentNode.cs (100%) rename Projects/{Scripts => UOContent}/Gumps/Guilds/DeclareFealtyGump.cs (100%) rename Projects/{Scripts => UOContent}/Gumps/Guilds/GrantGuildTitleGump.cs (100%) rename Projects/{Scripts => UOContent}/Gumps/Guilds/GuildAbbrvPrompt.cs (100%) rename Projects/{Scripts => UOContent}/Gumps/Guilds/GuildAcceptWarGump.cs (100%) rename Projects/{Scripts => UOContent}/Gumps/Guilds/GuildAdminCandidatesGump.cs (100%) rename Projects/{Scripts => UOContent}/Gumps/Guilds/GuildCandidatesGump.cs (100%) rename Projects/{Scripts => UOContent}/Gumps/Guilds/GuildChangeTypeGump.cs (100%) rename Projects/{Scripts => UOContent}/Gumps/Guilds/GuildCharterGump.cs (100%) rename Projects/{Scripts => UOContent}/Gumps/Guilds/GuildCharterPrompt.cs (100%) rename Projects/{Scripts => UOContent}/Gumps/Guilds/GuildDeclarePeaceGump.cs (100%) rename Projects/{Scripts => UOContent}/Gumps/Guilds/GuildDeclareWarGump.cs (100%) rename Projects/{Scripts => UOContent}/Gumps/Guilds/GuildDeclareWarPrompt.cs (100%) rename Projects/{Scripts => UOContent}/Gumps/Guilds/GuildDismissGump.cs (100%) rename Projects/{Scripts => UOContent}/Gumps/Guilds/GuildGump.cs (100%) rename Projects/{Scripts => UOContent}/Gumps/Guilds/GuildListGump.cs (100%) rename Projects/{Scripts => UOContent}/Gumps/Guilds/GuildMobileListGump.cs (100%) rename Projects/{Scripts => UOContent}/Gumps/Guilds/GuildNamePrompt.cs (100%) rename Projects/{Scripts => UOContent}/Gumps/Guilds/GuildRejectWarGump.cs (100%) rename Projects/{Scripts => UOContent}/Gumps/Guilds/GuildRescindDeclarationGump.cs (100%) rename Projects/{Scripts => UOContent}/Gumps/Guilds/GuildRosterGump.cs (100%) rename Projects/{Scripts => UOContent}/Gumps/Guilds/GuildTitlePrompt.cs (100%) rename Projects/{Scripts => UOContent}/Gumps/Guilds/GuildWarAdminGump.cs (100%) rename Projects/{Scripts => UOContent}/Gumps/Guilds/GuildWarGump.cs (100%) rename Projects/{Scripts => UOContent}/Gumps/Guilds/GuildWebsitePrompt.cs (100%) rename Projects/{Scripts => UOContent}/Gumps/Guilds/GuildmasterGump.cs (100%) rename Projects/{Scripts => UOContent}/Gumps/Guilds/New Guild System/AdvancedSearch.cs (100%) rename Projects/{Scripts => UOContent}/Gumps/Guilds/New Guild System/BaseGuildGump.cs (100%) rename Projects/{Scripts => UOContent}/Gumps/Guilds/New Guild System/BaseGuildListGump.cs (100%) rename Projects/{Scripts => UOContent}/Gumps/Guilds/New Guild System/Create Guild Gump.cs (100%) rename Projects/{Scripts => UOContent}/Gumps/Guilds/New Guild System/DiplomacyGump.cs (100%) rename Projects/{Scripts => UOContent}/Gumps/Guilds/New Guild System/GuildInfoGump.cs (100%) rename Projects/{Scripts => UOContent}/Gumps/Guilds/New Guild System/GuildInvitationRequest.cs (100%) rename Projects/{Scripts => UOContent}/Gumps/Guilds/New Guild System/GuildMemberInfoGump.cs (100%) rename Projects/{Scripts => UOContent}/Gumps/Guilds/New Guild System/GuildRosterGump.cs (100%) rename Projects/{Scripts => UOContent}/Gumps/Guilds/New Guild System/OtherGuildInfo.cs (100%) rename Projects/{Scripts => UOContent}/Gumps/Guilds/New Guild System/War Declaration gump.cs (100%) rename Projects/{Scripts => UOContent}/Gumps/Guilds/RecruitTarget.cs (100%) rename Projects/{Scripts => UOContent}/Gumps/HeritageTokenGump.cs (100%) rename Projects/{Scripts => UOContent}/Gumps/HonorSelf.cs (100%) rename Projects/{Scripts => UOContent}/Gumps/HouseDemolishGump.cs (100%) rename Projects/{Scripts => UOContent}/Gumps/HouseGump.cs (100%) rename Projects/{Scripts => UOContent}/Gumps/HouseGumpAOS.cs (100%) rename Projects/{Scripts => UOContent}/Gumps/HouseTransferGump.cs (100%) rename Projects/{Scripts => UOContent}/Gumps/NoticeGump.cs (100%) rename Projects/{Scripts => UOContent}/Gumps/PetResurrectGump.cs (100%) rename Projects/{Scripts => UOContent}/Gumps/PlayerVendorGumps.cs (100%) rename Projects/{Scripts => UOContent}/Gumps/PolymorphGump.cs (100%) rename Projects/{Scripts => UOContent}/Gumps/Props/PropsConfig.cs (100%) rename Projects/{Scripts => UOContent}/Gumps/Props/PropsGump.cs (100%) rename Projects/{Scripts => UOContent}/Gumps/Props/SetBodyGump.cs (100%) rename Projects/{Scripts => UOContent}/Gumps/Props/SetCustomEnumGump.cs (100%) rename Projects/{Scripts => UOContent}/Gumps/Props/SetGump.cs (100%) rename Projects/{Scripts => UOContent}/Gumps/Props/SetListOptionGump.cs (100%) rename Projects/{Scripts => UOContent}/Gumps/Props/SetObjectGump.cs (100%) rename Projects/{Scripts => UOContent}/Gumps/Props/SetObjectTarget.cs (100%) rename Projects/{Scripts => UOContent}/Gumps/Props/SetPoint2DGump.cs (100%) rename Projects/{Scripts => UOContent}/Gumps/Props/SetPoint3DGump.cs (100%) rename Projects/{Scripts => UOContent}/Gumps/Props/SetTimeSpanGump.cs (100%) rename Projects/{Scripts => UOContent}/Gumps/ReclaimVendorGump.cs (100%) rename Projects/{Scripts => UOContent}/Gumps/ReportMurderer.cs (100%) rename Projects/{Scripts => UOContent}/Gumps/ResurrectGump.cs (100%) rename Projects/{Scripts => UOContent}/Gumps/RewardGump.cs (100%) rename Projects/{Scripts => UOContent}/Gumps/RunebookGump.cs (100%) rename Projects/{Scripts => UOContent}/Gumps/SetSecureLevelGump.cs (100%) rename Projects/{Scripts => UOContent}/Gumps/SkillsGump.cs (100%) rename Projects/{Scripts => UOContent}/Gumps/TithingGump.cs (100%) rename Projects/{Scripts => UOContent}/Gumps/ToTAdminGump.cs (100%) rename Projects/{Scripts => UOContent}/Gumps/VendorInventoryGump.cs (100%) rename Projects/{Scripts => UOContent}/Gumps/VendorRentalGumps.cs (100%) rename Projects/{Scripts => UOContent}/Gumps/ViewHousesGump.cs (100%) rename Projects/{Scripts => UOContent}/Gumps/WarningGump.cs (100%) rename Projects/{Scripts => UOContent}/Gumps/WhoGump.cs (100%) rename Projects/{Scripts => UOContent}/Gumps/YoungGumps.cs (100%) rename Projects/{Scripts => UOContent}/Holiday Stuff/Christmas/2010/Addons/FireFliesDeed.cs (100%) rename Projects/{Scripts => UOContent}/Holiday Stuff/Christmas/2010/Items/AngelDecoration.cs (100%) rename Projects/{Scripts => UOContent}/Holiday Stuff/Christmas/2010/Items/RockingHorse.cs (100%) rename Projects/{Scripts => UOContent}/Holiday Stuff/Easter/2011/Items/DragonEasterEgg.cs (100%) rename Projects/{Scripts => UOContent}/Holiday Stuff/Halloween/2006/Engines/TrickOrTreat.cs (100%) rename Projects/{Scripts => UOContent}/Holiday Stuff/Halloween/2006/Items/HalloweenPumpkin.cs (100%) rename Projects/{Scripts => UOContent}/Holiday Stuff/Halloween/2006/Items/PumpkinScarecrow.cs (100%) rename Projects/{Scripts => UOContent}/Holiday Stuff/Halloween/2006/Items/RuinedTapestry.cs (100%) rename Projects/{Scripts => UOContent}/Holiday Stuff/Halloween/2006/Items/TwilightLantern.cs (100%) rename Projects/{Scripts => UOContent}/Holiday Stuff/Halloween/2009/Engines/PumpkinPatch.cs (100%) rename Projects/{Scripts => UOContent}/Holiday Stuff/Halloween/2009/Foods/CreepyCake.cs (100%) rename Projects/{Scripts => UOContent}/Holiday Stuff/Halloween/2009/Foods/HarvestWine.cs (100%) rename Projects/{Scripts => UOContent}/Holiday Stuff/Halloween/2009/Foods/MrPlainsCookies.cs (100%) rename Projects/{Scripts => UOContent}/Holiday Stuff/Halloween/2009/Foods/MurkyMilk.cs (100%) rename Projects/{Scripts => UOContent}/Holiday Stuff/Halloween/2009/Foods/PumpkinPizza.cs (100%) rename Projects/{Scripts => UOContent}/Holiday Stuff/Halloween/2009/Items/GrimWarning.cs (100%) rename Projects/{Scripts => UOContent}/Holiday Stuff/Halloween/2009/Items/SkullsOnPike.cs (100%) rename Projects/{Scripts => UOContent}/Holiday Stuff/Halloween/2010/Items/ChairInAGhostCostume.cs (100%) rename Projects/{Scripts => UOContent}/Holiday Stuff/Halloween/2010/Items/ColoredSmallWebs.cs (100%) rename Projects/{Scripts => UOContent}/Holiday Stuff/Halloween/2010/Items/ExcellentIronMaiden.cs (100%) rename Projects/{Scripts => UOContent}/Holiday Stuff/Halloween/2010/Items/HalloweenGuillotine.cs (100%) rename Projects/{Scripts => UOContent}/Holiday Stuff/Halloween/2011/Items/BasePaintedMask.cs (100%) rename Projects/{Scripts => UOContent}/Holiday Stuff/Halloween/2011/Items/ClownMask.cs (100%) rename Projects/{Scripts => UOContent}/Holiday Stuff/Halloween/2011/Items/DaemonMask.cs (100%) rename Projects/{Scripts => UOContent}/Holiday Stuff/Halloween/2011/Items/PlagueMask.cs (100%) rename Projects/{Scripts => UOContent}/Holiday Stuff/Halloween/2011/Mobiles/PumpkinHead.cs (100%) rename Projects/{Scripts => UOContent}/Holiday Stuff/Halloween/2012/Engines/PlayerZombies.cs (100%) rename Projects/{Scripts => UOContent}/Holiday Stuff/Halloween/2012/Items/EvilJesterMask.cs (100%) rename Projects/{Scripts => UOContent}/Holiday Stuff/Halloween/2012/Items/PorcelainMask.cs (100%) rename Projects/{Scripts => UOContent}/Holiday Stuff/Halloween/HolidaySettings.cs (100%) rename Projects/{Scripts => UOContent}/Holiday Stuff/Halloween/Treats/Jellybeans.cs (100%) rename Projects/{Scripts => UOContent}/Holiday Stuff/Halloween/Treats/Lollipops.cs (100%) rename Projects/{Scripts => UOContent}/Holiday Stuff/Halloween/Treats/NougatSwirl.cs (100%) rename Projects/{Scripts => UOContent}/Holiday Stuff/Halloween/Treats/Taffy.cs (100%) rename Projects/{Scripts => UOContent}/Holiday Stuff/Halloween/Treats/WrappedCandy.cs (100%) rename Projects/{Scripts => UOContent}/Holiday Stuff/Valentine/2010/Items/AnimatedHeartShapedBox.cs (100%) rename Projects/{Scripts => UOContent}/Holiday Stuff/Valentine/2011/Items/StValentinesBears.cs (100%) rename Projects/{Scripts => UOContent}/Holiday Stuff/Valentine/2012/Items/CupidStatue.cs (100%) rename Projects/{Scripts => UOContent}/Holiday Stuff/Valentine/2012/Items/CupidsArrow.cs (100%) rename Projects/{Scripts => UOContent}/Holiday Stuff/Valentine/2012/Items/HeartShapedBox.cs (100%) rename Projects/{Scripts => UOContent}/Items/Addons/AbbatoirAddon.cs (100%) rename Projects/{Scripts => UOContent}/Items/Addons/AddonComponent.cs (100%) rename Projects/{Scripts => UOContent}/Items/Addons/AddonContainerComponent.cs (100%) rename Projects/{Scripts => UOContent}/Items/Addons/AlchemistTableEastAddon.cs (100%) rename Projects/{Scripts => UOContent}/Items/Addons/AlchemistTableSouthAddon.cs (100%) rename Projects/{Scripts => UOContent}/Items/Addons/AnvilEastAddon.cs (100%) rename Projects/{Scripts => UOContent}/Items/Addons/AnvilSouthAddon.cs (100%) rename Projects/{Scripts => UOContent}/Items/Addons/ArcaneBookshelfEastAddon.cs (100%) rename Projects/{Scripts => UOContent}/Items/Addons/ArcaneBookshelfSouthAddon.cs (100%) rename Projects/{Scripts => UOContent}/Items/Addons/ArcaneCircleAddon.cs (100%) rename Projects/{Scripts => UOContent}/Items/Addons/ArcanistStatueEastAddon.cs (100%) rename Projects/{Scripts => UOContent}/Items/Addons/ArcanistStatueSouthAddon.cs (100%) rename Projects/{Scripts => UOContent}/Items/Addons/ArcheryButteAddon.cs (100%) rename Projects/{Scripts => UOContent}/Items/Addons/BallotBox.cs (100%) rename Projects/{Scripts => UOContent}/Items/Addons/BaseAddon.cs (100%) rename Projects/{Scripts => UOContent}/Items/Addons/BaseAddonContainer.cs (100%) rename Projects/{Scripts => UOContent}/Items/Addons/BaseAddonContainerDeed.cs (100%) rename Projects/{Scripts => UOContent}/Items/Addons/BaseAddonDeed.cs (100%) rename Projects/{Scripts => UOContent}/Items/Addons/BearRugs.cs (100%) rename Projects/{Scripts => UOContent}/Items/Addons/BloodPentagram.cs (100%) rename Projects/{Scripts => UOContent}/Items/Addons/DartBoard.cs (100%) rename Projects/{Scripts => UOContent}/Items/Addons/ElvenBedEastAddon.cs (100%) rename Projects/{Scripts => UOContent}/Items/Addons/ElvenBedSouthAddon.cs (100%) rename Projects/{Scripts => UOContent}/Items/Addons/ElvenDresserEastAddon.cs (100%) rename Projects/{Scripts => UOContent}/Items/Addons/ElvenDresserSouthAddon.cs (100%) rename Projects/{Scripts => UOContent}/Items/Addons/ElvenForgeAddon.cs (100%) rename Projects/{Scripts => UOContent}/Items/Addons/ElvenLoveseatEastAddon.cs (100%) rename Projects/{Scripts => UOContent}/Items/Addons/ElvenLoveseatSouthAddon.cs (100%) rename Projects/{Scripts => UOContent}/Items/Addons/ElvenSpinningwheelEastAddon.cs (100%) rename Projects/{Scripts => UOContent}/Items/Addons/ElvenSpinningwheelSouthAddon.cs (100%) rename Projects/{Scripts => UOContent}/Items/Addons/ElvenStoveEastAddon.cs (100%) rename Projects/{Scripts => UOContent}/Items/Addons/ElvenStoveSouthAddon.cs (100%) rename Projects/{Scripts => UOContent}/Items/Addons/ElvenWashbasinEastAddon.cs (100%) rename Projects/{Scripts => UOContent}/Items/Addons/ElvenWashbasinSouthAddon.cs (100%) rename Projects/{Scripts => UOContent}/Items/Addons/FancyElvenTableEastAddon.cs (100%) rename Projects/{Scripts => UOContent}/Items/Addons/FancyElvenTableSouthAddon.cs (100%) rename Projects/{Scripts => UOContent}/Items/Addons/FireColumnAddon.cs (100%) rename Projects/{Scripts => UOContent}/Items/Addons/FlourMillEastAddon.cs (100%) rename Projects/{Scripts => UOContent}/Items/Addons/FlourMillSouthAddon.cs (100%) rename Projects/{Scripts => UOContent}/Items/Addons/FlowerTapestries.cs (100%) rename Projects/{Scripts => UOContent}/Items/Addons/GiantWebs.cs (100%) rename Projects/{Scripts => UOContent}/Items/Addons/GozaMats.cs (100%) rename Projects/{Scripts => UOContent}/Items/Addons/GrayBrickFireplaceEastAddon.cs (100%) rename Projects/{Scripts => UOContent}/Items/Addons/GrayBrickFireplaceSouthAddon.cs (100%) rename Projects/{Scripts => UOContent}/Items/Addons/JackOLantern.cs (100%) rename Projects/{Scripts => UOContent}/Items/Addons/LargeBedEastAddon.cs (100%) rename Projects/{Scripts => UOContent}/Items/Addons/LargeBedSouthAddon.cs (100%) rename Projects/{Scripts => UOContent}/Items/Addons/LargeForgeEastAddon.cs (100%) rename Projects/{Scripts => UOContent}/Items/Addons/LargeForgeSouthAddon.cs (100%) rename Projects/{Scripts => UOContent}/Items/Addons/LargeStoneTableEastAddon.cs (100%) rename Projects/{Scripts => UOContent}/Items/Addons/LargeStoneTableSouthAddon.cs (100%) rename Projects/{Scripts => UOContent}/Items/Addons/LoomEastAddon.cs (100%) rename Projects/{Scripts => UOContent}/Items/Addons/LoomSouthAddon.cs (100%) rename Projects/{Scripts => UOContent}/Items/Addons/MediumStoneTableEastAddon.cs (100%) rename Projects/{Scripts => UOContent}/Items/Addons/MediumStoneTableSouthAddon.cs (100%) rename Projects/{Scripts => UOContent}/Items/Addons/OrnateElvenTableEastAddon.cs (100%) rename Projects/{Scripts => UOContent}/Items/Addons/OrnateElvenTableSouthAddon.cs (100%) rename Projects/{Scripts => UOContent}/Items/Addons/ParrotPerchAddon.cs (100%) rename Projects/{Scripts => UOContent}/Items/Addons/PentagramAddon.cs (100%) rename Projects/{Scripts => UOContent}/Items/Addons/PickpocketDips.cs (100%) rename Projects/{Scripts => UOContent}/Items/Addons/PyramidAddon.cs (100%) rename Projects/{Scripts => UOContent}/Items/Addons/RejuvinationAnkhs.cs (100%) rename Projects/{Scripts => UOContent}/Items/Addons/SHTeleporter.cs (100%) rename Projects/{Scripts => UOContent}/Items/Addons/SandstoneFireplaceEastAddon.cs (100%) rename Projects/{Scripts => UOContent}/Items/Addons/SandstoneFireplaceSouthAddon.cs (100%) rename Projects/{Scripts => UOContent}/Items/Addons/SandstoneFountainAddon.cs (100%) rename Projects/{Scripts => UOContent}/Items/Addons/SerpentPillarAddon.cs (100%) rename Projects/{Scripts => UOContent}/Items/Addons/ShrineOfWisdomAddon.cs (100%) rename Projects/{Scripts => UOContent}/Items/Addons/SkullPileAddon.cs (100%) rename Projects/{Scripts => UOContent}/Items/Addons/SmallBedEastAddon.cs (100%) rename Projects/{Scripts => UOContent}/Items/Addons/SmallBedSouthAddon.cs (100%) rename Projects/{Scripts => UOContent}/Items/Addons/SmallForgeAddon.cs (100%) rename Projects/{Scripts => UOContent}/Items/Addons/SolenAntHole.cs (100%) rename Projects/{Scripts => UOContent}/Items/Addons/SpinningwheelEastAddon.cs (100%) rename Projects/{Scripts => UOContent}/Items/Addons/SpinningwheelSouthAddon.cs (100%) rename Projects/{Scripts => UOContent}/Items/Addons/SquirrelStatueEastAddon.cs (100%) rename Projects/{Scripts => UOContent}/Items/Addons/SquirrelStatueSouthAddon.cs (100%) rename Projects/{Scripts => UOContent}/Items/Addons/StoneFireplaceEastAddon.cs (100%) rename Projects/{Scripts => UOContent}/Items/Addons/StoneFireplaceSouthAddon.cs (100%) rename Projects/{Scripts => UOContent}/Items/Addons/StoneFountainAddon.cs (100%) rename Projects/{Scripts => UOContent}/Items/Addons/StoneOvenEastAddon.cs (100%) rename Projects/{Scripts => UOContent}/Items/Addons/StoneOvenSouthAddon.cs (100%) rename Projects/{Scripts => UOContent}/Items/Addons/StretchedHides.cs (100%) rename Projects/{Scripts => UOContent}/Items/Addons/TallElvenBedEastAddon.cs (100%) rename Projects/{Scripts => UOContent}/Items/Addons/TallElvenBedSouthAddon.cs (100%) rename Projects/{Scripts => UOContent}/Items/Addons/Telescope.cs (100%) rename Projects/{Scripts => UOContent}/Items/Addons/TrainingDummies.cs (100%) rename Projects/{Scripts => UOContent}/Items/Addons/WarriorStatueEastAddon.cs (100%) rename Projects/{Scripts => UOContent}/Items/Addons/WarriorStatueSouthAddon.cs (100%) rename Projects/{Scripts => UOContent}/Items/Addons/WaterTroughEastAddon.cs (100%) rename Projects/{Scripts => UOContent}/Items/Addons/WaterTroughSouthAddon.cs (100%) rename Projects/{Scripts => UOContent}/Items/Addons/WaterVat.cs (100%) rename Projects/{Scripts => UOContent}/Items/Aquarium/Aquarium.cs (100%) rename Projects/{Scripts => UOContent}/Items/Aquarium/AquariumFishingNet.cs (100%) rename Projects/{Scripts => UOContent}/Items/Aquarium/AquariumFood.cs (100%) rename Projects/{Scripts => UOContent}/Items/Aquarium/AquariumGump.cs (100%) rename Projects/{Scripts => UOContent}/Items/Aquarium/AquariumState.cs (100%) rename Projects/{Scripts => UOContent}/Items/Aquarium/BaseFish.cs (100%) rename Projects/{Scripts => UOContent}/Items/Aquarium/Fish/AlbinoCourtesanFish.cs (100%) rename Projects/{Scripts => UOContent}/Items/Aquarium/Fish/AlbinoFrog.cs (100%) rename Projects/{Scripts => UOContent}/Items/Aquarium/Fish/BritainCrownFish.cs (100%) rename Projects/{Scripts => UOContent}/Items/Aquarium/Fish/FandancerFish.cs (100%) rename Projects/{Scripts => UOContent}/Items/Aquarium/Fish/GoldenBroadtail.cs (100%) rename Projects/{Scripts => UOContent}/Items/Aquarium/Fish/Jellyfish.cs (100%) rename Projects/{Scripts => UOContent}/Items/Aquarium/Fish/KillerFrog.cs (100%) rename Projects/{Scripts => UOContent}/Items/Aquarium/Fish/LongClawCrab.cs (100%) rename Projects/{Scripts => UOContent}/Items/Aquarium/Fish/MakotoCourtesanFish.cs (100%) rename Projects/{Scripts => UOContent}/Items/Aquarium/Fish/MinocBlueFish.cs (100%) rename Projects/{Scripts => UOContent}/Items/Aquarium/Fish/NujelmHoneyFish.cs (100%) rename Projects/{Scripts => UOContent}/Items/Aquarium/Fish/PurpleFrog.cs (100%) rename Projects/{Scripts => UOContent}/Items/Aquarium/Fish/RedDartFish.cs (100%) rename Projects/{Scripts => UOContent}/Items/Aquarium/Fish/Shrimp.cs (100%) rename Projects/{Scripts => UOContent}/Items/Aquarium/Fish/SmallMouthSuckerFin.cs (100%) rename Projects/{Scripts => UOContent}/Items/Aquarium/Fish/SpeckledCrab.cs (100%) rename Projects/{Scripts => UOContent}/Items/Aquarium/Fish/SpinedScratcherFish.cs (100%) rename Projects/{Scripts => UOContent}/Items/Aquarium/Fish/SpottedBuccaneer.cs (100%) rename Projects/{Scripts => UOContent}/Items/Aquarium/Fish/VesperReefTiger.cs (100%) rename Projects/{Scripts => UOContent}/Items/Aquarium/Fish/YellowFinBluebelly.cs (100%) rename Projects/{Scripts => UOContent}/Items/Aquarium/FishBowl.cs (100%) rename Projects/{Scripts => UOContent}/Items/Aquarium/Reward Fish/BrineShrimp.cs (100%) rename Projects/{Scripts => UOContent}/Items/Aquarium/Reward Fish/Coral.cs (100%) rename Projects/{Scripts => UOContent}/Items/Aquarium/Reward Fish/FullMoonFish.cs (100%) rename Projects/{Scripts => UOContent}/Items/Aquarium/Reward Fish/SeaHorse.cs (100%) rename Projects/{Scripts => UOContent}/Items/Aquarium/Reward Fish/StrippedFlakeFish.cs (100%) rename Projects/{Scripts => UOContent}/Items/Aquarium/Reward Fish/StrippedSosarianSwill.cs (100%) rename Projects/{Scripts => UOContent}/Items/Aquarium/Rewards/AquariumMessage.cs (100%) rename Projects/{Scripts => UOContent}/Items/Aquarium/Rewards/CaptainBlackheartsFishingPole.cs (100%) rename Projects/{Scripts => UOContent}/Items/Aquarium/Rewards/CraftysFishingHat.cs (100%) rename Projects/{Scripts => UOContent}/Items/Aquarium/Rewards/FishBones.cs (100%) rename Projects/{Scripts => UOContent}/Items/Aquarium/Rewards/IslandStatue.cs (100%) rename Projects/{Scripts => UOContent}/Items/Aquarium/Rewards/Shell.cs (100%) rename Projects/{Scripts => UOContent}/Items/Aquarium/Rewards/ToyBoat.cs (100%) rename Projects/{Scripts => UOContent}/Items/Aquarium/Rewards/WaterloggedBoots.cs (100%) rename Projects/{Scripts => UOContent}/Items/Aquarium/VacationWafer.cs (100%) rename Projects/{Scripts => UOContent}/Items/Armor/ArmorEnums.cs (100%) rename Projects/{Scripts => UOContent}/Items/Armor/Artifacts/ArmorOfFortune.cs (100%) rename Projects/{Scripts => UOContent}/Items/Armor/Artifacts/Craftable/BrambleCoat.cs (100%) rename Projects/{Scripts => UOContent}/Items/Armor/Artifacts/Craftable/IronwoodCrown.cs (100%) rename Projects/{Scripts => UOContent}/Items/Armor/Artifacts/Craftable/SongWovenMantle.cs (100%) rename Projects/{Scripts => UOContent}/Items/Armor/Artifacts/Craftable/SpellWovenBritches.cs (100%) rename Projects/{Scripts => UOContent}/Items/Armor/Artifacts/Craftable/StitchersMittens.cs (100%) rename Projects/{Scripts => UOContent}/Items/Armor/Artifacts/GauntletsOfNobility.cs (100%) rename Projects/{Scripts => UOContent}/Items/Armor/Artifacts/HelmOfInsight.cs (100%) rename Projects/{Scripts => UOContent}/Items/Armor/Artifacts/HolyKnightsBreastplate.cs (100%) rename Projects/{Scripts => UOContent}/Items/Armor/Artifacts/InquisitorsResolution.cs (100%) rename Projects/{Scripts => UOContent}/Items/Armor/Artifacts/JackalsCollar.cs (100%) rename Projects/{Scripts => UOContent}/Items/Armor/Artifacts/LeggingsOfBane.cs (100%) rename Projects/{Scripts => UOContent}/Items/Armor/Artifacts/MidnightBracers.cs (100%) rename Projects/{Scripts => UOContent}/Items/Armor/Artifacts/OrnateCrownOfTheHarrower.cs (100%) rename Projects/{Scripts => UOContent}/Items/Armor/Artifacts/ShadowDancerLeggings.cs (100%) rename Projects/{Scripts => UOContent}/Items/Armor/Artifacts/TunicOfFire.cs (100%) rename Projects/{Scripts => UOContent}/Items/Armor/Artifacts/VoiceOfTheFallenKing.cs (100%) rename Projects/{Scripts => UOContent}/Items/Armor/BaseArmor.cs (100%) rename Projects/{Scripts => UOContent}/Items/Armor/Bone/BoneArms.cs (100%) rename Projects/{Scripts => UOContent}/Items/Armor/Bone/BoneChest.cs (100%) rename Projects/{Scripts => UOContent}/Items/Armor/Bone/BoneGloves.cs (100%) rename Projects/{Scripts => UOContent}/Items/Armor/Bone/BoneLegs.cs (100%) rename Projects/{Scripts => UOContent}/Items/Armor/Chain/ChainChest.cs (100%) rename Projects/{Scripts => UOContent}/Items/Armor/Chain/ChainHatsuburi.cs (100%) rename Projects/{Scripts => UOContent}/Items/Armor/Chain/ChainLegs.cs (100%) rename Projects/{Scripts => UOContent}/Items/Armor/DaemonBone/DaemonArms.cs (100%) rename Projects/{Scripts => UOContent}/Items/Armor/DaemonBone/DaemonChest.cs (100%) rename Projects/{Scripts => UOContent}/Items/Armor/DaemonBone/DaemonGloves.cs (100%) rename Projects/{Scripts => UOContent}/Items/Armor/DaemonBone/DaemonLegs.cs (100%) rename Projects/{Scripts => UOContent}/Items/Armor/Dragon/DragonArms.cs (100%) rename Projects/{Scripts => UOContent}/Items/Armor/Dragon/DragonChest.cs (100%) rename Projects/{Scripts => UOContent}/Items/Armor/Dragon/DragonGloves.cs (100%) rename Projects/{Scripts => UOContent}/Items/Armor/Dragon/DragonHelm.cs (100%) rename Projects/{Scripts => UOContent}/Items/Armor/Dragon/DragonLegs.cs (100%) rename Projects/{Scripts => UOContent}/Items/Armor/Glasses/AnthropomorphistGlasses.cs (100%) rename Projects/{Scripts => UOContent}/Items/Armor/Glasses/ArtsGlasses.cs (100%) rename Projects/{Scripts => UOContent}/Items/Armor/Glasses/ElvenGlasses.cs (100%) rename Projects/{Scripts => UOContent}/Items/Armor/Glasses/FoldedSteelGlasses.cs (100%) rename Projects/{Scripts => UOContent}/Items/Armor/Glasses/LightOfWayGlasses.cs (100%) rename Projects/{Scripts => UOContent}/Items/Armor/Glasses/LyricalGlasses.cs (100%) rename Projects/{Scripts => UOContent}/Items/Armor/Glasses/MaceShieldGlasses.cs (100%) rename Projects/{Scripts => UOContent}/Items/Armor/Glasses/MaritimeGlasses.cs (100%) rename Projects/{Scripts => UOContent}/Items/Armor/Glasses/NecromanticGlasses.cs (100%) rename Projects/{Scripts => UOContent}/Items/Armor/Glasses/PoisonedGlasses.cs (100%) rename Projects/{Scripts => UOContent}/Items/Armor/Glasses/TradeGlasses.cs (100%) rename Projects/{Scripts => UOContent}/Items/Armor/Glasses/TreasureTrinketGlasses.cs (100%) rename Projects/{Scripts => UOContent}/Items/Armor/Glasses/WizardsGlasses.cs (100%) rename Projects/{Scripts => UOContent}/Items/Armor/Helmets/Bascinet.cs (100%) rename Projects/{Scripts => UOContent}/Items/Armor/Helmets/BoneHelm.cs (100%) rename Projects/{Scripts => UOContent}/Items/Armor/Helmets/ChainCoif.cs (100%) rename Projects/{Scripts => UOContent}/Items/Armor/Helmets/Circlet.cs (100%) rename Projects/{Scripts => UOContent}/Items/Armor/Helmets/CloseHelm.cs (100%) rename Projects/{Scripts => UOContent}/Items/Armor/Helmets/DaemonHelm.cs (100%) rename Projects/{Scripts => UOContent}/Items/Armor/Helmets/GemmedCirclet.cs (100%) rename Projects/{Scripts => UOContent}/Items/Armor/Helmets/Helmet.cs (100%) rename Projects/{Scripts => UOContent}/Items/Armor/Helmets/LeatherCap.cs (100%) rename Projects/{Scripts => UOContent}/Items/Armor/Helmets/NorseHelm.cs (100%) rename Projects/{Scripts => UOContent}/Items/Armor/Helmets/OrcHelm.cs (100%) rename Projects/{Scripts => UOContent}/Items/Armor/Helmets/PlateHelm.cs (100%) rename Projects/{Scripts => UOContent}/Items/Armor/Helmets/RavenHelm.cs (100%) rename Projects/{Scripts => UOContent}/Items/Armor/Helmets/RoyalCirclet.cs (100%) rename Projects/{Scripts => UOContent}/Items/Armor/Helmets/VultureHelm.cs (100%) rename Projects/{Scripts => UOContent}/Items/Armor/Helmets/WingedHelm.cs (100%) rename Projects/{Scripts => UOContent}/Items/Armor/Leather/FemaleLeafChest.cs (100%) rename Projects/{Scripts => UOContent}/Items/Armor/Leather/FemaleLeatherChest.cs (100%) rename Projects/{Scripts => UOContent}/Items/Armor/Leather/LeafArms.cs (100%) rename Projects/{Scripts => UOContent}/Items/Armor/Leather/LeafChest.cs (100%) rename Projects/{Scripts => UOContent}/Items/Armor/Leather/LeafGloves.cs (100%) rename Projects/{Scripts => UOContent}/Items/Armor/Leather/LeafGorget.cs (100%) rename Projects/{Scripts => UOContent}/Items/Armor/Leather/LeafLegs.cs (100%) rename Projects/{Scripts => UOContent}/Items/Armor/Leather/LeafTonlet.cs (100%) rename Projects/{Scripts => UOContent}/Items/Armor/Leather/LeatherArms.cs (100%) rename Projects/{Scripts => UOContent}/Items/Armor/Leather/LeatherBustierArms.cs (100%) rename Projects/{Scripts => UOContent}/Items/Armor/Leather/LeatherChest.cs (100%) rename Projects/{Scripts => UOContent}/Items/Armor/Leather/LeatherDo.cs (100%) rename Projects/{Scripts => UOContent}/Items/Armor/Leather/LeatherGloves.cs (100%) rename Projects/{Scripts => UOContent}/Items/Armor/Leather/LeatherGorget.cs (100%) rename Projects/{Scripts => UOContent}/Items/Armor/Leather/LeatherHaidate.cs (100%) rename Projects/{Scripts => UOContent}/Items/Armor/Leather/LeatherHiroSode.cs (100%) rename Projects/{Scripts => UOContent}/Items/Armor/Leather/LeatherJingasa.cs (100%) rename Projects/{Scripts => UOContent}/Items/Armor/Leather/LeatherLegs.cs (100%) rename Projects/{Scripts => UOContent}/Items/Armor/Leather/LeatherMempo.cs (100%) rename Projects/{Scripts => UOContent}/Items/Armor/Leather/LeatherNinjaHood.cs (100%) rename Projects/{Scripts => UOContent}/Items/Armor/Leather/LeatherNinjaJacket.cs (100%) rename Projects/{Scripts => UOContent}/Items/Armor/Leather/LeatherNinjaMitts.cs (100%) rename Projects/{Scripts => UOContent}/Items/Armor/Leather/LeatherNinjaPants.cs (100%) rename Projects/{Scripts => UOContent}/Items/Armor/Leather/LeatherShorts.cs (100%) rename Projects/{Scripts => UOContent}/Items/Armor/Leather/LeatherSkirt.cs (100%) rename Projects/{Scripts => UOContent}/Items/Armor/Leather/LeatherSuneate.cs (100%) rename Projects/{Scripts => UOContent}/Items/Armor/Plate/DecorativePlateKabuto.cs (100%) rename Projects/{Scripts => UOContent}/Items/Armor/Plate/FemalePlateChest.cs (100%) rename Projects/{Scripts => UOContent}/Items/Armor/Plate/FemaleWoodlandChest.cs (100%) rename Projects/{Scripts => UOContent}/Items/Armor/Plate/HeavyPlateJingasa.cs (100%) rename Projects/{Scripts => UOContent}/Items/Armor/Plate/LightPlateJingasa.cs (100%) rename Projects/{Scripts => UOContent}/Items/Armor/Plate/PlateArms.cs (100%) rename Projects/{Scripts => UOContent}/Items/Armor/Plate/PlateBattleKabuto.cs (100%) rename Projects/{Scripts => UOContent}/Items/Armor/Plate/PlateChest.cs (100%) rename Projects/{Scripts => UOContent}/Items/Armor/Plate/PlateDo.cs (100%) rename Projects/{Scripts => UOContent}/Items/Armor/Plate/PlateGloves.cs (100%) rename Projects/{Scripts => UOContent}/Items/Armor/Plate/PlateGorget.cs (100%) rename Projects/{Scripts => UOContent}/Items/Armor/Plate/PlateHaidate.cs (100%) rename Projects/{Scripts => UOContent}/Items/Armor/Plate/PlateHatsuburi.cs (100%) rename Projects/{Scripts => UOContent}/Items/Armor/Plate/PlateHiroSode.cs (100%) rename Projects/{Scripts => UOContent}/Items/Armor/Plate/PlateLegs.cs (100%) rename Projects/{Scripts => UOContent}/Items/Armor/Plate/PlateMempo.cs (100%) rename Projects/{Scripts => UOContent}/Items/Armor/Plate/PlateSuneate.cs (100%) rename Projects/{Scripts => UOContent}/Items/Armor/Plate/SmallPlateJingasa.cs (100%) rename Projects/{Scripts => UOContent}/Items/Armor/Plate/StandardPlateKabuto.cs (100%) rename Projects/{Scripts => UOContent}/Items/Armor/Plate/WoodlandArms.cs (100%) rename Projects/{Scripts => UOContent}/Items/Armor/Plate/WoodlandChest.cs (100%) rename Projects/{Scripts => UOContent}/Items/Armor/Plate/WoodlandGloves.cs (100%) rename Projects/{Scripts => UOContent}/Items/Armor/Plate/WoodlandGorget.cs (100%) rename Projects/{Scripts => UOContent}/Items/Armor/Plate/WoodlandLegs.cs (100%) rename Projects/{Scripts => UOContent}/Items/Armor/Ranger/RangerArms.cs (100%) rename Projects/{Scripts => UOContent}/Items/Armor/Ranger/RangerChest.cs (100%) rename Projects/{Scripts => UOContent}/Items/Armor/Ranger/RangerGloves.cs (100%) rename Projects/{Scripts => UOContent}/Items/Armor/Ranger/RangerGorget.cs (100%) rename Projects/{Scripts => UOContent}/Items/Armor/Ranger/RangerLegs.cs (100%) rename Projects/{Scripts => UOContent}/Items/Armor/Ring/RingmailArms.cs (100%) rename Projects/{Scripts => UOContent}/Items/Armor/Ring/RingmailChest.cs (100%) rename Projects/{Scripts => UOContent}/Items/Armor/Ring/RingmailGloves.cs (100%) rename Projects/{Scripts => UOContent}/Items/Armor/Ring/RingmailLegs.cs (100%) rename Projects/{Scripts => UOContent}/Items/Armor/Studded/FemaleStuddedChest.cs (100%) rename Projects/{Scripts => UOContent}/Items/Armor/Studded/HideChest.cs (100%) rename Projects/{Scripts => UOContent}/Items/Armor/Studded/HideFemaleChest.cs (100%) rename Projects/{Scripts => UOContent}/Items/Armor/Studded/HideGloves.cs (100%) rename Projects/{Scripts => UOContent}/Items/Armor/Studded/HideGorget.cs (100%) rename Projects/{Scripts => UOContent}/Items/Armor/Studded/HidePants.cs (100%) rename Projects/{Scripts => UOContent}/Items/Armor/Studded/HidePauldrons.cs (100%) rename Projects/{Scripts => UOContent}/Items/Armor/Studded/StuddedArms.cs (100%) rename Projects/{Scripts => UOContent}/Items/Armor/Studded/StuddedBustierArms.cs (100%) rename Projects/{Scripts => UOContent}/Items/Armor/Studded/StuddedChest.cs (100%) rename Projects/{Scripts => UOContent}/Items/Armor/Studded/StuddedDo.cs (100%) rename Projects/{Scripts => UOContent}/Items/Armor/Studded/StuddedGloves.cs (100%) rename Projects/{Scripts => UOContent}/Items/Armor/Studded/StuddedGorget.cs (100%) rename Projects/{Scripts => UOContent}/Items/Armor/Studded/StuddedHaidate.cs (100%) rename Projects/{Scripts => UOContent}/Items/Armor/Studded/StuddedHiroSode.cs (100%) rename Projects/{Scripts => UOContent}/Items/Armor/Studded/StuddedLegs.cs (100%) rename Projects/{Scripts => UOContent}/Items/Armor/Studded/StuddedMempo.cs (100%) rename Projects/{Scripts => UOContent}/Items/Armor/Studded/StuddedSuneate.cs (100%) rename Projects/{Scripts => UOContent}/Items/Body Parts/BonePile.cs (100%) rename Projects/{Scripts => UOContent}/Items/Body Parts/Head.cs (100%) rename Projects/{Scripts => UOContent}/Items/Body Parts/LeftArm.cs (100%) rename Projects/{Scripts => UOContent}/Items/Body Parts/LeftLeg.cs (100%) rename Projects/{Scripts => UOContent}/Items/Body Parts/RibCage.cs (100%) rename Projects/{Scripts => UOContent}/Items/Body Parts/RightArm.cs (100%) rename Projects/{Scripts => UOContent}/Items/Body Parts/RightLeg.cs (100%) rename Projects/{Scripts => UOContent}/Items/Body Parts/Torso.cs (100%) rename Projects/{Scripts => UOContent}/Items/Books/BaseBook.cs (100%) rename Projects/{Scripts => UOContent}/Items/Books/BlueBook.cs (100%) rename Projects/{Scripts => UOContent}/Items/Books/BrownBook.cs (100%) rename Projects/{Scripts => UOContent}/Items/Books/Defined/BlackthornWelcomeBook.cs (100%) rename Projects/{Scripts => UOContent}/Items/Books/Defined/BookContent.cs (100%) rename Projects/{Scripts => UOContent}/Items/Books/Defined/DrakovsJournal.cs (100%) rename Projects/{Scripts => UOContent}/Items/Books/Defined/FropozJournal.cs (100%) rename Projects/{Scripts => UOContent}/Items/Books/Defined/KaburJournal.cs (100%) rename Projects/{Scripts => UOContent}/Items/Books/Defined/LibraryBooks.cs (100%) rename Projects/{Scripts => UOContent}/Items/Books/Defined/NewAquariumBook.cs (100%) rename Projects/{Scripts => UOContent}/Items/Books/Defined/TranslatedGargoyleJournal.cs (100%) rename Projects/{Scripts => UOContent}/Items/Books/RedBook.cs (100%) rename Projects/{Scripts => UOContent}/Items/Books/TanBook.cs (100%) rename Projects/{Scripts => UOContent}/Items/Champion Artifacts/Decorative/ArtifactLargeVase.cs (100%) rename Projects/{Scripts => UOContent}/Items/Champion Artifacts/Decorative/ArtifactVase.cs (100%) rename Projects/{Scripts => UOContent}/Items/Champion Artifacts/Decorative/DemonSkull.cs (100%) rename Projects/{Scripts => UOContent}/Items/Champion Artifacts/Decorative/DirtPatch.cs (100%) rename Projects/{Scripts => UOContent}/Items/Champion Artifacts/Decorative/EvilIdolSkull.cs (100%) rename Projects/{Scripts => UOContent}/Items/Champion Artifacts/Decorative/Futon.cs (100%) rename Projects/{Scripts => UOContent}/Items/Champion Artifacts/Decorative/LavaTile.cs (100%) rename Projects/{Scripts => UOContent}/Items/Champion Artifacts/Decorative/Pier.cs (100%) rename Projects/{Scripts => UOContent}/Items/Champion Artifacts/Decorative/SkullPole.cs (100%) rename Projects/{Scripts => UOContent}/Items/Champion Artifacts/Decorative/SwampTile.cs (100%) rename Projects/{Scripts => UOContent}/Items/Champion Artifacts/Decorative/TatteredAncientMummyWrapping.cs (100%) rename Projects/{Scripts => UOContent}/Items/Champion Artifacts/Decorative/WallBlood.cs (100%) rename Projects/{Scripts => UOContent}/Items/Champion Artifacts/Decorative/WaterTile.cs (100%) rename Projects/{Scripts => UOContent}/Items/Champion Artifacts/Decorative/Web.cs (100%) rename Projects/{Scripts => UOContent}/Items/Champion Artifacts/Decorative/WindSpirit.cs (100%) rename Projects/{Scripts => UOContent}/Items/Champion Artifacts/Shared/ANecromancerShroud.cs (100%) rename Projects/{Scripts => UOContent}/Items/Champion Artifacts/Shared/BraveKnightOfTheBritannia.cs (100%) rename Projects/{Scripts => UOContent}/Items/Champion Artifacts/Shared/CaptainJohnsHat.cs (100%) rename Projects/{Scripts => UOContent}/Items/Champion Artifacts/Shared/DetectiveBoots.cs (100%) rename Projects/{Scripts => UOContent}/Items/Champion Artifacts/Shared/DjinnisRing.cs (100%) rename Projects/{Scripts => UOContent}/Items/Champion Artifacts/Shared/EmbroideredOakLeafCloak.cs (100%) rename Projects/{Scripts => UOContent}/Items/Champion Artifacts/Shared/GauntletsOfAnger.cs (100%) rename Projects/{Scripts => UOContent}/Items/Champion Artifacts/Shared/LieutenantOfTheBritannianRoyalGuard.cs (100%) rename Projects/{Scripts => UOContent}/Items/Champion Artifacts/Shared/OblivionsNeedle.cs (100%) rename Projects/{Scripts => UOContent}/Items/Champion Artifacts/Shared/RoyalGuardSurvivalKnife.cs (100%) rename Projects/{Scripts => UOContent}/Items/Champion Artifacts/Shared/SamaritanRobe.cs (100%) rename Projects/{Scripts => UOContent}/Items/Champion Artifacts/Shared/TheMostKnowledgePerson.cs (100%) rename Projects/{Scripts => UOContent}/Items/Champion Artifacts/Shared/TheRobeOfBritanniaAri.cs (100%) rename Projects/{Scripts => UOContent}/Items/Champion Artifacts/Unique/AcidProofRobe.cs (100%) rename Projects/{Scripts => UOContent}/Items/Champion Artifacts/Unique/Calm.cs (100%) rename Projects/{Scripts => UOContent}/Items/Champion Artifacts/Unique/CrownOfTalKeesh.cs (100%) rename Projects/{Scripts => UOContent}/Items/Champion Artifacts/Unique/FangOfRactus.cs (100%) rename Projects/{Scripts => UOContent}/Items/Champion Artifacts/Unique/GladiatorsCollar.cs (100%) rename Projects/{Scripts => UOContent}/Items/Champion Artifacts/Unique/OrcChieftainHelm.cs (100%) rename Projects/{Scripts => UOContent}/Items/Champion Artifacts/Unique/Pacify.cs (100%) rename Projects/{Scripts => UOContent}/Items/Champion Artifacts/Unique/Quell.cs (100%) rename Projects/{Scripts => UOContent}/Items/Champion Artifacts/Unique/ShroudOfDeceit.cs (100%) rename Projects/{Scripts => UOContent}/Items/Champion Artifacts/Unique/Subdue.cs (100%) rename Projects/{Scripts => UOContent}/Items/Clothing/Artifacts/CrimsonCincture.cs (100%) rename Projects/{Scripts => UOContent}/Items/Clothing/Artifacts/DivineCountenance.cs (100%) rename Projects/{Scripts => UOContent}/Items/Clothing/Artifacts/HatOfTheMagi.cs (100%) rename Projects/{Scripts => UOContent}/Items/Clothing/Artifacts/HuntersHeaddress.cs (100%) rename Projects/{Scripts => UOContent}/Items/Clothing/Artifacts/SpiritOfTheTotem.cs (100%) rename Projects/{Scripts => UOContent}/Items/Clothing/BaseClothing.cs (100%) rename Projects/{Scripts => UOContent}/Items/Clothing/Cloaks.cs (100%) rename Projects/{Scripts => UOContent}/Items/Clothing/Hats.cs (100%) rename Projects/{Scripts => UOContent}/Items/Clothing/MiddleTorso.cs (100%) rename Projects/{Scripts => UOContent}/Items/Clothing/OuterLegs.cs (100%) rename Projects/{Scripts => UOContent}/Items/Clothing/OuterTorso.cs (100%) rename Projects/{Scripts => UOContent}/Items/Clothing/Pants.cs (100%) rename Projects/{Scripts => UOContent}/Items/Clothing/Shirts.cs (100%) rename Projects/{Scripts => UOContent}/Items/Clothing/Shoes.cs (100%) rename Projects/{Scripts => UOContent}/Items/Clothing/Waist.cs (100%) rename Projects/{Scripts => UOContent}/Items/Construction/Ankhs.cs (100%) rename Projects/{Scripts => UOContent}/Items/Construction/Chairs/Benchs.cs (100%) rename Projects/{Scripts => UOContent}/Items/Construction/Chairs/Chairs.cs (100%) rename Projects/{Scripts => UOContent}/Items/Construction/Chairs/Stools.cs (100%) rename Projects/{Scripts => UOContent}/Items/Construction/Chairs/Thrones.cs (100%) rename Projects/{Scripts => UOContent}/Items/Construction/Decorative/DecorativeShield.cs (100%) rename Projects/{Scripts => UOContent}/Items/Construction/Decorative/DecorativeWeapon.cs (100%) rename Projects/{Scripts => UOContent}/Items/Construction/Decorative/PaintingPortraits.cs (100%) rename Projects/{Scripts => UOContent}/Items/Construction/Decorative/Tapestry.cs (100%) rename Projects/{Scripts => UOContent}/Items/Construction/Doors/BaseDoor.cs (100%) rename Projects/{Scripts => UOContent}/Items/Construction/Doors/Doors.cs (100%) rename Projects/{Scripts => UOContent}/Items/Construction/Doors/HouseDoors.cs (100%) rename Projects/{Scripts => UOContent}/Items/Construction/Doors/Portcullis.cs (100%) rename Projects/{Scripts => UOContent}/Items/Construction/Doors/SecretDoors.cs (100%) rename Projects/{Scripts => UOContent}/Items/Construction/Floors/Floors.cs (100%) rename Projects/{Scripts => UOContent}/Items/Construction/Misc/BarrelParts.cs (100%) rename Projects/{Scripts => UOContent}/Items/Construction/Misc/Easle.cs (100%) rename Projects/{Scripts => UOContent}/Items/Construction/Misc/MeltedWax.cs (100%) rename Projects/{Scripts => UOContent}/Items/Construction/Misc/MusicStand.cs (100%) rename Projects/{Scripts => UOContent}/Items/Construction/Misc/Obelisk.cs (100%) rename Projects/{Scripts => UOContent}/Items/Construction/Misc/Screens.cs (100%) rename Projects/{Scripts => UOContent}/Items/Construction/Misc/Statues.cs (100%) rename Projects/{Scripts => UOContent}/Items/Construction/Misc/Vase.cs (100%) rename Projects/{Scripts => UOContent}/Items/Construction/Misc/Vines.cs (100%) rename Projects/{Scripts => UOContent}/Items/Construction/Ruined/RuinedItemSingle.cs (100%) rename Projects/{Scripts => UOContent}/Items/Construction/Signs/BaseSign.cs (100%) rename Projects/{Scripts => UOContent}/Items/Construction/Signs/LocalizedSign.cs (100%) rename Projects/{Scripts => UOContent}/Items/Construction/Signs/Sign.cs (100%) rename Projects/{Scripts => UOContent}/Items/Construction/Signs/SubtextSign.cs (100%) rename Projects/{Scripts => UOContent}/Items/Construction/Tables/Tables.cs (100%) rename Projects/{Scripts => UOContent}/Items/Construction/Tables/WritingTable.cs (100%) rename Projects/{Scripts => UOContent}/Items/Construction/Walls/BaseWall.cs (100%) rename Projects/{Scripts => UOContent}/Items/Construction/Walls/DarkWoodWall.cs (100%) rename Projects/{Scripts => UOContent}/Items/Construction/Walls/ThickGrayStoneWall.cs (100%) rename Projects/{Scripts => UOContent}/Items/Construction/Walls/ThinBrickWall.cs (100%) rename Projects/{Scripts => UOContent}/Items/Construction/Walls/ThinStoneWall.cs (100%) rename Projects/{Scripts => UOContent}/Items/Construction/Walls/WhiteStoneWall.cs (100%) rename Projects/{Scripts => UOContent}/Items/Containers/BaseTreasureChest.cs (100%) rename Projects/{Scripts => UOContent}/Items/Containers/Container.cs (100%) rename Projects/{Scripts => UOContent}/Items/Containers/FillableContainers.cs (100%) rename Projects/{Scripts => UOContent}/Items/Containers/FurnitureContainer.cs (100%) rename Projects/{Scripts => UOContent}/Items/Containers/LockableContainer.cs (100%) rename Projects/{Scripts => UOContent}/Items/Containers/MarkContainer.cs (100%) rename Projects/{Scripts => UOContent}/Items/Containers/ParagonChest.cs (100%) rename Projects/{Scripts => UOContent}/Items/Containers/SalvageBag.cs (100%) rename Projects/{Scripts => UOContent}/Items/Containers/Strongbox.cs (100%) rename Projects/{Scripts => UOContent}/Items/Containers/TrappableContainer.cs (100%) rename Projects/{Scripts => UOContent}/Items/Containers/TreasureChest.cs (100%) rename Projects/{Scripts => UOContent}/Items/Containers/TreasureMapChest.cs (100%) rename Projects/{Scripts => UOContent}/Items/Decoration Artifacts/BaseDecorationArtifact.cs (100%) rename Projects/{Scripts => UOContent}/Items/Decoration Artifacts/DoomDecorationArtifacts.cs (100%) rename Projects/{Scripts => UOContent}/Items/Decoration Artifacts/SEDecorationArtifacts.cs (100%) rename Projects/{Scripts => UOContent}/Items/Decoration Artifacts/StealableArtifactsSpawner.cs (100%) rename Projects/{Scripts => UOContent}/Items/Deeds/BarkeepContract.cs (100%) rename Projects/{Scripts => UOContent}/Items/Deeds/ClothingBlessDeed.cs (100%) rename Projects/{Scripts => UOContent}/Items/Deeds/CommodityDeed.cs (100%) rename Projects/{Scripts => UOContent}/Items/Deeds/DragonBardingDeed.cs (100%) rename Projects/{Scripts => UOContent}/Items/Deeds/HairRestylingDeed.cs (100%) rename Projects/{Scripts => UOContent}/Items/Deeds/HolidayTreeDeed.cs (100%) rename Projects/{Scripts => UOContent}/Items/Deeds/NameChangeDeed.cs (100%) rename Projects/{Scripts => UOContent}/Items/Deeds/NewPlayerTicket.cs (100%) rename Projects/{Scripts => UOContent}/Items/Deeds/VendorRentalContract.cs (100%) rename Projects/{Scripts => UOContent}/Items/Facial/Beard.cs (100%) rename Projects/{Scripts => UOContent}/Items/Facial/Hair.cs (100%) rename Projects/{Scripts => UOContent}/Items/Farming/FarmableCabbage.cs (100%) rename Projects/{Scripts => UOContent}/Items/Farming/FarmableCarrot.cs (100%) rename Projects/{Scripts => UOContent}/Items/Farming/FarmableCotton.cs (100%) rename Projects/{Scripts => UOContent}/Items/Farming/FarmableCrop.cs (100%) rename Projects/{Scripts => UOContent}/Items/Farming/FarmableFlax.cs (100%) rename Projects/{Scripts => UOContent}/Items/Farming/FarmableLettuce.cs (100%) rename Projects/{Scripts => UOContent}/Items/Farming/FarmableOnion.cs (100%) rename Projects/{Scripts => UOContent}/Items/Farming/FarmablePumpkin.cs (100%) rename Projects/{Scripts => UOContent}/Items/Farming/FarmableTurnip.cs (100%) rename Projects/{Scripts => UOContent}/Items/Farming/FarmableWheat.cs (100%) rename Projects/{Scripts => UOContent}/Items/Food/Asian.cs (100%) rename Projects/{Scripts => UOContent}/Items/Food/Beverage.cs (100%) rename Projects/{Scripts => UOContent}/Items/Food/BeverageEmpty.cs (100%) rename Projects/{Scripts => UOContent}/Items/Food/Bowls.cs (100%) rename Projects/{Scripts => UOContent}/Items/Food/Chocolatiering.cs (100%) rename Projects/{Scripts => UOContent}/Items/Food/CookableFood.cs (100%) rename Projects/{Scripts => UOContent}/Items/Food/Cooking.cs (100%) rename Projects/{Scripts => UOContent}/Items/Food/Food.cs (100%) rename Projects/{Scripts => UOContent}/Items/Food/Fruits.cs (100%) rename Projects/{Scripts => UOContent}/Items/Food/Vegetables.cs (100%) rename Projects/{Scripts => UOContent}/Items/Games/Backgammon.cs (100%) rename Projects/{Scripts => UOContent}/Items/Games/BaseBoard.cs (100%) rename Projects/{Scripts => UOContent}/Items/Games/BasePiece.cs (100%) rename Projects/{Scripts => UOContent}/Items/Games/CheckerBoard.cs (100%) rename Projects/{Scripts => UOContent}/Items/Games/CheckersPieces.cs (100%) rename Projects/{Scripts => UOContent}/Items/Games/ChessPieces.cs (100%) rename Projects/{Scripts => UOContent}/Items/Games/Chessboard.cs (100%) rename Projects/{Scripts => UOContent}/Items/Games/Dices.cs (100%) rename Projects/{Scripts => UOContent}/Items/Games/Mahjong/MahjongDealerIndicator.cs (100%) rename Projects/{Scripts => UOContent}/Items/Games/Mahjong/MahjongDices.cs (100%) rename Projects/{Scripts => UOContent}/Items/Games/Mahjong/MahjongEnums.cs (100%) rename Projects/{Scripts => UOContent}/Items/Games/Mahjong/MahjongGame.cs (100%) rename Projects/{Scripts => UOContent}/Items/Games/Mahjong/MahjongPacketHandlers.cs (100%) rename Projects/{Scripts => UOContent}/Items/Games/Mahjong/MahjongPieceDim.cs (100%) rename Projects/{Scripts => UOContent}/Items/Games/Mahjong/MahjongPlayers.cs (100%) rename Projects/{Scripts => UOContent}/Items/Games/Mahjong/MahjongTile.cs (100%) rename Projects/{Scripts => UOContent}/Items/Games/Mahjong/MahjongTileTypeGenerator.cs (100%) rename Projects/{Scripts => UOContent}/Items/Games/Mahjong/MahjongWallBreakIndicator.cs (100%) rename Projects/{Scripts => UOContent}/Items/Games/Mahjong/Packets.cs (100%) rename Projects/{Scripts => UOContent}/Items/Gems/Amber.cs (100%) rename Projects/{Scripts => UOContent}/Items/Gems/Amethyst.cs (100%) rename Projects/{Scripts => UOContent}/Items/Gems/Citrine.cs (100%) rename Projects/{Scripts => UOContent}/Items/Gems/Diamond.cs (100%) rename Projects/{Scripts => UOContent}/Items/Gems/Emerald.cs (100%) rename Projects/{Scripts => UOContent}/Items/Gems/Ruby.cs (100%) rename Projects/{Scripts => UOContent}/Items/Gems/Sapphire.cs (100%) rename Projects/{Scripts => UOContent}/Items/Gems/StarSapphire.cs (100%) rename Projects/{Scripts => UOContent}/Items/Gems/Tourmaline.cs (100%) rename Projects/{Scripts => UOContent}/Items/Guilds/GuildDeed.cs (100%) rename Projects/{Scripts => UOContent}/Items/Guilds/GuildTeleporter.cs (100%) rename Projects/{Scripts => UOContent}/Items/Guilds/Guildstone.cs (100%) rename Projects/{Scripts => UOContent}/Items/Jewels/Artifacts/BraceletOfHealth.cs (100%) rename Projects/{Scripts => UOContent}/Items/Jewels/Artifacts/Craftable/EssenceOfBattle.cs (100%) rename Projects/{Scripts => UOContent}/Items/Jewels/Artifacts/Craftable/PendantOfTheMagi.cs (100%) rename Projects/{Scripts => UOContent}/Items/Jewels/Artifacts/Craftable/ResillientBracer.cs (100%) rename Projects/{Scripts => UOContent}/Items/Jewels/Artifacts/OrnamentOfTheMagician.cs (100%) rename Projects/{Scripts => UOContent}/Items/Jewels/Artifacts/RingOfTheElements.cs (100%) rename Projects/{Scripts => UOContent}/Items/Jewels/Artifacts/RingOfTheVile.cs (100%) rename Projects/{Scripts => UOContent}/Items/Jewels/BaseJewel.cs (100%) rename Projects/{Scripts => UOContent}/Items/Jewels/Beads.cs (100%) rename Projects/{Scripts => UOContent}/Items/Jewels/Bracelet.cs (100%) rename Projects/{Scripts => UOContent}/Items/Jewels/Earrings.cs (100%) rename Projects/{Scripts => UOContent}/Items/Jewels/Necklace.cs (100%) rename Projects/{Scripts => UOContent}/Items/Jewels/Ring.cs (100%) rename Projects/{Scripts => UOContent}/Items/Lights/BaseEquippableLight.cs (100%) rename Projects/{Scripts => UOContent}/Items/Lights/BaseLight.cs (100%) rename Projects/{Scripts => UOContent}/Items/Lights/Brazier.cs (100%) rename Projects/{Scripts => UOContent}/Items/Lights/BrazierTall.cs (100%) rename Projects/{Scripts => UOContent}/Items/Lights/Candelabra.cs (100%) rename Projects/{Scripts => UOContent}/Items/Lights/CandelabraStand.cs (100%) rename Projects/{Scripts => UOContent}/Items/Lights/Candle.cs (100%) rename Projects/{Scripts => UOContent}/Items/Lights/CandleLarge.cs (100%) rename Projects/{Scripts => UOContent}/Items/Lights/CandleLong.cs (100%) rename Projects/{Scripts => UOContent}/Items/Lights/CandleShort.cs (100%) rename Projects/{Scripts => UOContent}/Items/Lights/CandleSkull.cs (100%) rename Projects/{Scripts => UOContent}/Items/Lights/DarkSource.cs (100%) rename Projects/{Scripts => UOContent}/Items/Lights/HangingLantern.cs (100%) rename Projects/{Scripts => UOContent}/Items/Lights/HeatingStand.cs (100%) rename Projects/{Scripts => UOContent}/Items/Lights/LampPost1.cs (100%) rename Projects/{Scripts => UOContent}/Items/Lights/LampPost2.cs (100%) rename Projects/{Scripts => UOContent}/Items/Lights/LampPost3.cs (100%) rename Projects/{Scripts => UOContent}/Items/Lights/Lantern.cs (100%) rename Projects/{Scripts => UOContent}/Items/Lights/LightSource.cs (100%) rename Projects/{Scripts => UOContent}/Items/Lights/PaperLantern.cs (100%) rename Projects/{Scripts => UOContent}/Items/Lights/RedHangingLantern.cs (100%) rename Projects/{Scripts => UOContent}/Items/Lights/RoundPaperLantern.cs (100%) rename Projects/{Scripts => UOContent}/Items/Lights/ShojiLantern.cs (100%) rename Projects/{Scripts => UOContent}/Items/Lights/Torch.cs (100%) rename Projects/{Scripts => UOContent}/Items/Lights/WallSconce.cs (100%) rename Projects/{Scripts => UOContent}/Items/Lights/WallTorch.cs (100%) rename Projects/{Scripts => UOContent}/Items/Lights/WhiteHangingLantern.cs (100%) rename Projects/{Scripts => UOContent}/Items/Maps/BlankMap.cs (100%) rename Projects/{Scripts => UOContent}/Items/Maps/CityMap.cs (100%) rename Projects/{Scripts => UOContent}/Items/Maps/IndecipherableMap.cs (100%) rename Projects/{Scripts => UOContent}/Items/Maps/LocalMap.cs (100%) rename Projects/{Scripts => UOContent}/Items/Maps/MapItem.cs (100%) rename Projects/{Scripts => UOContent}/Items/Maps/PresetMap.cs (100%) rename Projects/{Scripts => UOContent}/Items/Maps/SeaChart.cs (100%) rename Projects/{Scripts => UOContent}/Items/Maps/TreasureMap.cs (100%) rename Projects/{Scripts => UOContent}/Items/Maps/WorldMap.cs (100%) rename Projects/{Scripts => UOContent}/Items/Minor Artifacts/AdmiralsHeartyRum.cs (100%) rename Projects/{Scripts => UOContent}/Items/Minor Artifacts/AlchemistsBauble.cs (100%) rename Projects/{Scripts => UOContent}/Items/Minor Artifacts/ArcticDeathDealer.cs (100%) rename Projects/{Scripts => UOContent}/Items/Minor Artifacts/BlazeOfDeath.cs (100%) rename Projects/{Scripts => UOContent}/Items/Minor Artifacts/BowOfTheJukaKing.cs (100%) rename Projects/{Scripts => UOContent}/Items/Minor Artifacts/BurglarsBandana.cs (100%) rename Projects/{Scripts => UOContent}/Items/Minor Artifacts/CandelabraOfSouls.cs (100%) rename Projects/{Scripts => UOContent}/Items/Minor Artifacts/CaptainQuacklebushsCutlass.cs (100%) rename Projects/{Scripts => UOContent}/Items/Minor Artifacts/CavortingClub.cs (100%) rename Projects/{Scripts => UOContent}/Items/Minor Artifacts/ColdBlood.cs (100%) rename Projects/{Scripts => UOContent}/Items/Minor Artifacts/DreadPirateHat.cs (100%) rename Projects/{Scripts => UOContent}/Items/Minor Artifacts/EnchantedTitanLegBone.cs (100%) rename Projects/{Scripts => UOContent}/Items/Minor Artifacts/GhostShipAnchor.cs (100%) rename Projects/{Scripts => UOContent}/Items/Minor Artifacts/GlovesOfThePugilist.cs (100%) rename Projects/{Scripts => UOContent}/Items/Minor Artifacts/GoldBricks.cs (100%) rename Projects/{Scripts => UOContent}/Items/Minor Artifacts/GwennosHarp.cs (100%) rename Projects/{Scripts => UOContent}/Items/Minor Artifacts/HeartOfTheLion.cs (100%) rename Projects/{Scripts => UOContent}/Items/Minor Artifacts/IolosLute.cs (100%) rename Projects/{Scripts => UOContent}/Items/Minor Artifacts/LunaLance.cs (100%) rename Projects/{Scripts => UOContent}/Items/Minor Artifacts/ML/AegisOfGrace.cs (100%) rename Projects/{Scripts => UOContent}/Items/Minor Artifacts/ML/BladeDance.cs (100%) rename Projects/{Scripts => UOContent}/Items/Minor Artifacts/ML/BloodwoodSpirit.cs (100%) rename Projects/{Scripts => UOContent}/Items/Minor Artifacts/ML/Bonesmasher.cs (100%) rename Projects/{Scripts => UOContent}/Items/Minor Artifacts/ML/Boomstick.cs (100%) rename Projects/{Scripts => UOContent}/Items/Minor Artifacts/ML/BrightsightLenses.cs (100%) rename Projects/{Scripts => UOContent}/Items/Minor Artifacts/ML/FeyLeggings.cs (100%) rename Projects/{Scripts => UOContent}/Items/Minor Artifacts/ML/FleshRipper.cs (100%) rename Projects/{Scripts => UOContent}/Items/Minor Artifacts/ML/HelmOfSwiftness.cs (100%) rename Projects/{Scripts => UOContent}/Items/Minor Artifacts/ML/MelisandesCorrodedHatchet.cs (100%) rename Projects/{Scripts => UOContent}/Items/Minor Artifacts/ML/PadsOfTheCuSidhe.cs (100%) rename Projects/{Scripts => UOContent}/Items/Minor Artifacts/ML/QuiverOfElements.cs (100%) rename Projects/{Scripts => UOContent}/Items/Minor Artifacts/ML/QuiverOfRage.cs (100%) rename Projects/{Scripts => UOContent}/Items/Minor Artifacts/ML/RaedsGlory.cs (100%) rename Projects/{Scripts => UOContent}/Items/Minor Artifacts/ML/RighteousAnger.cs (100%) rename Projects/{Scripts => UOContent}/Items/Minor Artifacts/ML/RobeOfTheEclipse.cs (100%) rename Projects/{Scripts => UOContent}/Items/Minor Artifacts/ML/RobeOfTheEquinox.cs (100%) rename Projects/{Scripts => UOContent}/Items/Minor Artifacts/ML/SoulSeeker.cs (100%) rename Projects/{Scripts => UOContent}/Items/Minor Artifacts/ML/TalonBite.cs (100%) rename Projects/{Scripts => UOContent}/Items/Minor Artifacts/ML/TotemOfVoid.cs (100%) rename Projects/{Scripts => UOContent}/Items/Minor Artifacts/ML/WildfireBow.cs (100%) rename Projects/{Scripts => UOContent}/Items/Minor Artifacts/ML/Windsong.cs (100%) rename Projects/{Scripts => UOContent}/Items/Minor Artifacts/NightsKiss.cs (100%) rename Projects/{Scripts => UOContent}/Items/Minor Artifacts/NoxRangersHeavyCrossbow.cs (100%) rename Projects/{Scripts => UOContent}/Items/Minor Artifacts/OrcishVisage.cs (100%) rename Projects/{Scripts => UOContent}/Items/Minor Artifacts/PhillipsWoodenSteed.cs (100%) rename Projects/{Scripts => UOContent}/Items/Minor Artifacts/PixieSwatter.cs (100%) rename Projects/{Scripts => UOContent}/Items/Minor Artifacts/PolarBearMask.cs (100%) rename Projects/{Scripts => UOContent}/Items/Minor Artifacts/SeahorseStatuette.cs (100%) rename Projects/{Scripts => UOContent}/Items/Minor Artifacts/ShieldOfInvulnerability.cs (100%) rename Projects/{Scripts => UOContent}/Items/Minor Artifacts/ShipModelOfTheHMSCape.cs (100%) rename Projects/{Scripts => UOContent}/Items/Minor Artifacts/StaffOfPower.cs (100%) rename Projects/{Scripts => UOContent}/Items/Minor Artifacts/VioletCourage.cs (100%) rename Projects/{Scripts => UOContent}/Items/Minor Artifacts/WrathOfTheDryad.cs (100%) rename Projects/{Scripts => UOContent}/Items/Misc/AcidSlime.cs (100%) rename Projects/{Scripts => UOContent}/Items/Misc/ArcaneGem.cs (100%) rename Projects/{Scripts => UOContent}/Items/Misc/BankCheck.cs (100%) rename Projects/{Scripts => UOContent}/Items/Misc/Bedlam/GlobOfMonstreousInterredGrizzle.cs (100%) rename Projects/{Scripts => UOContent}/Items/Misc/Bedlam/GrizzledSkullCollection.cs (100%) rename Projects/{Scripts => UOContent}/Items/Misc/Bedlam/MonsterousInterredGrizzleMaggots.cs (100%) rename Projects/{Scripts => UOContent}/Items/Misc/Bedlam/ResolvesBridle.cs (100%) rename Projects/{Scripts => UOContent}/Items/Misc/Bedlam/TombstoneOfTheDamned.cs (100%) rename Projects/{Scripts => UOContent}/Items/Misc/Beeswax.cs (100%) rename Projects/{Scripts => UOContent}/Items/Misc/Blighted Grove/AbscessTail.cs (100%) rename Projects/{Scripts => UOContent}/Items/Misc/Blighted Grove/CoilsFang.cs (100%) rename Projects/{Scripts => UOContent}/Items/Misc/Blighted Grove/EternallyCorruptTree.cs (100%) rename Projects/{Scripts => UOContent}/Items/Misc/Blighted Grove/HydraScale.cs (100%) rename Projects/{Scripts => UOContent}/Items/Misc/Blighted Grove/MelisandesFermentedWine.cs (100%) rename Projects/{Scripts => UOContent}/Items/Misc/Blighted Grove/MelisandesHairDye.cs (100%) rename Projects/{Scripts => UOContent}/Items/Misc/Blighted Grove/SalivasFeather.cs (100%) rename Projects/{Scripts => UOContent}/Items/Misc/Blighted Grove/SamplesOfCorruptedWater.cs (100%) rename Projects/{Scripts => UOContent}/Items/Misc/Blighted Grove/TaintedSeeds.cs (100%) rename Projects/{Scripts => UOContent}/Items/Misc/Blighted Grove/ThorvaldsMedallion.cs (100%) rename Projects/{Scripts => UOContent}/Items/Misc/Blighted Grove/ThrashersTail.cs (100%) rename Projects/{Scripts => UOContent}/Items/Misc/Blocker.cs (100%) rename Projects/{Scripts => UOContent}/Items/Misc/Blood.cs (100%) rename Projects/{Scripts => UOContent}/Items/Misc/Bola.cs (100%) rename Projects/{Scripts => UOContent}/Items/Misc/BolaBall.cs (100%) rename Projects/{Scripts => UOContent}/Items/Misc/BulletinBoards.cs (100%) rename Projects/{Scripts => UOContent}/Items/Misc/ClockworkAssembly.cs (100%) rename Projects/{Scripts => UOContent}/Items/Misc/CommunicationCrystals.cs (100%) rename Projects/{Scripts => UOContent}/Items/Misc/Corpses/Corpse.cs (100%) rename Projects/{Scripts => UOContent}/Items/Misc/Corpses/CorpseNameAttribute.cs (100%) rename Projects/{Scripts => UOContent}/Items/Misc/Corpses/DecayedCorpse.cs (100%) rename Projects/{Scripts => UOContent}/Items/Misc/Corpses/Packets.cs (100%) rename Projects/{Scripts => UOContent}/Items/Misc/DeceitBrazier.cs (100%) rename Projects/{Scripts => UOContent}/Items/Misc/EffectController.cs (100%) rename Projects/{Scripts => UOContent}/Items/Misc/EffectItem.cs (100%) rename Projects/{Scripts => UOContent}/Items/Misc/ExecutionersCap.cs (100%) rename Projects/{Scripts => UOContent}/Items/Misc/Firebomb.cs (100%) rename Projects/{Scripts => UOContent}/Items/Misc/FlippableAddonAttribute.cs (100%) rename Projects/{Scripts => UOContent}/Items/Misc/FlippableAttribute.cs (100%) rename Projects/{Scripts => UOContent}/Items/Misc/GlassItems.cs (100%) rename Projects/{Scripts => UOContent}/Items/Misc/Gold.cs (100%) rename Projects/{Scripts => UOContent}/Items/Misc/Guillotine.cs (100%) rename Projects/{Scripts => UOContent}/Items/Misc/HairDye.cs (100%) rename Projects/{Scripts => UOContent}/Items/Misc/HoveringWisp.cs (100%) rename Projects/{Scripts => UOContent}/Items/Misc/IDurability.cs (100%) rename Projects/{Scripts => UOContent}/Items/Misc/InteriorDecorator.cs (100%) rename Projects/{Scripts => UOContent}/Items/Misc/Key.cs (100%) rename Projects/{Scripts => UOContent}/Items/Misc/KeyRing.cs (100%) rename Projects/{Scripts => UOContent}/Items/Misc/LOSBlocker.cs (100%) rename Projects/{Scripts => UOContent}/Items/Misc/Labyrinth/MinotaurArtifact.cs (100%) rename Projects/{Scripts => UOContent}/Items/Misc/Moonstone.cs (100%) rename Projects/{Scripts => UOContent}/Items/Misc/MoonstoneGate.cs (100%) rename Projects/{Scripts => UOContent}/Items/Misc/MorphItem.cs (100%) rename Projects/{Scripts => UOContent}/Items/Misc/OilCloth.cs (100%) rename Projects/{Scripts => UOContent}/Items/Misc/Origami.cs (100%) rename Projects/{Scripts => UOContent}/Items/Misc/Painted Caves/GrobusFur.cs (100%) rename Projects/{Scripts => UOContent}/Items/Misc/Painted Caves/PrimitiveFetish.cs (100%) rename Projects/{Scripts => UOContent}/Items/Misc/Palace of Paroxysmus/AcidProofRope.cs (100%) rename Projects/{Scripts => UOContent}/Items/Misc/Palace of Paroxysmus/ParoxysmusCorrodedStein.cs (100%) rename Projects/{Scripts => UOContent}/Items/Misc/Palace of Paroxysmus/ParoxysmusDinner.cs (100%) rename Projects/{Scripts => UOContent}/Items/Misc/Palace of Paroxysmus/StringOfPartsOfParoxysmusVictims.cs (100%) rename Projects/{Scripts => UOContent}/Items/Misc/Palace of Paroxysmus/SweatOfParoxysmus.cs (100%) rename Projects/{Scripts => UOContent}/Items/Misc/PlayerBulletinBoards.cs (100%) rename Projects/{Scripts => UOContent}/Items/Misc/PlayerVendorDeed.cs (100%) rename Projects/{Scripts => UOContent}/Items/Misc/PoolOfAcid.cs (100%) rename Projects/{Scripts => UOContent}/Items/Misc/PowerCrystal.cs (100%) rename Projects/{Scripts => UOContent}/Items/Misc/PowerGenerator.cs (100%) rename Projects/{Scripts => UOContent}/Items/Misc/Prism of Light/CrystallineFragments.cs (100%) rename Projects/{Scripts => UOContent}/Items/Misc/Prism of Light/IcyHeart.cs (100%) rename Projects/{Scripts => UOContent}/Items/Misc/Prism of Light/LuckyDagger.cs (100%) rename Projects/{Scripts => UOContent}/Items/Misc/Prism of Light/ProtectorsEssence.cs (100%) rename Projects/{Scripts => UOContent}/Items/Misc/Prism of Light/ShimmeringCrystal.cs (100%) rename Projects/{Scripts => UOContent}/Items/Misc/PromotionalToken.cs (100%) rename Projects/{Scripts => UOContent}/Items/Misc/PublicMoongate.cs (100%) rename Projects/{Scripts => UOContent}/Items/Misc/Rares.cs (100%) rename Projects/{Scripts => UOContent}/Items/Misc/Scales.cs (100%) rename Projects/{Scripts => UOContent}/Items/Misc/SerpentPillar.cs (100%) rename Projects/{Scripts => UOContent}/Items/Misc/SpecialBeardDye.cs (100%) rename Projects/{Scripts => UOContent}/Items/Misc/SpecialHairDye.cs (100%) rename Projects/{Scripts => UOContent}/Items/Misc/Static.cs (100%) rename Projects/{Scripts => UOContent}/Items/Misc/SwarmOfFlies.cs (100%) rename Projects/{Scripts => UOContent}/Items/Misc/Teleporter.cs (100%) rename Projects/{Scripts => UOContent}/Items/Misc/The Citadel/DragonFlameSectBadge.cs (100%) rename Projects/{Scripts => UOContent}/Items/Misc/The Citadel/OrdersFromMinax.cs (100%) rename Projects/{Scripts => UOContent}/Items/Misc/The Citadel/SerpentFangSectBadge.cs (100%) rename Projects/{Scripts => UOContent}/Items/Misc/The Citadel/TigerClawSectBadge.cs (100%) rename Projects/{Scripts => UOContent}/Items/Misc/The Citadel/TravestysCollectionOfShells.cs (100%) rename Projects/{Scripts => UOContent}/Items/Misc/The Citadel/TravestysFineTeakwoodTray.cs (100%) rename Projects/{Scripts => UOContent}/Items/Misc/The Citadel/TravestysSushiPreparations.cs (100%) rename Projects/{Scripts => UOContent}/Items/Misc/TrashBarrel.cs (100%) rename Projects/{Scripts => UOContent}/Items/Misc/TrashChest.cs (100%) rename Projects/{Scripts => UOContent}/Items/Misc/TribalBerry.cs (100%) rename Projects/{Scripts => UOContent}/Items/Misc/TribalPaint.cs (100%) rename Projects/{Scripts => UOContent}/Items/Misc/Twisted Weald/HornOfTheDreadhorn.cs (100%) rename Projects/{Scripts => UOContent}/Items/Misc/Twisted Weald/MangledHeadOfDreadhorn.cs (100%) rename Projects/{Scripts => UOContent}/Items/Misc/Twisted Weald/TaintedMushroom.cs (100%) rename Projects/{Scripts => UOContent}/Items/Misc/UnholyBone.cs (100%) rename Projects/{Scripts => UOContent}/Items/Misc/WarningItem.cs (100%) rename Projects/{Scripts => UOContent}/Items/Misc/Waypoint.cs (100%) rename Projects/{Scripts => UOContent}/Items/Misc/WindChimes.cs (100%) rename Projects/{Scripts => UOContent}/Items/New Haven Quest Rewards/AmeliasToolbox.cs (100%) rename Projects/{Scripts => UOContent}/Items/New Haven Quest Rewards/ArmsOfArmstrong.cs (100%) rename Projects/{Scripts => UOContent}/Items/New Haven Quest Rewards/BagOfNecromancerReagents.cs (100%) rename Projects/{Scripts => UOContent}/Items/New Haven Quest Rewards/BagOfSmokeBombs.cs (100%) rename Projects/{Scripts => UOContent}/Items/New Haven Quest Rewards/BraceletOfResilience.cs (100%) rename Projects/{Scripts => UOContent}/Items/New Haven Quest Rewards/BulwarkLeggings.cs (100%) rename Projects/{Scripts => UOContent}/Items/New Haven Quest Rewards/ChurchillsWarMace.cs (100%) rename Projects/{Scripts => UOContent}/Items/New Haven Quest Rewards/ClaspOfConcentration.cs (100%) rename Projects/{Scripts => UOContent}/Items/New Haven Quest Rewards/EmberStaff.cs (100%) rename Projects/{Scripts => UOContent}/Items/New Haven Quest Rewards/EscutcheonDeAriadne.cs (100%) rename Projects/{Scripts => UOContent}/Items/New Haven Quest Rewards/GlovesOfSafeguarding.cs (100%) rename Projects/{Scripts => UOContent}/Items/New Haven Quest Rewards/HallowedSpellbook.cs (100%) rename Projects/{Scripts => UOContent}/Items/New Haven Quest Rewards/HammerOfHephaestus.cs (100%) rename Projects/{Scripts => UOContent}/Items/New Haven Quest Rewards/HealersTouch.cs (100%) rename Projects/{Scripts => UOContent}/Items/New Haven Quest Rewards/Heartseeker.cs (100%) rename Projects/{Scripts => UOContent}/Items/New Haven Quest Rewards/JacobsPickaxe.cs (100%) rename Projects/{Scripts => UOContent}/Items/New Haven Quest Rewards/JocklesQuicksword.cs (100%) rename Projects/{Scripts => UOContent}/Items/New Haven Quest Rewards/PhilosophersHat.cs (100%) rename Projects/{Scripts => UOContent}/Items/New Haven Quest Rewards/RecarosRiposte.cs (100%) rename Projects/{Scripts => UOContent}/Items/New Haven Quest Rewards/RingOfTheSavant.cs (100%) rename Projects/{Scripts => UOContent}/Items/New Haven Quest Rewards/SilverSerpentBlade.cs (100%) rename Projects/{Scripts => UOContent}/Items/New Haven Quest Rewards/TheDragonsTail.cs (100%) rename Projects/{Scripts => UOContent}/Items/New Haven Quest Rewards/TunicOfGuarding.cs (100%) rename Projects/{Scripts => UOContent}/Items/New Haven Quest Rewards/TwilightJacket.cs (100%) rename Projects/{Scripts => UOContent}/Items/New Haven Quest Rewards/WalkersLeggings.cs (100%) rename Projects/{Scripts => UOContent}/Items/PlantsFlowers/Potted/EmptyPots.cs (100%) rename Projects/{Scripts => UOContent}/Items/PlantsFlowers/Potted/PottedCactus.cs (100%) rename Projects/{Scripts => UOContent}/Items/PlantsFlowers/Potted/PottedPlants.cs (100%) rename Projects/{Scripts => UOContent}/Items/PlantsFlowers/Potted/PottedTrees.cs (100%) rename Projects/{Scripts => UOContent}/Items/Quivers/BaseQuiver.cs (100%) rename Projects/{Scripts => UOContent}/Items/Quivers/ElvenQuiver.cs (100%) rename Projects/{Scripts => UOContent}/Items/Quivers/QuiverOfBlight.cs (100%) rename Projects/{Scripts => UOContent}/Items/Quivers/QuiverOfFire.cs (100%) rename Projects/{Scripts => UOContent}/Items/Quivers/QuiverOfIce.cs (100%) rename Projects/{Scripts => UOContent}/Items/Quivers/QuiverOfLightning.cs (100%) rename Projects/{Scripts => UOContent}/Items/Resources/Arrows/Arrow.cs (100%) rename Projects/{Scripts => UOContent}/Items/Resources/Arrows/Bolt.cs (100%) rename Projects/{Scripts => UOContent}/Items/Resources/Arrows/Feather.cs (100%) rename Projects/{Scripts => UOContent}/Items/Resources/Arrows/Shaft.cs (100%) rename Projects/{Scripts => UOContent}/Items/Resources/Blacksmithing/Ingots.cs (100%) rename Projects/{Scripts => UOContent}/Items/Resources/Blacksmithing/Ore.cs (100%) rename Projects/{Scripts => UOContent}/Items/Resources/Blacksmithing/Scales.cs (100%) rename Projects/{Scripts => UOContent}/Items/Resources/Fishing/BigFish.cs (100%) rename Projects/{Scripts => UOContent}/Items/Resources/Fishing/Fish.cs (100%) rename Projects/{Scripts => UOContent}/Items/Resources/Fishing/MagicFish.cs (100%) rename Projects/{Scripts => UOContent}/Items/Resources/Masonry/Granite.cs (100%) rename Projects/{Scripts => UOContent}/Items/Resources/MiscMLResources.cs (100%) rename Projects/{Scripts => UOContent}/Items/Resources/Reagents/BagOfAllReagents.cs (100%) rename Projects/{Scripts => UOContent}/Items/Resources/Reagents/BagOfNecroReagents.cs (100%) rename Projects/{Scripts => UOContent}/Items/Resources/Reagents/BagOfReagents.cs (100%) rename Projects/{Scripts => UOContent}/Items/Resources/Reagents/BaseReagent.cs (100%) rename Projects/{Scripts => UOContent}/Items/Resources/Reagents/BatWing.cs (100%) rename Projects/{Scripts => UOContent}/Items/Resources/Reagents/BlackPearl.cs (100%) rename Projects/{Scripts => UOContent}/Items/Resources/Reagents/Bloodmoss.cs (100%) rename Projects/{Scripts => UOContent}/Items/Resources/Reagents/DaemonBlood.cs (100%) rename Projects/{Scripts => UOContent}/Items/Resources/Reagents/DaemonBone.cs (100%) rename Projects/{Scripts => UOContent}/Items/Resources/Reagents/DeadWood.cs (100%) rename Projects/{Scripts => UOContent}/Items/Resources/Reagents/DragonsBlood.cs (100%) rename Projects/{Scripts => UOContent}/Items/Resources/Reagents/Garlic.cs (100%) rename Projects/{Scripts => UOContent}/Items/Resources/Reagents/Ginseng.cs (100%) rename Projects/{Scripts => UOContent}/Items/Resources/Reagents/GraveDust.cs (100%) rename Projects/{Scripts => UOContent}/Items/Resources/Reagents/MandrakeRoot.cs (100%) rename Projects/{Scripts => UOContent}/Items/Resources/Reagents/Nightshade.cs (100%) rename Projects/{Scripts => UOContent}/Items/Resources/Reagents/NoxCrystal.cs (100%) rename Projects/{Scripts => UOContent}/Items/Resources/Reagents/PigIron.cs (100%) rename Projects/{Scripts => UOContent}/Items/Resources/Reagents/SpidersSilk.cs (100%) rename Projects/{Scripts => UOContent}/Items/Resources/Reagents/SulfurousAsh.cs (100%) rename Projects/{Scripts => UOContent}/Items/Resources/Tailor/BoltOfCloth.cs (100%) rename Projects/{Scripts => UOContent}/Items/Resources/Tailor/Bone.cs (100%) rename Projects/{Scripts => UOContent}/Items/Resources/Tailor/Cloth.cs (100%) rename Projects/{Scripts => UOContent}/Items/Resources/Tailor/Cotton.cs (100%) rename Projects/{Scripts => UOContent}/Items/Resources/Tailor/Flax.cs (100%) rename Projects/{Scripts => UOContent}/Items/Resources/Tailor/Hides.cs (100%) rename Projects/{Scripts => UOContent}/Items/Resources/Tailor/Leathers.cs (100%) rename Projects/{Scripts => UOContent}/Items/Resources/Tailor/UncutCloth.cs (100%) rename Projects/{Scripts => UOContent}/Items/Resources/Tailor/Wool.cs (100%) rename Projects/{Scripts => UOContent}/Items/Resources/Tailor/YarnsAndThreads.cs (100%) rename Projects/{Scripts => UOContent}/Items/Shields/Artifacts/Aegis.cs (100%) rename Projects/{Scripts => UOContent}/Items/Shields/Artifacts/ArcaneShield.cs (100%) rename Projects/{Scripts => UOContent}/Items/Shields/BaseShield.cs (100%) rename Projects/{Scripts => UOContent}/Items/Shields/BronzeShield.cs (100%) rename Projects/{Scripts => UOContent}/Items/Shields/Buckler.cs (100%) rename Projects/{Scripts => UOContent}/Items/Shields/ChaosShield.cs (100%) rename Projects/{Scripts => UOContent}/Items/Shields/HeaterShield.cs (100%) rename Projects/{Scripts => UOContent}/Items/Shields/MetalKiteShield.cs (100%) rename Projects/{Scripts => UOContent}/Items/Shields/MetalShield.cs (100%) rename Projects/{Scripts => UOContent}/Items/Shields/OrderShield.cs (100%) rename Projects/{Scripts => UOContent}/Items/Shields/WoodenKiteShield.cs (100%) rename Projects/{Scripts => UOContent}/Items/Shields/WoodenShield.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Blacksmith Items/Misc/AnvilForge.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Blacksmith Items/Misc/LargeForge.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Camping/Bedroll.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Camping/Campfire.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Camping/Kindling.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Carpenter Items/Board.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Carpenter Items/TaxidermyKit.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Fishing/FishingPole.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Fishing/Misc/MessageInABottle.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Fishing/Misc/SOS.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Fishing/Misc/Sextant.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Fishing/Misc/ShipwreckedItem.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Fishing/Misc/SpecialFishingNet.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Harvest Tools/BaseHarvestTool.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Harvest Tools/GargoylesPickaxe.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Harvest Tools/ProspectorsTool.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Harvest Tools/Shovel.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Harvest Tools/SturdyPickaxe.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Harvest Tools/SturdyShovel.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Lumberjack/Log.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Magical/BookOfBushido.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Magical/BookOfChivalry.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Magical/BookOfNinjitsu.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Magical/Misc/BlankScroll.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Magical/Misc/Bottle.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Magical/Misc/Moongate.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Magical/Misc/PotionKeg.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Magical/Misc/RecallRune.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Magical/MysticSpellbook.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Magical/NecromancerSpellbook.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Magical/Potions/Agility Potions/AgilityPotion.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Magical/Potions/Agility Potions/BaseAgilityPotion.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Magical/Potions/Agility Potions/GreaterAgilityPotion.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Magical/Potions/BasePotion.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Magical/Potions/Conflagration Potions/BaseConflagrationPotion.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Magical/Potions/Conflagration Potions/ConflagrationPotion.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Magical/Potions/Conflagration Potions/GreaterConflagrationPotion.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Magical/Potions/Confusion Blast Potions/BaseConfusionBlastPotion.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Magical/Potions/Confusion Blast Potions/ConfusionBlastPotion.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Magical/Potions/Confusion Blast Potions/GreaterConfusionBlastPotion.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Magical/Potions/Cure Potions/BaseCurePotion.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Magical/Potions/Cure Potions/CurePotion.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Magical/Potions/Cure Potions/GreaterCurePotion.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Magical/Potions/Cure Potions/LesserCurePotion.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Magical/Potions/DarkglowPotion.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Magical/Potions/Explosion Potions/BaseExplosionPotion.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Magical/Potions/Explosion Potions/ExplosionPotion.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Magical/Potions/Explosion Potions/GreaterExplosionPotion.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Magical/Potions/Explosion Potions/LesserExplosionPotion.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Magical/Potions/Heal Potions/BaseHealPotion.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Magical/Potions/Heal Potions/GreaterHealPotion.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Magical/Potions/Heal Potions/HealPotion.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Magical/Potions/Heal Potions/LesserHealPotion.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Magical/Potions/InvisibilityPotion.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Magical/Potions/NightSight.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Magical/Potions/ParasiticPotion.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Magical/Potions/Poison Potions/BasePoisonPotion.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Magical/Potions/Poison Potions/DeadlyPoisonPotion.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Magical/Potions/Poison Potions/GreaterPoisonPotion.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Magical/Potions/Poison Potions/LesserPoisonPotion.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Magical/Potions/Poison Potions/PoisonPotion.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Magical/Potions/Refresh Potions/BaseRefreshPotion.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Magical/Potions/Refresh Potions/RefreshPotion.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Magical/Potions/Refresh Potions/TotalRefreshPotion.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Magical/Potions/Strength Potions/BaseStrengthPotion.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Magical/Potions/Strength Potions/GreaterStrengthPotion.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Magical/Potions/Strength Potions/StrengthPotion.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Magical/Runebook.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Magical/Scrolls/Eighth Circle/EarthquakeScroll.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Magical/Scrolls/Eighth Circle/EnergyVortexScroll.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Magical/Scrolls/Eighth Circle/ResurrectionScroll.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Magical/Scrolls/Eighth Circle/SummonAirElementalScroll.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Magical/Scrolls/Eighth Circle/SummonDaemonScroll.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Magical/Scrolls/Eighth Circle/SummonEarthElementalScroll.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Magical/Scrolls/Eighth Circle/SummonFireElementalScroll.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Magical/Scrolls/Eighth Circle/SummonWaterElementalScroll.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Magical/Scrolls/Fifth Circle/BladeSpiritsScroll.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Magical/Scrolls/Fifth Circle/DispelFieldScroll.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Magical/Scrolls/Fifth Circle/IncognitoScroll.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Magical/Scrolls/Fifth Circle/MagicReflectScroll.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Magical/Scrolls/Fifth Circle/MindBlastScroll.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Magical/Scrolls/Fifth Circle/ParalyzeScroll.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Magical/Scrolls/Fifth Circle/PoisonFieldScroll.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Magical/Scrolls/Fifth Circle/SummonCreatureScroll.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Magical/Scrolls/First Circle/ClumsyScroll.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Magical/Scrolls/First Circle/CreateFoodScroll.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Magical/Scrolls/First Circle/FeeblemindScroll.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Magical/Scrolls/First Circle/HealScroll.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Magical/Scrolls/First Circle/MagicArrowScroll.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Magical/Scrolls/First Circle/NightSightScroll.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Magical/Scrolls/First Circle/ReactiveArmorScroll.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Magical/Scrolls/First Circle/WeakenScroll.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Magical/Scrolls/Fourth Circle/ArchProtectionScroll.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Magical/Scrolls/Fourth Circle/ArchcureScroll.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Magical/Scrolls/Fourth Circle/CurseScroll.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Magical/Scrolls/Fourth Circle/FireFieldScroll.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Magical/Scrolls/Fourth Circle/GreaterHealScroll.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Magical/Scrolls/Fourth Circle/LightningScroll.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Magical/Scrolls/Fourth Circle/ManaDrainScroll.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Magical/Scrolls/Fourth Circle/RecallScroll.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Magical/Scrolls/Mysticism/AnimatedWeaponScroll.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Magical/Scrolls/Mysticism/BombardScroll.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Magical/Scrolls/Mysticism/CleansingWindsScroll.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Magical/Scrolls/Mysticism/EagleStrikeScroll.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Magical/Scrolls/Mysticism/EnchantScroll.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Magical/Scrolls/Mysticism/HailStormScroll.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Magical/Scrolls/Mysticism/HealingStoneScroll.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Magical/Scrolls/Mysticism/MassSleepScroll.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Magical/Scrolls/Mysticism/NetherBoltScroll.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Magical/Scrolls/Mysticism/NetherCycloneScroll.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Magical/Scrolls/Mysticism/PurgeMagicScroll.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Magical/Scrolls/Mysticism/RisingColossusScroll.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Magical/Scrolls/Mysticism/SleepScroll.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Magical/Scrolls/Mysticism/SpellPlagueScroll.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Magical/Scrolls/Mysticism/SpellTriggerScroll.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Magical/Scrolls/Mysticism/StoneFormScroll.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Magical/Scrolls/Necromancy/AnimateDeadScroll.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Magical/Scrolls/Necromancy/BloodOathScroll.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Magical/Scrolls/Necromancy/CorpseSkinScroll.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Magical/Scrolls/Necromancy/CurseWeaponScroll.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Magical/Scrolls/Necromancy/EvilOmenScroll.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Magical/Scrolls/Necromancy/ExorcismScroll.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Magical/Scrolls/Necromancy/HorrificBeastScroll.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Magical/Scrolls/Necromancy/LichFormScroll.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Magical/Scrolls/Necromancy/MindRotScroll.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Magical/Scrolls/Necromancy/PainSpikeScroll.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Magical/Scrolls/Necromancy/PoisonStrikeScroll.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Magical/Scrolls/Necromancy/StrangleScroll.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Magical/Scrolls/Necromancy/SummonFamiliarScroll.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Magical/Scrolls/Necromancy/VampiricEmbraceScroll.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Magical/Scrolls/Necromancy/VengefulSpiritScroll.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Magical/Scrolls/Necromancy/WitherScroll.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Magical/Scrolls/Necromancy/WraithFormScroll.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Magical/Scrolls/Second Circle/AgilityScroll.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Magical/Scrolls/Second Circle/CunningScroll.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Magical/Scrolls/Second Circle/CureScroll.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Magical/Scrolls/Second Circle/HarmScroll.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Magical/Scrolls/Second Circle/MagicTrapScroll.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Magical/Scrolls/Second Circle/MagicUnTrapScroll.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Magical/Scrolls/Second Circle/ProtectionScroll.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Magical/Scrolls/Second Circle/StrengthScroll.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Magical/Scrolls/Seventh Circle/ChainLightningScroll.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Magical/Scrolls/Seventh Circle/EnergyFieldScroll.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Magical/Scrolls/Seventh Circle/FlamestrikeScroll.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Magical/Scrolls/Seventh Circle/GateTravelScroll.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Magical/Scrolls/Seventh Circle/ManaVampireScroll.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Magical/Scrolls/Seventh Circle/MassDispelScroll.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Magical/Scrolls/Seventh Circle/MeteorStormScroll.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Magical/Scrolls/Seventh Circle/PolymorphScroll.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Magical/Scrolls/Sixth Circle/DispelScroll.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Magical/Scrolls/Sixth Circle/EnergyBoltScroll.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Magical/Scrolls/Sixth Circle/ExplosionScroll.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Magical/Scrolls/Sixth Circle/InvisibilityScroll.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Magical/Scrolls/Sixth Circle/MarkScroll.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Magical/Scrolls/Sixth Circle/MassCurseScroll.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Magical/Scrolls/Sixth Circle/ParalyzeFieldSpell.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Magical/Scrolls/Sixth Circle/RevealScroll.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Magical/Scrolls/SpellScroll.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Magical/Scrolls/SpellweavingScrolls.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Magical/Scrolls/Third Circle/BlessScroll.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Magical/Scrolls/Third Circle/FireballScroll.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Magical/Scrolls/Third Circle/MagicLockScroll.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Magical/Scrolls/Third Circle/PoisonScroll.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Magical/Scrolls/Third Circle/TelekinisisScroll.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Magical/Scrolls/Third Circle/TeleportScroll.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Magical/Scrolls/Third Circle/UnlockScroll.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Magical/Scrolls/Third Circle/WallOfStoneScroll.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Magical/Spellbook.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Magical/SpellweavingBook.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Misc/Bandage.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Misc/FireHorn.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Misc/RecipeScroll.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Misc/RepairDeed.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Musical Instruments/BambooFlute.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Musical Instruments/BaseInstrument.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Musical Instruments/Drums.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Musical Instruments/Harp.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Musical Instruments/LapHarp.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Musical Instruments/Lute.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Musical Instruments/Tambourine.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Musical Instruments/TambourineTassel.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Ninjitsu/EggBomb.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Ninjitsu/Fukiya.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Ninjitsu/FukiyaDarts.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Ninjitsu/LeatherNinjaBelt.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Ninjitsu/NinjaWeapons.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Ninjitsu/Shuriken.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Ninjitsu/SmokeBomb.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Specialized/GlassblowingBook.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Specialized/MasonryBook.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Specialized/Sand.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Specialized/SandMiningBook.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Specialized/StoneMiningBook.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Tailor Items/Dyetubs/BlackDyeTub.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Tailor Items/Dyetubs/BlazeDyeTub.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Tailor Items/Dyetubs/CustomHuePicker.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Tailor Items/Dyetubs/DyeTub.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Tailor Items/Dyetubs/FurnitureDyeTub.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Tailor Items/Dyetubs/LeatherDyeTub.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Tailor Items/Dyetubs/MetallicClothDyetub.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Tailor Items/Dyetubs/MetallicHuePicker.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Tailor Items/Dyetubs/MetallicLeatherDyeTub.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Tailor Items/Dyetubs/RewardBlackDyeTub.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Tailor Items/Dyetubs/RunebookDyeTub.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Tailor Items/Dyetubs/SpecialDyeTub.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Tailor Items/Dyetubs/StatuetteDyeTub.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Tailor Items/Dyetubs/WhiteClothDyeTub.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Tailor Items/Dyetubs/WhiteLeatherDyeTub.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Tailor Items/Misc/Dressform.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Tailor Items/Misc/Dyes.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Tailor Items/Misc/Scissors.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Thief/DisguiseKit.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Thief/DisguisePersistance.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Thief/LockPick.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Tinkering/Axle.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Tinkering/AxleGears.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Tinkering/ClockFrame.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Tinkering/ClockParts.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Tinkering/Clocks.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Tinkering/Gears.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Tinkering/Globe.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Tinkering/Hinge.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Tinkering/SextantParts.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Tinkering/Springs.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Tinkering/Spyglass.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Tinkering/Utensils.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Tools/BaseRunicTool.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Tools/BaseTool.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Tools/Blowpipe.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Tools/DovetailSaw.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Tools/DrawKnife.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Tools/FletcherTools.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Tools/FlourSifter.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Tools/Froe.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Tools/Hammer.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Tools/Inshave.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Tools/JointingPlane.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Tools/MalletAndChisel.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Tools/MapmakersPen.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Tools/MortarPestle.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Tools/MouldingPlane.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Tools/Nails.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Tools/RollingPin.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Tools/RunicDovetailSaw.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Tools/RunicFletcherTool.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Tools/RunicHammer.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Tools/RunicSewingKit.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Tools/Saw.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Tools/Scorp.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Tools/ScribesPen.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Tools/SewingKit.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Tools/Skillet.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Tools/SledgeHammer.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Tools/SmithHammer.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Tools/SmoothingPlane.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Tools/TinkerTools.cs (100%) rename Projects/{Scripts => UOContent}/Items/Skill Items/Tools/Tongs.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/11th Year promo/EarringsOfProtection.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/8th Anniversary Items/Dawn's Music Box/DawnsMusicBox.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/8th Anniversary Items/Dawn's Music Box/DawnsMusicGear.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/8th Anniversary Items/Dawn's Music Box/DawnsMusicInfo.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/8th Anniversary Items/DupresShield.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/8th Anniversary Items/FountainOfLife.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/8th Anniversary Items/OssianGrimoire.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/8th Anniversary Items/QuiverOfInfinity.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/8th Anniversary Items/Talismans.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/AoS Promotional/HoodedShroudOfShadows.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/AoS Promotional/LuckyNecklace.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Broken Furniture Collection/BrokenArmoire.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Broken Furniture Collection/BrokenBed.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Broken Furniture Collection/BrokenBookcase.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Broken Furniture Collection/BrokenChestOfDrawers.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Broken Furniture Collection/BrokenCoveredChair.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Broken Furniture Collection/BrokenFallenChair.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Broken Furniture Collection/BrokenVanity.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Broken Furniture Collection/StandingBrokenChair.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Bulk Order Rewards/Blacksmithy/AncientSmithyHammer.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Bulk Order Rewards/Blacksmithy/ColoredAnvil.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Bulk Order Rewards/Blacksmithy/GlovesOfMining.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Bulk Order Rewards/Blacksmithy/PowderOfTemperament.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Community Collection/JesterHatofChuckles.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Evil Home Decor Collection/AwesomeDisturbingPortrait.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Evil Home Decor Collection/BedOfNails.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Evil Home Decor Collection/BoneCouch.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Evil Home Decor Collection/BoneTable.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Evil Home Decor Collection/BoneThrone.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Evil Home Decor Collection/CreepyPortrait.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Evil Home Decor Collection/DisturbingPortrait.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Evil Home Decor Collection/HauntedMirror.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Evil Home Decor Collection/MountedPixieBlue.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Evil Home Decor Collection/MountedPixieGreen.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Evil Home Decor Collection/MountedPixieLime.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Evil Home Decor Collection/MountedPixieOrange.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Evil Home Decor Collection/MountedPixieWhite.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Evil Home Decor Collection/SacrificialAltar.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Evil Home Decor Collection/UnsettlingPortrait.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Gifts/HearthOfHomeFire.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Gifts/HolySword.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Gifts/LeggingsOfEmbers.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Gifts/RoseOfTrinsic.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Gifts/SamuraiHelm.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Gifts/ShaminoCrossbow.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Gifts/TapestryOfSosaria.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Heritage Items/AppleTrunk.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Heritage Items/BlueDecorativeRug.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Heritage Items/BlueFancyRug.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Heritage Items/BluePlainRug.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Heritage Items/BoilingCauldron.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Heritage Items/CherryBlossomTree.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Heritage Items/CherryBlossomTrunk.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Heritage Items/CinnamonFancyRug.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Heritage Items/Curtains.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Heritage Items/Fountain.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Heritage Items/FruitTrees.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Heritage Items/GoldenDecorativeRug.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Heritage Items/Guillotine.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Heritage Items/HangingAxes.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Heritage Items/HangingSwords.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Heritage Items/HouseLadder.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Heritage Items/IronMaiden.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Heritage Items/LargeFishingNet.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Heritage Items/PeachTrunk.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Heritage Items/PinkFancyRug.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Heritage Items/RedPlainRug.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Heritage Items/Scarecrow.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Heritage Items/SmallFishingNet.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Heritage Items/Statue.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Heritage Items/SuitOfGoldArmor.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Heritage Items/SuitOfSilverArmor.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Heritage Items/TableWithBlueCloth.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Heritage Items/TableWithOrangeCloth.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Heritage Items/TableWithPurpleCloth.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Heritage Items/TableWithRedCloth.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Heritage Items/UnmadeBed.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Heritage Items/Vanity.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Heritage Items/WallTorch.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Heritage Items/WoodenCoffin.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/HeritageToken.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Holiday/Christmas/HolidayTree.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Holiday/GiftBox.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Holiday/GingerBreadHouseDeed.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Holiday/HolidayBell.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Holiday/HolidayFoods.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Holiday/HolidayGiftBoxes.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Holiday/HolidayPottedPlant.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Holiday/HolidayTimepiece.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Holiday/Icecicles.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Holiday/IcyPatch.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Holiday/PKHolidayStuff.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Holiday/Poinsettias.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Holiday/SnowGlobes.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Holiday/SnowPiles.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Holiday/SnowStatue.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Holiday/Snowflakes.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Holiday/Snowman.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Holiday/Stockings.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Holiday/WinterGiftPackage2003.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Holiday/Wreath.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Holiday/WristWatch.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/House Raffle/HouseRaffleDeed.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/House Raffle/HouseRaffleManagementGump.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/House Raffle/HouseRaffleRegion.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/House Raffle/HouseRaffleStone.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/ML/BaseImprisonedMobile.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/ML/GrizzledMareStatuette.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/ML/MinotaurHedge.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/ML/TormentedChains.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/MiniHouses.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/MonsterStatuette.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Mutation Core/PlagueBeastBackpack.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Mutation Core/PlagueBeastBlood.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Mutation Core/PlagueBeastGland.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Mutation Core/PlagueBeastHeart.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Mutation Core/PlagueBeastInnard.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Mutation Core/PlagueBeastMutationCore.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Mutation Core/PlagueBeastOrgans.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Mutation Core/PlagueBeastVein.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Rares/Containers/BaseWaterContainer.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Rares/Containers/Bucket.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Rares/Containers/ClosedBarrel.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Rares/Containers/UnfinishedBarrel.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Rares/Containers/WaterBarrel.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Rares/Containers/WaterTub.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Rares/Daily/DecoRock.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Rares/Daily/DecoRock2.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Rares/Daily/DecoRocks.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Rares/Daily/DecoRocks2.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Rares/Flowers/DecoFlower.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Rares/Flowers/DecoFlower2.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Rares/Flowers/DecoRoseOfTrinsic.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Rares/Flowers/DecoRoseOfTrinsic2.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Rares/Flowers/DecoRoseOfTrinsic3.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Rares/Food/BottlesOfLiquor.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Rares/Food/Tray2.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Rares/Food/Trays.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Rares/Furniture/BrokenChair.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Rares/GamePieces/Checkers.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Rares/GamePieces/Checkers2.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Rares/GamePieces/Chessmen.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Rares/GamePieces/Chessmen2.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Rares/GamePieces/Chessmen3.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Rares/Ingots/DecoGoldIngot.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Rares/Ingots/DecoGoldIngot2.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Rares/Ingots/DecoGoldIngots.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Rares/Ingots/DecoGoldIngots2.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Rares/Ingots/DecoGoldIngots3.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Rares/Ingots/DecoGoldIngots4.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Rares/Ingots/DecoIronIngot.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Rares/Ingots/DecoIronIngot2.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Rares/Ingots/DecoIronIngots.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Rares/Ingots/DecoIronIngots2.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Rares/Ingots/DecoIronIngots3.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Rares/Ingots/DecoIronIngots4.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Rares/Ingots/DecoIronIngots5.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Rares/Ingots/DecoIronIngots6.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Rares/Ingots/DecoSilverIngot.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Rares/Ingots/DecoSilverIngot2.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Rares/Ingots/DecoSilverIngots.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Rares/Ingots/DecoSilverIngots2.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Rares/Ingots/DecoSilverIngots3.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Rares/Ingots/DecoSilverIngots4.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Rares/Ingots/DecoSilverIngots5.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Rares/Jars/EmptyJars.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Rares/Jars/FullJars.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Rares/Jars/HalfEmptyJars.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Rares/Magic/DecoCrystalBall.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Rares/Magic/DecoMagicalCrystal.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Rares/Misc/DecoSpittoon.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Rares/PaganReagents/DecoBlackmoor.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Rares/PaganReagents/DecoBloodspawn.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Rares/PaganReagents/DecoBrimstone.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Rares/PaganReagents/DecoDragonsBlood.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Rares/PaganReagents/DecoDragonsBlood2.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Rares/PaganReagents/DecoEyeOfNewt.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Rares/PaganReagents/DecoGarlic.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Rares/PaganReagents/DecoGarlic2.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Rares/PaganReagents/DecoGarlicBulb.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Rares/PaganReagents/DecoGarlicBulb2.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Rares/PaganReagents/DecoGinseng.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Rares/PaganReagents/DecoGinseng2.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Rares/PaganReagents/DecoGinsengRoot.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Rares/PaganReagents/DecoGinsengRoot2.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Rares/PaganReagents/DecoMandrake.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Rares/PaganReagents/DecoMandrake2.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Rares/PaganReagents/DecoMandrake3.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Rares/PaganReagents/DecoMandrakeRoot.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Rares/PaganReagents/DecoMandrakeRoot2.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Rares/PaganReagents/DecoNightshade.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Rares/PaganReagents/DecoNightshade2.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Rares/PaganReagents/DecoNightshade3.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Rares/PaganReagents/DecoObsidian.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Rares/PaganReagents/DecoPumice.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Rares/PaganReagents/DecoWyrmsHeart.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Rares/PlayingCards/Cards.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Rares/PlayingCards/Cards2.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Rares/PlayingCards/Cards3.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Rares/PlayingCards/Cards4.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Rares/PlayingCards/Cards5.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Rares/PlayingCards/PlayingCards.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Rares/PlayingCards/PlayingCards2.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Rares/Stables/Bridle.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Rares/Stables/Bridle2.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Rares/Stables/DecoHay.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Rares/Stables/DecoHay2.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Rares/Stables/DecoHorseDung.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Rares/TarotCards/DecoDeckOfTarot.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Rares/TarotCards/DecoDeckOfTarot2.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Rares/TarotCards/DecoTarot.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Rares/TarotCards/DecoTarot2.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Rares/TarotCards/DecoTarot3.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Rares/TarotCards/DecoTarot4.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Rares/TarotCards/DecoTarot5.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Rares/TarotCards/DecoTarot6.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Rares/TarotCards/DecoTarot7.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Rares/Tinker/ArrowShafts.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Rares/Tinker/CrossbowBolts.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Rares/Tinker/EmptyToolKit.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Rares/Tinker/EmptyToolKit2.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Rares/Tinker/Lockpicks.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Rares/Tinker/ToolKit.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/RewardCake.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Solen Items/BagOfSending.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Solen Items/BallOfSummoning.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Solen Items/BraceletOfBinding.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Solen Items/MessageHelper.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Solen Items/PowderOfTranslocation.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Solen Items/ZoogiFungus.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/SoulStone.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Special Scrolls/PowerScroll.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Special Scrolls/ScrollofAlacrity.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Special Scrolls/ScrollofTranscendence.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Special Scrolls/SpecialScroll.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Special Scrolls/StatScroll.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Valentines/2007/RedVelvetGiftBox.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Valentines/2007/RoseInAVase.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Valentines/2007/ValentinesCard.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Veteran Rewards/AnkhOfSacrifice.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Veteran Rewards/Banner.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Veteran Rewards/BloodyPentagram.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Veteran Rewards/Brazier.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Veteran Rewards/Cannon.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Veteran Rewards/CommodityDeedBox.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Veteran Rewards/ContestMiniHouse.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Veteran Rewards/DecorativeShield.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Veteran Rewards/FlamingHead.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Veteran Rewards/HangingSkeleton.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Veteran Rewards/MiningCart.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Veteran Rewards/MinotaurStatue.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Veteran Rewards/PottedCactus.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Veteran Rewards/StoneAnkh.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Veteran Rewards/TreeStump.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Veteran Rewards/WallBanner.cs (100%) rename Projects/{Scripts => UOContent}/Items/Special/Veteran Rewards/WeaponEngravingTool.cs (100%) rename Projects/{Scripts => UOContent}/Items/Suits/AdminRobe.cs (100%) rename Projects/{Scripts => UOContent}/Items/Suits/BaseSuit.cs (100%) rename Projects/{Scripts => UOContent}/Items/Suits/CounselorRobe.cs (100%) rename Projects/{Scripts => UOContent}/Items/Suits/DeathShroud.cs (100%) rename Projects/{Scripts => UOContent}/Items/Suits/DupreSuit.cs (100%) rename Projects/{Scripts => UOContent}/Items/Suits/GMRobe.cs (100%) rename Projects/{Scripts => UOContent}/Items/Suits/LordBlackthorneSuit.cs (100%) rename Projects/{Scripts => UOContent}/Items/Suits/LordBritishSuit.cs (100%) rename Projects/{Scripts => UOContent}/Items/Suits/SeerRobe.cs (100%) rename Projects/{Scripts => UOContent}/Items/Talismans/BaseTalisman.cs (100%) rename Projects/{Scripts => UOContent}/Items/Talismans/Items/EnchantedSwitch.cs (100%) rename Projects/{Scripts => UOContent}/Items/Talismans/Items/HollowPrism.cs (100%) rename Projects/{Scripts => UOContent}/Items/Talismans/Items/JeweledFiligree.cs (100%) rename Projects/{Scripts => UOContent}/Items/Talismans/Items/RunedPrism.cs (100%) rename Projects/{Scripts => UOContent}/Items/Talismans/Items/RunedSwitch.cs (100%) rename Projects/{Scripts => UOContent}/Items/Talismans/RandomTalisman.cs (100%) rename Projects/{Scripts => UOContent}/Items/Talismans/TalismanAttribute.cs (100%) rename Projects/{Scripts => UOContent}/Items/Talismans/TalismanSlayer.cs (100%) rename Projects/{Scripts => UOContent}/Items/Talismans/TalismanSummons.cs (100%) rename Projects/{Scripts => UOContent}/Items/Traps/BaseTrap.cs (100%) rename Projects/{Scripts => UOContent}/Items/Traps/FireColumnTrap.cs (100%) rename Projects/{Scripts => UOContent}/Items/Traps/FlameSpurtTrap.cs (100%) rename Projects/{Scripts => UOContent}/Items/Traps/GasTrap.cs (100%) rename Projects/{Scripts => UOContent}/Items/Traps/GiantSpikeTrap.cs (100%) rename Projects/{Scripts => UOContent}/Items/Traps/MushroomTrap.cs (100%) rename Projects/{Scripts => UOContent}/Items/Traps/SawTrap.cs (100%) rename Projects/{Scripts => UOContent}/Items/Traps/SpikeTrap.cs (100%) rename Projects/{Scripts => UOContent}/Items/Traps/StoneFaceTrap.cs (100%) rename Projects/{Scripts => UOContent}/Items/TreasureChests/TreasureChestLevel1.cs (100%) rename Projects/{Scripts => UOContent}/Items/TreasureChests/TreasureChestLevel2.cs (100%) rename Projects/{Scripts => UOContent}/Items/TreasureChests/TreasureChestLevel3.cs (100%) rename Projects/{Scripts => UOContent}/Items/TreasureChests/TreasureChestLevel4.cs (100%) rename Projects/{Scripts => UOContent}/Items/Wands/BaseWand.cs (100%) rename Projects/{Scripts => UOContent}/Items/Wands/ClumsyWand.cs (100%) rename Projects/{Scripts => UOContent}/Items/Wands/FeebleWand.cs (100%) rename Projects/{Scripts => UOContent}/Items/Wands/FireballWand.cs (100%) rename Projects/{Scripts => UOContent}/Items/Wands/GreaterHealWand.cs (100%) rename Projects/{Scripts => UOContent}/Items/Wands/HarmWand.cs (100%) rename Projects/{Scripts => UOContent}/Items/Wands/HealWand.cs (100%) rename Projects/{Scripts => UOContent}/Items/Wands/IDWand.cs (100%) rename Projects/{Scripts => UOContent}/Items/Wands/LightningWand.cs (100%) rename Projects/{Scripts => UOContent}/Items/Wands/MagicArrowWand.cs (100%) rename Projects/{Scripts => UOContent}/Items/Wands/ManaDrainWand.cs (100%) rename Projects/{Scripts => UOContent}/Items/Wands/RandomWand.cs (100%) rename Projects/{Scripts => UOContent}/Items/Wands/WandTarget.cs (100%) rename Projects/{Scripts => UOContent}/Items/Wands/WeaknessWand.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/Abilities/ArmorIgnore.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/Abilities/ArmorPierce.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/Abilities/BleedAttack.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/Abilities/Block.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/Abilities/ConcussionBlow.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/Abilities/CrushingBlow.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/Abilities/DefenseMastery.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/Abilities/Disarm.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/Abilities/Dismount.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/Abilities/Disrobe.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/Abilities/DoubleShot.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/Abilities/DoubleStrike.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/Abilities/DualWield.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/Abilities/Feint.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/Abilities/FrenziedWhirlwind.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/Abilities/InfectiousStrike.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/Abilities/MortalStrike.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/Abilities/MovingShot.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/Abilities/NerveStrike.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/Abilities/ParalyzingBlow.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/Abilities/RidingSwipe.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/Abilities/ShadowStrike.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/Abilities/TalonStrike.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/Abilities/WeaponAbility.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/Abilities/WhirlwindAttack.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/Artifacts/AxeOfTheHeavens.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/Artifacts/BladeOfInsanity.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/Artifacts/BladeOfTheRighteous.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/Artifacts/BoneCrusher.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/Artifacts/BreathOfTheDead.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/Artifacts/Frostbringer.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/Artifacts/LegacyOfTheDreadLord.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/Artifacts/SerpentsFang.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/Artifacts/StaffOfTheMagi.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/Artifacts/TheBeserkersMaul.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/Artifacts/TheDragonSlayer.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/Artifacts/TheDryadBow.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/Artifacts/TheTaskmaster.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/Artifacts/TitansHammer.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/Artifacts/ZyronicClaw.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/Axes/Axe.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/Axes/BaseAxe.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/Axes/BattleAxe.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/Axes/DoubleAxe.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/Axes/ExecutionersAxe.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/Axes/GuardianAxe.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/Axes/Hatchet.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/Axes/HeavyOrnateAxe.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/Axes/LargeBattleAxe.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/Axes/Pickaxe.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/Axes/SingingAxe.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/Axes/ThunderingAxe.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/Axes/TwoHandedAxe.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/Axes/WarAxe.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/BaseMeleeWeapon.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/BaseWeapon.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/Fists.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/HitLower.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/Knives/BaseKnife.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/Knives/ButcherKnife.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/Knives/Cleaver.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/Knives/Dagger.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/Knives/SkinningKnife.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/Knives/ThrowingDagger.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/ML Weapons/Artifacts/BlightGrippedLongbow.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/ML Weapons/Artifacts/ColdForgedBlade.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/ML Weapons/Artifacts/LuminousRuneBlade.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/ML Weapons/Artifacts/OverseerSunderedBlade.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/ML Weapons/Artifacts/PhantomStaff.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/ML Weapons/Artifacts/RuneCarvingKnife.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/ML Weapons/Artifacts/ShardTrasher.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/ML Weapons/Artifacts/SilvanisFeywoodBow.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/ML Weapons/Artifacts/TheNightReaper.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/ML Weapons/AssassinSpike.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/ML Weapons/ButchersWarCleaver.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/ML Weapons/DiamondMace.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/ML Weapons/ElvenCompositeLongbow.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/ML Weapons/ElvenMachete.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/ML Weapons/ElvenSpellblade.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/ML Weapons/Leafblade.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/ML Weapons/MagicalShortbow.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/ML Weapons/OrnateAxe.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/ML Weapons/RadiantScimitar.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/ML Weapons/RuneBlade.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/ML Weapons/WarCleaver.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/ML Weapons/WildStaff.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/Maces/BaseBashing.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/Maces/Club.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/Maces/EmeraldMace.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/Maces/FireworksWand.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/Maces/HammerPick.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/Maces/Mace.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/Maces/MagicWand.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/Maces/Maul.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/Maces/RubyMace.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/Maces/SapphireMace.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/Maces/Scepter.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/Maces/SilverEtchedMace.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/Maces/WarHammer.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/Maces/WarMace.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/PoleArms/Bardiche.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/PoleArms/BasePoleArm.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/PoleArms/Halberd.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/PoleArms/Scythe.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/Ranged/AssassinsShortbow.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/Ranged/BarbedLongbow.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/Ranged/BaseRanged.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/Ranged/Bow.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/Ranged/CompositeBow.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/Ranged/Crossbow.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/Ranged/FrozenLongbow.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/Ranged/HeavyCrossbow.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/Ranged/JukaBow.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/Ranged/LightweightShortbow.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/Ranged/LongbowOfMight.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/Ranged/MysticalShortbow.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/Ranged/RangersShortbow.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/Ranged/RepeatingCrossbow.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/Ranged/SlayerLongbow.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/SE Weapons/Bokuto.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/SE Weapons/Daisho.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/SE Weapons/Kama.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/SE Weapons/Lajatang.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/SE Weapons/NoDachi.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/SE Weapons/Nunchaku.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/SE Weapons/Sai.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/SE Weapons/Tekagi.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/SE Weapons/Tessen.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/SE Weapons/Tetsubo.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/SE Weapons/Wakizashi.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/SE Weapons/Yumi.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/SlayerEntry.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/SlayerGroup.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/SlayerName.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/SpearsAndForks/BaseSpear.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/SpearsAndForks/BladedStaff.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/SpearsAndForks/DoubleBladedStaff.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/SpearsAndForks/Pike.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/SpearsAndForks/Pitchfork.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/SpearsAndForks/ShortSpear.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/SpearsAndForks/Spear.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/SpearsAndForks/TribalSpear.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/SpearsAndForks/WarFork.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/Staves/BaseStaff.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/Staves/BlackStaff.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/Staves/GlacialStaff.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/Staves/GnarledStaff.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/Staves/QuarterStaff.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/Staves/ShepherdsCrook.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/Swords/AdventurersMachete.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/Swords/BaseSword.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/Swords/BoneHarvester.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/Swords/BoneMachete.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/Swords/Broadsword.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/Swords/ChargedAssassinSpike.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/Swords/CorruptedRuneBlade.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/Swords/CrescentBlade.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/Swords/Cutlass.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/Swords/DarkglowScimitar.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/Swords/DiseasedMachete.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/Swords/FierySpellblade.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/Swords/IcyScimitar.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/Swords/IcySpellblade.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/Swords/Katana.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/Swords/KnightsWarCleaver.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/Swords/Kryss.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/Swords/Lance.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/Swords/LeafbladeOfEase.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/Swords/Longsword.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/Swords/Luckblade.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/Swords/MacheteOfDefense.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/Swords/MagekillerAssassinSpike.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/Swords/MagekillerLeafblade.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/Swords/MagesRuneBlade.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/Swords/OrcishMachete.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/Swords/RuneBladeOfKnowledge.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/Swords/Runesabre.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/Swords/Scimitar.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/Swords/SerratedWarCleaver.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/Swords/SpellbladeOfDefense.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/Swords/ThinLongsword.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/Swords/TrueAssassinSpike.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/Swords/TrueLeafblade.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/Swords/TrueRadiantScimitar.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/Swords/TrueSpellblade.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/Swords/TrueWarCleaver.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/Swords/TwinklingScimitar.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/Swords/VikingSword.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/Swords/WoundingAssassinSpike.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/WeaponEnums.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/Wooden/AncientWildStaff.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/Wooden/ArcanistsWildStaff.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/Wooden/HardenedWildStaff.cs (100%) rename Projects/{Scripts => UOContent}/Items/Weapons/Wooden/ThornedWildStaff.cs (100%) rename Projects/{Scripts => UOContent}/Misc/AOS.cs (100%) rename Projects/{Scripts => UOContent}/Misc/AccountPrompt.cs (100%) rename Projects/{Scripts => UOContent}/Misc/Animations.cs (100%) rename Projects/{Scripts => UOContent}/Misc/AttackMessage.cs (100%) rename Projects/{Scripts => UOContent}/Misc/AutoRestart.cs (100%) rename Projects/{Scripts => UOContent}/Misc/AutoSave.cs (100%) rename Projects/{Scripts => UOContent}/Misc/Broadcasts.cs (100%) rename Projects/{Scripts => UOContent}/Misc/BuffIcons.cs (100%) rename Projects/{Scripts => UOContent}/Misc/CharacterCreation.cs (100%) rename Projects/{Scripts => UOContent}/Misc/Cleanup.cs (100%) rename Projects/{Scripts => UOContent}/Misc/ClientVerification.cs (100%) rename Projects/{Scripts => UOContent}/Misc/CrashGuard.cs (100%) rename Projects/{Scripts => UOContent}/Misc/DispellableAttribute.cs (100%) rename Projects/{Scripts => UOContent}/Misc/DispellableFieldAttribute.cs (100%) rename Projects/{Scripts => UOContent}/Misc/DoorGenerator.cs (100%) rename Projects/{Scripts => UOContent}/Misc/Email.cs (100%) rename Projects/{Scripts => UOContent}/Misc/Emitter.cs (100%) rename Projects/{Scripts => UOContent}/Misc/Fastwalk.cs (100%) rename Projects/{Scripts => UOContent}/Misc/FoodDecay.cs (100%) rename Projects/{Scripts => UOContent}/Misc/Geometry.cs (100%) rename Projects/{Scripts => UOContent}/Misc/Gifts/Winter2004/DecorativeTopiary.cs (100%) rename Projects/{Scripts => UOContent}/Misc/Gifts/Winter2004/FestiveCactus.cs (100%) rename Projects/{Scripts => UOContent}/Misc/Gifts/Winter2004/LightOfTheWinterSolstice.cs (100%) rename Projects/{Scripts => UOContent}/Misc/Gifts/Winter2004/Mistletoe.cs (100%) rename Projects/{Scripts => UOContent}/Misc/Gifts/Winter2004/PileOfGlacialSnow.cs (100%) rename Projects/{Scripts => UOContent}/Misc/Gifts/Winter2004/SnowPile.cs (100%) rename Projects/{Scripts => UOContent}/Misc/Gifts/Winter2004/SnowyTree.cs (100%) rename Projects/{Scripts => UOContent}/Misc/Gifts/Winter2004/Winter2004.cs (100%) rename Projects/{Scripts => UOContent}/Misc/Guild.cs (100%) rename Projects/{Scripts => UOContent}/Misc/HardwareInfo.cs (100%) rename Projects/{Scripts => UOContent}/Misc/HexStringConverter.cs (100%) rename Projects/{Scripts => UOContent}/Misc/InhumanSpeech.cs (100%) rename Projects/{Scripts => UOContent}/Misc/Keywords.cs (100%) rename Projects/{Scripts => UOContent}/Misc/LanguageStatistics.cs (100%) rename Projects/{Scripts => UOContent}/Misc/LightCycle.cs (100%) rename Projects/{Scripts => UOContent}/Misc/LoginStats.cs (100%) rename Projects/{Scripts => UOContent}/Misc/Loot.cs (100%) rename Projects/{Scripts => UOContent}/Misc/LootPack.cs (100%) rename Projects/{Scripts => UOContent}/Misc/MapDefinitions.cs (100%) rename Projects/{Scripts => UOContent}/Misc/MapUO.cs (100%) rename Projects/{Scripts => UOContent}/Misc/MondainsLegacy.cs (100%) rename Projects/{Scripts => UOContent}/Misc/NameList.cs (100%) rename Projects/{Scripts => UOContent}/Misc/NameVerification.cs (100%) rename Projects/{Scripts => UOContent}/Misc/Notoriety.cs (100%) rename Projects/{Scripts => UOContent}/Misc/Paperdoll.cs (100%) rename Projects/{Scripts => UOContent}/Misc/Poison.cs (100%) rename Projects/{Scripts => UOContent}/Misc/ProfanityProtection.cs (100%) rename Projects/{Scripts => UOContent}/Misc/Profile.cs (100%) rename Projects/{Scripts => UOContent}/Misc/ProtocolExtensions.cs (100%) rename Projects/{Scripts => UOContent}/Misc/RaceDefinitions.cs (100%) rename Projects/{Scripts => UOContent}/Misc/RegenRates.cs (100%) rename Projects/{Scripts => UOContent}/Misc/RenameRequests.cs (100%) rename Projects/{Scripts => UOContent}/Misc/ResourceInfo.cs (100%) rename Projects/{Scripts => UOContent}/Misc/ServerList.cs (100%) rename Projects/{Scripts => UOContent}/Misc/ShardPoller.cs (100%) rename Projects/{Scripts => UOContent}/Misc/ShrinkTable.cs (100%) rename Projects/{Scripts => UOContent}/Misc/SkillCheck.cs (100%) rename Projects/{Scripts => UOContent}/Misc/SocketOptions.cs (100%) rename Projects/{Scripts => UOContent}/Misc/TextDefinition.cs (100%) rename Projects/{Scripts => UOContent}/Misc/Titles.cs (100%) rename Projects/{Scripts => UOContent}/Misc/ToggleItem.cs (100%) rename Projects/{Scripts => UOContent}/Misc/TreasureMapProtection.cs (100%) rename Projects/{Scripts => UOContent}/Misc/ValidationQueue.cs (100%) rename Projects/{Scripts => UOContent}/Misc/VendorGenerator.cs (100%) rename Projects/{Scripts => UOContent}/Misc/Weather.cs (100%) rename Projects/{Scripts => UOContent}/Misc/WebStatus.cs (100%) rename Projects/{Scripts => UOContent}/Misc/WeightOverloading.cs (100%) rename Projects/{Scripts => UOContent}/Misc/WelcomeTimer.cs (100%) rename Projects/{Scripts => UOContent}/Misc/uoamVendors.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/AI/AIControlMobileTarget.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/AI/AnimalAI.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/AI/ArcherAI.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/AI/BaseAI.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/AI/BerserkAI.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/AI/HealerAI.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/AI/MageAI.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/AI/MeleeAI.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/AI/OppositionGroup.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/AI/PredatorAI.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/AI/SpeedInfo.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/AI/ThiefAI.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/AI/VendorAI.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Animals/Bears/BlackBear.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Animals/Bears/BrownBear.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Animals/Bears/GrizzlyBear.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Animals/Bears/PolarBear.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Animals/Birds/Chicken.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Animals/Birds/Crane.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Animals/Birds/Eagle.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Animals/Birds/Phoenix.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Animals/Canines/DireWolf.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Animals/Canines/GreyWolf.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Animals/Canines/TimberWolf.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Animals/Canines/WhiteWolf.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Animals/Cows/Bull.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Animals/Cows/Cow.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Animals/Felines/Cougar.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Animals/Felines/HellCat.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Animals/Felines/Panther.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Animals/Felines/PredatorHellCat.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Animals/Felines/SnowLeopard.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Animals/Misc/Boar.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Animals/Misc/BullFrog.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Animals/Misc/Dolphin.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Animals/Misc/Gaman.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Animals/Misc/GiantToad.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Animals/Misc/Goat.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Animals/Misc/Gorilla.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Animals/Misc/GreatHart.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Animals/Misc/Hind.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Animals/Misc/Llama.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Animals/Misc/MountainGoat.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Animals/Misc/PackHorse.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Animals/Misc/PackLlama.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Animals/Misc/Pig.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Animals/Misc/Sheep.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Animals/Misc/Walrus.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Animals/Mounts/BaseMount.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Animals/Mounts/Beetle.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Animals/Mounts/DesertOstard.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Animals/Mounts/Ethereals.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Animals/Mounts/FireSteed.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Animals/Mounts/ForestOstard.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Animals/Mounts/FrenziedOstard.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Animals/Mounts/HellSteed.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Animals/Mounts/Hiryu.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Animals/Mounts/Horse.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Animals/Mounts/Kirin.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Animals/Mounts/LesserHiryu.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Animals/Mounts/Nightmare.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Animals/Mounts/RidableLlama.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Animals/Mounts/Ridgeback.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Animals/Mounts/SavageRidgeback.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Animals/Mounts/ScaledSwampDragon.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Animals/Mounts/SeaHorse.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Animals/Mounts/SilverSteed.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Animals/Mounts/SkeletalMount.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Animals/Mounts/SwampDragon.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Animals/Mounts/Unicorn.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Animals/Mounts/War Horses/BaseWarHorse.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Animals/Mounts/War Horses/CoMWarHorse.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Animals/Mounts/War Horses/MinaxWarHorse.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Animals/Mounts/War Horses/SLWarHorse.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Animals/Mounts/War Horses/TBWarHorse.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Animals/Reptiles/Alligator.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Animals/Reptiles/GiantSerpent.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Animals/Reptiles/IceSerpent.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Animals/Reptiles/IceSnake.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Animals/Reptiles/LavaLizard.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Animals/Reptiles/LavaSerpent.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Animals/Reptiles/LavaSnake.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Animals/Reptiles/SilverSerpent.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Animals/Reptiles/Snake.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Animals/Rodents/GiantRat.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Animals/Rodents/JackRabbit.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Animals/Rodents/Rabbit.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Animals/Rodents/SewerRat.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Animals/Slimes/Jwilson.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Animals/Town Critters/(UO 3D Only) Parrot.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Animals/Town Critters/Bird.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Animals/Town Critters/Cat.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Animals/Town Critters/Dog.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Animals/Town Critters/Rat.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/BaseCreature.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Familiars/BaseFamiliar.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Familiars/DarkWolf.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Familiars/DeathAdder.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Familiars/HordeMinion.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Familiars/ShadowWisp.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Familiars/VampireBat.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Guards/ArcherGuard.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Guards/BaseGuard.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Guards/WarriorGuard.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Healers/BaseHealer.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Healers/EvilHealer.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Healers/EvilWanderingHealer.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Healers/FortuneTeller.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Healers/Healer.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Healers/PricedHealer.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Healers/WanderingHealer.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/AOS/AbysmalHorror.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/AOS/BoneDemon.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/AOS/CrystalElemental.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/AOS/DarknightCreeper.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/AOS/DemonKnight.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/AOS/Devourer.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/AOS/FleshGolem.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/AOS/FleshRenderer.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/AOS/Gibberling.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/AOS/GoreFiend.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/AOS/Impaler.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/AOS/MoundOfMaggots.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/AOS/PatchworkSkeleton.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/AOS/Ravager.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/AOS/Revenant.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/AOS/ShadowKnight.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/AOS/SkitteringHopper.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/AOS/Treefellow.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/AOS/VampireBat.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/AOS/WailingBanshee.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/AOS/WandererOfTheVoid.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/Ants/AntLion.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/Ants/BlackSolenInfiltratorQueen.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/Ants/BlackSolenInfiltratorWarrior.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/Ants/BlackSolenQueen.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/Ants/BlackSolenWarrior.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/Ants/BlackSolenWorker.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/Ants/RedSolenInfiltratorQueen.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/Ants/RedSolenInfiltratorWarrior.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/Ants/RedSolenQueen.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/Ants/RedSolenWarrior.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/Ants/RedSolenWorker.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/Ants/SolenHelper.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/Arachnid/Magic/DreadSpider.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/Arachnid/Magic/TerathanAvenger.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/Arachnid/Magic/TerathanMatriarch.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/Arachnid/Melee/FrostSpider.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/Arachnid/Melee/GiantBlackWidow.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/Arachnid/Melee/GiantSpider.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/Arachnid/Melee/TerathanDrone.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/Arachnid/Melee/TerathanWarrior.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/Elemental/Magic/AcidElemental.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/Elemental/Magic/AirElemental.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/Elemental/Magic/BloodElemental.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/Elemental/Magic/Efreet.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/Elemental/Magic/FireElemental.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/Elemental/Magic/IceElemental.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/Elemental/Magic/PoisonElemental.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/Elemental/Magic/WaterElemental.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/Elemental/Melee/EarthElemental.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/Elemental/Melee/SnowElemental.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/Humanoid/Magic/AncientLich.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/Humanoid/Magic/ArcaneDaemon.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/Humanoid/Magic/Balron.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/Humanoid/Magic/Betrayer.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/Humanoid/Magic/Bogle.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/Humanoid/Magic/BoneMagi.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/Humanoid/Magic/Daemon.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/Humanoid/Magic/ElderGazer.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/Humanoid/Magic/EvilMage.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/Humanoid/Magic/EvilMageLord.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/Humanoid/Magic/FireGargoyle.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/Humanoid/Magic/Gargoyle.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/Humanoid/Magic/GargoyleDestroyer.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/Humanoid/Magic/GargoyleEnforcer.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/Humanoid/Magic/Gazer.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/Humanoid/Magic/GolemController.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/Humanoid/Magic/IceFiend.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/Humanoid/Magic/Imp.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/Humanoid/Magic/Lich.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/Humanoid/Magic/LichLord.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/Humanoid/Magic/OrcishMage.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/Humanoid/Magic/RatmanMage.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/Humanoid/Magic/SavageShaman.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/Humanoid/Magic/Shade.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/Humanoid/Magic/SkeletalMage.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/Humanoid/Magic/Spectre.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/Humanoid/Magic/Succubus.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/Humanoid/Magic/Titan.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/Humanoid/Magic/Wraith.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/Humanoid/Melee/ArcticOgreLord.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/Humanoid/Melee/BoneKnight.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/Humanoid/Melee/Brigand.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/Humanoid/Melee/ChaosDaemon.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/Humanoid/Melee/Cursed.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/Humanoid/Melee/Cyclops.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/Humanoid/Melee/Doppleganger.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/Humanoid/Melee/ElfBrigand.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/Humanoid/Melee/EnslavedGargoyle.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/Humanoid/Melee/Ettin.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/Humanoid/Melee/Executioner.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/Humanoid/Melee/FrostTroll.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/Humanoid/Melee/GazerLarva.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/Humanoid/Melee/Ghoul.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/Humanoid/Melee/GreaterMongbat.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/Humanoid/Melee/Guardian.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/Humanoid/Melee/HeadlessOne.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/Humanoid/Melee/HordeMinion.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/Humanoid/Melee/Juggernaut.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/Humanoid/Melee/KhaldunRevenant.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/Humanoid/Melee/KhaldunSummoner.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/Humanoid/Melee/KhaldunZealot.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/Humanoid/Melee/Moloch.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/Humanoid/Melee/Mongbat.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/Humanoid/Melee/Mummy.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/Humanoid/Melee/Ogre.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/Humanoid/Melee/OgreLord.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/Humanoid/Melee/Orc.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/Humanoid/Melee/OrcBomber.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/Humanoid/Melee/OrcBrute.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/Humanoid/Melee/OrcCaptain.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/Humanoid/Melee/OrcishLord.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/Humanoid/Melee/Ratman.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/Humanoid/Melee/RatmanArcher.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/Humanoid/Melee/RestlessSoul.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/Humanoid/Melee/RottingCorpse.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/Humanoid/Melee/Savage.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/Humanoid/Melee/SavageRider.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/Humanoid/Melee/ShadowFiend.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/Humanoid/Melee/SkeletalKnight.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/Humanoid/Melee/Skeleton.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/Humanoid/Melee/SpawnedOrcishLord.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/Humanoid/Melee/SpectralArmour.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/Humanoid/Melee/StoneGargoyle.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/Humanoid/Melee/StrongMongbat.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/Humanoid/Melee/Troll.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/Humanoid/Melee/Zombie.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/LBR/Exodus/ExodusMinion.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/LBR/Exodus/ExodusOverseer.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/LBR/Jukas/ChaosDragoon.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/LBR/Jukas/ChaosDragoonElite.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/LBR/Jukas/JukaLord.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/LBR/Jukas/JukaMage.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/LBR/Jukas/JukaWarrior.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/LBR/Meers/EnragedCreatures.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/LBR/Meers/MeerCaptain.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/LBR/Meers/MeerEternal.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/LBR/Meers/MeerMage.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/LBR/Meers/MeerWarrior.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/ML/Animal/CuSidhe.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/ML/Animal/Ferret.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/ML/Animal/RagingGrizzlyBear.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/ML/Animal/Squirrel.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/ML/Bedlam/LadyJennifyr.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/ML/Bedlam/LadyMarai.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/ML/Bedlam/MasterJonath.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/ML/Bedlam/MasterMikael.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/ML/Bedlam/MasterTheophilus.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/ML/Bedlam/RedDeath.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/ML/Bedlam/SirPatrick.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/ML/Blighted Grove/Abscess.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/ML/Blighted Grove/Coil.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/ML/Blighted Grove/EnslavedSatyr.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/ML/Blighted Grove/Hydra.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/ML/Blighted Grove/InsaneDryad.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/ML/Blighted Grove/Saliva.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/ML/Blighted Grove/Tangle.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/ML/Blighted Grove/Thrasher.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/ML/Humanoid/Magic/FetidEssence.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/ML/Humanoid/Magic/InterredGrizzle .cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/ML/Humanoid/Magic/MLDryad.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/ML/Humanoid/Magic/Satyr.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/ML/Humanoid/Melee/CorruptedSoul.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/ML/Humanoid/Melee/FerelTreefellow.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/ML/Humanoid/Melee/Minotaur.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/ML/Humanoid/Melee/MinotaurCaptain.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/ML/Humanoid/Melee/MinotaurScout.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/ML/Humanoid/Melee/PestilentBandage.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/ML/Humanoid/Melee/Tormented Minotaur.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/ML/Humanoid/Melee/Troglodyte.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/ML/Labyrinth/Miasma.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/ML/Labyrinth/Pyre.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/ML/Labyrinth/Rend.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/ML/Misc/Magic/GreaterDragon.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/ML/Misc/Melee/CorrosiveSlime.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/ML/Misc/Melee/Reptalon.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/ML/Painted Caves/Grobu.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/ML/Painted Caves/Lurg.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/ML/Palace of Paroxysmus/Putrefier.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/ML/Prism of Light/CorporealBrume.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/ML/Prism of Light/CrystalDaemon.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/ML/Prism of Light/CrystalLatticeSeeker.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/ML/Prism of Light/CrystalSeaSerpent.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/ML/Prism of Light/CrystalVortex.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/ML/Prism of Light/CrystalWisp.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/ML/Prism of Light/MantraEffervescence.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/ML/Prism of Light/Protector.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/ML/Prism of Light/UnfrozenMummy.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/ML/Sanctuary/Chiikkaha.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/ML/Sanctuary/MougGuur.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/ML/Sanctuary/Szavetra.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/ML/Special/Ilhenir.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/ML/Special/Meraktus.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/ML/Special/Twaulo.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/ML/Twisted Weald/Changeling.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/ML/Twisted Weald/Gnaw.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/ML/Twisted Weald/Guile.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/ML/Twisted Weald/Irk.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/ML/Twisted Weald/LadyLissith.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/ML/Twisted Weald/LadySabrix.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/ML/Twisted Weald/Malefic.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/ML/Twisted Weald/Silk.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/ML/Twisted Weald/Spite.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/ML/Twisted Weald/Swoop.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/ML/Twisted Weald/Virulent.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/Mammal/Melee/HellHound.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/Mammal/Melee/VorpalBunny.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/Misc/Magic/DarkWisp.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/Misc/Magic/EtherealWarrior.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/Misc/Magic/Pixie.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/Misc/Magic/ShadowWisp.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/Misc/Magic/Wisp.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/Misc/Melee/AnimatedWeapon.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/Misc/Melee/BladeSpirits.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/Misc/Melee/Centaur.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/Misc/Melee/EnergyVortex.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/Misc/Melee/FrostOoze.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/Misc/Melee/Golem.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/Misc/Melee/PlagueBeast.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/Misc/Melee/PlagueBeastLord.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/Misc/Melee/PlagueSpawn.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/Misc/Melee/SandVortex.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/Misc/Melee/Slime.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/Ore Elementals/AgapiteElemental.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/Ore Elementals/BronzeElemental.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/Ore Elementals/CopperElemental.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/Ore Elementals/DullCopperElemental.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/Ore Elementals/GoldenElemental.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/Ore Elementals/ShadowIronElemental.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/Ore Elementals/ValoriteElemental.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/Ore Elementals/VeriteElemental.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/Plant/Magic/Reaper.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/Plant/Melee/BogThing.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/Plant/Melee/Bogling.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/Plant/Melee/Corpser.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/Plant/Melee/Quagmire.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/Plant/Melee/SwampTentacle.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/Plant/Melee/WhippingVine.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/Reptile/Magic/AncientWyrm.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/Reptile/Magic/DeepSeaSerpent.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/Reptile/Magic/Dragon.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/Reptile/Magic/Leviathan.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/Reptile/Magic/OphidianArchmage.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/Reptile/Magic/OphidianMage.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/Reptile/Magic/OphidianMatriarch.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/Reptile/Magic/SeaSerpent.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/Reptile/Magic/SerpentineDragon.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/Reptile/Magic/ShadowWyrm.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/Reptile/Magic/SkeletalDragon.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/Reptile/Magic/WhiteWyrm.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/Reptile/Melee/Drake.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/Reptile/Melee/Harpy.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/Reptile/Melee/Kraken.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/Reptile/Melee/Lizardman.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/Reptile/Melee/OphidianKnight.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/Reptile/Melee/OphidianWarrior.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/Reptile/Melee/Scorpion.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/Reptile/Melee/StoneHarpy.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/Reptile/Melee/Wyvern.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/SE/BakeKitsune.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/SE/DeathWatchBeetle.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/SE/DeathWatchBeetleHatchling.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/SE/EliteNinja.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/SE/FanDancer.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/SE/FireBeetle.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/SE/Kappa.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/SE/KazeKemono.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/SE/LadyOfTheSnow.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/SE/Oni.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/SE/RaiJu.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/SE/RevenantLion.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/SE/Ronin.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/SE/RuneBeetle.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/SE/TsukiWolf.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/SE/Yamandon.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/SE/YomotsuElder.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/SE/YomotsuPriest.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/SE/YomotsuWarrior.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/Summons/SummonedAirElemental.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/Summons/SummonedDaemon.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/Summons/SummonedEarthElemental.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/Summons/SummonedFireElemental.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Monsters/Summons/SummonedWaterElemental.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/PlayerMobile.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Special/Barracoon.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Special/BaseChampion.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Special/BaseShieldGuard.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Special/CapturedHordeMinion.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Special/ChaosGuard.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Special/DarkGuardian.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Special/Dummy.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Special/DummySpecific.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Special/Harrower.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Special/HarrowerTentacles.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Special/LordOaks.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Special/Mephitis.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Special/Neira.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Special/OrderGuard.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Special/Paragon.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Special/Rikktor.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Special/Semidar.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Special/Serado.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Special/ServantOfSemidar.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Special/Silvani.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Special/Wanderer.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Townfolk/Actor.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Townfolk/Artist.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Townfolk/Banker.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Townfolk/BaseEscortable.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Townfolk/BrideGroom.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Townfolk/EscortableMage.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Townfolk/Gypsy.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Townfolk/HarborMaster.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Townfolk/Merchant.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Townfolk/Messenger.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Townfolk/Minter.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Townfolk/Ninja.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Townfolk/Noble.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Townfolk/Peasant.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Townfolk/Prisoner.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Townfolk/Samurai.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Townfolk/Sculptor.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Townfolk/SeekerOfAdventure.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Townfolk/TownCrier.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Vendors/AnimalBuy.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Vendors/BaseVendor.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Vendors/BeverageBuy.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Vendors/GenericBuy.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Vendors/GenericSell.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Vendors/NPC/Alchemist.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Vendors/NPC/AnimalTrainer.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Vendors/NPC/Architect.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Vendors/NPC/Armorer.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Vendors/NPC/Baker.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Vendors/NPC/Bard.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Vendors/NPC/Barkeeper.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Vendors/NPC/Beekeeper.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Vendors/NPC/Blacksmith.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Vendors/NPC/Bowyer.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Vendors/NPC/Butcher.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Vendors/NPC/Carpenter.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Vendors/NPC/Cobbler.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Vendors/NPC/Cook.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Vendors/NPC/CustomHairstylist.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Vendors/NPC/Farmer.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Vendors/NPC/Fisherman.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Vendors/NPC/Furtrader.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Vendors/NPC/Glassblower.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Vendors/NPC/GolemCrafter.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Vendors/NPC/Guildmasters/BardGuildmaster.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Vendors/NPC/Guildmasters/BaseGuildmaster.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Vendors/NPC/Guildmasters/BlacksmithGuildmaster.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Vendors/NPC/Guildmasters/FisherGuildmaster.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Vendors/NPC/Guildmasters/HealerGuildmaster.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Vendors/NPC/Guildmasters/MageGuildmaster.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Vendors/NPC/Guildmasters/MerchantGuildmaster.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Vendors/NPC/Guildmasters/MinerGuildmaster.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Vendors/NPC/Guildmasters/RangerGuildmaster.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Vendors/NPC/Guildmasters/TailorGuildmaster.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Vendors/NPC/Guildmasters/ThiefGuildmaster.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Vendors/NPC/Guildmasters/TinkerGuildmaster.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Vendors/NPC/Guildmasters/WarriorGuildmaster.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Vendors/NPC/GypsyAnimalTrainer.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Vendors/NPC/GypsyBanker.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Vendors/NPC/GypsyMaiden.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Vendors/NPC/HairStylist.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Vendors/NPC/Herbalist.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Vendors/NPC/HolyMage.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Vendors/NPC/InnKeeper.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Vendors/NPC/IronWorker.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Vendors/NPC/Jeweler.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Vendors/NPC/KeeperOfChivalry.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Vendors/NPC/LeatherWorker.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Vendors/NPC/Mage.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Vendors/NPC/Mapmaker.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Vendors/NPC/Miller.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Vendors/NPC/Miner.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Vendors/NPC/Monk.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Vendors/NPC/Provisioner.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Vendors/NPC/Rancher.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Vendors/NPC/Ranger.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Vendors/NPC/RealEstateBroker.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Vendors/NPC/Scribe.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Vendors/NPC/Shipwright.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Vendors/NPC/StoneCrafter.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Vendors/NPC/Tailor.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Vendors/NPC/Tanner.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Vendors/NPC/TavernKeeper.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Vendors/NPC/Thief.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Vendors/NPC/Tinker.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Vendors/NPC/Vagabond.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Vendors/NPC/VarietyDealer.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Vendors/NPC/Veterinarian.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Vendors/NPC/Waiter.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Vendors/NPC/Weaponsmith.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Vendors/NPC/Weaver.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Vendors/PlayerBarkeeper.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Vendors/PlayerVendor.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Vendors/PresetMapBuy.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Vendors/RentedVendor.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Vendors/SBInfo/Armors/SBChainmailArmor.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Vendors/SBInfo/Armors/SBHelmetArmor.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Vendors/SBInfo/Armors/SBLeatherArmor.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Vendors/SBInfo/Armors/SBMetalShields.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Vendors/SBInfo/Armors/SBPlateArmor.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Vendors/SBInfo/Armors/SBRingmailArmor.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Vendors/SBInfo/Armors/SBStuddedArmor.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Vendors/SBInfo/Armors/SBWoodenShields.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Vendors/SBInfo/SBAlchemist.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Vendors/SBInfo/SBAnimalTrainer.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Vendors/SBInfo/SBArchitect.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Vendors/SBInfo/SBBaker.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Vendors/SBInfo/SBBanker.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Vendors/SBInfo/SBBard.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Vendors/SBInfo/SBBarkeeper.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Vendors/SBInfo/SBBeekeeper.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Vendors/SBInfo/SBBlacksmith.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Vendors/SBInfo/SBBowyer.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Vendors/SBInfo/SBButcher.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Vendors/SBInfo/SBCarpenter.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Vendors/SBInfo/SBCobbler.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Vendors/SBInfo/SBCook.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Vendors/SBInfo/SBFarmer.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Vendors/SBInfo/SBFisherman.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Vendors/SBInfo/SBFortuneTeller.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Vendors/SBInfo/SBFurtrader.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Vendors/SBInfo/SBGlassblower.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Vendors/SBInfo/SBHairStylist.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Vendors/SBInfo/SBHealer.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Vendors/SBInfo/SBHerbalist.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Vendors/SBInfo/SBHolyMage.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Vendors/SBInfo/SBHouseDeed.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Vendors/SBInfo/SBInfo.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Vendors/SBInfo/SBInnKeeper.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Vendors/SBInfo/SBJewel.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Vendors/SBInfo/SBKeeperOfChivalry.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Vendors/SBInfo/SBLeatherWorker.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Vendors/SBInfo/SBMage.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Vendors/SBInfo/SBMapmaker.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Vendors/SBInfo/SBMiller.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Vendors/SBInfo/SBMiner.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Vendors/SBInfo/SBMonk.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Vendors/SBInfo/SBNinja.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Vendors/SBInfo/SBPlayerBarkeeper.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Vendors/SBInfo/SBProvisioner.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Vendors/SBInfo/SBRancher.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Vendors/SBInfo/SBRanger.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Vendors/SBInfo/SBRealEstateBroker.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Vendors/SBInfo/SBSECook.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Vendors/SBInfo/SBSEHats.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Vendors/SBInfo/SBSamurai.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Vendors/SBInfo/SBScribe.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Vendors/SBInfo/SBShipwright.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Vendors/SBInfo/SBSmithTools.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Vendors/SBInfo/SBStoneCrafter.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Vendors/SBInfo/SBTailor.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Vendors/SBInfo/SBTanner.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Vendors/SBInfo/SBTavernKeeper.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Vendors/SBInfo/SBThief.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Vendors/SBInfo/SBTinker.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Vendors/SBInfo/SBVagabond.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Vendors/SBInfo/SBVarietyDealer.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Vendors/SBInfo/SBVeterinarian.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Vendors/SBInfo/SBWaiter.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Vendors/SBInfo/SBWeaponSmith.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Vendors/SBInfo/SBWeaver.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Vendors/SBInfo/SE/SBSEArmor.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Vendors/SBInfo/SE/SBSEBowyer.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Vendors/SBInfo/SE/SBSECarpenter.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Vendors/SBInfo/SE/SBSEFood.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Vendors/SBInfo/SE/SBSELeatherArmor.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Vendors/SBInfo/SE/SBSEWeapons.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Vendors/SBInfo/Weapons/SBAxeWeapon.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Vendors/SBInfo/Weapons/SBKnifeWeapon.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Vendors/SBInfo/Weapons/SBMaceWeapon.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Vendors/SBInfo/Weapons/SBPoleArmWeapon.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Vendors/SBInfo/Weapons/SBRangedWeapon.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Vendors/SBInfo/Weapons/SBSpearForkWeapon.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Vendors/SBInfo/Weapons/SBStavesWeapon.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Vendors/SBInfo/Weapons/SBSwordWeapon.cs (100%) rename Projects/{Scripts => UOContent}/Mobiles/Vendors/VendorInventory.cs (100%) rename Projects/{Scripts => UOContent}/Multis/BaseHouse.cs (100%) rename Projects/{Scripts => UOContent}/Multis/Boats/BaseBoat.cs (100%) rename Projects/{Scripts => UOContent}/Multis/Boats/BaseBoatDeed.cs (100%) rename Projects/{Scripts => UOContent}/Multis/Boats/BaseDockedBoat.cs (100%) rename Projects/{Scripts => UOContent}/Multis/Boats/ConfirmDryDockGump.cs (100%) rename Projects/{Scripts => UOContent}/Multis/Boats/Hold.cs (100%) rename Projects/{Scripts => UOContent}/Multis/Boats/LargeBoat.cs (100%) rename Projects/{Scripts => UOContent}/Multis/Boats/LargeDragonBoat.cs (100%) rename Projects/{Scripts => UOContent}/Multis/Boats/MediumBoat.cs (100%) rename Projects/{Scripts => UOContent}/Multis/Boats/MediumDragonBoat.cs (100%) rename Projects/{Scripts => UOContent}/Multis/Boats/Plank.cs (100%) rename Projects/{Scripts => UOContent}/Multis/Boats/RenameBoatPrompt.cs (100%) rename Projects/{Scripts => UOContent}/Multis/Boats/SmallBoat.cs (100%) rename Projects/{Scripts => UOContent}/Multis/Boats/SmallDragonBoat.cs (100%) rename Projects/{Scripts => UOContent}/Multis/Boats/Strandedness.cs (100%) rename Projects/{Scripts => UOContent}/Multis/Boats/TillerMan.cs (100%) rename Projects/{Scripts => UOContent}/Multis/Camps/BankerCamp.cs (100%) rename Projects/{Scripts => UOContent}/Multis/Camps/BaseCamp.cs (100%) rename Projects/{Scripts => UOContent}/Multis/Camps/BrigandCamp.cs (100%) rename Projects/{Scripts => UOContent}/Multis/Camps/HealerCamp.cs (100%) rename Projects/{Scripts => UOContent}/Multis/Camps/LizardmenCamp.cs (100%) rename Projects/{Scripts => UOContent}/Multis/Camps/MageCamp.cs (100%) rename Projects/{Scripts => UOContent}/Multis/Camps/OrcCamp.cs (100%) rename Projects/{Scripts => UOContent}/Multis/Camps/RatCamp.cs (100%) rename Projects/{Scripts => UOContent}/Multis/ComponentVerification.cs (100%) rename Projects/{Scripts => UOContent}/Multis/ContestHouses.cs (100%) rename Projects/{Scripts => UOContent}/Multis/Deeds.cs (100%) rename Projects/{Scripts => UOContent}/Multis/DynamicDecay.cs (100%) rename Projects/{Scripts => UOContent}/Multis/HouseFoundation.cs (100%) rename Projects/{Scripts => UOContent}/Multis/HousePlacement.cs (100%) rename Projects/{Scripts => UOContent}/Multis/HousePlacementTool.cs (100%) rename Projects/{Scripts => UOContent}/Multis/HouseSign.cs (100%) rename Projects/{Scripts => UOContent}/Multis/HouseTeleporter.cs (100%) rename Projects/{Scripts => UOContent}/Multis/Houses.cs (100%) rename Projects/{Scripts => UOContent}/Multis/MovingCrate.cs (100%) rename Projects/{Scripts => UOContent}/Multis/PreviewHouse.cs (100%) rename Projects/{Scripts => UOContent}/Regions/BaseRegion.cs (100%) rename Projects/{Scripts => UOContent}/Regions/DungeonRegion.cs (100%) rename Projects/{Scripts => UOContent}/Regions/GreenAcres.cs (100%) rename Projects/{Scripts => UOContent}/Regions/GuardedRegion.cs (100%) rename Projects/{Scripts => UOContent}/Regions/HouseRegion.cs (100%) rename Projects/{Scripts => UOContent}/Regions/Jail.cs (100%) rename Projects/{Scripts => UOContent}/Regions/NoHousingRegion.cs (100%) rename Projects/{Scripts => UOContent}/Regions/Spawning/SpawnDefinition.cs (100%) rename Projects/{Scripts => UOContent}/Regions/Spawning/SpawnEntry.cs (100%) rename Projects/{Scripts => UOContent}/Regions/Spawning/SpawnPersistence.cs (100%) rename Projects/{Scripts => UOContent}/Regions/TownRegion.cs (100%) rename Projects/{Scripts => UOContent}/Skills/Anatomy.cs (100%) rename Projects/{Scripts => UOContent}/Skills/AnimalLore.cs (100%) rename Projects/{Scripts => UOContent}/Skills/AnimalTaming.cs (100%) rename Projects/{Scripts => UOContent}/Skills/ArmsLore.cs (100%) rename Projects/{Scripts => UOContent}/Skills/Begging.cs (100%) rename Projects/{Scripts => UOContent}/Skills/DetectHidden.cs (100%) rename Projects/{Scripts => UOContent}/Skills/Discordance.cs (100%) rename Projects/{Scripts => UOContent}/Skills/EvalInt.cs (100%) rename Projects/{Scripts => UOContent}/Skills/ForensicEval.cs (100%) rename Projects/{Scripts => UOContent}/Skills/Hiding.cs (100%) rename Projects/{Scripts => UOContent}/Skills/Inscribe.cs (100%) rename Projects/{Scripts => UOContent}/Skills/ItemIdentification.cs (100%) rename Projects/{Scripts => UOContent}/Skills/Meditation.cs (100%) rename Projects/{Scripts => UOContent}/Skills/Peacemaking.cs (100%) rename Projects/{Scripts => UOContent}/Skills/Poisoning.cs (100%) rename Projects/{Scripts => UOContent}/Skills/Provocation.cs (100%) rename Projects/{Scripts => UOContent}/Skills/RemoveTrap.cs (100%) rename Projects/{Scripts => UOContent}/Skills/Snooping.cs (100%) rename Projects/{Scripts => UOContent}/Skills/SpiritSpeak.cs (100%) rename Projects/{Scripts => UOContent}/Skills/Stealing.cs (100%) rename Projects/{Scripts => UOContent}/Skills/Stealth.cs (100%) rename Projects/{Scripts => UOContent}/Skills/TasteID.cs (100%) rename Projects/{Scripts => UOContent}/Skills/Tracking.cs (100%) rename Projects/{Scripts => UOContent}/SpecialSystems/Engines/GiftGiving.cs (100%) rename Projects/{Scripts => UOContent}/SpecialSystems/Engines/ItemFixes.cs (100%) rename Projects/{Scripts => UOContent}/SpecialSystems/Engines/PreventInaccess.cs (100%) rename Projects/{Scripts => UOContent}/SpecialSystems/Engines/TestCenter.cs (100%) rename Projects/{Scripts => UOContent}/SpecialSystems/Items/Resurrection/ResGate.cs (100%) rename Projects/{Scripts => UOContent}/SpecialSystems/Items/Stones/AlchemyStone.cs (100%) rename Projects/{Scripts => UOContent}/SpecialSystems/Items/Stones/GamblingStone.cs (100%) rename Projects/{Scripts => UOContent}/SpecialSystems/Items/Stones/IngotStone.cs (100%) rename Projects/{Scripts => UOContent}/SpecialSystems/Items/Stones/RegStone.cs (100%) rename Projects/{Scripts => UOContent}/SpecialSystems/Items/Stones/ScribeStone.cs (100%) rename Projects/{Scripts => UOContent}/SpecialSystems/Items/Stones/SmithStone.cs (100%) rename Projects/{Scripts => UOContent}/SpecialSystems/Items/Stones/TailorStone.cs (100%) rename Projects/{Scripts => UOContent}/SpecialSystems/Items/SupplyBags/AlchemyBag.cs (100%) rename Projects/{Scripts => UOContent}/SpecialSystems/Items/SupplyBags/BagOfIngots.cs (100%) rename Projects/{Scripts => UOContent}/SpecialSystems/Items/SupplyBags/ScribeBag.cs (100%) rename Projects/{Scripts => UOContent}/SpecialSystems/Items/SupplyBags/SmithBag.cs (100%) rename Projects/{Scripts => UOContent}/SpecialSystems/Items/SupplyBags/TailorBag.cs (100%) rename Projects/{Scripts => UOContent}/SpecialSystems/README.TXT (100%) rename Projects/{Scripts => UOContent}/Spells/Base/DisturbType.cs (100%) rename Projects/{Scripts => UOContent}/Spells/Base/MagerySpell.cs (100%) rename Projects/{Scripts => UOContent}/Spells/Base/SpecialMove.cs (100%) rename Projects/{Scripts => UOContent}/Spells/Base/Spell.cs (100%) rename Projects/{Scripts => UOContent}/Spells/Base/SpellCircle.cs (100%) rename Projects/{Scripts => UOContent}/Spells/Base/SpellHelper.cs (100%) rename Projects/{Scripts => UOContent}/Spells/Base/SpellInfo.cs (100%) rename Projects/{Scripts => UOContent}/Spells/Base/SpellRegistry.cs (100%) rename Projects/{Scripts => UOContent}/Spells/Base/SpellState.cs (100%) rename Projects/{Scripts => UOContent}/Spells/Bushido/Confidence.cs (100%) rename Projects/{Scripts => UOContent}/Spells/Bushido/CounterAttack.cs (100%) rename Projects/{Scripts => UOContent}/Spells/Bushido/Evasion.cs (100%) rename Projects/{Scripts => UOContent}/Spells/Bushido/HonorableExecution.cs (100%) rename Projects/{Scripts => UOContent}/Spells/Bushido/LightningStrike.cs (100%) rename Projects/{Scripts => UOContent}/Spells/Bushido/MomentumStrike.cs (100%) rename Projects/{Scripts => UOContent}/Spells/Bushido/SamuraiMove.cs (100%) rename Projects/{Scripts => UOContent}/Spells/Bushido/SamuraiSpell.cs (100%) rename Projects/{Scripts => UOContent}/Spells/Chivalry/CleanseByFire.cs (100%) rename Projects/{Scripts => UOContent}/Spells/Chivalry/CloseWounds.cs (100%) rename Projects/{Scripts => UOContent}/Spells/Chivalry/ConsecrateWeapon.cs (100%) rename Projects/{Scripts => UOContent}/Spells/Chivalry/DispelEvil.cs (100%) rename Projects/{Scripts => UOContent}/Spells/Chivalry/DivineFury.cs (100%) rename Projects/{Scripts => UOContent}/Spells/Chivalry/EnemyOfOne.cs (100%) rename Projects/{Scripts => UOContent}/Spells/Chivalry/HolyLight.cs (100%) rename Projects/{Scripts => UOContent}/Spells/Chivalry/NobleSacrifice.cs (100%) rename Projects/{Scripts => UOContent}/Spells/Chivalry/PaladinSpell.cs (100%) rename Projects/{Scripts => UOContent}/Spells/Chivalry/RemoveCurse.cs (100%) rename Projects/{Scripts => UOContent}/Spells/Chivalry/SacredJourney.cs (100%) rename Projects/{Scripts => UOContent}/Spells/Eighth/AirElemental.cs (100%) rename Projects/{Scripts => UOContent}/Spells/Eighth/EarthElemental.cs (100%) rename Projects/{Scripts => UOContent}/Spells/Eighth/Earthquake.cs (100%) rename Projects/{Scripts => UOContent}/Spells/Eighth/EnergyVortex.cs (100%) rename Projects/{Scripts => UOContent}/Spells/Eighth/FireElemental.cs (100%) rename Projects/{Scripts => UOContent}/Spells/Eighth/Resurrection.cs (100%) rename Projects/{Scripts => UOContent}/Spells/Eighth/SummonDaemon.cs (100%) rename Projects/{Scripts => UOContent}/Spells/Eighth/WaterElemental.cs (100%) rename Projects/{Scripts => UOContent}/Spells/Fifth/BladeSpirits.cs (100%) rename Projects/{Scripts => UOContent}/Spells/Fifth/DispelField.cs (100%) rename Projects/{Scripts => UOContent}/Spells/Fifth/Incognito.cs (100%) rename Projects/{Scripts => UOContent}/Spells/Fifth/MagicReflect.cs (100%) rename Projects/{Scripts => UOContent}/Spells/Fifth/MindBlast.cs (100%) rename Projects/{Scripts => UOContent}/Spells/Fifth/Paralyze.cs (100%) rename Projects/{Scripts => UOContent}/Spells/Fifth/PoisonField.cs (100%) rename Projects/{Scripts => UOContent}/Spells/Fifth/SummonCreature.cs (100%) rename Projects/{Scripts => UOContent}/Spells/First/Clumsy.cs (100%) rename Projects/{Scripts => UOContent}/Spells/First/CreateFood.cs (100%) rename Projects/{Scripts => UOContent}/Spells/First/Feeblemind.cs (100%) rename Projects/{Scripts => UOContent}/Spells/First/Heal.cs (100%) rename Projects/{Scripts => UOContent}/Spells/First/MagicArrow.cs (100%) rename Projects/{Scripts => UOContent}/Spells/First/NightSight.cs (100%) rename Projects/{Scripts => UOContent}/Spells/First/ReactiveArmor.cs (100%) rename Projects/{Scripts => UOContent}/Spells/First/Weaken.cs (100%) rename Projects/{Scripts => UOContent}/Spells/Fourth/ArchCure.cs (100%) rename Projects/{Scripts => UOContent}/Spells/Fourth/ArchProtection.cs (100%) rename Projects/{Scripts => UOContent}/Spells/Fourth/Curse.cs (100%) rename Projects/{Scripts => UOContent}/Spells/Fourth/FireField.cs (100%) rename Projects/{Scripts => UOContent}/Spells/Fourth/GreaterHeal.cs (100%) rename Projects/{Scripts => UOContent}/Spells/Fourth/Lightning.cs (100%) rename Projects/{Scripts => UOContent}/Spells/Fourth/ManaDrain.cs (100%) rename Projects/{Scripts => UOContent}/Spells/Fourth/Recall.cs (100%) rename Projects/{Scripts => UOContent}/Spells/Gargoyle/SpellDefinitions/FlySpell.cs (100%) rename Projects/{Scripts => UOContent}/Spells/Initializer.cs (100%) rename Projects/{Scripts => UOContent}/Spells/Mysticism/AnimatedWeaponSpell.cs (100%) rename Projects/{Scripts => UOContent}/Spells/Mysticism/EagleStrikeSpell.cs (100%) rename Projects/{Scripts => UOContent}/Spells/Mysticism/HailStormSpell.cs (100%) rename Projects/{Scripts => UOContent}/Spells/Mysticism/MysticSpell.cs (100%) rename Projects/{Scripts => UOContent}/Spells/Mysticism/NetherCycloneSpell.cs (100%) rename Projects/{Scripts => UOContent}/Spells/Mysticism/SpellPlagueSpell.cs (100%) rename Projects/{Scripts => UOContent}/Spells/Mysticism/StoneFormSpell.cs (100%) rename Projects/{Scripts => UOContent}/Spells/Necromancy/AnimateDeadSpell.cs (100%) rename Projects/{Scripts => UOContent}/Spells/Necromancy/BloodOathSpell.cs (100%) rename Projects/{Scripts => UOContent}/Spells/Necromancy/CorpseSkin.cs (100%) rename Projects/{Scripts => UOContent}/Spells/Necromancy/CurseWeapon.cs (100%) rename Projects/{Scripts => UOContent}/Spells/Necromancy/EvilOmen.cs (100%) rename Projects/{Scripts => UOContent}/Spells/Necromancy/Exorcism.cs (100%) rename Projects/{Scripts => UOContent}/Spells/Necromancy/HorrificBeast.cs (100%) rename Projects/{Scripts => UOContent}/Spells/Necromancy/LichForm.cs (100%) rename Projects/{Scripts => UOContent}/Spells/Necromancy/MindRot.cs (100%) rename Projects/{Scripts => UOContent}/Spells/Necromancy/NecromancerSpell.cs (100%) rename Projects/{Scripts => UOContent}/Spells/Necromancy/PainSpike.cs (100%) rename Projects/{Scripts => UOContent}/Spells/Necromancy/PoisonStrike.cs (100%) rename Projects/{Scripts => UOContent}/Spells/Necromancy/Strangle.cs (100%) rename Projects/{Scripts => UOContent}/Spells/Necromancy/SummonFamiliar.cs (100%) rename Projects/{Scripts => UOContent}/Spells/Necromancy/TransformationSpell.cs (100%) rename Projects/{Scripts => UOContent}/Spells/Necromancy/VampiricEmbrace.cs (100%) rename Projects/{Scripts => UOContent}/Spells/Necromancy/VengefulSpirit.cs (100%) rename Projects/{Scripts => UOContent}/Spells/Necromancy/Wither.cs (100%) rename Projects/{Scripts => UOContent}/Spells/Necromancy/WraithForm.cs (100%) rename Projects/{Scripts => UOContent}/Spells/Ninjitsu/AnimalForm.cs (100%) rename Projects/{Scripts => UOContent}/Spells/Ninjitsu/Backstab.cs (100%) rename Projects/{Scripts => UOContent}/Spells/Ninjitsu/DeathStrike.cs (100%) rename Projects/{Scripts => UOContent}/Spells/Ninjitsu/FocusAttack.cs (100%) rename Projects/{Scripts => UOContent}/Spells/Ninjitsu/KiAttack.cs (100%) rename Projects/{Scripts => UOContent}/Spells/Ninjitsu/MirrorImage.cs (100%) rename Projects/{Scripts => UOContent}/Spells/Ninjitsu/NinjaMove.cs (100%) rename Projects/{Scripts => UOContent}/Spells/Ninjitsu/NinjaSpell.cs (100%) rename Projects/{Scripts => UOContent}/Spells/Ninjitsu/ShadowJump.cs (100%) rename Projects/{Scripts => UOContent}/Spells/Ninjitsu/SurpriseAttack.cs (100%) rename Projects/{Scripts => UOContent}/Spells/Reagent.cs (100%) rename Projects/{Scripts => UOContent}/Spells/Second/Agility.cs (100%) rename Projects/{Scripts => UOContent}/Spells/Second/Cunning.cs (100%) rename Projects/{Scripts => UOContent}/Spells/Second/Cure.cs (100%) rename Projects/{Scripts => UOContent}/Spells/Second/Harm.cs (100%) rename Projects/{Scripts => UOContent}/Spells/Second/MagicTrap.cs (100%) rename Projects/{Scripts => UOContent}/Spells/Second/Protection.cs (100%) rename Projects/{Scripts => UOContent}/Spells/Second/RemoveTrap.cs (100%) rename Projects/{Scripts => UOContent}/Spells/Second/Strength.cs (100%) rename Projects/{Scripts => UOContent}/Spells/Seventh/ChainLightning.cs (100%) rename Projects/{Scripts => UOContent}/Spells/Seventh/EnergyField.cs (100%) rename Projects/{Scripts => UOContent}/Spells/Seventh/FlameStrike.cs (100%) rename Projects/{Scripts => UOContent}/Spells/Seventh/GateTravel.cs (100%) rename Projects/{Scripts => UOContent}/Spells/Seventh/ManaVampire.cs (100%) rename Projects/{Scripts => UOContent}/Spells/Seventh/MassDispel.cs (100%) rename Projects/{Scripts => UOContent}/Spells/Seventh/MeteorSwarm.cs (100%) rename Projects/{Scripts => UOContent}/Spells/Seventh/Polymorph.cs (100%) rename Projects/{Scripts => UOContent}/Spells/Sixth/Dispel.cs (100%) rename Projects/{Scripts => UOContent}/Spells/Sixth/EnergyBolt.cs (100%) rename Projects/{Scripts => UOContent}/Spells/Sixth/Explosion.cs (100%) rename Projects/{Scripts => UOContent}/Spells/Sixth/Invisibility.cs (100%) rename Projects/{Scripts => UOContent}/Spells/Sixth/Mark.cs (100%) rename Projects/{Scripts => UOContent}/Spells/Sixth/MassCurse.cs (100%) rename Projects/{Scripts => UOContent}/Spells/Sixth/ParalyzeField.cs (100%) rename Projects/{Scripts => UOContent}/Spells/Sixth/Reveal.cs (100%) rename Projects/{Scripts => UOContent}/Spells/Spellweaving/ArcaneCircle.cs (100%) rename Projects/{Scripts => UOContent}/Spells/Spellweaving/ArcaneForm.cs (100%) rename Projects/{Scripts => UOContent}/Spells/Spellweaving/ArcaneSummon.cs (100%) rename Projects/{Scripts => UOContent}/Spells/Spellweaving/ArcanistSpell.cs (100%) rename Projects/{Scripts => UOContent}/Spells/Spellweaving/AttuneWeapon.cs (100%) rename Projects/{Scripts => UOContent}/Spells/Spellweaving/EssenceOfWind.cs (100%) rename Projects/{Scripts => UOContent}/Spells/Spellweaving/EtherealVoyage.cs (100%) rename Projects/{Scripts => UOContent}/Spells/Spellweaving/GiftOfLife.cs (100%) rename Projects/{Scripts => UOContent}/Spells/Spellweaving/GiftOfRenewal.cs (100%) rename Projects/{Scripts => UOContent}/Spells/Spellweaving/ImmolatingWeapon.cs (100%) rename Projects/{Scripts => UOContent}/Spells/Spellweaving/Items/ArcaneFocus.cs (100%) rename Projects/{Scripts => UOContent}/Spells/Spellweaving/Items/TransientItem.cs (100%) rename Projects/{Scripts => UOContent}/Spells/Spellweaving/Mobiles/ArcaneFey.cs (100%) rename Projects/{Scripts => UOContent}/Spells/Spellweaving/Mobiles/ArcaneFiend.cs (100%) rename Projects/{Scripts => UOContent}/Spells/Spellweaving/Mobiles/NatureFury.cs (100%) rename Projects/{Scripts => UOContent}/Spells/Spellweaving/NatureFury.cs (100%) rename Projects/{Scripts => UOContent}/Spells/Spellweaving/ReaperForm.cs (100%) rename Projects/{Scripts => UOContent}/Spells/Spellweaving/SummonFey.cs (100%) rename Projects/{Scripts => UOContent}/Spells/Spellweaving/SummonFiend.cs (100%) rename Projects/{Scripts => UOContent}/Spells/Spellweaving/Thunderstorm.cs (100%) rename Projects/{Scripts => UOContent}/Spells/Spellweaving/WordOfDeath.cs (100%) rename Projects/{Scripts => UOContent}/Spells/Targeting/IRecallSpell.cs (100%) rename Projects/{Scripts => UOContent}/Spells/Targeting/ISpellTarget.cs (100%) rename Projects/{Scripts => UOContent}/Spells/Targeting/RecallSpellTarget.cs (100%) rename Projects/{Scripts => UOContent}/Spells/Targeting/SpellTargetItem.cs (100%) rename Projects/{Scripts => UOContent}/Spells/Targeting/SpellTargetMobile.cs (100%) rename Projects/{Scripts => UOContent}/Spells/Targeting/SpellTargetPoint3D.cs (100%) rename Projects/{Scripts => UOContent}/Spells/Third/Bless.cs (100%) rename Projects/{Scripts => UOContent}/Spells/Third/Fireball.cs (100%) rename Projects/{Scripts => UOContent}/Spells/Third/MagicLock.cs (100%) rename Projects/{Scripts => UOContent}/Spells/Third/Poison.cs (100%) rename Projects/{Scripts => UOContent}/Spells/Third/Telekinesis.cs (100%) rename Projects/{Scripts => UOContent}/Spells/Third/Teleport.cs (100%) rename Projects/{Scripts => UOContent}/Spells/Third/Unlock.cs (100%) rename Projects/{Scripts => UOContent}/Spells/Third/WallOfStone.cs (100%) rename Projects/{Scripts => UOContent}/Spells/UnsummonTimer.cs (100%) rename Projects/{Scripts => UOContent}/Targets/BladedItemTarget.cs (100%) rename Projects/{Scripts => UOContent}/Targets/MoveTarget.cs (100%) rename Projects/{Scripts => UOContent}/Targets/PickMoveTarget.cs (100%) create mode 100644 Projects/UOContent/UOContent.csproj diff --git a/.gitignore b/.gitignore index 9d92a34e8..7d575c39f 100644 --- a/.gitignore +++ b/.gitignore @@ -35,6 +35,9 @@ /Distribution/Microsoft.Extensions.Options.dll /Distribution/Microsoft.Extensions.Primitives.dll +# Configuration Files +!/Distribution/Configuration/assemblies.json + /Projects/*/obj /Projects/*/bin diff --git a/ModernUO.sln b/ModernUO.sln index 2d214caef..2301feaa2 100644 --- a/ModernUO.sln +++ b/ModernUO.sln @@ -6,11 +6,11 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Argon2", "Projects\Argon2\A EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Server", "Projects\Server\Server.csproj", "{5E93BB35-3661-4822-9A8A-859726BAD87F}" EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Scripts", "Projects\Scripts\Scripts.csproj", "{83CF2484-BCCB-4B7C-9C5F-7AB43AEA5E8F}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UOContent", "Projects\UOContent\UOContent.csproj", "{83CF2484-BCCB-4B7C-9C5F-7AB43AEA5E8F}" EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Server.Tests", "Projects\Server.Tests\Server.Tests.csproj", "{D7A5D3AF-D607-46EF-BAAD-0D424190311F}" EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Scripts.Tests", "Projects\Scripts.Tests\Scripts.Tests.csproj", "{3C4797F9-603E-44EF-8E8C-9275CC9EA74B}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UOContent.Tests", "Projects\UOContent.Tests\UOContent.Tests.csproj", "{3C4797F9-603E-44EF-8E8C-9275CC9EA74B}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Zlib", "Projects\ZLib\ZLib.csproj", "{3B030CD2-DB29-4BC2-9C90-D90804B30757}" EndProject @@ -21,42 +21,42 @@ Global Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {5E93BB35-3661-4822-9A8A-859726BAD87F}.Analyze|x64.ActiveCfg = Release|x64 - {5E93BB35-3661-4822-9A8A-859726BAD87F}.Analyze|x64.Build.0 = Release|x64 + {5E93BB35-3661-4822-9A8A-859726BAD87F}.Analyze|x64.ActiveCfg = Analyze|x64 + {5E93BB35-3661-4822-9A8A-859726BAD87F}.Analyze|x64.Build.0 = Analyze|x64 {5E93BB35-3661-4822-9A8A-859726BAD87F}.Debug|x64.ActiveCfg = Debug|x64 {5E93BB35-3661-4822-9A8A-859726BAD87F}.Debug|x64.Build.0 = Debug|x64 {5E93BB35-3661-4822-9A8A-859726BAD87F}.Release|x64.ActiveCfg = Release|x64 {5E93BB35-3661-4822-9A8A-859726BAD87F}.Release|x64.Build.0 = Release|x64 - {83CF2484-BCCB-4B7C-9C5F-7AB43AEA5E8F}.Analyze|x64.ActiveCfg = Release|x64 - {83CF2484-BCCB-4B7C-9C5F-7AB43AEA5E8F}.Analyze|x64.Build.0 = Release|x64 + {83CF2484-BCCB-4B7C-9C5F-7AB43AEA5E8F}.Analyze|x64.ActiveCfg = Analyze|x64 + {83CF2484-BCCB-4B7C-9C5F-7AB43AEA5E8F}.Analyze|x64.Build.0 = Analyze|x64 {83CF2484-BCCB-4B7C-9C5F-7AB43AEA5E8F}.Debug|x64.ActiveCfg = Debug|x64 {83CF2484-BCCB-4B7C-9C5F-7AB43AEA5E8F}.Debug|x64.Build.0 = Debug|x64 {83CF2484-BCCB-4B7C-9C5F-7AB43AEA5E8F}.Release|x64.ActiveCfg = Release|x64 {83CF2484-BCCB-4B7C-9C5F-7AB43AEA5E8F}.Release|x64.Build.0 = Release|x64 - {D7A5D3AF-D607-46EF-BAAD-0D424190311F}.Analyze|x64.ActiveCfg = Debug|x64 - {D7A5D3AF-D607-46EF-BAAD-0D424190311F}.Analyze|x64.Build.0 = Debug|x64 + {D7A5D3AF-D607-46EF-BAAD-0D424190311F}.Analyze|x64.ActiveCfg = Analyze|x64 + {D7A5D3AF-D607-46EF-BAAD-0D424190311F}.Analyze|x64.Build.0 = Analyze|x64 {D7A5D3AF-D607-46EF-BAAD-0D424190311F}.Debug|x64.ActiveCfg = Debug|x64 {D7A5D3AF-D607-46EF-BAAD-0D424190311F}.Debug|x64.Build.0 = Debug|x64 {D7A5D3AF-D607-46EF-BAAD-0D424190311F}.Release|x64.ActiveCfg = Release|x64 {D7A5D3AF-D607-46EF-BAAD-0D424190311F}.Release|x64.Build.0 = Release|x64 - {3C4797F9-603E-44EF-8E8C-9275CC9EA74B}.Analyze|x64.ActiveCfg = Debug|x64 - {3C4797F9-603E-44EF-8E8C-9275CC9EA74B}.Analyze|x64.Build.0 = Debug|x64 + {3C4797F9-603E-44EF-8E8C-9275CC9EA74B}.Analyze|x64.ActiveCfg = Analyze|x64 + {3C4797F9-603E-44EF-8E8C-9275CC9EA74B}.Analyze|x64.Build.0 = Analyze|x64 {3C4797F9-603E-44EF-8E8C-9275CC9EA74B}.Debug|x64.ActiveCfg = Debug|x64 {3C4797F9-603E-44EF-8E8C-9275CC9EA74B}.Debug|x64.Build.0 = Debug|x64 {3C4797F9-603E-44EF-8E8C-9275CC9EA74B}.Release|x64.ActiveCfg = Release|x64 {3C4797F9-603E-44EF-8E8C-9275CC9EA74B}.Release|x64.Build.0 = Release|x64 - {97150E9D-5561-4D3C-9B78-E795544507D0}.Analyze|x64.ActiveCfg = Release|x64 - {97150E9D-5561-4D3C-9B78-E795544507D0}.Analyze|x64.Build.0 = Release|x64 + {97150E9D-5561-4D3C-9B78-E795544507D0}.Analyze|x64.ActiveCfg = Analyze|x64 + {97150E9D-5561-4D3C-9B78-E795544507D0}.Analyze|x64.Build.0 = Analyze|x64 {97150E9D-5561-4D3C-9B78-E795544507D0}.Debug|x64.ActiveCfg = Debug|x64 {97150E9D-5561-4D3C-9B78-E795544507D0}.Debug|x64.Build.0 = Debug|x64 {97150E9D-5561-4D3C-9B78-E795544507D0}.Release|x64.ActiveCfg = Release|x64 {97150E9D-5561-4D3C-9B78-E795544507D0}.Release|x64.Build.0 = Release|x64 - {3B030CD2-DB29-4BC2-9C90-D90804B30757}.Analyze|x64.ActiveCfg = Debug|Any CPU - {3B030CD2-DB29-4BC2-9C90-D90804B30757}.Analyze|x64.Build.0 = Debug|Any CPU - {3B030CD2-DB29-4BC2-9C90-D90804B30757}.Debug|x64.ActiveCfg = Debug|Any CPU - {3B030CD2-DB29-4BC2-9C90-D90804B30757}.Debug|x64.Build.0 = Debug|Any CPU - {3B030CD2-DB29-4BC2-9C90-D90804B30757}.Release|x64.ActiveCfg = Release|Any CPU - {3B030CD2-DB29-4BC2-9C90-D90804B30757}.Release|x64.Build.0 = Release|Any CPU + {3B030CD2-DB29-4BC2-9C90-D90804B30757}.Analyze|x64.ActiveCfg = Analyze|x64 + {3B030CD2-DB29-4BC2-9C90-D90804B30757}.Analyze|x64.Build.0 = Analyze|x64 + {3B030CD2-DB29-4BC2-9C90-D90804B30757}.Debug|x64.ActiveCfg = Debug|x64 + {3B030CD2-DB29-4BC2-9C90-D90804B30757}.Debug|x64.Build.0 = Debug|x64 + {3B030CD2-DB29-4BC2-9C90-D90804B30757}.Release|x64.ActiveCfg = Release|x64 + {3B030CD2-DB29-4BC2-9C90-D90804B30757}.Release|x64.Build.0 = Release|x64 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/Projects/Scripts/Scripts.csproj b/Projects/Scripts/Scripts.csproj deleted file mode 100644 index b3237f5dc..000000000 --- a/Projects/Scripts/Scripts.csproj +++ /dev/null @@ -1,98 +0,0 @@ - - - - Server - netcoreapp3.1 - Scripts.CS - Kamron Batman - ModernUO - ModernUO Scripts - 2019-2020 - true - true - - true - x64 - 8.0 - - - $(SolutionDir)\Distribution\Assemblies - true - Debug;Release;Analyze - WINDOWS - x64 - - - - - - - - - - - - - - - - - - - - - TRACE;DEBUG;$(DefineConstants) - false - - - true - - - true - true - true - $(SolutionDir)\Rules.ruleset - - - - - - - false - - - - - - - - - - - - - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - - - - - 1.1.118 - all - - - stylecop.json - - - 2.9.8 - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - - Rules.rulest - - - diff --git a/Projects/Server.Tests/Server.Tests.csproj b/Projects/Server.Tests/Server.Tests.csproj index 562d89327..2ad84cf97 100644 --- a/Projects/Server.Tests/Server.Tests.csproj +++ b/Projects/Server.Tests/Server.Tests.csproj @@ -11,7 +11,7 @@ - + diff --git a/Projects/Server/AssemblyHandler.cs b/Projects/Server/AssemblyHandler.cs index 56f65b5e5..c0ce7da96 100644 --- a/Projects/Server/AssemblyHandler.cs +++ b/Projects/Server/AssemblyHandler.cs @@ -2,7 +2,7 @@ * ModernUO * * Copyright (C) 2019-2020 - ModernUO Development Team * * Email: hi@modernuo.com * - * File: AssemblyHandler.cs - Created: 2019/08/02 - Updated: 2020/01/19 * + * File: AssemblyHandler.cs - Created: 2019/08/02 - Updated: 2020/05/09 * * * * This program is free software: you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * @@ -33,21 +33,14 @@ namespace Server private static TypeCache m_NullCache; public static Assembly[] Assemblies { get; set; } - public static readonly string AssembliesPath = EnsureDirectory("Assemblies"); + public static void LoadScripts(string[] files) + { + var assemblies = new Assembly[files.Length]; - public static void LoadScripts(string path = null) => - Assemblies = Directory.GetFiles(path ?? AssembliesPath, "*.dll") - .Select(t => - { - try - { - return AssemblyLoadContext.Default.LoadFromAssemblyPath(t); - } catch (BadImageFormatException) - { - // ignored - return null; - } - }).Where(t => t != null).ToArray(); + for (int i = 0; i < files.Length; i++) assemblies[i] = AssemblyLoadContext.Default.LoadFromAssemblyPath(files[i]); + + Assemblies = assemblies; + } public static void Invoke(string method) { diff --git a/Projects/Server/Configuration/ServerConfiguration.cs b/Projects/Server/Configuration/ServerConfiguration.cs index bb0f4fd01..98cdbc51c 100644 --- a/Projects/Server/Configuration/ServerConfiguration.cs +++ b/Projects/Server/Configuration/ServerConfiguration.cs @@ -3,7 +3,7 @@ * Copyright (C) 2019-2020 - ModernUO Development Team * * Email: hi@modernuo.com * * File: ServerConfiguration.cs * - * Created: 2019/10/04 - Updated: 2020/05/02 * + * Created: 2019/10/04 - Updated: 2020/05/09 * * * * This program is free software: you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/Projects/Server/Main.cs b/Projects/Server/Main.cs index 7f14deaf8..04cbfc9a1 100644 --- a/Projects/Server/Main.cs +++ b/Projects/Server/Main.cs @@ -32,6 +32,7 @@ using System.Threading.Tasks; using Microsoft.AspNetCore.Hosting; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Hosting; +using Server.Json; using Server.Network; namespace Server @@ -117,8 +118,6 @@ namespace Server public static Thread Thread { get; private set; } - public static MultiTextWriter MultiConsoleOut { get; private set; } - public static bool UsingHighResolutionTiming => m_HighRes && !Unix; public static long TickCount => (long)Ticks; @@ -309,6 +308,8 @@ namespace Server m_Signal.Set(); } + private static string assembliesConfiguration = "Configuration/assemblies.json"; + public static void Main(string[] args) { AppDomain.CurrentDomain.UnhandledException += CurrentDomain_UnhandledException; @@ -382,8 +383,13 @@ namespace Server ServerConfiguration.Load(); - // Load Assembly Scripts.CS.dll - AssemblyHandler.LoadScripts(); + // Load UOContent.dll + string[] assemblyFiles = JsonConfig.Deserialize>( + Path.Join(BaseDirectory, assembliesConfiguration) + ).Select(t => Path.Join(BaseDirectory, "Assemblies", t)).ToArray(); + AssemblyHandler.LoadScripts(assemblyFiles); + + VerifySerialization(); AssemblyHandler.Invoke("Configure"); diff --git a/Projects/Server/Server.csproj b/Projects/Server/Server.csproj index 0034d8262..5348b7128 100644 --- a/Projects/Server/Server.csproj +++ b/Projects/Server/Server.csproj @@ -16,66 +16,70 @@ true x64 8.0 - $(SolutionDir)\Distribution - - + ..\..\Distribution true true false Debug;Release;Analyze x64 + WINDOWS + UNIX - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + - + + + Rules.rulest + + + stylecop.json + + + TRACE;DEBUG false - + true - - true + true true - $(SolutionDir)\Rules.ruleset + ..\..\Rules.ruleset - + libdrng.dll Always - @@ -93,21 +97,15 @@ - + 1.1.118 all - - stylecop.json - 2.9.8 all runtime; build; native; contentfiles; analyzers; buildtransitive - - Rules.rulest - diff --git a/Projects/Scripts.Tests/Accounting/Security/PasswordProtectionTest.cs b/Projects/UOContent.Tests/Accounting/Security/PasswordProtectionTest.cs similarity index 100% rename from Projects/Scripts.Tests/Accounting/Security/PasswordProtectionTest.cs rename to Projects/UOContent.Tests/Accounting/Security/PasswordProtectionTest.cs diff --git a/Projects/Scripts.Tests/Misc/HexStringConverterTest.cs b/Projects/UOContent.Tests/Misc/HexStringConverterTest.cs similarity index 100% rename from Projects/Scripts.Tests/Misc/HexStringConverterTest.cs rename to Projects/UOContent.Tests/Misc/HexStringConverterTest.cs diff --git a/Projects/Scripts.Tests/Scripts.Tests.csproj b/Projects/UOContent.Tests/UOContent.Tests.csproj similarity index 83% rename from Projects/Scripts.Tests/Scripts.Tests.csproj rename to Projects/UOContent.Tests/UOContent.Tests.csproj index 69728f1bd..67f6273f8 100644 --- a/Projects/Scripts.Tests/Scripts.Tests.csproj +++ b/Projects/UOContent.Tests/UOContent.Tests.csproj @@ -3,6 +3,7 @@ netcoreapp3.1 x64 WINDOWS + Scripts.Tests @@ -12,6 +13,6 @@ - + diff --git a/Projects/Scripts/Accounting/AccessRestrictions.cs b/Projects/UOContent/Accounting/AccessRestrictions.cs similarity index 100% rename from Projects/Scripts/Accounting/AccessRestrictions.cs rename to Projects/UOContent/Accounting/AccessRestrictions.cs diff --git a/Projects/Scripts/Accounting/Account.cs b/Projects/UOContent/Accounting/Account.cs similarity index 100% rename from Projects/Scripts/Accounting/Account.cs rename to Projects/UOContent/Accounting/Account.cs diff --git a/Projects/Scripts/Accounting/AccountAttackLimiter.cs b/Projects/UOContent/Accounting/AccountAttackLimiter.cs similarity index 100% rename from Projects/Scripts/Accounting/AccountAttackLimiter.cs rename to Projects/UOContent/Accounting/AccountAttackLimiter.cs diff --git a/Projects/Scripts/Accounting/AccountComment.cs b/Projects/UOContent/Accounting/AccountComment.cs similarity index 100% rename from Projects/Scripts/Accounting/AccountComment.cs rename to Projects/UOContent/Accounting/AccountComment.cs diff --git a/Projects/Scripts/Accounting/AccountHandler.cs b/Projects/UOContent/Accounting/AccountHandler.cs similarity index 100% rename from Projects/Scripts/Accounting/AccountHandler.cs rename to Projects/UOContent/Accounting/AccountHandler.cs diff --git a/Projects/Scripts/Accounting/AccountTag.cs b/Projects/UOContent/Accounting/AccountTag.cs similarity index 100% rename from Projects/Scripts/Accounting/AccountTag.cs rename to Projects/UOContent/Accounting/AccountTag.cs diff --git a/Projects/Scripts/Accounting/Accounts.cs b/Projects/UOContent/Accounting/Accounts.cs similarity index 100% rename from Projects/Scripts/Accounting/Accounts.cs rename to Projects/UOContent/Accounting/Accounts.cs diff --git a/Projects/Scripts/Accounting/Firewall.cs b/Projects/UOContent/Accounting/Firewall.cs similarity index 100% rename from Projects/Scripts/Accounting/Firewall.cs rename to Projects/UOContent/Accounting/Firewall.cs diff --git a/Projects/Scripts/Accounting/IPLimiter.cs b/Projects/UOContent/Accounting/IPLimiter.cs similarity index 100% rename from Projects/Scripts/Accounting/IPLimiter.cs rename to Projects/UOContent/Accounting/IPLimiter.cs diff --git a/Projects/Scripts/Accounting/IPasswordProtection.cs b/Projects/UOContent/Accounting/IPasswordProtection.cs similarity index 100% rename from Projects/Scripts/Accounting/IPasswordProtection.cs rename to Projects/UOContent/Accounting/IPasswordProtection.cs diff --git a/Projects/Scripts/Accounting/Security/AccountSecurity.cs b/Projects/UOContent/Accounting/Security/AccountSecurity.cs similarity index 88% rename from Projects/Scripts/Accounting/Security/AccountSecurity.cs rename to Projects/UOContent/Accounting/Security/AccountSecurity.cs index d63fc01d6..7a8799bf8 100644 --- a/Projects/Scripts/Accounting/Security/AccountSecurity.cs +++ b/Projects/UOContent/Accounting/Security/AccountSecurity.cs @@ -39,10 +39,9 @@ namespace Server.Accounting.Security public static class AccountSecurity { - // TODO: Put it in a configuration public static PasswordProtectionAlgorithm CurrentAlgorithm { get; set; } - public static readonly IPasswordProtection CurrentPasswordProtection = GetPasswordProtection(CurrentAlgorithm); + public static IPasswordProtection CurrentPasswordProtection => GetPasswordProtection(CurrentAlgorithm); public static void Configure() { @@ -50,7 +49,7 @@ namespace Server.Accounting.Security ServerConfiguration.GetOrUpdateSetting("accountSecurity.encryptionAlgorithm", PasswordProtectionAlgorithm.Argon2); if (CurrentAlgorithm < PasswordProtectionAlgorithm.SHA2) - throw new Exception($"Security: {CurrentAlgorithm} is obselete and not secure. Do not use it."); + throw new Exception($"Security: {CurrentAlgorithm} is obsolete and not secure. Do not use it."); } public static IPasswordProtection GetPasswordProtection(PasswordProtectionAlgorithm algorithm) @@ -62,7 +61,8 @@ namespace Server.Accounting.Security PasswordProtectionAlgorithm.SHA2 => SHA2PasswordProtection.Instance, PasswordProtectionAlgorithm.PBKDF2 => PBKDF2PasswordProtection.Instance, PasswordProtectionAlgorithm.Argon2 => Argon2PasswordProtection.Instance, - _ => null + PasswordProtectionAlgorithm.None => throw new Exception("Do not use PasswordProtectionAlgorithm.None"), + _ => throw new Exception("No algorithm") }; return passwordProtection; diff --git a/Projects/Scripts/Accounting/Security/Argon2PasswordProtection.cs b/Projects/UOContent/Accounting/Security/Argon2PasswordProtection.cs similarity index 100% rename from Projects/Scripts/Accounting/Security/Argon2PasswordProtection.cs rename to Projects/UOContent/Accounting/Security/Argon2PasswordProtection.cs diff --git a/Projects/Scripts/Accounting/Security/MD5PasswordProtection.cs b/Projects/UOContent/Accounting/Security/MD5PasswordProtection.cs similarity index 100% rename from Projects/Scripts/Accounting/Security/MD5PasswordProtection.cs rename to Projects/UOContent/Accounting/Security/MD5PasswordProtection.cs diff --git a/Projects/Scripts/Accounting/Security/PBKDF2PasswordProtection.cs b/Projects/UOContent/Accounting/Security/PBKDF2PasswordProtection.cs similarity index 100% rename from Projects/Scripts/Accounting/Security/PBKDF2PasswordProtection.cs rename to Projects/UOContent/Accounting/Security/PBKDF2PasswordProtection.cs diff --git a/Projects/Scripts/Accounting/Security/SHA1PasswordProtection.cs b/Projects/UOContent/Accounting/Security/SHA1PasswordProtection.cs similarity index 100% rename from Projects/Scripts/Accounting/Security/SHA1PasswordProtection.cs rename to Projects/UOContent/Accounting/Security/SHA1PasswordProtection.cs diff --git a/Projects/Scripts/Accounting/Security/SHA2PasswordProtection.cs b/Projects/UOContent/Accounting/Security/SHA2PasswordProtection.cs similarity index 100% rename from Projects/Scripts/Accounting/Security/SHA2PasswordProtection.cs rename to Projects/UOContent/Accounting/Security/SHA2PasswordProtection.cs diff --git a/Projects/Scripts/Commands/Add.cs b/Projects/UOContent/Commands/Add.cs similarity index 100% rename from Projects/Scripts/Commands/Add.cs rename to Projects/UOContent/Commands/Add.cs diff --git a/Projects/Scripts/Commands/Attributes.cs b/Projects/UOContent/Commands/Attributes.cs similarity index 100% rename from Projects/Scripts/Commands/Attributes.cs rename to Projects/UOContent/Commands/Attributes.cs diff --git a/Projects/Scripts/Commands/Batch.cs b/Projects/UOContent/Commands/Batch.cs similarity index 100% rename from Projects/Scripts/Commands/Batch.cs rename to Projects/UOContent/Commands/Batch.cs diff --git a/Projects/Scripts/Commands/BoundingBoxPicker.cs b/Projects/UOContent/Commands/BoundingBoxPicker.cs similarity index 100% rename from Projects/Scripts/Commands/BoundingBoxPicker.cs rename to Projects/UOContent/Commands/BoundingBoxPicker.cs diff --git a/Projects/Scripts/Commands/Decorate.cs b/Projects/UOContent/Commands/Decorate.cs similarity index 100% rename from Projects/Scripts/Commands/Decorate.cs rename to Projects/UOContent/Commands/Decorate.cs diff --git a/Projects/Scripts/Commands/DecorateMag.cs b/Projects/UOContent/Commands/DecorateMag.cs similarity index 100% rename from Projects/Scripts/Commands/DecorateMag.cs rename to Projects/UOContent/Commands/DecorateMag.cs diff --git a/Projects/Scripts/Commands/Docs.cs b/Projects/UOContent/Commands/Docs.cs similarity index 100% rename from Projects/Scripts/Commands/Docs.cs rename to Projects/UOContent/Commands/Docs.cs diff --git a/Projects/Scripts/Commands/DragEffects.cs b/Projects/UOContent/Commands/DragEffects.cs similarity index 100% rename from Projects/Scripts/Commands/DragEffects.cs rename to Projects/UOContent/Commands/DragEffects.cs diff --git a/Projects/Scripts/Commands/Dupe.cs b/Projects/UOContent/Commands/Dupe.cs similarity index 100% rename from Projects/Scripts/Commands/Dupe.cs rename to Projects/UOContent/Commands/Dupe.cs diff --git a/Projects/Scripts/Commands/ExportWSC.cs b/Projects/UOContent/Commands/ExportWSC.cs similarity index 100% rename from Projects/Scripts/Commands/ExportWSC.cs rename to Projects/UOContent/Commands/ExportWSC.cs diff --git a/Projects/Scripts/Commands/GenCategorization.cs b/Projects/UOContent/Commands/GenCategorization.cs similarity index 100% rename from Projects/Scripts/Commands/GenCategorization.cs rename to Projects/UOContent/Commands/GenCategorization.cs diff --git a/Projects/Scripts/Commands/GenTeleporter.cs b/Projects/UOContent/Commands/GenTeleporter.cs similarity index 100% rename from Projects/Scripts/Commands/GenTeleporter.cs rename to Projects/UOContent/Commands/GenTeleporter.cs diff --git a/Projects/Scripts/Commands/Generic/Commands/BaseCommand.cs b/Projects/UOContent/Commands/Generic/Commands/BaseCommand.cs similarity index 100% rename from Projects/Scripts/Commands/Generic/Commands/BaseCommand.cs rename to Projects/UOContent/Commands/Generic/Commands/BaseCommand.cs diff --git a/Projects/Scripts/Commands/Generic/Commands/Commands.cs b/Projects/UOContent/Commands/Generic/Commands/Commands.cs similarity index 100% rename from Projects/Scripts/Commands/Generic/Commands/Commands.cs rename to Projects/UOContent/Commands/Generic/Commands/Commands.cs diff --git a/Projects/Scripts/Commands/Generic/Commands/DesignInsert.cs b/Projects/UOContent/Commands/Generic/Commands/DesignInsert.cs similarity index 100% rename from Projects/Scripts/Commands/Generic/Commands/DesignInsert.cs rename to Projects/UOContent/Commands/Generic/Commands/DesignInsert.cs diff --git a/Projects/Scripts/Commands/Generic/Commands/Interface.cs b/Projects/UOContent/Commands/Generic/Commands/Interface.cs similarity index 100% rename from Projects/Scripts/Commands/Generic/Commands/Interface.cs rename to Projects/UOContent/Commands/Generic/Commands/Interface.cs diff --git a/Projects/Scripts/Commands/Generic/Extensions/BaseExtension.cs b/Projects/UOContent/Commands/Generic/Extensions/BaseExtension.cs similarity index 100% rename from Projects/Scripts/Commands/Generic/Extensions/BaseExtension.cs rename to Projects/UOContent/Commands/Generic/Extensions/BaseExtension.cs diff --git a/Projects/Scripts/Commands/Generic/Extensions/Compilers/ConditionalCompiler.cs b/Projects/UOContent/Commands/Generic/Extensions/Compilers/ConditionalCompiler.cs similarity index 100% rename from Projects/Scripts/Commands/Generic/Extensions/Compilers/ConditionalCompiler.cs rename to Projects/UOContent/Commands/Generic/Extensions/Compilers/ConditionalCompiler.cs diff --git a/Projects/Scripts/Commands/Generic/Extensions/Compilers/DistinctCompiler.cs b/Projects/UOContent/Commands/Generic/Extensions/Compilers/DistinctCompiler.cs similarity index 100% rename from Projects/Scripts/Commands/Generic/Extensions/Compilers/DistinctCompiler.cs rename to Projects/UOContent/Commands/Generic/Extensions/Compilers/DistinctCompiler.cs diff --git a/Projects/Scripts/Commands/Generic/Extensions/Compilers/SortCompiler.cs b/Projects/UOContent/Commands/Generic/Extensions/Compilers/SortCompiler.cs similarity index 100% rename from Projects/Scripts/Commands/Generic/Extensions/Compilers/SortCompiler.cs rename to Projects/UOContent/Commands/Generic/Extensions/Compilers/SortCompiler.cs diff --git a/Projects/Scripts/Commands/Generic/Extensions/DistinctExtension.cs b/Projects/UOContent/Commands/Generic/Extensions/DistinctExtension.cs similarity index 100% rename from Projects/Scripts/Commands/Generic/Extensions/DistinctExtension.cs rename to Projects/UOContent/Commands/Generic/Extensions/DistinctExtension.cs diff --git a/Projects/Scripts/Commands/Generic/Extensions/LimitExtension.cs b/Projects/UOContent/Commands/Generic/Extensions/LimitExtension.cs similarity index 100% rename from Projects/Scripts/Commands/Generic/Extensions/LimitExtension.cs rename to Projects/UOContent/Commands/Generic/Extensions/LimitExtension.cs diff --git a/Projects/Scripts/Commands/Generic/Extensions/SortExtension.cs b/Projects/UOContent/Commands/Generic/Extensions/SortExtension.cs similarity index 100% rename from Projects/Scripts/Commands/Generic/Extensions/SortExtension.cs rename to Projects/UOContent/Commands/Generic/Extensions/SortExtension.cs diff --git a/Projects/Scripts/Commands/Generic/Extensions/WhereExtension.cs b/Projects/UOContent/Commands/Generic/Extensions/WhereExtension.cs similarity index 100% rename from Projects/Scripts/Commands/Generic/Extensions/WhereExtension.cs rename to Projects/UOContent/Commands/Generic/Extensions/WhereExtension.cs diff --git a/Projects/Scripts/Commands/Generic/Implementors/AreaCommandImplementor.cs b/Projects/UOContent/Commands/Generic/Implementors/AreaCommandImplementor.cs similarity index 100% rename from Projects/Scripts/Commands/Generic/Implementors/AreaCommandImplementor.cs rename to Projects/UOContent/Commands/Generic/Implementors/AreaCommandImplementor.cs diff --git a/Projects/Scripts/Commands/Generic/Implementors/BaseCommandImplementor.cs b/Projects/UOContent/Commands/Generic/Implementors/BaseCommandImplementor.cs similarity index 100% rename from Projects/Scripts/Commands/Generic/Implementors/BaseCommandImplementor.cs rename to Projects/UOContent/Commands/Generic/Implementors/BaseCommandImplementor.cs diff --git a/Projects/Scripts/Commands/Generic/Implementors/ContainedCommandImplementor.cs b/Projects/UOContent/Commands/Generic/Implementors/ContainedCommandImplementor.cs similarity index 100% rename from Projects/Scripts/Commands/Generic/Implementors/ContainedCommandImplementor.cs rename to Projects/UOContent/Commands/Generic/Implementors/ContainedCommandImplementor.cs diff --git a/Projects/Scripts/Commands/Generic/Implementors/FacetCommandImplementor.cs b/Projects/UOContent/Commands/Generic/Implementors/FacetCommandImplementor.cs similarity index 100% rename from Projects/Scripts/Commands/Generic/Implementors/FacetCommandImplementor.cs rename to Projects/UOContent/Commands/Generic/Implementors/FacetCommandImplementor.cs diff --git a/Projects/Scripts/Commands/Generic/Implementors/GlobalCommandImplementor.cs b/Projects/UOContent/Commands/Generic/Implementors/GlobalCommandImplementor.cs similarity index 100% rename from Projects/Scripts/Commands/Generic/Implementors/GlobalCommandImplementor.cs rename to Projects/UOContent/Commands/Generic/Implementors/GlobalCommandImplementor.cs diff --git a/Projects/Scripts/Commands/Generic/Implementors/IPAddressCommandImplementor.cs b/Projects/UOContent/Commands/Generic/Implementors/IPAddressCommandImplementor.cs similarity index 100% rename from Projects/Scripts/Commands/Generic/Implementors/IPAddressCommandImplementor.cs rename to Projects/UOContent/Commands/Generic/Implementors/IPAddressCommandImplementor.cs diff --git a/Projects/Scripts/Commands/Generic/Implementors/MultiCommandImplementor.cs b/Projects/UOContent/Commands/Generic/Implementors/MultiCommandImplementor.cs similarity index 100% rename from Projects/Scripts/Commands/Generic/Implementors/MultiCommandImplementor.cs rename to Projects/UOContent/Commands/Generic/Implementors/MultiCommandImplementor.cs diff --git a/Projects/Scripts/Commands/Generic/Implementors/ObjectConditional.cs b/Projects/UOContent/Commands/Generic/Implementors/ObjectConditional.cs similarity index 100% rename from Projects/Scripts/Commands/Generic/Implementors/ObjectConditional.cs rename to Projects/UOContent/Commands/Generic/Implementors/ObjectConditional.cs diff --git a/Projects/Scripts/Commands/Generic/Implementors/OnlineCommandImplementor.cs b/Projects/UOContent/Commands/Generic/Implementors/OnlineCommandImplementor.cs similarity index 100% rename from Projects/Scripts/Commands/Generic/Implementors/OnlineCommandImplementor.cs rename to Projects/UOContent/Commands/Generic/Implementors/OnlineCommandImplementor.cs diff --git a/Projects/Scripts/Commands/Generic/Implementors/RangeCommandImplementor.cs b/Projects/UOContent/Commands/Generic/Implementors/RangeCommandImplementor.cs similarity index 100% rename from Projects/Scripts/Commands/Generic/Implementors/RangeCommandImplementor.cs rename to Projects/UOContent/Commands/Generic/Implementors/RangeCommandImplementor.cs diff --git a/Projects/Scripts/Commands/Generic/Implementors/RegionCommandImplementor.cs b/Projects/UOContent/Commands/Generic/Implementors/RegionCommandImplementor.cs similarity index 100% rename from Projects/Scripts/Commands/Generic/Implementors/RegionCommandImplementor.cs rename to Projects/UOContent/Commands/Generic/Implementors/RegionCommandImplementor.cs diff --git a/Projects/Scripts/Commands/Generic/Implementors/ScreenCommandImplementor.cs b/Projects/UOContent/Commands/Generic/Implementors/ScreenCommandImplementor.cs similarity index 100% rename from Projects/Scripts/Commands/Generic/Implementors/ScreenCommandImplementor.cs rename to Projects/UOContent/Commands/Generic/Implementors/ScreenCommandImplementor.cs diff --git a/Projects/Scripts/Commands/Generic/Implementors/SelfCommandImplementor.cs b/Projects/UOContent/Commands/Generic/Implementors/SelfCommandImplementor.cs similarity index 100% rename from Projects/Scripts/Commands/Generic/Implementors/SelfCommandImplementor.cs rename to Projects/UOContent/Commands/Generic/Implementors/SelfCommandImplementor.cs diff --git a/Projects/Scripts/Commands/Generic/Implementors/SerialCommandImplementor.cs b/Projects/UOContent/Commands/Generic/Implementors/SerialCommandImplementor.cs similarity index 100% rename from Projects/Scripts/Commands/Generic/Implementors/SerialCommandImplementor.cs rename to Projects/UOContent/Commands/Generic/Implementors/SerialCommandImplementor.cs diff --git a/Projects/Scripts/Commands/Generic/Implementors/SingleCommandImplementor.cs b/Projects/UOContent/Commands/Generic/Implementors/SingleCommandImplementor.cs similarity index 100% rename from Projects/Scripts/Commands/Generic/Implementors/SingleCommandImplementor.cs rename to Projects/UOContent/Commands/Generic/Implementors/SingleCommandImplementor.cs diff --git a/Projects/Scripts/Commands/Handlers.cs b/Projects/UOContent/Commands/Handlers.cs similarity index 100% rename from Projects/Scripts/Commands/Handlers.cs rename to Projects/UOContent/Commands/Handlers.cs diff --git a/Projects/Scripts/Commands/HelpInfo.cs b/Projects/UOContent/Commands/HelpInfo.cs similarity index 100% rename from Projects/Scripts/Commands/HelpInfo.cs rename to Projects/UOContent/Commands/HelpInfo.cs diff --git a/Projects/Scripts/Commands/LocationCommand.cs b/Projects/UOContent/Commands/LocationCommand.cs similarity index 100% rename from Projects/Scripts/Commands/LocationCommand.cs rename to Projects/UOContent/Commands/LocationCommand.cs diff --git a/Projects/Scripts/Commands/Logging.cs b/Projects/UOContent/Commands/Logging.cs similarity index 100% rename from Projects/Scripts/Commands/Logging.cs rename to Projects/UOContent/Commands/Logging.cs diff --git a/Projects/Scripts/Commands/Profiling.cs b/Projects/UOContent/Commands/Profiling.cs similarity index 100% rename from Projects/Scripts/Commands/Profiling.cs rename to Projects/UOContent/Commands/Profiling.cs diff --git a/Projects/Scripts/Commands/Properties.cs b/Projects/UOContent/Commands/Properties.cs similarity index 100% rename from Projects/Scripts/Commands/Properties.cs rename to Projects/UOContent/Commands/Properties.cs diff --git a/Projects/Scripts/Commands/ShardTime.cs b/Projects/UOContent/Commands/ShardTime.cs similarity index 100% rename from Projects/Scripts/Commands/ShardTime.cs rename to Projects/UOContent/Commands/ShardTime.cs diff --git a/Projects/Scripts/Commands/SignParser.cs b/Projects/UOContent/Commands/SignParser.cs similarity index 100% rename from Projects/Scripts/Commands/SignParser.cs rename to Projects/UOContent/Commands/SignParser.cs diff --git a/Projects/Scripts/Commands/Skills.cs b/Projects/UOContent/Commands/Skills.cs similarity index 100% rename from Projects/Scripts/Commands/Skills.cs rename to Projects/UOContent/Commands/Skills.cs diff --git a/Projects/Scripts/Commands/SkillsMenu.cs b/Projects/UOContent/Commands/SkillsMenu.cs similarity index 100% rename from Projects/Scripts/Commands/SkillsMenu.cs rename to Projects/UOContent/Commands/SkillsMenu.cs diff --git a/Projects/Scripts/Commands/Statics.cs b/Projects/UOContent/Commands/Statics.cs similarity index 100% rename from Projects/Scripts/Commands/Statics.cs rename to Projects/UOContent/Commands/Statics.cs diff --git a/Projects/Scripts/Commands/VisibilityList.cs b/Projects/UOContent/Commands/VisibilityList.cs similarity index 100% rename from Projects/Scripts/Commands/VisibilityList.cs rename to Projects/UOContent/Commands/VisibilityList.cs diff --git a/Projects/Scripts/Commands/Wipe.cs b/Projects/UOContent/Commands/Wipe.cs similarity index 100% rename from Projects/Scripts/Commands/Wipe.cs rename to Projects/UOContent/Commands/Wipe.cs diff --git a/Projects/Scripts/Configuration/EmailConfiguration.cs b/Projects/UOContent/Configuration/EmailConfiguration.cs similarity index 100% rename from Projects/Scripts/Configuration/EmailConfiguration.cs rename to Projects/UOContent/Configuration/EmailConfiguration.cs diff --git a/Projects/Scripts/Configuration/ExpansionConfiguration.cs b/Projects/UOContent/Configuration/ExpansionConfiguration.cs similarity index 100% rename from Projects/Scripts/Configuration/ExpansionConfiguration.cs rename to Projects/UOContent/Configuration/ExpansionConfiguration.cs diff --git a/Projects/Scripts/Context Menus/AddToParty.cs b/Projects/UOContent/Context Menus/AddToParty.cs similarity index 100% rename from Projects/Scripts/Context Menus/AddToParty.cs rename to Projects/UOContent/Context Menus/AddToParty.cs diff --git a/Projects/Scripts/Context Menus/AddToSpellbookEntry.cs b/Projects/UOContent/Context Menus/AddToSpellbookEntry.cs similarity index 100% rename from Projects/Scripts/Context Menus/AddToSpellbookEntry.cs rename to Projects/UOContent/Context Menus/AddToSpellbookEntry.cs diff --git a/Projects/Scripts/Context Menus/EatEntry.cs b/Projects/UOContent/Context Menus/EatEntry.cs similarity index 100% rename from Projects/Scripts/Context Menus/EatEntry.cs rename to Projects/UOContent/Context Menus/EatEntry.cs diff --git a/Projects/Scripts/Context Menus/EjectPlayer.cs b/Projects/UOContent/Context Menus/EjectPlayer.cs similarity index 100% rename from Projects/Scripts/Context Menus/EjectPlayer.cs rename to Projects/UOContent/Context Menus/EjectPlayer.cs diff --git a/Projects/Scripts/Context Menus/OpenBankEntry.cs b/Projects/UOContent/Context Menus/OpenBankEntry.cs similarity index 100% rename from Projects/Scripts/Context Menus/OpenBankEntry.cs rename to Projects/UOContent/Context Menus/OpenBankEntry.cs diff --git a/Projects/Scripts/Context Menus/TeachEntry.cs b/Projects/UOContent/Context Menus/TeachEntry.cs similarity index 100% rename from Projects/Scripts/Context Menus/TeachEntry.cs rename to Projects/UOContent/Context Menus/TeachEntry.cs diff --git a/Projects/Scripts/Engines/BulkOrders/BODTarget.cs b/Projects/UOContent/Engines/BulkOrders/BODTarget.cs similarity index 100% rename from Projects/Scripts/Engines/BulkOrders/BODTarget.cs rename to Projects/UOContent/Engines/BulkOrders/BODTarget.cs diff --git a/Projects/Scripts/Engines/BulkOrders/BaseBOD.cs b/Projects/UOContent/Engines/BulkOrders/BaseBOD.cs similarity index 100% rename from Projects/Scripts/Engines/BulkOrders/BaseBOD.cs rename to Projects/UOContent/Engines/BulkOrders/BaseBOD.cs diff --git a/Projects/Scripts/Engines/BulkOrders/Books/BOBFilter.cs b/Projects/UOContent/Engines/BulkOrders/Books/BOBFilter.cs similarity index 100% rename from Projects/Scripts/Engines/BulkOrders/Books/BOBFilter.cs rename to Projects/UOContent/Engines/BulkOrders/Books/BOBFilter.cs diff --git a/Projects/Scripts/Engines/BulkOrders/Books/BOBFilterGump.cs b/Projects/UOContent/Engines/BulkOrders/Books/BOBFilterGump.cs similarity index 100% rename from Projects/Scripts/Engines/BulkOrders/Books/BOBFilterGump.cs rename to Projects/UOContent/Engines/BulkOrders/Books/BOBFilterGump.cs diff --git a/Projects/Scripts/Engines/BulkOrders/Books/BOBGump.cs b/Projects/UOContent/Engines/BulkOrders/Books/BOBGump.cs similarity index 100% rename from Projects/Scripts/Engines/BulkOrders/Books/BOBGump.cs rename to Projects/UOContent/Engines/BulkOrders/Books/BOBGump.cs diff --git a/Projects/Scripts/Engines/BulkOrders/Books/BOBLargeEntry.cs b/Projects/UOContent/Engines/BulkOrders/Books/BOBLargeEntry.cs similarity index 100% rename from Projects/Scripts/Engines/BulkOrders/Books/BOBLargeEntry.cs rename to Projects/UOContent/Engines/BulkOrders/Books/BOBLargeEntry.cs diff --git a/Projects/Scripts/Engines/BulkOrders/Books/BOBLargeSubEntry.cs b/Projects/UOContent/Engines/BulkOrders/Books/BOBLargeSubEntry.cs similarity index 100% rename from Projects/Scripts/Engines/BulkOrders/Books/BOBLargeSubEntry.cs rename to Projects/UOContent/Engines/BulkOrders/Books/BOBLargeSubEntry.cs diff --git a/Projects/Scripts/Engines/BulkOrders/Books/BOBSmallEntry.cs b/Projects/UOContent/Engines/BulkOrders/Books/BOBSmallEntry.cs similarity index 100% rename from Projects/Scripts/Engines/BulkOrders/Books/BOBSmallEntry.cs rename to Projects/UOContent/Engines/BulkOrders/Books/BOBSmallEntry.cs diff --git a/Projects/Scripts/Engines/BulkOrders/Books/BODBuyGump.cs b/Projects/UOContent/Engines/BulkOrders/Books/BODBuyGump.cs similarity index 100% rename from Projects/Scripts/Engines/BulkOrders/Books/BODBuyGump.cs rename to Projects/UOContent/Engines/BulkOrders/Books/BODBuyGump.cs diff --git a/Projects/Scripts/Engines/BulkOrders/Books/BODType.cs b/Projects/UOContent/Engines/BulkOrders/Books/BODType.cs similarity index 100% rename from Projects/Scripts/Engines/BulkOrders/Books/BODType.cs rename to Projects/UOContent/Engines/BulkOrders/Books/BODType.cs diff --git a/Projects/Scripts/Engines/BulkOrders/Books/BulkOrderBook.cs b/Projects/UOContent/Engines/BulkOrders/Books/BulkOrderBook.cs similarity index 100% rename from Projects/Scripts/Engines/BulkOrders/Books/BulkOrderBook.cs rename to Projects/UOContent/Engines/BulkOrders/Books/BulkOrderBook.cs diff --git a/Projects/Scripts/Engines/BulkOrders/Books/IBOBEntry.cs b/Projects/UOContent/Engines/BulkOrders/Books/IBOBEntry.cs similarity index 100% rename from Projects/Scripts/Engines/BulkOrders/Books/IBOBEntry.cs rename to Projects/UOContent/Engines/BulkOrders/Books/IBOBEntry.cs diff --git a/Projects/Scripts/Engines/BulkOrders/BulkMaterialType.cs b/Projects/UOContent/Engines/BulkOrders/BulkMaterialType.cs similarity index 100% rename from Projects/Scripts/Engines/BulkOrders/BulkMaterialType.cs rename to Projects/UOContent/Engines/BulkOrders/BulkMaterialType.cs diff --git a/Projects/Scripts/Engines/BulkOrders/LargeBOD.cs b/Projects/UOContent/Engines/BulkOrders/LargeBOD.cs similarity index 100% rename from Projects/Scripts/Engines/BulkOrders/LargeBOD.cs rename to Projects/UOContent/Engines/BulkOrders/LargeBOD.cs diff --git a/Projects/Scripts/Engines/BulkOrders/LargeBODAcceptGump.cs b/Projects/UOContent/Engines/BulkOrders/LargeBODAcceptGump.cs similarity index 100% rename from Projects/Scripts/Engines/BulkOrders/LargeBODAcceptGump.cs rename to Projects/UOContent/Engines/BulkOrders/LargeBODAcceptGump.cs diff --git a/Projects/Scripts/Engines/BulkOrders/LargeBODGump.cs b/Projects/UOContent/Engines/BulkOrders/LargeBODGump.cs similarity index 100% rename from Projects/Scripts/Engines/BulkOrders/LargeBODGump.cs rename to Projects/UOContent/Engines/BulkOrders/LargeBODGump.cs diff --git a/Projects/Scripts/Engines/BulkOrders/LargeBulkEntry.cs b/Projects/UOContent/Engines/BulkOrders/LargeBulkEntry.cs similarity index 100% rename from Projects/Scripts/Engines/BulkOrders/LargeBulkEntry.cs rename to Projects/UOContent/Engines/BulkOrders/LargeBulkEntry.cs diff --git a/Projects/Scripts/Engines/BulkOrders/LargeSmithBOD.cs b/Projects/UOContent/Engines/BulkOrders/LargeSmithBOD.cs similarity index 100% rename from Projects/Scripts/Engines/BulkOrders/LargeSmithBOD.cs rename to Projects/UOContent/Engines/BulkOrders/LargeSmithBOD.cs diff --git a/Projects/Scripts/Engines/BulkOrders/LargeTailorBOD.cs b/Projects/UOContent/Engines/BulkOrders/LargeTailorBOD.cs similarity index 100% rename from Projects/Scripts/Engines/BulkOrders/LargeTailorBOD.cs rename to Projects/UOContent/Engines/BulkOrders/LargeTailorBOD.cs diff --git a/Projects/Scripts/Engines/BulkOrders/Rewards.cs b/Projects/UOContent/Engines/BulkOrders/Rewards.cs similarity index 100% rename from Projects/Scripts/Engines/BulkOrders/Rewards.cs rename to Projects/UOContent/Engines/BulkOrders/Rewards.cs diff --git a/Projects/Scripts/Engines/BulkOrders/SmallBOD.cs b/Projects/UOContent/Engines/BulkOrders/SmallBOD.cs similarity index 100% rename from Projects/Scripts/Engines/BulkOrders/SmallBOD.cs rename to Projects/UOContent/Engines/BulkOrders/SmallBOD.cs diff --git a/Projects/Scripts/Engines/BulkOrders/SmallBODAcceptGump.cs b/Projects/UOContent/Engines/BulkOrders/SmallBODAcceptGump.cs similarity index 100% rename from Projects/Scripts/Engines/BulkOrders/SmallBODAcceptGump.cs rename to Projects/UOContent/Engines/BulkOrders/SmallBODAcceptGump.cs diff --git a/Projects/Scripts/Engines/BulkOrders/SmallBODGump.cs b/Projects/UOContent/Engines/BulkOrders/SmallBODGump.cs similarity index 100% rename from Projects/Scripts/Engines/BulkOrders/SmallBODGump.cs rename to Projects/UOContent/Engines/BulkOrders/SmallBODGump.cs diff --git a/Projects/Scripts/Engines/BulkOrders/SmallBulkEntry.cs b/Projects/UOContent/Engines/BulkOrders/SmallBulkEntry.cs similarity index 100% rename from Projects/Scripts/Engines/BulkOrders/SmallBulkEntry.cs rename to Projects/UOContent/Engines/BulkOrders/SmallBulkEntry.cs diff --git a/Projects/Scripts/Engines/BulkOrders/SmallSmithBOD.cs b/Projects/UOContent/Engines/BulkOrders/SmallSmithBOD.cs similarity index 100% rename from Projects/Scripts/Engines/BulkOrders/SmallSmithBOD.cs rename to Projects/UOContent/Engines/BulkOrders/SmallSmithBOD.cs diff --git a/Projects/Scripts/Engines/BulkOrders/SmallTailorBOD.cs b/Projects/UOContent/Engines/BulkOrders/SmallTailorBOD.cs similarity index 100% rename from Projects/Scripts/Engines/BulkOrders/SmallTailorBOD.cs rename to Projects/UOContent/Engines/BulkOrders/SmallTailorBOD.cs diff --git a/Projects/Scripts/Engines/CannedEvil/ChampionAltar.cs b/Projects/UOContent/Engines/CannedEvil/ChampionAltar.cs similarity index 100% rename from Projects/Scripts/Engines/CannedEvil/ChampionAltar.cs rename to Projects/UOContent/Engines/CannedEvil/ChampionAltar.cs diff --git a/Projects/Scripts/Engines/CannedEvil/ChampionPlatform.cs b/Projects/UOContent/Engines/CannedEvil/ChampionPlatform.cs similarity index 100% rename from Projects/Scripts/Engines/CannedEvil/ChampionPlatform.cs rename to Projects/UOContent/Engines/CannedEvil/ChampionPlatform.cs diff --git a/Projects/Scripts/Engines/CannedEvil/ChampionSkull.cs b/Projects/UOContent/Engines/CannedEvil/ChampionSkull.cs similarity index 100% rename from Projects/Scripts/Engines/CannedEvil/ChampionSkull.cs rename to Projects/UOContent/Engines/CannedEvil/ChampionSkull.cs diff --git a/Projects/Scripts/Engines/CannedEvil/ChampionSkullBrazier.cs b/Projects/UOContent/Engines/CannedEvil/ChampionSkullBrazier.cs similarity index 100% rename from Projects/Scripts/Engines/CannedEvil/ChampionSkullBrazier.cs rename to Projects/UOContent/Engines/CannedEvil/ChampionSkullBrazier.cs diff --git a/Projects/Scripts/Engines/CannedEvil/ChampionSkullPlatform.cs b/Projects/UOContent/Engines/CannedEvil/ChampionSkullPlatform.cs similarity index 100% rename from Projects/Scripts/Engines/CannedEvil/ChampionSkullPlatform.cs rename to Projects/UOContent/Engines/CannedEvil/ChampionSkullPlatform.cs diff --git a/Projects/Scripts/Engines/CannedEvil/ChampionSkullType.cs b/Projects/UOContent/Engines/CannedEvil/ChampionSkullType.cs similarity index 100% rename from Projects/Scripts/Engines/CannedEvil/ChampionSkullType.cs rename to Projects/UOContent/Engines/CannedEvil/ChampionSkullType.cs diff --git a/Projects/Scripts/Engines/CannedEvil/ChampionSpawn.cs b/Projects/UOContent/Engines/CannedEvil/ChampionSpawn.cs similarity index 100% rename from Projects/Scripts/Engines/CannedEvil/ChampionSpawn.cs rename to Projects/UOContent/Engines/CannedEvil/ChampionSpawn.cs diff --git a/Projects/Scripts/Engines/CannedEvil/ChampionSpawnType.cs b/Projects/UOContent/Engines/CannedEvil/ChampionSpawnType.cs similarity index 100% rename from Projects/Scripts/Engines/CannedEvil/ChampionSpawnType.cs rename to Projects/UOContent/Engines/CannedEvil/ChampionSpawnType.cs diff --git a/Projects/Scripts/Engines/CannedEvil/HarrowerGate.cs b/Projects/UOContent/Engines/CannedEvil/HarrowerGate.cs similarity index 100% rename from Projects/Scripts/Engines/CannedEvil/HarrowerGate.cs rename to Projects/UOContent/Engines/CannedEvil/HarrowerGate.cs diff --git a/Projects/Scripts/Engines/CannedEvil/RestartTimer.cs b/Projects/UOContent/Engines/CannedEvil/RestartTimer.cs similarity index 100% rename from Projects/Scripts/Engines/CannedEvil/RestartTimer.cs rename to Projects/UOContent/Engines/CannedEvil/RestartTimer.cs diff --git a/Projects/Scripts/Engines/CannedEvil/SliceTimer.cs b/Projects/UOContent/Engines/CannedEvil/SliceTimer.cs similarity index 100% rename from Projects/Scripts/Engines/CannedEvil/SliceTimer.cs rename to Projects/UOContent/Engines/CannedEvil/SliceTimer.cs diff --git a/Projects/Scripts/Engines/CannedEvil/StarRoomGate.cs b/Projects/UOContent/Engines/CannedEvil/StarRoomGate.cs similarity index 100% rename from Projects/Scripts/Engines/CannedEvil/StarRoomGate.cs rename to Projects/UOContent/Engines/CannedEvil/StarRoomGate.cs diff --git a/Projects/Scripts/Engines/Chat/Channel.cs b/Projects/UOContent/Engines/Chat/Channel.cs similarity index 100% rename from Projects/Scripts/Engines/Chat/Channel.cs rename to Projects/UOContent/Engines/Chat/Channel.cs diff --git a/Projects/Scripts/Engines/Chat/Chat.cs b/Projects/UOContent/Engines/Chat/Chat.cs similarity index 100% rename from Projects/Scripts/Engines/Chat/Chat.cs rename to Projects/UOContent/Engines/Chat/Chat.cs diff --git a/Projects/Scripts/Engines/Chat/ChatActionHandler.cs b/Projects/UOContent/Engines/Chat/ChatActionHandler.cs similarity index 100% rename from Projects/Scripts/Engines/Chat/ChatActionHandler.cs rename to Projects/UOContent/Engines/Chat/ChatActionHandler.cs diff --git a/Projects/Scripts/Engines/Chat/ChatActionHandlers.cs b/Projects/UOContent/Engines/Chat/ChatActionHandlers.cs similarity index 100% rename from Projects/Scripts/Engines/Chat/ChatActionHandlers.cs rename to Projects/UOContent/Engines/Chat/ChatActionHandlers.cs diff --git a/Projects/Scripts/Engines/Chat/ChatCommand.cs b/Projects/UOContent/Engines/Chat/ChatCommand.cs similarity index 100% rename from Projects/Scripts/Engines/Chat/ChatCommand.cs rename to Projects/UOContent/Engines/Chat/ChatCommand.cs diff --git a/Projects/Scripts/Engines/Chat/ChatUser.cs b/Projects/UOContent/Engines/Chat/ChatUser.cs similarity index 100% rename from Projects/Scripts/Engines/Chat/ChatUser.cs rename to Projects/UOContent/Engines/Chat/ChatUser.cs diff --git a/Projects/Scripts/Engines/Chat/Chatold.cs b/Projects/UOContent/Engines/Chat/Chatold.cs similarity index 100% rename from Projects/Scripts/Engines/Chat/Chatold.cs rename to Projects/UOContent/Engines/Chat/Chatold.cs diff --git a/Projects/Scripts/Engines/Chat/Packets.cs b/Projects/UOContent/Engines/Chat/Packets.cs similarity index 100% rename from Projects/Scripts/Engines/Chat/Packets.cs rename to Projects/UOContent/Engines/Chat/Packets.cs diff --git a/Projects/Scripts/Engines/ConPVP/AcceptDuelGump.cs b/Projects/UOContent/Engines/ConPVP/AcceptDuelGump.cs similarity index 100% rename from Projects/Scripts/Engines/ConPVP/AcceptDuelGump.cs rename to Projects/UOContent/Engines/ConPVP/AcceptDuelGump.cs diff --git a/Projects/Scripts/Engines/ConPVP/Arena.cs b/Projects/UOContent/Engines/ConPVP/Arena.cs similarity index 100% rename from Projects/Scripts/Engines/ConPVP/Arena.cs rename to Projects/UOContent/Engines/ConPVP/Arena.cs diff --git a/Projects/Scripts/Engines/ConPVP/DuelContext.cs b/Projects/UOContent/Engines/ConPVP/DuelContext.cs similarity index 100% rename from Projects/Scripts/Engines/ConPVP/DuelContext.cs rename to Projects/UOContent/Engines/ConPVP/DuelContext.cs diff --git a/Projects/Scripts/Engines/ConPVP/DuelTeleporterAddon.cs b/Projects/UOContent/Engines/ConPVP/DuelTeleporterAddon.cs similarity index 100% rename from Projects/Scripts/Engines/ConPVP/DuelTeleporterAddon.cs rename to Projects/UOContent/Engines/ConPVP/DuelTeleporterAddon.cs diff --git a/Projects/Scripts/Engines/ConPVP/Games/BombingRun.cs b/Projects/UOContent/Engines/ConPVP/Games/BombingRun.cs similarity index 100% rename from Projects/Scripts/Engines/ConPVP/Games/BombingRun.cs rename to Projects/UOContent/Engines/ConPVP/Games/BombingRun.cs diff --git a/Projects/Scripts/Engines/ConPVP/Games/CTF.cs b/Projects/UOContent/Engines/ConPVP/Games/CTF.cs similarity index 100% rename from Projects/Scripts/Engines/ConPVP/Games/CTF.cs rename to Projects/UOContent/Engines/ConPVP/Games/CTF.cs diff --git a/Projects/Scripts/Engines/ConPVP/Games/DoubleDom.cs b/Projects/UOContent/Engines/ConPVP/Games/DoubleDom.cs similarity index 100% rename from Projects/Scripts/Engines/ConPVP/Games/DoubleDom.cs rename to Projects/UOContent/Engines/ConPVP/Games/DoubleDom.cs diff --git a/Projects/Scripts/Engines/ConPVP/Games/EventGame.cs b/Projects/UOContent/Engines/ConPVP/Games/EventGame.cs similarity index 100% rename from Projects/Scripts/Engines/ConPVP/Games/EventGame.cs rename to Projects/UOContent/Engines/ConPVP/Games/EventGame.cs diff --git a/Projects/Scripts/Engines/ConPVP/Games/KingOfTheHill.cs b/Projects/UOContent/Engines/ConPVP/Games/KingOfTheHill.cs similarity index 100% rename from Projects/Scripts/Engines/ConPVP/Games/KingOfTheHill.cs rename to Projects/UOContent/Engines/ConPVP/Games/KingOfTheHill.cs diff --git a/Projects/Scripts/Engines/ConPVP/Games/TourneyMatch.cs b/Projects/UOContent/Engines/ConPVP/Games/TourneyMatch.cs similarity index 100% rename from Projects/Scripts/Engines/ConPVP/Games/TourneyMatch.cs rename to Projects/UOContent/Engines/ConPVP/Games/TourneyMatch.cs diff --git a/Projects/Scripts/Engines/ConPVP/Gumps/AcceptTeamGump.cs b/Projects/UOContent/Engines/ConPVP/Gumps/AcceptTeamGump.cs similarity index 100% rename from Projects/Scripts/Engines/ConPVP/Gumps/AcceptTeamGump.cs rename to Projects/UOContent/Engines/ConPVP/Gumps/AcceptTeamGump.cs diff --git a/Projects/Scripts/Engines/ConPVP/Gumps/ArenaGump.cs b/Projects/UOContent/Engines/ConPVP/Gumps/ArenaGump.cs similarity index 100% rename from Projects/Scripts/Engines/ConPVP/Gumps/ArenaGump.cs rename to Projects/UOContent/Engines/ConPVP/Gumps/ArenaGump.cs diff --git a/Projects/Scripts/Engines/ConPVP/Gumps/BeginGump.cs b/Projects/UOContent/Engines/ConPVP/Gumps/BeginGump.cs similarity index 100% rename from Projects/Scripts/Engines/ConPVP/Gumps/BeginGump.cs rename to Projects/UOContent/Engines/ConPVP/Gumps/BeginGump.cs diff --git a/Projects/Scripts/Engines/ConPVP/Gumps/ConfirmSignupGump.cs b/Projects/UOContent/Engines/ConPVP/Gumps/ConfirmSignupGump.cs similarity index 100% rename from Projects/Scripts/Engines/ConPVP/Gumps/ConfirmSignupGump.cs rename to Projects/UOContent/Engines/ConPVP/Gumps/ConfirmSignupGump.cs diff --git a/Projects/Scripts/Engines/ConPVP/Gumps/DuelContextGump.cs b/Projects/UOContent/Engines/ConPVP/Gumps/DuelContextGump.cs similarity index 100% rename from Projects/Scripts/Engines/ConPVP/Gumps/DuelContextGump.cs rename to Projects/UOContent/Engines/ConPVP/Gumps/DuelContextGump.cs diff --git a/Projects/Scripts/Engines/ConPVP/Gumps/LadderGump.cs b/Projects/UOContent/Engines/ConPVP/Gumps/LadderGump.cs similarity index 100% rename from Projects/Scripts/Engines/ConPVP/Gumps/LadderGump.cs rename to Projects/UOContent/Engines/ConPVP/Gumps/LadderGump.cs diff --git a/Projects/Scripts/Engines/ConPVP/Gumps/ParticipantGump.cs b/Projects/UOContent/Engines/ConPVP/Gumps/ParticipantGump.cs similarity index 100% rename from Projects/Scripts/Engines/ConPVP/Gumps/ParticipantGump.cs rename to Projects/UOContent/Engines/ConPVP/Gumps/ParticipantGump.cs diff --git a/Projects/Scripts/Engines/ConPVP/Gumps/PickRulesetGump.cs b/Projects/UOContent/Engines/ConPVP/Gumps/PickRulesetGump.cs similarity index 100% rename from Projects/Scripts/Engines/ConPVP/Gumps/PickRulesetGump.cs rename to Projects/UOContent/Engines/ConPVP/Gumps/PickRulesetGump.cs diff --git a/Projects/Scripts/Engines/ConPVP/Gumps/ReadyGump.cs b/Projects/UOContent/Engines/ConPVP/Gumps/ReadyGump.cs similarity index 100% rename from Projects/Scripts/Engines/ConPVP/Gumps/ReadyGump.cs rename to Projects/UOContent/Engines/ConPVP/Gumps/ReadyGump.cs diff --git a/Projects/Scripts/Engines/ConPVP/Gumps/ReadyUpGump.cs b/Projects/UOContent/Engines/ConPVP/Gumps/ReadyUpGump.cs similarity index 100% rename from Projects/Scripts/Engines/ConPVP/Gumps/ReadyUpGump.cs rename to Projects/UOContent/Engines/ConPVP/Gumps/ReadyUpGump.cs diff --git a/Projects/Scripts/Engines/ConPVP/Gumps/RulesetGump.cs b/Projects/UOContent/Engines/ConPVP/Gumps/RulesetGump.cs similarity index 100% rename from Projects/Scripts/Engines/ConPVP/Gumps/RulesetGump.cs rename to Projects/UOContent/Engines/ConPVP/Gumps/RulesetGump.cs diff --git a/Projects/Scripts/Engines/ConPVP/Gumps/TournamentBracketGump.cs b/Projects/UOContent/Engines/ConPVP/Gumps/TournamentBracketGump.cs similarity index 100% rename from Projects/Scripts/Engines/ConPVP/Gumps/TournamentBracketGump.cs rename to Projects/UOContent/Engines/ConPVP/Gumps/TournamentBracketGump.cs diff --git a/Projects/Scripts/Engines/ConPVP/Ladder.cs b/Projects/UOContent/Engines/ConPVP/Ladder.cs similarity index 100% rename from Projects/Scripts/Engines/ConPVP/Ladder.cs rename to Projects/UOContent/Engines/ConPVP/Ladder.cs diff --git a/Projects/Scripts/Engines/ConPVP/Participant.cs b/Projects/UOContent/Engines/ConPVP/Participant.cs similarity index 100% rename from Projects/Scripts/Engines/ConPVP/Participant.cs rename to Projects/UOContent/Engines/ConPVP/Participant.cs diff --git a/Projects/Scripts/Engines/ConPVP/Preferences.cs b/Projects/UOContent/Engines/ConPVP/Preferences.cs similarity index 100% rename from Projects/Scripts/Engines/ConPVP/Preferences.cs rename to Projects/UOContent/Engines/ConPVP/Preferences.cs diff --git a/Projects/Scripts/Engines/ConPVP/Ruleset.cs b/Projects/UOContent/Engines/ConPVP/Ruleset.cs similarity index 100% rename from Projects/Scripts/Engines/ConPVP/Ruleset.cs rename to Projects/UOContent/Engines/ConPVP/Ruleset.cs diff --git a/Projects/Scripts/Engines/ConPVP/RulesetLayout.cs b/Projects/UOContent/Engines/ConPVP/RulesetLayout.cs similarity index 100% rename from Projects/Scripts/Engines/ConPVP/RulesetLayout.cs rename to Projects/UOContent/Engines/ConPVP/RulesetLayout.cs diff --git a/Projects/Scripts/Engines/ConPVP/SafeZone.cs b/Projects/UOContent/Engines/ConPVP/SafeZone.cs similarity index 100% rename from Projects/Scripts/Engines/ConPVP/SafeZone.cs rename to Projects/UOContent/Engines/ConPVP/SafeZone.cs diff --git a/Projects/Scripts/Engines/ConPVP/Tournament.cs b/Projects/UOContent/Engines/ConPVP/Tournament.cs similarity index 100% rename from Projects/Scripts/Engines/ConPVP/Tournament.cs rename to Projects/UOContent/Engines/ConPVP/Tournament.cs diff --git a/Projects/Scripts/Engines/ConPVP/TournamentBracketItem.cs b/Projects/UOContent/Engines/ConPVP/TournamentBracketItem.cs similarity index 100% rename from Projects/Scripts/Engines/ConPVP/TournamentBracketItem.cs rename to Projects/UOContent/Engines/ConPVP/TournamentBracketItem.cs diff --git a/Projects/Scripts/Engines/ConPVP/TournamentController.cs b/Projects/UOContent/Engines/ConPVP/TournamentController.cs similarity index 100% rename from Projects/Scripts/Engines/ConPVP/TournamentController.cs rename to Projects/UOContent/Engines/ConPVP/TournamentController.cs diff --git a/Projects/Scripts/Engines/ConPVP/TournamentPyramid.cs b/Projects/UOContent/Engines/ConPVP/TournamentPyramid.cs similarity index 100% rename from Projects/Scripts/Engines/ConPVP/TournamentPyramid.cs rename to Projects/UOContent/Engines/ConPVP/TournamentPyramid.cs diff --git a/Projects/Scripts/Engines/ConPVP/TournamentRegistrar.cs b/Projects/UOContent/Engines/ConPVP/TournamentRegistrar.cs similarity index 100% rename from Projects/Scripts/Engines/ConPVP/TournamentRegistrar.cs rename to Projects/UOContent/Engines/ConPVP/TournamentRegistrar.cs diff --git a/Projects/Scripts/Engines/ConPVP/TournamentSignupItem.cs b/Projects/UOContent/Engines/ConPVP/TournamentSignupItem.cs similarity index 100% rename from Projects/Scripts/Engines/ConPVP/TournamentSignupItem.cs rename to Projects/UOContent/Engines/ConPVP/TournamentSignupItem.cs diff --git a/Projects/Scripts/Engines/ConPVP/TourneyParticipant.cs b/Projects/UOContent/Engines/ConPVP/TourneyParticipant.cs similarity index 100% rename from Projects/Scripts/Engines/ConPVP/TourneyParticipant.cs rename to Projects/UOContent/Engines/ConPVP/TourneyParticipant.cs diff --git a/Projects/Scripts/Engines/ConPVP/Trophy.cs b/Projects/UOContent/Engines/ConPVP/Trophy.cs similarity index 100% rename from Projects/Scripts/Engines/ConPVP/Trophy.cs rename to Projects/UOContent/Engines/ConPVP/Trophy.cs diff --git a/Projects/Scripts/Engines/Craft/Core/CraftContext.cs b/Projects/UOContent/Engines/Craft/Core/CraftContext.cs similarity index 100% rename from Projects/Scripts/Engines/Craft/Core/CraftContext.cs rename to Projects/UOContent/Engines/Craft/Core/CraftContext.cs diff --git a/Projects/Scripts/Engines/Craft/Core/CraftGroup.cs b/Projects/UOContent/Engines/Craft/Core/CraftGroup.cs similarity index 100% rename from Projects/Scripts/Engines/Craft/Core/CraftGroup.cs rename to Projects/UOContent/Engines/Craft/Core/CraftGroup.cs diff --git a/Projects/Scripts/Engines/Craft/Core/CraftGroupCol.cs b/Projects/UOContent/Engines/Craft/Core/CraftGroupCol.cs similarity index 100% rename from Projects/Scripts/Engines/Craft/Core/CraftGroupCol.cs rename to Projects/UOContent/Engines/Craft/Core/CraftGroupCol.cs diff --git a/Projects/Scripts/Engines/Craft/Core/CraftGump.cs b/Projects/UOContent/Engines/Craft/Core/CraftGump.cs similarity index 100% rename from Projects/Scripts/Engines/Craft/Core/CraftGump.cs rename to Projects/UOContent/Engines/Craft/Core/CraftGump.cs diff --git a/Projects/Scripts/Engines/Craft/Core/CraftGumpItem.cs b/Projects/UOContent/Engines/Craft/Core/CraftGumpItem.cs similarity index 100% rename from Projects/Scripts/Engines/Craft/Core/CraftGumpItem.cs rename to Projects/UOContent/Engines/Craft/Core/CraftGumpItem.cs diff --git a/Projects/Scripts/Engines/Craft/Core/CraftItem.cs b/Projects/UOContent/Engines/Craft/Core/CraftItem.cs similarity index 100% rename from Projects/Scripts/Engines/Craft/Core/CraftItem.cs rename to Projects/UOContent/Engines/Craft/Core/CraftItem.cs diff --git a/Projects/Scripts/Engines/Craft/Core/CraftItemCol.cs b/Projects/UOContent/Engines/Craft/Core/CraftItemCol.cs similarity index 100% rename from Projects/Scripts/Engines/Craft/Core/CraftItemCol.cs rename to Projects/UOContent/Engines/Craft/Core/CraftItemCol.cs diff --git a/Projects/Scripts/Engines/Craft/Core/CraftItemIDAttribute.cs b/Projects/UOContent/Engines/Craft/Core/CraftItemIDAttribute.cs similarity index 100% rename from Projects/Scripts/Engines/Craft/Core/CraftItemIDAttribute.cs rename to Projects/UOContent/Engines/Craft/Core/CraftItemIDAttribute.cs diff --git a/Projects/Scripts/Engines/Craft/Core/CraftRes.cs b/Projects/UOContent/Engines/Craft/Core/CraftRes.cs similarity index 100% rename from Projects/Scripts/Engines/Craft/Core/CraftRes.cs rename to Projects/UOContent/Engines/Craft/Core/CraftRes.cs diff --git a/Projects/Scripts/Engines/Craft/Core/CraftResCol.cs b/Projects/UOContent/Engines/Craft/Core/CraftResCol.cs similarity index 100% rename from Projects/Scripts/Engines/Craft/Core/CraftResCol.cs rename to Projects/UOContent/Engines/Craft/Core/CraftResCol.cs diff --git a/Projects/Scripts/Engines/Craft/Core/CraftSkill.cs b/Projects/UOContent/Engines/Craft/Core/CraftSkill.cs similarity index 100% rename from Projects/Scripts/Engines/Craft/Core/CraftSkill.cs rename to Projects/UOContent/Engines/Craft/Core/CraftSkill.cs diff --git a/Projects/Scripts/Engines/Craft/Core/CraftSkillCol.cs b/Projects/UOContent/Engines/Craft/Core/CraftSkillCol.cs similarity index 100% rename from Projects/Scripts/Engines/Craft/Core/CraftSkillCol.cs rename to Projects/UOContent/Engines/Craft/Core/CraftSkillCol.cs diff --git a/Projects/Scripts/Engines/Craft/Core/CraftSubRes.cs b/Projects/UOContent/Engines/Craft/Core/CraftSubRes.cs similarity index 100% rename from Projects/Scripts/Engines/Craft/Core/CraftSubRes.cs rename to Projects/UOContent/Engines/Craft/Core/CraftSubRes.cs diff --git a/Projects/Scripts/Engines/Craft/Core/CraftSubResCol.cs b/Projects/UOContent/Engines/Craft/Core/CraftSubResCol.cs similarity index 100% rename from Projects/Scripts/Engines/Craft/Core/CraftSubResCol.cs rename to Projects/UOContent/Engines/Craft/Core/CraftSubResCol.cs diff --git a/Projects/Scripts/Engines/Craft/Core/CraftSystem.cs b/Projects/UOContent/Engines/Craft/Core/CraftSystem.cs similarity index 100% rename from Projects/Scripts/Engines/Craft/Core/CraftSystem.cs rename to Projects/UOContent/Engines/Craft/Core/CraftSystem.cs diff --git a/Projects/Scripts/Engines/Craft/Core/CustomCraft.cs b/Projects/UOContent/Engines/Craft/Core/CustomCraft.cs similarity index 100% rename from Projects/Scripts/Engines/Craft/Core/CustomCraft.cs rename to Projects/UOContent/Engines/Craft/Core/CustomCraft.cs diff --git a/Projects/Scripts/Engines/Craft/Core/Enhance.cs b/Projects/UOContent/Engines/Craft/Core/Enhance.cs similarity index 100% rename from Projects/Scripts/Engines/Craft/Core/Enhance.cs rename to Projects/UOContent/Engines/Craft/Core/Enhance.cs diff --git a/Projects/Scripts/Engines/Craft/Core/QueryMakersMarkGump.cs b/Projects/UOContent/Engines/Craft/Core/QueryMakersMarkGump.cs similarity index 100% rename from Projects/Scripts/Engines/Craft/Core/QueryMakersMarkGump.cs rename to Projects/UOContent/Engines/Craft/Core/QueryMakersMarkGump.cs diff --git a/Projects/Scripts/Engines/Craft/Core/Recipes.cs b/Projects/UOContent/Engines/Craft/Core/Recipes.cs similarity index 100% rename from Projects/Scripts/Engines/Craft/Core/Recipes.cs rename to Projects/UOContent/Engines/Craft/Core/Recipes.cs diff --git a/Projects/Scripts/Engines/Craft/Core/Repair.cs b/Projects/UOContent/Engines/Craft/Core/Repair.cs similarity index 100% rename from Projects/Scripts/Engines/Craft/Core/Repair.cs rename to Projects/UOContent/Engines/Craft/Core/Repair.cs diff --git a/Projects/Scripts/Engines/Craft/Core/Resmelt.cs b/Projects/UOContent/Engines/Craft/Core/Resmelt.cs similarity index 100% rename from Projects/Scripts/Engines/Craft/Core/Resmelt.cs rename to Projects/UOContent/Engines/Craft/Core/Resmelt.cs diff --git a/Projects/Scripts/Engines/Craft/DefAlchemy.cs b/Projects/UOContent/Engines/Craft/DefAlchemy.cs similarity index 100% rename from Projects/Scripts/Engines/Craft/DefAlchemy.cs rename to Projects/UOContent/Engines/Craft/DefAlchemy.cs diff --git a/Projects/Scripts/Engines/Craft/DefBlacksmithy.cs b/Projects/UOContent/Engines/Craft/DefBlacksmithy.cs similarity index 100% rename from Projects/Scripts/Engines/Craft/DefBlacksmithy.cs rename to Projects/UOContent/Engines/Craft/DefBlacksmithy.cs diff --git a/Projects/Scripts/Engines/Craft/DefBowFletching.cs b/Projects/UOContent/Engines/Craft/DefBowFletching.cs similarity index 100% rename from Projects/Scripts/Engines/Craft/DefBowFletching.cs rename to Projects/UOContent/Engines/Craft/DefBowFletching.cs diff --git a/Projects/Scripts/Engines/Craft/DefCarpentry.cs b/Projects/UOContent/Engines/Craft/DefCarpentry.cs similarity index 100% rename from Projects/Scripts/Engines/Craft/DefCarpentry.cs rename to Projects/UOContent/Engines/Craft/DefCarpentry.cs diff --git a/Projects/Scripts/Engines/Craft/DefCartography.cs b/Projects/UOContent/Engines/Craft/DefCartography.cs similarity index 100% rename from Projects/Scripts/Engines/Craft/DefCartography.cs rename to Projects/UOContent/Engines/Craft/DefCartography.cs diff --git a/Projects/Scripts/Engines/Craft/DefCooking.cs b/Projects/UOContent/Engines/Craft/DefCooking.cs similarity index 100% rename from Projects/Scripts/Engines/Craft/DefCooking.cs rename to Projects/UOContent/Engines/Craft/DefCooking.cs diff --git a/Projects/Scripts/Engines/Craft/DefGlassblowing.cs b/Projects/UOContent/Engines/Craft/DefGlassblowing.cs similarity index 100% rename from Projects/Scripts/Engines/Craft/DefGlassblowing.cs rename to Projects/UOContent/Engines/Craft/DefGlassblowing.cs diff --git a/Projects/Scripts/Engines/Craft/DefInscription.cs b/Projects/UOContent/Engines/Craft/DefInscription.cs similarity index 100% rename from Projects/Scripts/Engines/Craft/DefInscription.cs rename to Projects/UOContent/Engines/Craft/DefInscription.cs diff --git a/Projects/Scripts/Engines/Craft/DefMasonry.cs b/Projects/UOContent/Engines/Craft/DefMasonry.cs similarity index 100% rename from Projects/Scripts/Engines/Craft/DefMasonry.cs rename to Projects/UOContent/Engines/Craft/DefMasonry.cs diff --git a/Projects/Scripts/Engines/Craft/DefTailoring.cs b/Projects/UOContent/Engines/Craft/DefTailoring.cs similarity index 100% rename from Projects/Scripts/Engines/Craft/DefTailoring.cs rename to Projects/UOContent/Engines/Craft/DefTailoring.cs diff --git a/Projects/Scripts/Engines/Craft/DefTinkering.cs b/Projects/UOContent/Engines/Craft/DefTinkering.cs similarity index 100% rename from Projects/Scripts/Engines/Craft/DefTinkering.cs rename to Projects/UOContent/Engines/Craft/DefTinkering.cs diff --git a/Projects/Scripts/Engines/Doom/GauntletSpawner.cs b/Projects/UOContent/Engines/Doom/GauntletSpawner.cs similarity index 100% rename from Projects/Scripts/Engines/Doom/GauntletSpawner.cs rename to Projects/UOContent/Engines/Doom/GauntletSpawner.cs diff --git a/Projects/Scripts/Engines/Doom/LeverPuzzle/LeverPuzzleController.cs b/Projects/UOContent/Engines/Doom/LeverPuzzle/LeverPuzzleController.cs similarity index 100% rename from Projects/Scripts/Engines/Doom/LeverPuzzle/LeverPuzzleController.cs rename to Projects/UOContent/Engines/Doom/LeverPuzzle/LeverPuzzleController.cs diff --git a/Projects/Scripts/Engines/Doom/LeverPuzzle/LeverPuzzleItems.cs b/Projects/UOContent/Engines/Doom/LeverPuzzle/LeverPuzzleItems.cs similarity index 100% rename from Projects/Scripts/Engines/Doom/LeverPuzzle/LeverPuzzleItems.cs rename to Projects/UOContent/Engines/Doom/LeverPuzzle/LeverPuzzleItems.cs diff --git a/Projects/Scripts/Engines/Doom/LeverPuzzle/LeverPuzzleRegions.cs b/Projects/UOContent/Engines/Doom/LeverPuzzle/LeverPuzzleRegions.cs similarity index 100% rename from Projects/Scripts/Engines/Doom/LeverPuzzle/LeverPuzzleRegions.cs rename to Projects/UOContent/Engines/Doom/LeverPuzzle/LeverPuzzleRegions.cs diff --git a/Projects/Scripts/Engines/Ethics/Core/Ethic.cs b/Projects/UOContent/Engines/Ethics/Core/Ethic.cs similarity index 100% rename from Projects/Scripts/Engines/Ethics/Core/Ethic.cs rename to Projects/UOContent/Engines/Ethics/Core/Ethic.cs diff --git a/Projects/Scripts/Engines/Ethics/Core/Persistance.cs b/Projects/UOContent/Engines/Ethics/Core/Persistance.cs similarity index 100% rename from Projects/Scripts/Engines/Ethics/Core/Persistance.cs rename to Projects/UOContent/Engines/Ethics/Core/Persistance.cs diff --git a/Projects/Scripts/Engines/Ethics/Core/Player.cs b/Projects/UOContent/Engines/Ethics/Core/Player.cs similarity index 100% rename from Projects/Scripts/Engines/Ethics/Core/Player.cs rename to Projects/UOContent/Engines/Ethics/Core/Player.cs diff --git a/Projects/Scripts/Engines/Ethics/Core/Power.cs b/Projects/UOContent/Engines/Ethics/Core/Power.cs similarity index 100% rename from Projects/Scripts/Engines/Ethics/Core/Power.cs rename to Projects/UOContent/Engines/Ethics/Core/Power.cs diff --git a/Projects/Scripts/Engines/Ethics/Definitions/EthicDefinition.cs b/Projects/UOContent/Engines/Ethics/Definitions/EthicDefinition.cs similarity index 100% rename from Projects/Scripts/Engines/Ethics/Definitions/EthicDefinition.cs rename to Projects/UOContent/Engines/Ethics/Definitions/EthicDefinition.cs diff --git a/Projects/Scripts/Engines/Ethics/Definitions/PowerDefinition.cs b/Projects/UOContent/Engines/Ethics/Definitions/PowerDefinition.cs similarity index 100% rename from Projects/Scripts/Engines/Ethics/Definitions/PowerDefinition.cs rename to Projects/UOContent/Engines/Ethics/Definitions/PowerDefinition.cs diff --git a/Projects/Scripts/Engines/Ethics/Evil/Ethic.cs b/Projects/UOContent/Engines/Ethics/Evil/Ethic.cs similarity index 100% rename from Projects/Scripts/Engines/Ethics/Evil/Ethic.cs rename to Projects/UOContent/Engines/Ethics/Evil/Ethic.cs diff --git a/Projects/Scripts/Engines/Ethics/Evil/Mobiles/UnholyFamiliar.cs b/Projects/UOContent/Engines/Ethics/Evil/Mobiles/UnholyFamiliar.cs similarity index 100% rename from Projects/Scripts/Engines/Ethics/Evil/Mobiles/UnholyFamiliar.cs rename to Projects/UOContent/Engines/Ethics/Evil/Mobiles/UnholyFamiliar.cs diff --git a/Projects/Scripts/Engines/Ethics/Evil/Mobiles/UnholySteed.cs b/Projects/UOContent/Engines/Ethics/Evil/Mobiles/UnholySteed.cs similarity index 100% rename from Projects/Scripts/Engines/Ethics/Evil/Mobiles/UnholySteed.cs rename to Projects/UOContent/Engines/Ethics/Evil/Mobiles/UnholySteed.cs diff --git a/Projects/Scripts/Engines/Ethics/Evil/Powers/Blight.cs b/Projects/UOContent/Engines/Ethics/Evil/Powers/Blight.cs similarity index 100% rename from Projects/Scripts/Engines/Ethics/Evil/Powers/Blight.cs rename to Projects/UOContent/Engines/Ethics/Evil/Powers/Blight.cs diff --git a/Projects/Scripts/Engines/Ethics/Evil/Powers/SummonFamiliar.cs b/Projects/UOContent/Engines/Ethics/Evil/Powers/SummonFamiliar.cs similarity index 100% rename from Projects/Scripts/Engines/Ethics/Evil/Powers/SummonFamiliar.cs rename to Projects/UOContent/Engines/Ethics/Evil/Powers/SummonFamiliar.cs diff --git a/Projects/Scripts/Engines/Ethics/Evil/Powers/UnholyItem.cs b/Projects/UOContent/Engines/Ethics/Evil/Powers/UnholyItem.cs similarity index 100% rename from Projects/Scripts/Engines/Ethics/Evil/Powers/UnholyItem.cs rename to Projects/UOContent/Engines/Ethics/Evil/Powers/UnholyItem.cs diff --git a/Projects/Scripts/Engines/Ethics/Evil/Powers/UnholySense.cs b/Projects/UOContent/Engines/Ethics/Evil/Powers/UnholySense.cs similarity index 100% rename from Projects/Scripts/Engines/Ethics/Evil/Powers/UnholySense.cs rename to Projects/UOContent/Engines/Ethics/Evil/Powers/UnholySense.cs diff --git a/Projects/Scripts/Engines/Ethics/Evil/Powers/UnholyShield.cs b/Projects/UOContent/Engines/Ethics/Evil/Powers/UnholyShield.cs similarity index 100% rename from Projects/Scripts/Engines/Ethics/Evil/Powers/UnholyShield.cs rename to Projects/UOContent/Engines/Ethics/Evil/Powers/UnholyShield.cs diff --git a/Projects/Scripts/Engines/Ethics/Evil/Powers/UnholySteed.cs b/Projects/UOContent/Engines/Ethics/Evil/Powers/UnholySteed.cs similarity index 100% rename from Projects/Scripts/Engines/Ethics/Evil/Powers/UnholySteed.cs rename to Projects/UOContent/Engines/Ethics/Evil/Powers/UnholySteed.cs diff --git a/Projects/Scripts/Engines/Ethics/Evil/Powers/UnholyWord.cs b/Projects/UOContent/Engines/Ethics/Evil/Powers/UnholyWord.cs similarity index 100% rename from Projects/Scripts/Engines/Ethics/Evil/Powers/UnholyWord.cs rename to Projects/UOContent/Engines/Ethics/Evil/Powers/UnholyWord.cs diff --git a/Projects/Scripts/Engines/Ethics/Evil/Powers/VileBlade.cs b/Projects/UOContent/Engines/Ethics/Evil/Powers/VileBlade.cs similarity index 100% rename from Projects/Scripts/Engines/Ethics/Evil/Powers/VileBlade.cs rename to Projects/UOContent/Engines/Ethics/Evil/Powers/VileBlade.cs diff --git a/Projects/Scripts/Engines/Ethics/Hero/Ethic.cs b/Projects/UOContent/Engines/Ethics/Hero/Ethic.cs similarity index 100% rename from Projects/Scripts/Engines/Ethics/Hero/Ethic.cs rename to Projects/UOContent/Engines/Ethics/Hero/Ethic.cs diff --git a/Projects/Scripts/Engines/Ethics/Hero/Mobiles/HolyFamiliar.cs b/Projects/UOContent/Engines/Ethics/Hero/Mobiles/HolyFamiliar.cs similarity index 100% rename from Projects/Scripts/Engines/Ethics/Hero/Mobiles/HolyFamiliar.cs rename to Projects/UOContent/Engines/Ethics/Hero/Mobiles/HolyFamiliar.cs diff --git a/Projects/Scripts/Engines/Ethics/Hero/Mobiles/HolySteed.cs b/Projects/UOContent/Engines/Ethics/Hero/Mobiles/HolySteed.cs similarity index 100% rename from Projects/Scripts/Engines/Ethics/Hero/Mobiles/HolySteed.cs rename to Projects/UOContent/Engines/Ethics/Hero/Mobiles/HolySteed.cs diff --git a/Projects/Scripts/Engines/Ethics/Hero/Powers/Bless.cs b/Projects/UOContent/Engines/Ethics/Hero/Powers/Bless.cs similarity index 100% rename from Projects/Scripts/Engines/Ethics/Hero/Powers/Bless.cs rename to Projects/UOContent/Engines/Ethics/Hero/Powers/Bless.cs diff --git a/Projects/Scripts/Engines/Ethics/Hero/Powers/HolyBlade.cs b/Projects/UOContent/Engines/Ethics/Hero/Powers/HolyBlade.cs similarity index 100% rename from Projects/Scripts/Engines/Ethics/Hero/Powers/HolyBlade.cs rename to Projects/UOContent/Engines/Ethics/Hero/Powers/HolyBlade.cs diff --git a/Projects/Scripts/Engines/Ethics/Hero/Powers/HolyItem.cs b/Projects/UOContent/Engines/Ethics/Hero/Powers/HolyItem.cs similarity index 100% rename from Projects/Scripts/Engines/Ethics/Hero/Powers/HolyItem.cs rename to Projects/UOContent/Engines/Ethics/Hero/Powers/HolyItem.cs diff --git a/Projects/Scripts/Engines/Ethics/Hero/Powers/HolySense.cs b/Projects/UOContent/Engines/Ethics/Hero/Powers/HolySense.cs similarity index 100% rename from Projects/Scripts/Engines/Ethics/Hero/Powers/HolySense.cs rename to Projects/UOContent/Engines/Ethics/Hero/Powers/HolySense.cs diff --git a/Projects/Scripts/Engines/Ethics/Hero/Powers/HolyShield.cs b/Projects/UOContent/Engines/Ethics/Hero/Powers/HolyShield.cs similarity index 100% rename from Projects/Scripts/Engines/Ethics/Hero/Powers/HolyShield.cs rename to Projects/UOContent/Engines/Ethics/Hero/Powers/HolyShield.cs diff --git a/Projects/Scripts/Engines/Ethics/Hero/Powers/HolySteed.cs b/Projects/UOContent/Engines/Ethics/Hero/Powers/HolySteed.cs similarity index 100% rename from Projects/Scripts/Engines/Ethics/Hero/Powers/HolySteed.cs rename to Projects/UOContent/Engines/Ethics/Hero/Powers/HolySteed.cs diff --git a/Projects/Scripts/Engines/Ethics/Hero/Powers/HolyWord.cs b/Projects/UOContent/Engines/Ethics/Hero/Powers/HolyWord.cs similarity index 100% rename from Projects/Scripts/Engines/Ethics/Hero/Powers/HolyWord.cs rename to Projects/UOContent/Engines/Ethics/Hero/Powers/HolyWord.cs diff --git a/Projects/Scripts/Engines/Ethics/Hero/Powers/SummonFamiliar.cs b/Projects/UOContent/Engines/Ethics/Hero/Powers/SummonFamiliar.cs similarity index 100% rename from Projects/Scripts/Engines/Ethics/Hero/Powers/SummonFamiliar.cs rename to Projects/UOContent/Engines/Ethics/Hero/Powers/SummonFamiliar.cs diff --git a/Projects/Scripts/Engines/Events/BroadcastEvent.cs b/Projects/UOContent/Engines/Events/BroadcastEvent.cs similarity index 100% rename from Projects/Scripts/Engines/Events/BroadcastEvent.cs rename to Projects/UOContent/Engines/Events/BroadcastEvent.cs diff --git a/Projects/Scripts/Engines/Events/EventScheduler.cs b/Projects/UOContent/Engines/Events/EventScheduler.cs similarity index 100% rename from Projects/Scripts/Engines/Events/EventScheduler.cs rename to Projects/UOContent/Engines/Events/EventScheduler.cs diff --git a/Projects/Scripts/Engines/Factions/Core/Election.cs b/Projects/UOContent/Engines/Factions/Core/Election.cs similarity index 100% rename from Projects/Scripts/Engines/Factions/Core/Election.cs rename to Projects/UOContent/Engines/Factions/Core/Election.cs diff --git a/Projects/Scripts/Engines/Factions/Core/Faction.cs b/Projects/UOContent/Engines/Factions/Core/Faction.cs similarity index 100% rename from Projects/Scripts/Engines/Factions/Core/Faction.cs rename to Projects/UOContent/Engines/Factions/Core/Faction.cs diff --git a/Projects/Scripts/Engines/Factions/Core/FactionItem.cs b/Projects/UOContent/Engines/Factions/Core/FactionItem.cs similarity index 100% rename from Projects/Scripts/Engines/Factions/Core/FactionItem.cs rename to Projects/UOContent/Engines/Factions/Core/FactionItem.cs diff --git a/Projects/Scripts/Engines/Factions/Core/FactionState.cs b/Projects/UOContent/Engines/Factions/Core/FactionState.cs similarity index 100% rename from Projects/Scripts/Engines/Factions/Core/FactionState.cs rename to Projects/UOContent/Engines/Factions/Core/FactionState.cs diff --git a/Projects/Scripts/Engines/Factions/Core/Generator.cs b/Projects/UOContent/Engines/Factions/Core/Generator.cs similarity index 100% rename from Projects/Scripts/Engines/Factions/Core/Generator.cs rename to Projects/UOContent/Engines/Factions/Core/Generator.cs diff --git a/Projects/Scripts/Engines/Factions/Core/GuardList.cs b/Projects/UOContent/Engines/Factions/Core/GuardList.cs similarity index 100% rename from Projects/Scripts/Engines/Factions/Core/GuardList.cs rename to Projects/UOContent/Engines/Factions/Core/GuardList.cs diff --git a/Projects/Scripts/Engines/Factions/Core/Keywords.cs b/Projects/UOContent/Engines/Factions/Core/Keywords.cs similarity index 100% rename from Projects/Scripts/Engines/Factions/Core/Keywords.cs rename to Projects/UOContent/Engines/Factions/Core/Keywords.cs diff --git a/Projects/Scripts/Engines/Factions/Core/MerchantTitles.cs b/Projects/UOContent/Engines/Factions/Core/MerchantTitles.cs similarity index 100% rename from Projects/Scripts/Engines/Factions/Core/MerchantTitles.cs rename to Projects/UOContent/Engines/Factions/Core/MerchantTitles.cs diff --git a/Projects/Scripts/Engines/Factions/Core/Persistance.cs b/Projects/UOContent/Engines/Factions/Core/Persistance.cs similarity index 100% rename from Projects/Scripts/Engines/Factions/Core/Persistance.cs rename to Projects/UOContent/Engines/Factions/Core/Persistance.cs diff --git a/Projects/Scripts/Engines/Factions/Core/PlayerState.cs b/Projects/UOContent/Engines/Factions/Core/PlayerState.cs similarity index 100% rename from Projects/Scripts/Engines/Factions/Core/PlayerState.cs rename to Projects/UOContent/Engines/Factions/Core/PlayerState.cs diff --git a/Projects/Scripts/Engines/Factions/Core/Reflector.cs b/Projects/UOContent/Engines/Factions/Core/Reflector.cs similarity index 100% rename from Projects/Scripts/Engines/Factions/Core/Reflector.cs rename to Projects/UOContent/Engines/Factions/Core/Reflector.cs diff --git a/Projects/Scripts/Engines/Factions/Core/SilverGivenEntry.cs b/Projects/UOContent/Engines/Factions/Core/SilverGivenEntry.cs similarity index 100% rename from Projects/Scripts/Engines/Factions/Core/SilverGivenEntry.cs rename to Projects/UOContent/Engines/Factions/Core/SilverGivenEntry.cs diff --git a/Projects/Scripts/Engines/Factions/Core/StrongholdRegion.cs b/Projects/UOContent/Engines/Factions/Core/StrongholdRegion.cs similarity index 100% rename from Projects/Scripts/Engines/Factions/Core/StrongholdRegion.cs rename to Projects/UOContent/Engines/Factions/Core/StrongholdRegion.cs diff --git a/Projects/Scripts/Engines/Factions/Core/Town.cs b/Projects/UOContent/Engines/Factions/Core/Town.cs similarity index 100% rename from Projects/Scripts/Engines/Factions/Core/Town.cs rename to Projects/UOContent/Engines/Factions/Core/Town.cs diff --git a/Projects/Scripts/Engines/Factions/Core/TownState.cs b/Projects/UOContent/Engines/Factions/Core/TownState.cs similarity index 100% rename from Projects/Scripts/Engines/Factions/Core/TownState.cs rename to Projects/UOContent/Engines/Factions/Core/TownState.cs diff --git a/Projects/Scripts/Engines/Factions/Core/VendorList.cs b/Projects/UOContent/Engines/Factions/Core/VendorList.cs similarity index 100% rename from Projects/Scripts/Engines/Factions/Core/VendorList.cs rename to Projects/UOContent/Engines/Factions/Core/VendorList.cs diff --git a/Projects/Scripts/Engines/Factions/Definitions/FactionDefinition.cs b/Projects/UOContent/Engines/Factions/Definitions/FactionDefinition.cs similarity index 100% rename from Projects/Scripts/Engines/Factions/Definitions/FactionDefinition.cs rename to Projects/UOContent/Engines/Factions/Definitions/FactionDefinition.cs diff --git a/Projects/Scripts/Engines/Factions/Definitions/FactionItemDefinition.cs b/Projects/UOContent/Engines/Factions/Definitions/FactionItemDefinition.cs similarity index 100% rename from Projects/Scripts/Engines/Factions/Definitions/FactionItemDefinition.cs rename to Projects/UOContent/Engines/Factions/Definitions/FactionItemDefinition.cs diff --git a/Projects/Scripts/Engines/Factions/Definitions/GuardDefinition.cs b/Projects/UOContent/Engines/Factions/Definitions/GuardDefinition.cs similarity index 100% rename from Projects/Scripts/Engines/Factions/Definitions/GuardDefinition.cs rename to Projects/UOContent/Engines/Factions/Definitions/GuardDefinition.cs diff --git a/Projects/Scripts/Engines/Factions/Definitions/RankDefinition.cs b/Projects/UOContent/Engines/Factions/Definitions/RankDefinition.cs similarity index 100% rename from Projects/Scripts/Engines/Factions/Definitions/RankDefinition.cs rename to Projects/UOContent/Engines/Factions/Definitions/RankDefinition.cs diff --git a/Projects/Scripts/Engines/Factions/Definitions/StrongholdDefintion.cs b/Projects/UOContent/Engines/Factions/Definitions/StrongholdDefintion.cs similarity index 100% rename from Projects/Scripts/Engines/Factions/Definitions/StrongholdDefintion.cs rename to Projects/UOContent/Engines/Factions/Definitions/StrongholdDefintion.cs diff --git a/Projects/Scripts/Engines/Factions/Definitions/TownDefinition.cs b/Projects/UOContent/Engines/Factions/Definitions/TownDefinition.cs similarity index 100% rename from Projects/Scripts/Engines/Factions/Definitions/TownDefinition.cs rename to Projects/UOContent/Engines/Factions/Definitions/TownDefinition.cs diff --git a/Projects/Scripts/Engines/Factions/Definitions/VendorDefinition.cs b/Projects/UOContent/Engines/Factions/Definitions/VendorDefinition.cs similarity index 100% rename from Projects/Scripts/Engines/Factions/Definitions/VendorDefinition.cs rename to Projects/UOContent/Engines/Factions/Definitions/VendorDefinition.cs diff --git a/Projects/Scripts/Engines/Factions/Gumps/ElectionGump.cs b/Projects/UOContent/Engines/Factions/Gumps/ElectionGump.cs similarity index 100% rename from Projects/Scripts/Engines/Factions/Gumps/ElectionGump.cs rename to Projects/UOContent/Engines/Factions/Gumps/ElectionGump.cs diff --git a/Projects/Scripts/Engines/Factions/Gumps/ElectionManagementGump.cs b/Projects/UOContent/Engines/Factions/Gumps/ElectionManagementGump.cs similarity index 100% rename from Projects/Scripts/Engines/Factions/Gumps/ElectionManagementGump.cs rename to Projects/UOContent/Engines/Factions/Gumps/ElectionManagementGump.cs diff --git a/Projects/Scripts/Engines/Factions/Gumps/FactionGump.cs b/Projects/UOContent/Engines/Factions/Gumps/FactionGump.cs similarity index 100% rename from Projects/Scripts/Engines/Factions/Gumps/FactionGump.cs rename to Projects/UOContent/Engines/Factions/Gumps/FactionGump.cs diff --git a/Projects/Scripts/Engines/Factions/Gumps/FactionImbueGump.cs b/Projects/UOContent/Engines/Factions/Gumps/FactionImbueGump.cs similarity index 100% rename from Projects/Scripts/Engines/Factions/Gumps/FactionImbueGump.cs rename to Projects/UOContent/Engines/Factions/Gumps/FactionImbueGump.cs diff --git a/Projects/Scripts/Engines/Factions/Gumps/FactionStoneGump.cs b/Projects/UOContent/Engines/Factions/Gumps/FactionStoneGump.cs similarity index 100% rename from Projects/Scripts/Engines/Factions/Gumps/FactionStoneGump.cs rename to Projects/UOContent/Engines/Factions/Gumps/FactionStoneGump.cs diff --git a/Projects/Scripts/Engines/Factions/Gumps/FinanceGump.cs b/Projects/UOContent/Engines/Factions/Gumps/FinanceGump.cs similarity index 100% rename from Projects/Scripts/Engines/Factions/Gumps/FinanceGump.cs rename to Projects/UOContent/Engines/Factions/Gumps/FinanceGump.cs diff --git a/Projects/Scripts/Engines/Factions/Gumps/HorseBreederGump.cs b/Projects/UOContent/Engines/Factions/Gumps/HorseBreederGump.cs similarity index 100% rename from Projects/Scripts/Engines/Factions/Gumps/HorseBreederGump.cs rename to Projects/UOContent/Engines/Factions/Gumps/HorseBreederGump.cs diff --git a/Projects/Scripts/Engines/Factions/Gumps/JoinStoneGump.cs b/Projects/UOContent/Engines/Factions/Gumps/JoinStoneGump.cs similarity index 100% rename from Projects/Scripts/Engines/Factions/Gumps/JoinStoneGump.cs rename to Projects/UOContent/Engines/Factions/Gumps/JoinStoneGump.cs diff --git a/Projects/Scripts/Engines/Factions/Gumps/LeaveFactionGump.cs b/Projects/UOContent/Engines/Factions/Gumps/LeaveFactionGump.cs similarity index 100% rename from Projects/Scripts/Engines/Factions/Gumps/LeaveFactionGump.cs rename to Projects/UOContent/Engines/Factions/Gumps/LeaveFactionGump.cs diff --git a/Projects/Scripts/Engines/Factions/Gumps/SheriffGump.cs b/Projects/UOContent/Engines/Factions/Gumps/SheriffGump.cs similarity index 100% rename from Projects/Scripts/Engines/Factions/Gumps/SheriffGump.cs rename to Projects/UOContent/Engines/Factions/Gumps/SheriffGump.cs diff --git a/Projects/Scripts/Engines/Factions/Gumps/TownStoneGump.cs b/Projects/UOContent/Engines/Factions/Gumps/TownStoneGump.cs similarity index 100% rename from Projects/Scripts/Engines/Factions/Gumps/TownStoneGump.cs rename to Projects/UOContent/Engines/Factions/Gumps/TownStoneGump.cs diff --git a/Projects/Scripts/Engines/Factions/Gumps/VoteGump.cs b/Projects/UOContent/Engines/Factions/Gumps/VoteGump.cs similarity index 100% rename from Projects/Scripts/Engines/Factions/Gumps/VoteGump.cs rename to Projects/UOContent/Engines/Factions/Gumps/VoteGump.cs diff --git a/Projects/Scripts/Engines/Factions/Instances/Factions/CouncilOfMages.cs b/Projects/UOContent/Engines/Factions/Instances/Factions/CouncilOfMages.cs similarity index 100% rename from Projects/Scripts/Engines/Factions/Instances/Factions/CouncilOfMages.cs rename to Projects/UOContent/Engines/Factions/Instances/Factions/CouncilOfMages.cs diff --git a/Projects/Scripts/Engines/Factions/Instances/Factions/Minax.cs b/Projects/UOContent/Engines/Factions/Instances/Factions/Minax.cs similarity index 100% rename from Projects/Scripts/Engines/Factions/Instances/Factions/Minax.cs rename to Projects/UOContent/Engines/Factions/Instances/Factions/Minax.cs diff --git a/Projects/Scripts/Engines/Factions/Instances/Factions/Shadowlords.cs b/Projects/UOContent/Engines/Factions/Instances/Factions/Shadowlords.cs similarity index 100% rename from Projects/Scripts/Engines/Factions/Instances/Factions/Shadowlords.cs rename to Projects/UOContent/Engines/Factions/Instances/Factions/Shadowlords.cs diff --git a/Projects/Scripts/Engines/Factions/Instances/Factions/TrueBritannians.cs b/Projects/UOContent/Engines/Factions/Instances/Factions/TrueBritannians.cs similarity index 100% rename from Projects/Scripts/Engines/Factions/Instances/Factions/TrueBritannians.cs rename to Projects/UOContent/Engines/Factions/Instances/Factions/TrueBritannians.cs diff --git a/Projects/Scripts/Engines/Factions/Instances/Towns/Britain.cs b/Projects/UOContent/Engines/Factions/Instances/Towns/Britain.cs similarity index 100% rename from Projects/Scripts/Engines/Factions/Instances/Towns/Britain.cs rename to Projects/UOContent/Engines/Factions/Instances/Towns/Britain.cs diff --git a/Projects/Scripts/Engines/Factions/Instances/Towns/Magincia.cs b/Projects/UOContent/Engines/Factions/Instances/Towns/Magincia.cs similarity index 100% rename from Projects/Scripts/Engines/Factions/Instances/Towns/Magincia.cs rename to Projects/UOContent/Engines/Factions/Instances/Towns/Magincia.cs diff --git a/Projects/Scripts/Engines/Factions/Instances/Towns/Minoc.cs b/Projects/UOContent/Engines/Factions/Instances/Towns/Minoc.cs similarity index 100% rename from Projects/Scripts/Engines/Factions/Instances/Towns/Minoc.cs rename to Projects/UOContent/Engines/Factions/Instances/Towns/Minoc.cs diff --git a/Projects/Scripts/Engines/Factions/Instances/Towns/Moonglow.cs b/Projects/UOContent/Engines/Factions/Instances/Towns/Moonglow.cs similarity index 100% rename from Projects/Scripts/Engines/Factions/Instances/Towns/Moonglow.cs rename to Projects/UOContent/Engines/Factions/Instances/Towns/Moonglow.cs diff --git a/Projects/Scripts/Engines/Factions/Instances/Towns/SkaraBrae.cs b/Projects/UOContent/Engines/Factions/Instances/Towns/SkaraBrae.cs similarity index 100% rename from Projects/Scripts/Engines/Factions/Instances/Towns/SkaraBrae.cs rename to Projects/UOContent/Engines/Factions/Instances/Towns/SkaraBrae.cs diff --git a/Projects/Scripts/Engines/Factions/Instances/Towns/Trinsic.cs b/Projects/UOContent/Engines/Factions/Instances/Towns/Trinsic.cs similarity index 100% rename from Projects/Scripts/Engines/Factions/Instances/Towns/Trinsic.cs rename to Projects/UOContent/Engines/Factions/Instances/Towns/Trinsic.cs diff --git a/Projects/Scripts/Engines/Factions/Instances/Towns/Vesper.cs b/Projects/UOContent/Engines/Factions/Instances/Towns/Vesper.cs similarity index 100% rename from Projects/Scripts/Engines/Factions/Instances/Towns/Vesper.cs rename to Projects/UOContent/Engines/Factions/Instances/Towns/Vesper.cs diff --git a/Projects/Scripts/Engines/Factions/Instances/Towns/Yew.cs b/Projects/UOContent/Engines/Factions/Instances/Towns/Yew.cs similarity index 100% rename from Projects/Scripts/Engines/Factions/Instances/Towns/Yew.cs rename to Projects/UOContent/Engines/Factions/Instances/Towns/Yew.cs diff --git a/Projects/Scripts/Engines/Factions/Items/BaseMonolith.cs b/Projects/UOContent/Engines/Factions/Items/BaseMonolith.cs similarity index 100% rename from Projects/Scripts/Engines/Factions/Items/BaseMonolith.cs rename to Projects/UOContent/Engines/Factions/Items/BaseMonolith.cs diff --git a/Projects/Scripts/Engines/Factions/Items/BaseSystemController.cs b/Projects/UOContent/Engines/Factions/Items/BaseSystemController.cs similarity index 100% rename from Projects/Scripts/Engines/Factions/Items/BaseSystemController.cs rename to Projects/UOContent/Engines/Factions/Items/BaseSystemController.cs diff --git a/Projects/Scripts/Engines/Factions/Items/FactionStone.cs b/Projects/UOContent/Engines/Factions/Items/FactionStone.cs similarity index 100% rename from Projects/Scripts/Engines/Factions/Items/FactionStone.cs rename to Projects/UOContent/Engines/Factions/Items/FactionStone.cs diff --git a/Projects/Scripts/Engines/Factions/Items/JoinStone.cs b/Projects/UOContent/Engines/Factions/Items/JoinStone.cs similarity index 100% rename from Projects/Scripts/Engines/Factions/Items/JoinStone.cs rename to Projects/UOContent/Engines/Factions/Items/JoinStone.cs diff --git a/Projects/Scripts/Engines/Factions/Items/Power Faction Items/BloodRose.cs b/Projects/UOContent/Engines/Factions/Items/Power Faction Items/BloodRose.cs similarity index 100% rename from Projects/Scripts/Engines/Factions/Items/Power Faction Items/BloodRose.cs rename to Projects/UOContent/Engines/Factions/Items/Power Faction Items/BloodRose.cs diff --git a/Projects/Scripts/Engines/Factions/Items/Power Faction Items/ClarityPotion.cs b/Projects/UOContent/Engines/Factions/Items/Power Faction Items/ClarityPotion.cs similarity index 100% rename from Projects/Scripts/Engines/Factions/Items/Power Faction Items/ClarityPotion.cs rename to Projects/UOContent/Engines/Factions/Items/Power Faction Items/ClarityPotion.cs diff --git a/Projects/Scripts/Engines/Factions/Items/Power Faction Items/GemOfEmpowerment.cs b/Projects/UOContent/Engines/Factions/Items/Power Faction Items/GemOfEmpowerment.cs similarity index 100% rename from Projects/Scripts/Engines/Factions/Items/Power Faction Items/GemOfEmpowerment.cs rename to Projects/UOContent/Engines/Factions/Items/Power Faction Items/GemOfEmpowerment.cs diff --git a/Projects/Scripts/Engines/Factions/Items/Power Faction Items/PowerFactionItem.cs b/Projects/UOContent/Engines/Factions/Items/Power Faction Items/PowerFactionItem.cs similarity index 100% rename from Projects/Scripts/Engines/Factions/Items/Power Faction Items/PowerFactionItem.cs rename to Projects/UOContent/Engines/Factions/Items/Power Faction Items/PowerFactionItem.cs diff --git a/Projects/Scripts/Engines/Factions/Items/Power Faction Items/StormsEye.cs b/Projects/UOContent/Engines/Factions/Items/Power Faction Items/StormsEye.cs similarity index 100% rename from Projects/Scripts/Engines/Factions/Items/Power Faction Items/StormsEye.cs rename to Projects/UOContent/Engines/Factions/Items/Power Faction Items/StormsEye.cs diff --git a/Projects/Scripts/Engines/Factions/Items/Power Faction Items/UrnOfAscension.cs b/Projects/UOContent/Engines/Factions/Items/Power Faction Items/UrnOfAscension.cs similarity index 100% rename from Projects/Scripts/Engines/Factions/Items/Power Faction Items/UrnOfAscension.cs rename to Projects/UOContent/Engines/Factions/Items/Power Faction Items/UrnOfAscension.cs diff --git a/Projects/Scripts/Engines/Factions/Items/Sigil.cs b/Projects/UOContent/Engines/Factions/Items/Sigil.cs similarity index 100% rename from Projects/Scripts/Engines/Factions/Items/Sigil.cs rename to Projects/UOContent/Engines/Factions/Items/Sigil.cs diff --git a/Projects/Scripts/Engines/Factions/Items/Silver.cs b/Projects/UOContent/Engines/Factions/Items/Silver.cs similarity index 100% rename from Projects/Scripts/Engines/Factions/Items/Silver.cs rename to Projects/UOContent/Engines/Factions/Items/Silver.cs diff --git a/Projects/Scripts/Engines/Factions/Items/StrongholdMonolith.cs b/Projects/UOContent/Engines/Factions/Items/StrongholdMonolith.cs similarity index 100% rename from Projects/Scripts/Engines/Factions/Items/StrongholdMonolith.cs rename to Projects/UOContent/Engines/Factions/Items/StrongholdMonolith.cs diff --git a/Projects/Scripts/Engines/Factions/Items/TownMonolith.cs b/Projects/UOContent/Engines/Factions/Items/TownMonolith.cs similarity index 100% rename from Projects/Scripts/Engines/Factions/Items/TownMonolith.cs rename to Projects/UOContent/Engines/Factions/Items/TownMonolith.cs diff --git a/Projects/Scripts/Engines/Factions/Items/TownStone.cs b/Projects/UOContent/Engines/Factions/Items/TownStone.cs similarity index 100% rename from Projects/Scripts/Engines/Factions/Items/TownStone.cs rename to Projects/UOContent/Engines/Factions/Items/TownStone.cs diff --git a/Projects/Scripts/Engines/Factions/Items/Traps/BaseFactionTrap.cs b/Projects/UOContent/Engines/Factions/Items/Traps/BaseFactionTrap.cs similarity index 100% rename from Projects/Scripts/Engines/Factions/Items/Traps/BaseFactionTrap.cs rename to Projects/UOContent/Engines/Factions/Items/Traps/BaseFactionTrap.cs diff --git a/Projects/Scripts/Engines/Factions/Items/Traps/BaseFactionTrapDeed.cs b/Projects/UOContent/Engines/Factions/Items/Traps/BaseFactionTrapDeed.cs similarity index 100% rename from Projects/Scripts/Engines/Factions/Items/Traps/BaseFactionTrapDeed.cs rename to Projects/UOContent/Engines/Factions/Items/Traps/BaseFactionTrapDeed.cs diff --git a/Projects/Scripts/Engines/Factions/Items/Traps/FactionExplosionTrap.cs b/Projects/UOContent/Engines/Factions/Items/Traps/FactionExplosionTrap.cs similarity index 100% rename from Projects/Scripts/Engines/Factions/Items/Traps/FactionExplosionTrap.cs rename to Projects/UOContent/Engines/Factions/Items/Traps/FactionExplosionTrap.cs diff --git a/Projects/Scripts/Engines/Factions/Items/Traps/FactionGasTrap.cs b/Projects/UOContent/Engines/Factions/Items/Traps/FactionGasTrap.cs similarity index 100% rename from Projects/Scripts/Engines/Factions/Items/Traps/FactionGasTrap.cs rename to Projects/UOContent/Engines/Factions/Items/Traps/FactionGasTrap.cs diff --git a/Projects/Scripts/Engines/Factions/Items/Traps/FactionSawTrap.cs b/Projects/UOContent/Engines/Factions/Items/Traps/FactionSawTrap.cs similarity index 100% rename from Projects/Scripts/Engines/Factions/Items/Traps/FactionSawTrap.cs rename to Projects/UOContent/Engines/Factions/Items/Traps/FactionSawTrap.cs diff --git a/Projects/Scripts/Engines/Factions/Items/Traps/FactionSpikeTrap.cs b/Projects/UOContent/Engines/Factions/Items/Traps/FactionSpikeTrap.cs similarity index 100% rename from Projects/Scripts/Engines/Factions/Items/Traps/FactionSpikeTrap.cs rename to Projects/UOContent/Engines/Factions/Items/Traps/FactionSpikeTrap.cs diff --git a/Projects/Scripts/Engines/Factions/Items/Traps/FactionTrapRemovalKit.cs b/Projects/UOContent/Engines/Factions/Items/Traps/FactionTrapRemovalKit.cs similarity index 100% rename from Projects/Scripts/Engines/Factions/Items/Traps/FactionTrapRemovalKit.cs rename to Projects/UOContent/Engines/Factions/Items/Traps/FactionTrapRemovalKit.cs diff --git a/Projects/Scripts/Engines/Factions/Mobiles/FactionWarHorse.cs b/Projects/UOContent/Engines/Factions/Mobiles/FactionWarHorse.cs similarity index 100% rename from Projects/Scripts/Engines/Factions/Mobiles/FactionWarHorse.cs rename to Projects/UOContent/Engines/Factions/Mobiles/FactionWarHorse.cs diff --git a/Projects/Scripts/Engines/Factions/Mobiles/Guards/BaseFactionGuard.cs b/Projects/UOContent/Engines/Factions/Mobiles/Guards/BaseFactionGuard.cs similarity index 100% rename from Projects/Scripts/Engines/Factions/Mobiles/Guards/BaseFactionGuard.cs rename to Projects/UOContent/Engines/Factions/Mobiles/Guards/BaseFactionGuard.cs diff --git a/Projects/Scripts/Engines/Factions/Mobiles/Guards/GuardAI.cs b/Projects/UOContent/Engines/Factions/Mobiles/Guards/GuardAI.cs similarity index 100% rename from Projects/Scripts/Engines/Factions/Mobiles/Guards/GuardAI.cs rename to Projects/UOContent/Engines/Factions/Mobiles/Guards/GuardAI.cs diff --git a/Projects/Scripts/Engines/Factions/Mobiles/Guards/Orders.cs b/Projects/UOContent/Engines/Factions/Mobiles/Guards/Orders.cs similarity index 100% rename from Projects/Scripts/Engines/Factions/Mobiles/Guards/Orders.cs rename to Projects/UOContent/Engines/Factions/Mobiles/Guards/Orders.cs diff --git a/Projects/Scripts/Engines/Factions/Mobiles/Guards/Types/FactionBerserker.cs b/Projects/UOContent/Engines/Factions/Mobiles/Guards/Types/FactionBerserker.cs similarity index 100% rename from Projects/Scripts/Engines/Factions/Mobiles/Guards/Types/FactionBerserker.cs rename to Projects/UOContent/Engines/Factions/Mobiles/Guards/Types/FactionBerserker.cs diff --git a/Projects/Scripts/Engines/Factions/Mobiles/Guards/Types/FactionDeathKnight.cs b/Projects/UOContent/Engines/Factions/Mobiles/Guards/Types/FactionDeathKnight.cs similarity index 100% rename from Projects/Scripts/Engines/Factions/Mobiles/Guards/Types/FactionDeathKnight.cs rename to Projects/UOContent/Engines/Factions/Mobiles/Guards/Types/FactionDeathKnight.cs diff --git a/Projects/Scripts/Engines/Factions/Mobiles/Guards/Types/FactionDragoon.cs b/Projects/UOContent/Engines/Factions/Mobiles/Guards/Types/FactionDragoon.cs similarity index 100% rename from Projects/Scripts/Engines/Factions/Mobiles/Guards/Types/FactionDragoon.cs rename to Projects/UOContent/Engines/Factions/Mobiles/Guards/Types/FactionDragoon.cs diff --git a/Projects/Scripts/Engines/Factions/Mobiles/Guards/Types/FactionHenchman.cs b/Projects/UOContent/Engines/Factions/Mobiles/Guards/Types/FactionHenchman.cs similarity index 100% rename from Projects/Scripts/Engines/Factions/Mobiles/Guards/Types/FactionHenchman.cs rename to Projects/UOContent/Engines/Factions/Mobiles/Guards/Types/FactionHenchman.cs diff --git a/Projects/Scripts/Engines/Factions/Mobiles/Guards/Types/FactionKnight.cs b/Projects/UOContent/Engines/Factions/Mobiles/Guards/Types/FactionKnight.cs similarity index 100% rename from Projects/Scripts/Engines/Factions/Mobiles/Guards/Types/FactionKnight.cs rename to Projects/UOContent/Engines/Factions/Mobiles/Guards/Types/FactionKnight.cs diff --git a/Projects/Scripts/Engines/Factions/Mobiles/Guards/Types/FactionMercenary.cs b/Projects/UOContent/Engines/Factions/Mobiles/Guards/Types/FactionMercenary.cs similarity index 100% rename from Projects/Scripts/Engines/Factions/Mobiles/Guards/Types/FactionMercenary.cs rename to Projects/UOContent/Engines/Factions/Mobiles/Guards/Types/FactionMercenary.cs diff --git a/Projects/Scripts/Engines/Factions/Mobiles/Guards/Types/FactionNecromancer.cs b/Projects/UOContent/Engines/Factions/Mobiles/Guards/Types/FactionNecromancer.cs similarity index 100% rename from Projects/Scripts/Engines/Factions/Mobiles/Guards/Types/FactionNecromancer.cs rename to Projects/UOContent/Engines/Factions/Mobiles/Guards/Types/FactionNecromancer.cs diff --git a/Projects/Scripts/Engines/Factions/Mobiles/Guards/Types/FactionPaladin.cs b/Projects/UOContent/Engines/Factions/Mobiles/Guards/Types/FactionPaladin.cs similarity index 100% rename from Projects/Scripts/Engines/Factions/Mobiles/Guards/Types/FactionPaladin.cs rename to Projects/UOContent/Engines/Factions/Mobiles/Guards/Types/FactionPaladin.cs diff --git a/Projects/Scripts/Engines/Factions/Mobiles/Guards/Types/FactionSorceress.cs b/Projects/UOContent/Engines/Factions/Mobiles/Guards/Types/FactionSorceress.cs similarity index 100% rename from Projects/Scripts/Engines/Factions/Mobiles/Guards/Types/FactionSorceress.cs rename to Projects/UOContent/Engines/Factions/Mobiles/Guards/Types/FactionSorceress.cs diff --git a/Projects/Scripts/Engines/Factions/Mobiles/Guards/Types/FactionWizard.cs b/Projects/UOContent/Engines/Factions/Mobiles/Guards/Types/FactionWizard.cs similarity index 100% rename from Projects/Scripts/Engines/Factions/Mobiles/Guards/Types/FactionWizard.cs rename to Projects/UOContent/Engines/Factions/Mobiles/Guards/Types/FactionWizard.cs diff --git a/Projects/Scripts/Engines/Factions/Mobiles/Vendors/BaseFactionVendor.cs b/Projects/UOContent/Engines/Factions/Mobiles/Vendors/BaseFactionVendor.cs similarity index 100% rename from Projects/Scripts/Engines/Factions/Mobiles/Vendors/BaseFactionVendor.cs rename to Projects/UOContent/Engines/Factions/Mobiles/Vendors/BaseFactionVendor.cs diff --git a/Projects/Scripts/Engines/Factions/Mobiles/Vendors/FactionBoardVendor.cs b/Projects/UOContent/Engines/Factions/Mobiles/Vendors/FactionBoardVendor.cs similarity index 100% rename from Projects/Scripts/Engines/Factions/Mobiles/Vendors/FactionBoardVendor.cs rename to Projects/UOContent/Engines/Factions/Mobiles/Vendors/FactionBoardVendor.cs diff --git a/Projects/Scripts/Engines/Factions/Mobiles/Vendors/FactionBottleVendor.cs b/Projects/UOContent/Engines/Factions/Mobiles/Vendors/FactionBottleVendor.cs similarity index 100% rename from Projects/Scripts/Engines/Factions/Mobiles/Vendors/FactionBottleVendor.cs rename to Projects/UOContent/Engines/Factions/Mobiles/Vendors/FactionBottleVendor.cs diff --git a/Projects/Scripts/Engines/Factions/Mobiles/Vendors/FactionHorseVendor.cs b/Projects/UOContent/Engines/Factions/Mobiles/Vendors/FactionHorseVendor.cs similarity index 100% rename from Projects/Scripts/Engines/Factions/Mobiles/Vendors/FactionHorseVendor.cs rename to Projects/UOContent/Engines/Factions/Mobiles/Vendors/FactionHorseVendor.cs diff --git a/Projects/Scripts/Engines/Factions/Mobiles/Vendors/FactionOreVendor.cs b/Projects/UOContent/Engines/Factions/Mobiles/Vendors/FactionOreVendor.cs similarity index 100% rename from Projects/Scripts/Engines/Factions/Mobiles/Vendors/FactionOreVendor.cs rename to Projects/UOContent/Engines/Factions/Mobiles/Vendors/FactionOreVendor.cs diff --git a/Projects/Scripts/Engines/Factions/Mobiles/Vendors/FactionReagentVendor.cs b/Projects/UOContent/Engines/Factions/Mobiles/Vendors/FactionReagentVendor.cs similarity index 100% rename from Projects/Scripts/Engines/Factions/Mobiles/Vendors/FactionReagentVendor.cs rename to Projects/UOContent/Engines/Factions/Mobiles/Vendors/FactionReagentVendor.cs diff --git a/Projects/Scripts/Engines/Harvest/Core/BonusHarvestResource.cs b/Projects/UOContent/Engines/Harvest/Core/BonusHarvestResource.cs similarity index 100% rename from Projects/Scripts/Engines/Harvest/Core/BonusHarvestResource.cs rename to Projects/UOContent/Engines/Harvest/Core/BonusHarvestResource.cs diff --git a/Projects/Scripts/Engines/Harvest/Core/FurnitureAttribute.cs b/Projects/UOContent/Engines/Harvest/Core/FurnitureAttribute.cs similarity index 100% rename from Projects/Scripts/Engines/Harvest/Core/FurnitureAttribute.cs rename to Projects/UOContent/Engines/Harvest/Core/FurnitureAttribute.cs diff --git a/Projects/Scripts/Engines/Harvest/Core/HarvestBank.cs b/Projects/UOContent/Engines/Harvest/Core/HarvestBank.cs similarity index 100% rename from Projects/Scripts/Engines/Harvest/Core/HarvestBank.cs rename to Projects/UOContent/Engines/Harvest/Core/HarvestBank.cs diff --git a/Projects/Scripts/Engines/Harvest/Core/HarvestDefinition.cs b/Projects/UOContent/Engines/Harvest/Core/HarvestDefinition.cs similarity index 100% rename from Projects/Scripts/Engines/Harvest/Core/HarvestDefinition.cs rename to Projects/UOContent/Engines/Harvest/Core/HarvestDefinition.cs diff --git a/Projects/Scripts/Engines/Harvest/Core/HarvestResource.cs b/Projects/UOContent/Engines/Harvest/Core/HarvestResource.cs similarity index 100% rename from Projects/Scripts/Engines/Harvest/Core/HarvestResource.cs rename to Projects/UOContent/Engines/Harvest/Core/HarvestResource.cs diff --git a/Projects/Scripts/Engines/Harvest/Core/HarvestSoundTimer.cs b/Projects/UOContent/Engines/Harvest/Core/HarvestSoundTimer.cs similarity index 100% rename from Projects/Scripts/Engines/Harvest/Core/HarvestSoundTimer.cs rename to Projects/UOContent/Engines/Harvest/Core/HarvestSoundTimer.cs diff --git a/Projects/Scripts/Engines/Harvest/Core/HarvestSystem.cs b/Projects/UOContent/Engines/Harvest/Core/HarvestSystem.cs similarity index 100% rename from Projects/Scripts/Engines/Harvest/Core/HarvestSystem.cs rename to Projects/UOContent/Engines/Harvest/Core/HarvestSystem.cs diff --git a/Projects/Scripts/Engines/Harvest/Core/HarvestTarget.cs b/Projects/UOContent/Engines/Harvest/Core/HarvestTarget.cs similarity index 100% rename from Projects/Scripts/Engines/Harvest/Core/HarvestTarget.cs rename to Projects/UOContent/Engines/Harvest/Core/HarvestTarget.cs diff --git a/Projects/Scripts/Engines/Harvest/Core/HarvestTimer.cs b/Projects/UOContent/Engines/Harvest/Core/HarvestTimer.cs similarity index 100% rename from Projects/Scripts/Engines/Harvest/Core/HarvestTimer.cs rename to Projects/UOContent/Engines/Harvest/Core/HarvestTimer.cs diff --git a/Projects/Scripts/Engines/Harvest/Core/HarvestVein.cs b/Projects/UOContent/Engines/Harvest/Core/HarvestVein.cs similarity index 100% rename from Projects/Scripts/Engines/Harvest/Core/HarvestVein.cs rename to Projects/UOContent/Engines/Harvest/Core/HarvestVein.cs diff --git a/Projects/Scripts/Engines/Harvest/Core/IChoppable..cs b/Projects/UOContent/Engines/Harvest/Core/IChoppable..cs similarity index 100% rename from Projects/Scripts/Engines/Harvest/Core/IChoppable..cs rename to Projects/UOContent/Engines/Harvest/Core/IChoppable..cs diff --git a/Projects/Scripts/Engines/Harvest/Fishing.cs b/Projects/UOContent/Engines/Harvest/Fishing.cs similarity index 100% rename from Projects/Scripts/Engines/Harvest/Fishing.cs rename to Projects/UOContent/Engines/Harvest/Fishing.cs diff --git a/Projects/Scripts/Engines/Harvest/Lumberjacking.cs b/Projects/UOContent/Engines/Harvest/Lumberjacking.cs similarity index 100% rename from Projects/Scripts/Engines/Harvest/Lumberjacking.cs rename to Projects/UOContent/Engines/Harvest/Lumberjacking.cs diff --git a/Projects/Scripts/Engines/Harvest/Mining.cs b/Projects/UOContent/Engines/Harvest/Mining.cs similarity index 100% rename from Projects/Scripts/Engines/Harvest/Mining.cs rename to Projects/UOContent/Engines/Harvest/Mining.cs diff --git a/Projects/Scripts/Engines/Help/HelpGump.cs b/Projects/UOContent/Engines/Help/HelpGump.cs similarity index 100% rename from Projects/Scripts/Engines/Help/HelpGump.cs rename to Projects/UOContent/Engines/Help/HelpGump.cs diff --git a/Projects/Scripts/Engines/Help/PagePrompt.cs b/Projects/UOContent/Engines/Help/PagePrompt.cs similarity index 100% rename from Projects/Scripts/Engines/Help/PagePrompt.cs rename to Projects/UOContent/Engines/Help/PagePrompt.cs diff --git a/Projects/Scripts/Engines/Help/PagePromptGump.cs b/Projects/UOContent/Engines/Help/PagePromptGump.cs similarity index 100% rename from Projects/Scripts/Engines/Help/PagePromptGump.cs rename to Projects/UOContent/Engines/Help/PagePromptGump.cs diff --git a/Projects/Scripts/Engines/Help/PageQueue.cs b/Projects/UOContent/Engines/Help/PageQueue.cs similarity index 100% rename from Projects/Scripts/Engines/Help/PageQueue.cs rename to Projects/UOContent/Engines/Help/PageQueue.cs diff --git a/Projects/Scripts/Engines/Help/PageQueueGump.cs b/Projects/UOContent/Engines/Help/PageQueueGump.cs similarity index 100% rename from Projects/Scripts/Engines/Help/PageQueueGump.cs rename to Projects/UOContent/Engines/Help/PageQueueGump.cs diff --git a/Projects/Scripts/Engines/Help/PageResponseGump.cs b/Projects/UOContent/Engines/Help/PageResponseGump.cs similarity index 100% rename from Projects/Scripts/Engines/Help/PageResponseGump.cs rename to Projects/UOContent/Engines/Help/PageResponseGump.cs diff --git a/Projects/Scripts/Engines/Help/SpeechLog.cs b/Projects/UOContent/Engines/Help/SpeechLog.cs similarity index 100% rename from Projects/Scripts/Engines/Help/SpeechLog.cs rename to Projects/UOContent/Engines/Help/SpeechLog.cs diff --git a/Projects/Scripts/Engines/Help/SpeechLogGump.cs b/Projects/UOContent/Engines/Help/SpeechLogGump.cs similarity index 100% rename from Projects/Scripts/Engines/Help/SpeechLogGump.cs rename to Projects/UOContent/Engines/Help/SpeechLogGump.cs diff --git a/Projects/Scripts/Engines/Help/StuckMenu.cs b/Projects/UOContent/Engines/Help/StuckMenu.cs similarity index 100% rename from Projects/Scripts/Engines/Help/StuckMenu.cs rename to Projects/UOContent/Engines/Help/StuckMenu.cs diff --git a/Projects/Scripts/Engines/Khaldun/Books/GrimmochJournal.cs b/Projects/UOContent/Engines/Khaldun/Books/GrimmochJournal.cs similarity index 100% rename from Projects/Scripts/Engines/Khaldun/Books/GrimmochJournal.cs rename to Projects/UOContent/Engines/Khaldun/Books/GrimmochJournal.cs diff --git a/Projects/Scripts/Engines/Khaldun/Books/LysanderNotebook.cs b/Projects/UOContent/Engines/Khaldun/Books/LysanderNotebook.cs similarity index 100% rename from Projects/Scripts/Engines/Khaldun/Books/LysanderNotebook.cs rename to Projects/UOContent/Engines/Khaldun/Books/LysanderNotebook.cs diff --git a/Projects/Scripts/Engines/Khaldun/Books/TavarasJournal.cs b/Projects/UOContent/Engines/Khaldun/Books/TavarasJournal.cs similarity index 100% rename from Projects/Scripts/Engines/Khaldun/Books/TavarasJournal.cs rename to Projects/UOContent/Engines/Khaldun/Books/TavarasJournal.cs diff --git a/Projects/Scripts/Engines/Khaldun/KhaldunGen.cs b/Projects/UOContent/Engines/Khaldun/KhaldunGen.cs similarity index 100% rename from Projects/Scripts/Engines/Khaldun/KhaldunGen.cs rename to Projects/UOContent/Engines/Khaldun/KhaldunGen.cs diff --git a/Projects/Scripts/Engines/Khaldun/KhaldunPitTeleporter.cs b/Projects/UOContent/Engines/Khaldun/KhaldunPitTeleporter.cs similarity index 100% rename from Projects/Scripts/Engines/Khaldun/KhaldunPitTeleporter.cs rename to Projects/UOContent/Engines/Khaldun/KhaldunPitTeleporter.cs diff --git a/Projects/Scripts/Engines/Khaldun/Mobiles/GrimmochDrummel.cs b/Projects/UOContent/Engines/Khaldun/Mobiles/GrimmochDrummel.cs similarity index 100% rename from Projects/Scripts/Engines/Khaldun/Mobiles/GrimmochDrummel.cs rename to Projects/UOContent/Engines/Khaldun/Mobiles/GrimmochDrummel.cs diff --git a/Projects/Scripts/Engines/Khaldun/Mobiles/LysanderGathenwale.cs b/Projects/UOContent/Engines/Khaldun/Mobiles/LysanderGathenwale.cs similarity index 100% rename from Projects/Scripts/Engines/Khaldun/Mobiles/LysanderGathenwale.cs rename to Projects/UOContent/Engines/Khaldun/Mobiles/LysanderGathenwale.cs diff --git a/Projects/Scripts/Engines/Khaldun/Mobiles/MorgBergen.cs b/Projects/UOContent/Engines/Khaldun/Mobiles/MorgBergen.cs similarity index 100% rename from Projects/Scripts/Engines/Khaldun/Mobiles/MorgBergen.cs rename to Projects/UOContent/Engines/Khaldun/Mobiles/MorgBergen.cs diff --git a/Projects/Scripts/Engines/Khaldun/Mobiles/TavaraSewel.cs b/Projects/UOContent/Engines/Khaldun/Mobiles/TavaraSewel.cs similarity index 100% rename from Projects/Scripts/Engines/Khaldun/Mobiles/TavaraSewel.cs rename to Projects/UOContent/Engines/Khaldun/Mobiles/TavaraSewel.cs diff --git a/Projects/Scripts/Engines/Khaldun/PuzzleChest.cs b/Projects/UOContent/Engines/Khaldun/PuzzleChest.cs similarity index 100% rename from Projects/Scripts/Engines/Khaldun/PuzzleChest.cs rename to Projects/UOContent/Engines/Khaldun/PuzzleChest.cs diff --git a/Projects/Scripts/Engines/Khaldun/RaisableItem.cs b/Projects/UOContent/Engines/Khaldun/RaisableItem.cs similarity index 100% rename from Projects/Scripts/Engines/Khaldun/RaisableItem.cs rename to Projects/UOContent/Engines/Khaldun/RaisableItem.cs diff --git a/Projects/Scripts/Engines/Khaldun/RaiseSwitch.cs b/Projects/UOContent/Engines/Khaldun/RaiseSwitch.cs similarity index 100% rename from Projects/Scripts/Engines/Khaldun/RaiseSwitch.cs rename to Projects/UOContent/Engines/Khaldun/RaiseSwitch.cs diff --git a/Projects/Scripts/Engines/MLQuests/Definitions/AGhostOfCovetous.cs b/Projects/UOContent/Engines/MLQuests/Definitions/AGhostOfCovetous.cs similarity index 100% rename from Projects/Scripts/Engines/MLQuests/Definitions/AGhostOfCovetous.cs rename to Projects/UOContent/Engines/MLQuests/Definitions/AGhostOfCovetous.cs diff --git a/Projects/Scripts/Engines/MLQuests/Definitions/BaseEscort.cs b/Projects/UOContent/Engines/MLQuests/Definitions/BaseEscort.cs similarity index 100% rename from Projects/Scripts/Engines/MLQuests/Definitions/BaseEscort.cs rename to Projects/UOContent/Engines/MLQuests/Definitions/BaseEscort.cs diff --git a/Projects/Scripts/Engines/MLQuests/Definitions/Bedlam.cs b/Projects/UOContent/Engines/MLQuests/Definitions/Bedlam.cs similarity index 100% rename from Projects/Scripts/Engines/MLQuests/Definitions/Bedlam.cs rename to Projects/UOContent/Engines/MLQuests/Definitions/Bedlam.cs diff --git a/Projects/Scripts/Engines/MLQuests/Definitions/BlightedGrove.cs b/Projects/UOContent/Engines/MLQuests/Definitions/BlightedGrove.cs similarity index 100% rename from Projects/Scripts/Engines/MLQuests/Definitions/BlightedGrove.cs rename to Projects/UOContent/Engines/MLQuests/Definitions/BlightedGrove.cs diff --git a/Projects/Scripts/Engines/MLQuests/Definitions/Britannia.cs b/Projects/UOContent/Engines/MLQuests/Definitions/Britannia.cs similarity index 100% rename from Projects/Scripts/Engines/MLQuests/Definitions/Britannia.cs rename to Projects/UOContent/Engines/MLQuests/Definitions/Britannia.cs diff --git a/Projects/Scripts/Engines/MLQuests/Definitions/Heartwood.cs b/Projects/UOContent/Engines/MLQuests/Definitions/Heartwood.cs similarity index 100% rename from Projects/Scripts/Engines/MLQuests/Definitions/Heartwood.cs rename to Projects/UOContent/Engines/MLQuests/Definitions/Heartwood.cs diff --git a/Projects/Scripts/Engines/MLQuests/Definitions/Heritage.cs b/Projects/UOContent/Engines/MLQuests/Definitions/Heritage.cs similarity index 100% rename from Projects/Scripts/Engines/MLQuests/Definitions/Heritage.cs rename to Projects/UOContent/Engines/MLQuests/Definitions/Heritage.cs diff --git a/Projects/Scripts/Engines/MLQuests/Definitions/HonestBeggar.cs b/Projects/UOContent/Engines/MLQuests/Definitions/HonestBeggar.cs similarity index 100% rename from Projects/Scripts/Engines/MLQuests/Definitions/HonestBeggar.cs rename to Projects/UOContent/Engines/MLQuests/Definitions/HonestBeggar.cs diff --git a/Projects/Scripts/Engines/MLQuests/Definitions/Ilshenar.cs b/Projects/UOContent/Engines/MLQuests/Definitions/Ilshenar.cs similarity index 100% rename from Projects/Scripts/Engines/MLQuests/Definitions/Ilshenar.cs rename to Projects/UOContent/Engines/MLQuests/Definitions/Ilshenar.cs diff --git a/Projects/Scripts/Engines/MLQuests/Definitions/LostItems.cs b/Projects/UOContent/Engines/MLQuests/Definitions/LostItems.cs similarity index 100% rename from Projects/Scripts/Engines/MLQuests/Definitions/LostItems.cs rename to Projects/UOContent/Engines/MLQuests/Definitions/LostItems.cs diff --git a/Projects/Scripts/Engines/MLQuests/Definitions/Malas.cs b/Projects/UOContent/Engines/MLQuests/Definitions/Malas.cs similarity index 100% rename from Projects/Scripts/Engines/MLQuests/Definitions/Malas.cs rename to Projects/UOContent/Engines/MLQuests/Definitions/Malas.cs diff --git a/Projects/Scripts/Engines/MLQuests/Definitions/MistakenIdentity.cs b/Projects/UOContent/Engines/MLQuests/Definitions/MistakenIdentity.cs similarity index 100% rename from Projects/Scripts/Engines/MLQuests/Definitions/MistakenIdentity.cs rename to Projects/UOContent/Engines/MLQuests/Definitions/MistakenIdentity.cs diff --git a/Projects/Scripts/Engines/MLQuests/Definitions/NewHaven.cs b/Projects/UOContent/Engines/MLQuests/Definitions/NewHaven.cs similarity index 100% rename from Projects/Scripts/Engines/MLQuests/Definitions/NewHaven.cs rename to Projects/UOContent/Engines/MLQuests/Definitions/NewHaven.cs diff --git a/Projects/Scripts/Engines/MLQuests/Definitions/NewHavenSkillTraining.cs b/Projects/UOContent/Engines/MLQuests/Definitions/NewHavenSkillTraining.cs similarity index 100% rename from Projects/Scripts/Engines/MLQuests/Definitions/NewHavenSkillTraining.cs rename to Projects/UOContent/Engines/MLQuests/Definitions/NewHavenSkillTraining.cs diff --git a/Projects/Scripts/Engines/MLQuests/Definitions/NewHavenTraining.cs b/Projects/UOContent/Engines/MLQuests/Definitions/NewHavenTraining.cs similarity index 100% rename from Projects/Scripts/Engines/MLQuests/Definitions/NewHavenTraining.cs rename to Projects/UOContent/Engines/MLQuests/Definitions/NewHavenTraining.cs diff --git a/Projects/Scripts/Engines/MLQuests/Definitions/Sanctuary.cs b/Projects/UOContent/Engines/MLQuests/Definitions/Sanctuary.cs similarity index 100% rename from Projects/Scripts/Engines/MLQuests/Definitions/Sanctuary.cs rename to Projects/UOContent/Engines/MLQuests/Definitions/Sanctuary.cs diff --git a/Projects/Scripts/Engines/MLQuests/Definitions/Spellweaving.cs b/Projects/UOContent/Engines/MLQuests/Definitions/Spellweaving.cs similarity index 100% rename from Projects/Scripts/Engines/MLQuests/Definitions/Spellweaving.cs rename to Projects/UOContent/Engines/MLQuests/Definitions/Spellweaving.cs diff --git a/Projects/Scripts/Engines/MLQuests/Definitions/TheAncientWorld.cs b/Projects/UOContent/Engines/MLQuests/Definitions/TheAncientWorld.cs similarity index 100% rename from Projects/Scripts/Engines/MLQuests/Definitions/TheAncientWorld.cs rename to Projects/UOContent/Engines/MLQuests/Definitions/TheAncientWorld.cs diff --git a/Projects/Scripts/Engines/MLQuests/Definitions/TownEscorts.cs b/Projects/UOContent/Engines/MLQuests/Definitions/TownEscorts.cs similarity index 100% rename from Projects/Scripts/Engines/MLQuests/Definitions/TownEscorts.cs rename to Projects/UOContent/Engines/MLQuests/Definitions/TownEscorts.cs diff --git a/Projects/Scripts/Engines/MLQuests/Definitions/UnfadingMemories.cs b/Projects/UOContent/Engines/MLQuests/Definitions/UnfadingMemories.cs similarity index 100% rename from Projects/Scripts/Engines/MLQuests/Definitions/UnfadingMemories.cs rename to Projects/UOContent/Engines/MLQuests/Definitions/UnfadingMemories.cs diff --git a/Projects/Scripts/Engines/MLQuests/Definitions/WarriorsOfTheGemKeeper.cs b/Projects/UOContent/Engines/MLQuests/Definitions/WarriorsOfTheGemKeeper.cs similarity index 100% rename from Projects/Scripts/Engines/MLQuests/Definitions/WarriorsOfTheGemKeeper.cs rename to Projects/UOContent/Engines/MLQuests/Definitions/WarriorsOfTheGemKeeper.cs diff --git a/Projects/Scripts/Engines/MLQuests/Gumps/BaseQuestGump.cs b/Projects/UOContent/Engines/MLQuests/Gumps/BaseQuestGump.cs similarity index 100% rename from Projects/Scripts/Engines/MLQuests/Gumps/BaseQuestGump.cs rename to Projects/UOContent/Engines/MLQuests/Gumps/BaseQuestGump.cs diff --git a/Projects/Scripts/Engines/MLQuests/Gumps/InfoNPCGump.cs b/Projects/UOContent/Engines/MLQuests/Gumps/InfoNPCGump.cs similarity index 100% rename from Projects/Scripts/Engines/MLQuests/Gumps/InfoNPCGump.cs rename to Projects/UOContent/Engines/MLQuests/Gumps/InfoNPCGump.cs diff --git a/Projects/Scripts/Engines/MLQuests/Gumps/QuestCancelConfirmGump.cs b/Projects/UOContent/Engines/MLQuests/Gumps/QuestCancelConfirmGump.cs similarity index 100% rename from Projects/Scripts/Engines/MLQuests/Gumps/QuestCancelConfirmGump.cs rename to Projects/UOContent/Engines/MLQuests/Gumps/QuestCancelConfirmGump.cs diff --git a/Projects/Scripts/Engines/MLQuests/Gumps/QuestConversationGump.cs b/Projects/UOContent/Engines/MLQuests/Gumps/QuestConversationGump.cs similarity index 100% rename from Projects/Scripts/Engines/MLQuests/Gumps/QuestConversationGump.cs rename to Projects/UOContent/Engines/MLQuests/Gumps/QuestConversationGump.cs diff --git a/Projects/Scripts/Engines/MLQuests/Gumps/QuestLogDetailedGump.cs b/Projects/UOContent/Engines/MLQuests/Gumps/QuestLogDetailedGump.cs similarity index 100% rename from Projects/Scripts/Engines/MLQuests/Gumps/QuestLogDetailedGump.cs rename to Projects/UOContent/Engines/MLQuests/Gumps/QuestLogDetailedGump.cs diff --git a/Projects/Scripts/Engines/MLQuests/Gumps/QuestLogGump.cs b/Projects/UOContent/Engines/MLQuests/Gumps/QuestLogGump.cs similarity index 100% rename from Projects/Scripts/Engines/MLQuests/Gumps/QuestLogGump.cs rename to Projects/UOContent/Engines/MLQuests/Gumps/QuestLogGump.cs diff --git a/Projects/Scripts/Engines/MLQuests/Gumps/QuestOfferGump.cs b/Projects/UOContent/Engines/MLQuests/Gumps/QuestOfferGump.cs similarity index 100% rename from Projects/Scripts/Engines/MLQuests/Gumps/QuestOfferGump.cs rename to Projects/UOContent/Engines/MLQuests/Gumps/QuestOfferGump.cs diff --git a/Projects/Scripts/Engines/MLQuests/Gumps/QuestReportBackGump.cs b/Projects/UOContent/Engines/MLQuests/Gumps/QuestReportBackGump.cs similarity index 100% rename from Projects/Scripts/Engines/MLQuests/Gumps/QuestReportBackGump.cs rename to Projects/UOContent/Engines/MLQuests/Gumps/QuestReportBackGump.cs diff --git a/Projects/Scripts/Engines/MLQuests/Gumps/QuestRewardGump.cs b/Projects/UOContent/Engines/MLQuests/Gumps/QuestRewardGump.cs similarity index 100% rename from Projects/Scripts/Engines/MLQuests/Gumps/QuestRewardGump.cs rename to Projects/UOContent/Engines/MLQuests/Gumps/QuestRewardGump.cs diff --git a/Projects/Scripts/Engines/MLQuests/Gumps/RaceChangeGump.cs b/Projects/UOContent/Engines/MLQuests/Gumps/RaceChangeGump.cs similarity index 100% rename from Projects/Scripts/Engines/MLQuests/Gumps/RaceChangeGump.cs rename to Projects/UOContent/Engines/MLQuests/Gumps/RaceChangeGump.cs diff --git a/Projects/Scripts/Engines/MLQuests/IQuestGiver.cs b/Projects/UOContent/Engines/MLQuests/IQuestGiver.cs similarity index 100% rename from Projects/Scripts/Engines/MLQuests/IQuestGiver.cs rename to Projects/UOContent/Engines/MLQuests/IQuestGiver.cs diff --git a/Projects/Scripts/Engines/MLQuests/Items/ABauble.cs b/Projects/UOContent/Engines/MLQuests/Items/ABauble.cs similarity index 100% rename from Projects/Scripts/Engines/MLQuests/Items/ABauble.cs rename to Projects/UOContent/Engines/MLQuests/Items/ABauble.cs diff --git a/Projects/Scripts/Engines/MLQuests/Items/APersonalLetterAddressedToAhie.cs b/Projects/UOContent/Engines/MLQuests/Items/APersonalLetterAddressedToAhie.cs similarity index 100% rename from Projects/Scripts/Engines/MLQuests/Items/APersonalLetterAddressedToAhie.cs rename to Projects/UOContent/Engines/MLQuests/Items/APersonalLetterAddressedToAhie.cs diff --git a/Projects/Scripts/Engines/MLQuests/Items/AlchemistsBandage.cs b/Projects/UOContent/Engines/MLQuests/Items/AlchemistsBandage.cs similarity index 100% rename from Projects/Scripts/Engines/MLQuests/Items/AlchemistsBandage.cs rename to Projects/UOContent/Engines/MLQuests/Items/AlchemistsBandage.cs diff --git a/Projects/Scripts/Engines/MLQuests/Items/AnOldNecklace.cs b/Projects/UOContent/Engines/MLQuests/Items/AnOldNecklace.cs similarity index 100% rename from Projects/Scripts/Engines/MLQuests/Items/AnOldNecklace.cs rename to Projects/UOContent/Engines/MLQuests/Items/AnOldNecklace.cs diff --git a/Projects/Scripts/Engines/MLQuests/Items/AnOldRing.cs b/Projects/UOContent/Engines/MLQuests/Items/AnOldRing.cs similarity index 100% rename from Projects/Scripts/Engines/MLQuests/Items/AnOldRing.cs rename to Projects/UOContent/Engines/MLQuests/Items/AnOldRing.cs diff --git a/Projects/Scripts/Engines/MLQuests/Items/AndricSatchel.cs b/Projects/UOContent/Engines/MLQuests/Items/AndricSatchel.cs similarity index 100% rename from Projects/Scripts/Engines/MLQuests/Items/AndricSatchel.cs rename to Projects/UOContent/Engines/MLQuests/Items/AndricSatchel.cs diff --git a/Projects/Scripts/Engines/MLQuests/Items/AndrosGratitude.cs b/Projects/UOContent/Engines/MLQuests/Items/AndrosGratitude.cs similarity index 100% rename from Projects/Scripts/Engines/MLQuests/Items/AndrosGratitude.cs rename to Projects/UOContent/Engines/MLQuests/Items/AndrosGratitude.cs diff --git a/Projects/Scripts/Engines/MLQuests/Items/AsandosSatchel.cs b/Projects/UOContent/Engines/MLQuests/Items/AsandosSatchel.cs similarity index 100% rename from Projects/Scripts/Engines/MLQuests/Items/AsandosSatchel.cs rename to Projects/UOContent/Engines/MLQuests/Items/AsandosSatchel.cs diff --git a/Projects/Scripts/Engines/MLQuests/Items/BasinOfCrystalClearWater.cs b/Projects/UOContent/Engines/MLQuests/Items/BasinOfCrystalClearWater.cs similarity index 100% rename from Projects/Scripts/Engines/MLQuests/Items/BasinOfCrystalClearWater.cs rename to Projects/UOContent/Engines/MLQuests/Items/BasinOfCrystalClearWater.cs diff --git a/Projects/Scripts/Engines/MLQuests/Items/BedlamTeleporter.cs b/Projects/UOContent/Engines/MLQuests/Items/BedlamTeleporter.cs similarity index 100% rename from Projects/Scripts/Engines/MLQuests/Items/BedlamTeleporter.cs rename to Projects/UOContent/Engines/MLQuests/Items/BedlamTeleporter.cs diff --git a/Projects/Scripts/Engines/MLQuests/Items/Bleach.cs b/Projects/UOContent/Engines/MLQuests/Items/Bleach.cs similarity index 100% rename from Projects/Scripts/Engines/MLQuests/Items/Bleach.cs rename to Projects/UOContent/Engines/MLQuests/Items/Bleach.cs diff --git a/Projects/Scripts/Engines/MLQuests/Items/BridesLetter.cs b/Projects/UOContent/Engines/MLQuests/Items/BridesLetter.cs similarity index 100% rename from Projects/Scripts/Engines/MLQuests/Items/BridesLetter.cs rename to Projects/UOContent/Engines/MLQuests/Items/BridesLetter.cs diff --git a/Projects/Scripts/Engines/MLQuests/Items/CompletedTuitionReimbursementForm.cs b/Projects/UOContent/Engines/MLQuests/Items/CompletedTuitionReimbursementForm.cs similarity index 100% rename from Projects/Scripts/Engines/MLQuests/Items/CompletedTuitionReimbursementForm.cs rename to Projects/UOContent/Engines/MLQuests/Items/CompletedTuitionReimbursementForm.cs diff --git a/Projects/Scripts/Engines/MLQuests/Items/CraftmansSatchel.cs b/Projects/UOContent/Engines/MLQuests/Items/CraftmansSatchel.cs similarity index 100% rename from Projects/Scripts/Engines/MLQuests/Items/CraftmansSatchel.cs rename to Projects/UOContent/Engines/MLQuests/Items/CraftmansSatchel.cs diff --git a/Projects/Scripts/Engines/MLQuests/Items/CrateForSledge.cs b/Projects/UOContent/Engines/MLQuests/Items/CrateForSledge.cs similarity index 100% rename from Projects/Scripts/Engines/MLQuests/Items/CrateForSledge.cs rename to Projects/UOContent/Engines/MLQuests/Items/CrateForSledge.cs diff --git a/Projects/Scripts/Engines/MLQuests/Items/DreadSpiderSilk.cs b/Projects/UOContent/Engines/MLQuests/Items/DreadSpiderSilk.cs similarity index 100% rename from Projects/Scripts/Engines/MLQuests/Items/DreadSpiderSilk.cs rename to Projects/UOContent/Engines/MLQuests/Items/DreadSpiderSilk.cs diff --git a/Projects/Scripts/Engines/MLQuests/Items/FragmentOfAMap.cs b/Projects/UOContent/Engines/MLQuests/Items/FragmentOfAMap.cs similarity index 100% rename from Projects/Scripts/Engines/MLQuests/Items/FragmentOfAMap.cs rename to Projects/UOContent/Engines/MLQuests/Items/FragmentOfAMap.cs diff --git a/Projects/Scripts/Engines/MLQuests/Items/FragmentOfAMapDelivery.cs b/Projects/UOContent/Engines/MLQuests/Items/FragmentOfAMapDelivery.cs similarity index 100% rename from Projects/Scripts/Engines/MLQuests/Items/FragmentOfAMapDelivery.cs rename to Projects/UOContent/Engines/MLQuests/Items/FragmentOfAMapDelivery.cs diff --git a/Projects/Scripts/Engines/MLQuests/Items/FriendOfTheLibraryToken.cs b/Projects/UOContent/Engines/MLQuests/Items/FriendOfTheLibraryToken.cs similarity index 100% rename from Projects/Scripts/Engines/MLQuests/Items/FriendOfTheLibraryToken.cs rename to Projects/UOContent/Engines/MLQuests/Items/FriendOfTheLibraryToken.cs diff --git a/Projects/Scripts/Engines/MLQuests/Items/FriendsOfTheLibraryApplication.cs b/Projects/UOContent/Engines/MLQuests/Items/FriendsOfTheLibraryApplication.cs similarity index 100% rename from Projects/Scripts/Engines/MLQuests/Items/FriendsOfTheLibraryApplication.cs rename to Projects/UOContent/Engines/MLQuests/Items/FriendsOfTheLibraryApplication.cs diff --git a/Projects/Scripts/Engines/MLQuests/Items/GamanHorns.cs b/Projects/UOContent/Engines/MLQuests/Items/GamanHorns.cs similarity index 100% rename from Projects/Scripts/Engines/MLQuests/Items/GamanHorns.cs rename to Projects/UOContent/Engines/MLQuests/Items/GamanHorns.cs diff --git a/Projects/Scripts/Engines/MLQuests/Items/GervisSatchel.cs b/Projects/UOContent/Engines/MLQuests/Items/GervisSatchel.cs similarity index 100% rename from Projects/Scripts/Engines/MLQuests/Items/GervisSatchel.cs rename to Projects/UOContent/Engines/MLQuests/Items/GervisSatchel.cs diff --git a/Projects/Scripts/Engines/MLQuests/Items/GiftForArielle.cs b/Projects/UOContent/Engines/MLQuests/Items/GiftForArielle.cs similarity index 100% rename from Projects/Scripts/Engines/MLQuests/Items/GiftForArielle.cs rename to Projects/UOContent/Engines/MLQuests/Items/GiftForArielle.cs diff --git a/Projects/Scripts/Engines/MLQuests/Items/HargroveSatchel.cs b/Projects/UOContent/Engines/MLQuests/Items/HargroveSatchel.cs similarity index 100% rename from Projects/Scripts/Engines/MLQuests/Items/HargroveSatchel.cs rename to Projects/UOContent/Engines/MLQuests/Items/HargroveSatchel.cs diff --git a/Projects/Scripts/Engines/MLQuests/Items/KirinBrains.cs b/Projects/UOContent/Engines/MLQuests/Items/KirinBrains.cs similarity index 100% rename from Projects/Scripts/Engines/MLQuests/Items/KirinBrains.cs rename to Projects/UOContent/Engines/MLQuests/Items/KirinBrains.cs diff --git a/Projects/Scripts/Engines/MLQuests/Items/LowelSatchel.cs b/Projects/UOContent/Engines/MLQuests/Items/LowelSatchel.cs similarity index 100% rename from Projects/Scripts/Engines/MLQuests/Items/LowelSatchel.cs rename to Projects/UOContent/Engines/MLQuests/Items/LowelSatchel.cs diff --git a/Projects/Scripts/Engines/MLQuests/Items/MiniatureMushroom.cs b/Projects/UOContent/Engines/MLQuests/Items/MiniatureMushroom.cs similarity index 100% rename from Projects/Scripts/Engines/MLQuests/Items/MiniatureMushroom.cs rename to Projects/UOContent/Engines/MLQuests/Items/MiniatureMushroom.cs diff --git a/Projects/Scripts/Engines/MLQuests/Items/MirrorOfPurification.cs b/Projects/UOContent/Engines/MLQuests/Items/MirrorOfPurification.cs similarity index 100% rename from Projects/Scripts/Engines/MLQuests/Items/MirrorOfPurification.cs rename to Projects/UOContent/Engines/MLQuests/Items/MirrorOfPurification.cs diff --git a/Projects/Scripts/Engines/MLQuests/Items/MuggSatchel.cs b/Projects/UOContent/Engines/MLQuests/Items/MuggSatchel.cs similarity index 100% rename from Projects/Scripts/Engines/MLQuests/Items/MuggSatchel.cs rename to Projects/UOContent/Engines/MLQuests/Items/MuggSatchel.cs diff --git a/Projects/Scripts/Engines/MLQuests/Items/NibbetSatchel.cs b/Projects/UOContent/Engines/MLQuests/Items/NibbetSatchel.cs similarity index 100% rename from Projects/Scripts/Engines/MLQuests/Items/NibbetSatchel.cs rename to Projects/UOContent/Engines/MLQuests/Items/NibbetSatchel.cs diff --git a/Projects/Scripts/Engines/MLQuests/Items/NotarizedApplication.cs b/Projects/UOContent/Engines/MLQuests/Items/NotarizedApplication.cs similarity index 100% rename from Projects/Scripts/Engines/MLQuests/Items/NotarizedApplication.cs rename to Projects/UOContent/Engines/MLQuests/Items/NotarizedApplication.cs diff --git a/Projects/Scripts/Engines/MLQuests/Items/OfficialSealingWax.cs b/Projects/UOContent/Engines/MLQuests/Items/OfficialSealingWax.cs similarity index 100% rename from Projects/Scripts/Engines/MLQuests/Items/OfficialSealingWax.cs rename to Projects/UOContent/Engines/MLQuests/Items/OfficialSealingWax.cs diff --git a/Projects/Scripts/Engines/MLQuests/Items/PeppercornFishsteak.cs b/Projects/UOContent/Engines/MLQuests/Items/PeppercornFishsteak.cs similarity index 100% rename from Projects/Scripts/Engines/MLQuests/Items/PeppercornFishsteak.cs rename to Projects/UOContent/Engines/MLQuests/Items/PeppercornFishsteak.cs diff --git a/Projects/Scripts/Engines/MLQuests/Items/PixieLeg.cs b/Projects/UOContent/Engines/MLQuests/Items/PixieLeg.cs similarity index 100% rename from Projects/Scripts/Engines/MLQuests/Items/PixieLeg.cs rename to Projects/UOContent/Engines/MLQuests/Items/PixieLeg.cs diff --git a/Projects/Scripts/Engines/MLQuests/Items/PortraitOfTheBride.cs b/Projects/UOContent/Engines/MLQuests/Items/PortraitOfTheBride.cs similarity index 100% rename from Projects/Scripts/Engines/MLQuests/Items/PortraitOfTheBride.cs rename to Projects/UOContent/Engines/MLQuests/Items/PortraitOfTheBride.cs diff --git a/Projects/Scripts/Engines/MLQuests/Items/PrismaticAmber.cs b/Projects/UOContent/Engines/MLQuests/Items/PrismaticAmber.cs similarity index 100% rename from Projects/Scripts/Engines/MLQuests/Items/PrismaticAmber.cs rename to Projects/UOContent/Engines/MLQuests/Items/PrismaticAmber.cs diff --git a/Projects/Scripts/Engines/MLQuests/Items/PrismaticCrystal.cs b/Projects/UOContent/Engines/MLQuests/Items/PrismaticCrystal.cs similarity index 100% rename from Projects/Scripts/Engines/MLQuests/Items/PrismaticCrystal.cs rename to Projects/UOContent/Engines/MLQuests/Items/PrismaticCrystal.cs diff --git a/Projects/Scripts/Engines/MLQuests/Items/QuestGiverItem.cs b/Projects/UOContent/Engines/MLQuests/Items/QuestGiverItem.cs similarity index 100% rename from Projects/Scripts/Engines/MLQuests/Items/QuestGiverItem.cs rename to Projects/UOContent/Engines/MLQuests/Items/QuestGiverItem.cs diff --git a/Projects/Scripts/Engines/MLQuests/Items/RedLeatherBook.cs b/Projects/UOContent/Engines/MLQuests/Items/RedLeatherBook.cs similarity index 100% rename from Projects/Scripts/Engines/MLQuests/Items/RedLeatherBook.cs rename to Projects/UOContent/Engines/MLQuests/Items/RedLeatherBook.cs diff --git a/Projects/Scripts/Engines/MLQuests/Items/ReginasLetter.cs b/Projects/UOContent/Engines/MLQuests/Items/ReginasLetter.cs similarity index 100% rename from Projects/Scripts/Engines/MLQuests/Items/ReginasLetter.cs rename to Projects/UOContent/Engines/MLQuests/Items/ReginasLetter.cs diff --git a/Projects/Scripts/Engines/MLQuests/Items/ReginasRing.cs b/Projects/UOContent/Engines/MLQuests/Items/ReginasRing.cs similarity index 100% rename from Projects/Scripts/Engines/MLQuests/Items/ReginasRing.cs rename to Projects/UOContent/Engines/MLQuests/Items/ReginasRing.cs diff --git a/Projects/Scripts/Engines/MLQuests/Items/RewardBags.cs b/Projects/UOContent/Engines/MLQuests/Items/RewardBags.cs similarity index 100% rename from Projects/Scripts/Engines/MLQuests/Items/RewardBags.cs rename to Projects/UOContent/Engines/MLQuests/Items/RewardBags.cs diff --git a/Projects/Scripts/Engines/MLQuests/Items/SadrahSatchel.cs b/Projects/UOContent/Engines/MLQuests/Items/SadrahSatchel.cs similarity index 100% rename from Projects/Scripts/Engines/MLQuests/Items/SadrahSatchel.cs rename to Projects/UOContent/Engines/MLQuests/Items/SadrahSatchel.cs diff --git a/Projects/Scripts/Engines/MLQuests/Items/SapOfSosaria.cs b/Projects/UOContent/Engines/MLQuests/Items/SapOfSosaria.cs similarity index 100% rename from Projects/Scripts/Engines/MLQuests/Items/SapOfSosaria.cs rename to Projects/UOContent/Engines/MLQuests/Items/SapOfSosaria.cs diff --git a/Projects/Scripts/Engines/MLQuests/Items/SealedNotesForJamal.cs b/Projects/UOContent/Engines/MLQuests/Items/SealedNotesForJamal.cs similarity index 100% rename from Projects/Scripts/Engines/MLQuests/Items/SealedNotesForJamal.cs rename to Projects/UOContent/Engines/MLQuests/Items/SealedNotesForJamal.cs diff --git a/Projects/Scripts/Engines/MLQuests/Items/SealingWaxOrderAddressedToPetrus.cs b/Projects/UOContent/Engines/MLQuests/Items/SealingWaxOrderAddressedToPetrus.cs similarity index 100% rename from Projects/Scripts/Engines/MLQuests/Items/SealingWaxOrderAddressedToPetrus.cs rename to Projects/UOContent/Engines/MLQuests/Items/SealingWaxOrderAddressedToPetrus.cs diff --git a/Projects/Scripts/Engines/MLQuests/Items/SeveredElfEars.cs b/Projects/UOContent/Engines/MLQuests/Items/SeveredElfEars.cs similarity index 100% rename from Projects/Scripts/Engines/MLQuests/Items/SeveredElfEars.cs rename to Projects/UOContent/Engines/MLQuests/Items/SeveredElfEars.cs diff --git a/Projects/Scripts/Engines/MLQuests/Items/SeveredHumanEars.cs b/Projects/UOContent/Engines/MLQuests/Items/SeveredHumanEars.cs similarity index 100% rename from Projects/Scripts/Engines/MLQuests/Items/SeveredHumanEars.cs rename to Projects/UOContent/Engines/MLQuests/Items/SeveredHumanEars.cs diff --git a/Projects/Scripts/Engines/MLQuests/Items/SignedTuitionReimbursementForm.cs b/Projects/UOContent/Engines/MLQuests/Items/SignedTuitionReimbursementForm.cs similarity index 100% rename from Projects/Scripts/Engines/MLQuests/Items/SignedTuitionReimbursementForm.cs rename to Projects/UOContent/Engines/MLQuests/Items/SignedTuitionReimbursementForm.cs diff --git a/Projects/Scripts/Engines/MLQuests/Items/SpecialTreatForDrithen.cs b/Projects/UOContent/Engines/MLQuests/Items/SpecialTreatForDrithen.cs similarity index 100% rename from Projects/Scripts/Engines/MLQuests/Items/SpecialTreatForDrithen.cs rename to Projects/UOContent/Engines/MLQuests/Items/SpecialTreatForDrithen.cs diff --git a/Projects/Scripts/Engines/MLQuests/Items/SpeckledPoisonSac.cs b/Projects/UOContent/Engines/MLQuests/Items/SpeckledPoisonSac.cs similarity index 100% rename from Projects/Scripts/Engines/MLQuests/Items/SpeckledPoisonSac.cs rename to Projects/UOContent/Engines/MLQuests/Items/SpeckledPoisonSac.cs diff --git a/Projects/Scripts/Engines/MLQuests/Items/SpiritBottle.cs b/Projects/UOContent/Engines/MLQuests/Items/SpiritBottle.cs similarity index 100% rename from Projects/Scripts/Engines/MLQuests/Items/SpiritBottle.cs rename to Projects/UOContent/Engines/MLQuests/Items/SpiritBottle.cs diff --git a/Projects/Scripts/Engines/MLQuests/Items/StoutWhip.cs b/Projects/UOContent/Engines/MLQuests/Items/StoutWhip.cs similarity index 100% rename from Projects/Scripts/Engines/MLQuests/Items/StoutWhip.cs rename to Projects/UOContent/Engines/MLQuests/Items/StoutWhip.cs diff --git a/Projects/Scripts/Engines/MLQuests/Items/TaintedTreeSample.cs b/Projects/UOContent/Engines/MLQuests/Items/TaintedTreeSample.cs similarity index 100% rename from Projects/Scripts/Engines/MLQuests/Items/TaintedTreeSample.cs rename to Projects/UOContent/Engines/MLQuests/Items/TaintedTreeSample.cs diff --git a/Projects/Scripts/Engines/MLQuests/Items/Teleporters.cs b/Projects/UOContent/Engines/MLQuests/Items/Teleporters.cs similarity index 100% rename from Projects/Scripts/Engines/MLQuests/Items/Teleporters.cs rename to Projects/UOContent/Engines/MLQuests/Items/Teleporters.cs diff --git a/Projects/Scripts/Engines/MLQuests/Items/TransparentHeart.cs b/Projects/UOContent/Engines/MLQuests/Items/TransparentHeart.cs similarity index 100% rename from Projects/Scripts/Engines/MLQuests/Items/TransparentHeart.cs rename to Projects/UOContent/Engines/MLQuests/Items/TransparentHeart.cs diff --git a/Projects/Scripts/Engines/MLQuests/Items/TuitionReimbursementForm.cs b/Projects/UOContent/Engines/MLQuests/Items/TuitionReimbursementForm.cs similarity index 100% rename from Projects/Scripts/Engines/MLQuests/Items/TuitionReimbursementForm.cs rename to Projects/UOContent/Engines/MLQuests/Items/TuitionReimbursementForm.cs diff --git a/Projects/Scripts/Engines/MLQuests/Items/UnicornRibs.cs b/Projects/UOContent/Engines/MLQuests/Items/UnicornRibs.cs similarity index 100% rename from Projects/Scripts/Engines/MLQuests/Items/UnicornRibs.cs rename to Projects/UOContent/Engines/MLQuests/Items/UnicornRibs.cs diff --git a/Projects/Scripts/Engines/MLQuests/MLQuest.cs b/Projects/UOContent/Engines/MLQuests/MLQuest.cs similarity index 100% rename from Projects/Scripts/Engines/MLQuests/MLQuest.cs rename to Projects/UOContent/Engines/MLQuests/MLQuest.cs diff --git a/Projects/Scripts/Engines/MLQuests/MLQuestContext.cs b/Projects/UOContent/Engines/MLQuests/MLQuestContext.cs similarity index 100% rename from Projects/Scripts/Engines/MLQuests/MLQuestContext.cs rename to Projects/UOContent/Engines/MLQuests/MLQuestContext.cs diff --git a/Projects/Scripts/Engines/MLQuests/MLQuestEntry.cs b/Projects/UOContent/Engines/MLQuests/MLQuestEntry.cs similarity index 100% rename from Projects/Scripts/Engines/MLQuests/MLQuestEntry.cs rename to Projects/UOContent/Engines/MLQuests/MLQuestEntry.cs diff --git a/Projects/Scripts/Engines/MLQuests/MLQuestPersistence.cs b/Projects/UOContent/Engines/MLQuests/MLQuestPersistence.cs similarity index 100% rename from Projects/Scripts/Engines/MLQuests/MLQuestPersistence.cs rename to Projects/UOContent/Engines/MLQuests/MLQuestPersistence.cs diff --git a/Projects/Scripts/Engines/MLQuests/MLQuestSystem.cs b/Projects/UOContent/Engines/MLQuests/MLQuestSystem.cs similarity index 100% rename from Projects/Scripts/Engines/MLQuests/MLQuestSystem.cs rename to Projects/UOContent/Engines/MLQuests/MLQuestSystem.cs diff --git a/Projects/Scripts/Engines/MLQuests/Mobiles/BoonCollector.cs b/Projects/UOContent/Engines/MLQuests/Mobiles/BoonCollector.cs similarity index 100% rename from Projects/Scripts/Engines/MLQuests/Mobiles/BoonCollector.cs rename to Projects/UOContent/Engines/MLQuests/Mobiles/BoonCollector.cs diff --git a/Projects/Scripts/Engines/MLQuests/Mobiles/SirHelper.cs b/Projects/UOContent/Engines/MLQuests/Mobiles/SirHelper.cs similarity index 100% rename from Projects/Scripts/Engines/MLQuests/Mobiles/SirHelper.cs rename to Projects/UOContent/Engines/MLQuests/Mobiles/SirHelper.cs diff --git a/Projects/Scripts/Engines/MLQuests/Objectives/BaseObjective.cs b/Projects/UOContent/Engines/MLQuests/Objectives/BaseObjective.cs similarity index 100% rename from Projects/Scripts/Engines/MLQuests/Objectives/BaseObjective.cs rename to Projects/UOContent/Engines/MLQuests/Objectives/BaseObjective.cs diff --git a/Projects/Scripts/Engines/MLQuests/Objectives/CollectObjective.cs b/Projects/UOContent/Engines/MLQuests/Objectives/CollectObjective.cs similarity index 100% rename from Projects/Scripts/Engines/MLQuests/Objectives/CollectObjective.cs rename to Projects/UOContent/Engines/MLQuests/Objectives/CollectObjective.cs diff --git a/Projects/Scripts/Engines/MLQuests/Objectives/DeliverObjective.cs b/Projects/UOContent/Engines/MLQuests/Objectives/DeliverObjective.cs similarity index 100% rename from Projects/Scripts/Engines/MLQuests/Objectives/DeliverObjective.cs rename to Projects/UOContent/Engines/MLQuests/Objectives/DeliverObjective.cs diff --git a/Projects/Scripts/Engines/MLQuests/Objectives/EscortObjective.cs b/Projects/UOContent/Engines/MLQuests/Objectives/EscortObjective.cs similarity index 100% rename from Projects/Scripts/Engines/MLQuests/Objectives/EscortObjective.cs rename to Projects/UOContent/Engines/MLQuests/Objectives/EscortObjective.cs diff --git a/Projects/Scripts/Engines/MLQuests/Objectives/GainSkillObjective.cs b/Projects/UOContent/Engines/MLQuests/Objectives/GainSkillObjective.cs similarity index 100% rename from Projects/Scripts/Engines/MLQuests/Objectives/GainSkillObjective.cs rename to Projects/UOContent/Engines/MLQuests/Objectives/GainSkillObjective.cs diff --git a/Projects/Scripts/Engines/MLQuests/Objectives/KillObjective.cs b/Projects/UOContent/Engines/MLQuests/Objectives/KillObjective.cs similarity index 100% rename from Projects/Scripts/Engines/MLQuests/Objectives/KillObjective.cs rename to Projects/UOContent/Engines/MLQuests/Objectives/KillObjective.cs diff --git a/Projects/Scripts/Engines/MLQuests/QuestArea.cs b/Projects/UOContent/Engines/MLQuests/QuestArea.cs similarity index 100% rename from Projects/Scripts/Engines/MLQuests/QuestArea.cs rename to Projects/UOContent/Engines/MLQuests/QuestArea.cs diff --git a/Projects/Scripts/Engines/MLQuests/QuesterNameAttribute.cs b/Projects/UOContent/Engines/MLQuests/QuesterNameAttribute.cs similarity index 100% rename from Projects/Scripts/Engines/MLQuests/QuesterNameAttribute.cs rename to Projects/UOContent/Engines/MLQuests/QuesterNameAttribute.cs diff --git a/Projects/Scripts/Engines/MLQuests/Rewards/BaseReward.cs b/Projects/UOContent/Engines/MLQuests/Rewards/BaseReward.cs similarity index 100% rename from Projects/Scripts/Engines/MLQuests/Rewards/BaseReward.cs rename to Projects/UOContent/Engines/MLQuests/Rewards/BaseReward.cs diff --git a/Projects/Scripts/Engines/MLQuests/Rewards/DummyReward.cs b/Projects/UOContent/Engines/MLQuests/Rewards/DummyReward.cs similarity index 100% rename from Projects/Scripts/Engines/MLQuests/Rewards/DummyReward.cs rename to Projects/UOContent/Engines/MLQuests/Rewards/DummyReward.cs diff --git a/Projects/Scripts/Engines/MLQuests/Rewards/ItemReward.cs b/Projects/UOContent/Engines/MLQuests/Rewards/ItemReward.cs similarity index 100% rename from Projects/Scripts/Engines/MLQuests/Rewards/ItemReward.cs rename to Projects/UOContent/Engines/MLQuests/Rewards/ItemReward.cs diff --git a/Projects/Scripts/Engines/Party/AddPartyTarget.cs b/Projects/UOContent/Engines/Party/AddPartyTarget.cs similarity index 100% rename from Projects/Scripts/Engines/Party/AddPartyTarget.cs rename to Projects/UOContent/Engines/Party/AddPartyTarget.cs diff --git a/Projects/Scripts/Engines/Party/DeclineTimer.cs b/Projects/UOContent/Engines/Party/DeclineTimer.cs similarity index 100% rename from Projects/Scripts/Engines/Party/DeclineTimer.cs rename to Projects/UOContent/Engines/Party/DeclineTimer.cs diff --git a/Projects/Scripts/Engines/Party/Packets.cs b/Projects/UOContent/Engines/Party/Packets.cs similarity index 100% rename from Projects/Scripts/Engines/Party/Packets.cs rename to Projects/UOContent/Engines/Party/Packets.cs diff --git a/Projects/Scripts/Engines/Party/Party.cs b/Projects/UOContent/Engines/Party/Party.cs similarity index 100% rename from Projects/Scripts/Engines/Party/Party.cs rename to Projects/UOContent/Engines/Party/Party.cs diff --git a/Projects/Scripts/Engines/Party/PartyCommands.cs b/Projects/UOContent/Engines/Party/PartyCommands.cs similarity index 100% rename from Projects/Scripts/Engines/Party/PartyCommands.cs rename to Projects/UOContent/Engines/Party/PartyCommands.cs diff --git a/Projects/Scripts/Engines/Party/PartyMemberInfo.cs b/Projects/UOContent/Engines/Party/PartyMemberInfo.cs similarity index 100% rename from Projects/Scripts/Engines/Party/PartyMemberInfo.cs rename to Projects/UOContent/Engines/Party/PartyMemberInfo.cs diff --git a/Projects/Scripts/Engines/Party/RemoveFromParty.cs b/Projects/UOContent/Engines/Party/RemoveFromParty.cs similarity index 100% rename from Projects/Scripts/Engines/Party/RemoveFromParty.cs rename to Projects/UOContent/Engines/Party/RemoveFromParty.cs diff --git a/Projects/Scripts/Engines/Party/RemovePartyTarget.cs b/Projects/UOContent/Engines/Party/RemovePartyTarget.cs similarity index 100% rename from Projects/Scripts/Engines/Party/RemovePartyTarget.cs rename to Projects/UOContent/Engines/Party/RemovePartyTarget.cs diff --git a/Projects/Scripts/Engines/Pathing/FastAStarAlgorithm.cs b/Projects/UOContent/Engines/Pathing/FastAStarAlgorithm.cs similarity index 100% rename from Projects/Scripts/Engines/Pathing/FastAStarAlgorithm.cs rename to Projects/UOContent/Engines/Pathing/FastAStarAlgorithm.cs diff --git a/Projects/Scripts/Engines/Pathing/FastMovement.cs b/Projects/UOContent/Engines/Pathing/FastMovement.cs similarity index 100% rename from Projects/Scripts/Engines/Pathing/FastMovement.cs rename to Projects/UOContent/Engines/Pathing/FastMovement.cs diff --git a/Projects/Scripts/Engines/Pathing/MoveResult.cs b/Projects/UOContent/Engines/Pathing/MoveResult.cs similarity index 100% rename from Projects/Scripts/Engines/Pathing/MoveResult.cs rename to Projects/UOContent/Engines/Pathing/MoveResult.cs diff --git a/Projects/Scripts/Engines/Pathing/Movement.cs b/Projects/UOContent/Engines/Pathing/Movement.cs similarity index 100% rename from Projects/Scripts/Engines/Pathing/Movement.cs rename to Projects/UOContent/Engines/Pathing/Movement.cs diff --git a/Projects/Scripts/Engines/Pathing/MovementPath.cs b/Projects/UOContent/Engines/Pathing/MovementPath.cs similarity index 100% rename from Projects/Scripts/Engines/Pathing/MovementPath.cs rename to Projects/UOContent/Engines/Pathing/MovementPath.cs diff --git a/Projects/Scripts/Engines/Pathing/PathAlgorithm.cs b/Projects/UOContent/Engines/Pathing/PathAlgorithm.cs similarity index 100% rename from Projects/Scripts/Engines/Pathing/PathAlgorithm.cs rename to Projects/UOContent/Engines/Pathing/PathAlgorithm.cs diff --git a/Projects/Scripts/Engines/Pathing/PathFollower.cs b/Projects/UOContent/Engines/Pathing/PathFollower.cs similarity index 100% rename from Projects/Scripts/Engines/Pathing/PathFollower.cs rename to Projects/UOContent/Engines/Pathing/PathFollower.cs diff --git a/Projects/Scripts/Engines/Pathing/SlowAStarAlgorithm.cs b/Projects/UOContent/Engines/Pathing/SlowAStarAlgorithm.cs similarity index 100% rename from Projects/Scripts/Engines/Pathing/SlowAStarAlgorithm.cs rename to Projects/UOContent/Engines/Pathing/SlowAStarAlgorithm.cs diff --git a/Projects/Scripts/Engines/Plants/EmptyTheBowlGump.cs b/Projects/UOContent/Engines/Plants/EmptyTheBowlGump.cs similarity index 100% rename from Projects/Scripts/Engines/Plants/EmptyTheBowlGump.cs rename to Projects/UOContent/Engines/Plants/EmptyTheBowlGump.cs diff --git a/Projects/Scripts/Engines/Plants/MainPlantGump.cs b/Projects/UOContent/Engines/Plants/MainPlantGump.cs similarity index 100% rename from Projects/Scripts/Engines/Plants/MainPlantGump.cs rename to Projects/UOContent/Engines/Plants/MainPlantGump.cs diff --git a/Projects/Scripts/Engines/Plants/MiscItems/FertileDirt.cs b/Projects/UOContent/Engines/Plants/MiscItems/FertileDirt.cs similarity index 100% rename from Projects/Scripts/Engines/Plants/MiscItems/FertileDirt.cs rename to Projects/UOContent/Engines/Plants/MiscItems/FertileDirt.cs diff --git a/Projects/Scripts/Engines/Plants/MiscItems/GreenThorns.cs b/Projects/UOContent/Engines/Plants/MiscItems/GreenThorns.cs similarity index 100% rename from Projects/Scripts/Engines/Plants/MiscItems/GreenThorns.cs rename to Projects/UOContent/Engines/Plants/MiscItems/GreenThorns.cs diff --git a/Projects/Scripts/Engines/Plants/MiscItems/OrangePetals.cs b/Projects/UOContent/Engines/Plants/MiscItems/OrangePetals.cs similarity index 100% rename from Projects/Scripts/Engines/Plants/MiscItems/OrangePetals.cs rename to Projects/UOContent/Engines/Plants/MiscItems/OrangePetals.cs diff --git a/Projects/Scripts/Engines/Plants/MiscItems/RedLeaves.cs b/Projects/UOContent/Engines/Plants/MiscItems/RedLeaves.cs similarity index 100% rename from Projects/Scripts/Engines/Plants/MiscItems/RedLeaves.cs rename to Projects/UOContent/Engines/Plants/MiscItems/RedLeaves.cs diff --git a/Projects/Scripts/Engines/Plants/MiscMobiles/GiantIceWorm.cs b/Projects/UOContent/Engines/Plants/MiscMobiles/GiantIceWorm.cs similarity index 100% rename from Projects/Scripts/Engines/Plants/MiscMobiles/GiantIceWorm.cs rename to Projects/UOContent/Engines/Plants/MiscMobiles/GiantIceWorm.cs diff --git a/Projects/Scripts/Engines/Plants/Network/DisplayHelpTopic.cs b/Projects/UOContent/Engines/Plants/Network/DisplayHelpTopic.cs similarity index 100% rename from Projects/Scripts/Engines/Plants/Network/DisplayHelpTopic.cs rename to Projects/UOContent/Engines/Plants/Network/DisplayHelpTopic.cs diff --git a/Projects/Scripts/Engines/Plants/PlantBowl.cs b/Projects/UOContent/Engines/Plants/PlantBowl.cs similarity index 100% rename from Projects/Scripts/Engines/Plants/PlantBowl.cs rename to Projects/UOContent/Engines/Plants/PlantBowl.cs diff --git a/Projects/Scripts/Engines/Plants/PlantHue.cs b/Projects/UOContent/Engines/Plants/PlantHue.cs similarity index 100% rename from Projects/Scripts/Engines/Plants/PlantHue.cs rename to Projects/UOContent/Engines/Plants/PlantHue.cs diff --git a/Projects/Scripts/Engines/Plants/PlantItem.cs b/Projects/UOContent/Engines/Plants/PlantItem.cs similarity index 100% rename from Projects/Scripts/Engines/Plants/PlantItem.cs rename to Projects/UOContent/Engines/Plants/PlantItem.cs diff --git a/Projects/Scripts/Engines/Plants/PlantPourTarget.cs b/Projects/UOContent/Engines/Plants/PlantPourTarget.cs similarity index 100% rename from Projects/Scripts/Engines/Plants/PlantPourTarget.cs rename to Projects/UOContent/Engines/Plants/PlantPourTarget.cs diff --git a/Projects/Scripts/Engines/Plants/PlantResources.cs b/Projects/UOContent/Engines/Plants/PlantResources.cs similarity index 100% rename from Projects/Scripts/Engines/Plants/PlantResources.cs rename to Projects/UOContent/Engines/Plants/PlantResources.cs diff --git a/Projects/Scripts/Engines/Plants/PlantSystem.cs b/Projects/UOContent/Engines/Plants/PlantSystem.cs similarity index 100% rename from Projects/Scripts/Engines/Plants/PlantSystem.cs rename to Projects/UOContent/Engines/Plants/PlantSystem.cs diff --git a/Projects/Scripts/Engines/Plants/PlantType.cs b/Projects/UOContent/Engines/Plants/PlantType.cs similarity index 100% rename from Projects/Scripts/Engines/Plants/PlantType.cs rename to Projects/UOContent/Engines/Plants/PlantType.cs diff --git a/Projects/Scripts/Engines/Plants/PollinateTarget.cs b/Projects/UOContent/Engines/Plants/PollinateTarget.cs similarity index 100% rename from Projects/Scripts/Engines/Plants/PollinateTarget.cs rename to Projects/UOContent/Engines/Plants/PollinateTarget.cs diff --git a/Projects/Scripts/Engines/Plants/ReproductionGump.cs b/Projects/UOContent/Engines/Plants/ReproductionGump.cs similarity index 100% rename from Projects/Scripts/Engines/Plants/ReproductionGump.cs rename to Projects/UOContent/Engines/Plants/ReproductionGump.cs diff --git a/Projects/Scripts/Engines/Plants/Seed.cs b/Projects/UOContent/Engines/Plants/Seed.cs similarity index 100% rename from Projects/Scripts/Engines/Plants/Seed.cs rename to Projects/UOContent/Engines/Plants/Seed.cs diff --git a/Projects/Scripts/Engines/Plants/SetToDecorativeGump.cs b/Projects/UOContent/Engines/Plants/SetToDecorativeGump.cs similarity index 100% rename from Projects/Scripts/Engines/Plants/SetToDecorativeGump.cs rename to Projects/UOContent/Engines/Plants/SetToDecorativeGump.cs diff --git a/Projects/Scripts/Engines/Quests/Ambitious Solen Queen/AmbitiousQueenQuest.cs b/Projects/UOContent/Engines/Quests/Ambitious Solen Queen/AmbitiousQueenQuest.cs similarity index 100% rename from Projects/Scripts/Engines/Quests/Ambitious Solen Queen/AmbitiousQueenQuest.cs rename to Projects/UOContent/Engines/Quests/Ambitious Solen Queen/AmbitiousQueenQuest.cs diff --git a/Projects/Scripts/Engines/Quests/Ambitious Solen Queen/Conversations.cs b/Projects/UOContent/Engines/Quests/Ambitious Solen Queen/Conversations.cs similarity index 100% rename from Projects/Scripts/Engines/Quests/Ambitious Solen Queen/Conversations.cs rename to Projects/UOContent/Engines/Quests/Ambitious Solen Queen/Conversations.cs diff --git a/Projects/Scripts/Engines/Quests/Ambitious Solen Queen/Mobiles/AmbitiousSolenQueen.cs b/Projects/UOContent/Engines/Quests/Ambitious Solen Queen/Mobiles/AmbitiousSolenQueen.cs similarity index 100% rename from Projects/Scripts/Engines/Quests/Ambitious Solen Queen/Mobiles/AmbitiousSolenQueen.cs rename to Projects/UOContent/Engines/Quests/Ambitious Solen Queen/Mobiles/AmbitiousSolenQueen.cs diff --git a/Projects/Scripts/Engines/Quests/Ambitious Solen Queen/Objectives.cs b/Projects/UOContent/Engines/Quests/Ambitious Solen Queen/Objectives.cs similarity index 100% rename from Projects/Scripts/Engines/Quests/Ambitious Solen Queen/Objectives.cs rename to Projects/UOContent/Engines/Quests/Ambitious Solen Queen/Objectives.cs diff --git a/Projects/Scripts/Engines/Quests/Collector/CollectorQuest.cs b/Projects/UOContent/Engines/Quests/Collector/CollectorQuest.cs similarity index 100% rename from Projects/Scripts/Engines/Quests/Collector/CollectorQuest.cs rename to Projects/UOContent/Engines/Quests/Collector/CollectorQuest.cs diff --git a/Projects/Scripts/Engines/Quests/Collector/Conversations.cs b/Projects/UOContent/Engines/Quests/Collector/Conversations.cs similarity index 100% rename from Projects/Scripts/Engines/Quests/Collector/Conversations.cs rename to Projects/UOContent/Engines/Quests/Collector/Conversations.cs diff --git a/Projects/Scripts/Engines/Quests/Collector/Items/EnchantedPaints.cs b/Projects/UOContent/Engines/Quests/Collector/Items/EnchantedPaints.cs similarity index 100% rename from Projects/Scripts/Engines/Quests/Collector/Items/EnchantedPaints.cs rename to Projects/UOContent/Engines/Quests/Collector/Items/EnchantedPaints.cs diff --git a/Projects/Scripts/Engines/Quests/Collector/Items/ImageTypeInfo.cs b/Projects/UOContent/Engines/Quests/Collector/Items/ImageTypeInfo.cs similarity index 100% rename from Projects/Scripts/Engines/Quests/Collector/Items/ImageTypeInfo.cs rename to Projects/UOContent/Engines/Quests/Collector/Items/ImageTypeInfo.cs diff --git a/Projects/Scripts/Engines/Quests/Collector/Items/Obsidian.cs b/Projects/UOContent/Engines/Quests/Collector/Items/Obsidian.cs similarity index 100% rename from Projects/Scripts/Engines/Quests/Collector/Items/Obsidian.cs rename to Projects/UOContent/Engines/Quests/Collector/Items/Obsidian.cs diff --git a/Projects/Scripts/Engines/Quests/Collector/Items/PaintedImage.cs b/Projects/UOContent/Engines/Quests/Collector/Items/PaintedImage.cs similarity index 100% rename from Projects/Scripts/Engines/Quests/Collector/Items/PaintedImage.cs rename to Projects/UOContent/Engines/Quests/Collector/Items/PaintedImage.cs diff --git a/Projects/Scripts/Engines/Quests/Collector/Mobiles/AlbertaGiacco.cs b/Projects/UOContent/Engines/Quests/Collector/Mobiles/AlbertaGiacco.cs similarity index 100% rename from Projects/Scripts/Engines/Quests/Collector/Mobiles/AlbertaGiacco.cs rename to Projects/UOContent/Engines/Quests/Collector/Mobiles/AlbertaGiacco.cs diff --git a/Projects/Scripts/Engines/Quests/Collector/Mobiles/ElwoodMcCarrin.cs b/Projects/UOContent/Engines/Quests/Collector/Mobiles/ElwoodMcCarrin.cs similarity index 100% rename from Projects/Scripts/Engines/Quests/Collector/Mobiles/ElwoodMcCarrin.cs rename to Projects/UOContent/Engines/Quests/Collector/Mobiles/ElwoodMcCarrin.cs diff --git a/Projects/Scripts/Engines/Quests/Collector/Mobiles/GabrielPiete.cs b/Projects/UOContent/Engines/Quests/Collector/Mobiles/GabrielPiete.cs similarity index 100% rename from Projects/Scripts/Engines/Quests/Collector/Mobiles/GabrielPiete.cs rename to Projects/UOContent/Engines/Quests/Collector/Mobiles/GabrielPiete.cs diff --git a/Projects/Scripts/Engines/Quests/Collector/Mobiles/Impresario.cs b/Projects/UOContent/Engines/Quests/Collector/Mobiles/Impresario.cs similarity index 100% rename from Projects/Scripts/Engines/Quests/Collector/Mobiles/Impresario.cs rename to Projects/UOContent/Engines/Quests/Collector/Mobiles/Impresario.cs diff --git a/Projects/Scripts/Engines/Quests/Collector/Mobiles/TomasONeerlan.cs b/Projects/UOContent/Engines/Quests/Collector/Mobiles/TomasONeerlan.cs similarity index 100% rename from Projects/Scripts/Engines/Quests/Collector/Mobiles/TomasONeerlan.cs rename to Projects/UOContent/Engines/Quests/Collector/Mobiles/TomasONeerlan.cs diff --git a/Projects/Scripts/Engines/Quests/Collector/Objectives.cs b/Projects/UOContent/Engines/Quests/Collector/Objectives.cs similarity index 100% rename from Projects/Scripts/Engines/Quests/Collector/Objectives.cs rename to Projects/UOContent/Engines/Quests/Collector/Objectives.cs diff --git a/Projects/Scripts/Engines/Quests/Core/BaseQuester.cs b/Projects/UOContent/Engines/Quests/Core/BaseQuester.cs similarity index 100% rename from Projects/Scripts/Engines/Quests/Core/BaseQuester.cs rename to Projects/UOContent/Engines/Quests/Core/BaseQuester.cs diff --git a/Projects/Scripts/Engines/Quests/Core/Items/DynamicTeleporter.cs b/Projects/UOContent/Engines/Quests/Core/Items/DynamicTeleporter.cs similarity index 100% rename from Projects/Scripts/Engines/Quests/Core/Items/DynamicTeleporter.cs rename to Projects/UOContent/Engines/Quests/Core/Items/DynamicTeleporter.cs diff --git a/Projects/Scripts/Engines/Quests/Core/Items/EnchantedSextant.cs b/Projects/UOContent/Engines/Quests/Core/Items/EnchantedSextant.cs similarity index 100% rename from Projects/Scripts/Engines/Quests/Core/Items/EnchantedSextant.cs rename to Projects/UOContent/Engines/Quests/Core/Items/EnchantedSextant.cs diff --git a/Projects/Scripts/Engines/Quests/Core/Items/HornOfRetreat.cs b/Projects/UOContent/Engines/Quests/Core/Items/HornOfRetreat.cs similarity index 100% rename from Projects/Scripts/Engines/Quests/Core/Items/HornOfRetreat.cs rename to Projects/UOContent/Engines/Quests/Core/Items/HornOfRetreat.cs diff --git a/Projects/Scripts/Engines/Quests/Core/Items/QuestItem.cs b/Projects/UOContent/Engines/Quests/Core/Items/QuestItem.cs similarity index 100% rename from Projects/Scripts/Engines/Quests/Core/Items/QuestItem.cs rename to Projects/UOContent/Engines/Quests/Core/Items/QuestItem.cs diff --git a/Projects/Scripts/Engines/Quests/Core/QuestCallbackEntry.cs b/Projects/UOContent/Engines/Quests/Core/QuestCallbackEntry.cs similarity index 100% rename from Projects/Scripts/Engines/Quests/Core/QuestCallbackEntry.cs rename to Projects/UOContent/Engines/Quests/Core/QuestCallbackEntry.cs diff --git a/Projects/Scripts/Engines/Quests/Core/QuestConversation.cs b/Projects/UOContent/Engines/Quests/Core/QuestConversation.cs similarity index 100% rename from Projects/Scripts/Engines/Quests/Core/QuestConversation.cs rename to Projects/UOContent/Engines/Quests/Core/QuestConversation.cs diff --git a/Projects/Scripts/Engines/Quests/Core/QuestItemInfo.cs b/Projects/UOContent/Engines/Quests/Core/QuestItemInfo.cs similarity index 100% rename from Projects/Scripts/Engines/Quests/Core/QuestItemInfo.cs rename to Projects/UOContent/Engines/Quests/Core/QuestItemInfo.cs diff --git a/Projects/Scripts/Engines/Quests/Core/QuestObjective.cs b/Projects/UOContent/Engines/Quests/Core/QuestObjective.cs similarity index 100% rename from Projects/Scripts/Engines/Quests/Core/QuestObjective.cs rename to Projects/UOContent/Engines/Quests/Core/QuestObjective.cs diff --git a/Projects/Scripts/Engines/Quests/Core/QuestRestartInfo.cs b/Projects/UOContent/Engines/Quests/Core/QuestRestartInfo.cs similarity index 100% rename from Projects/Scripts/Engines/Quests/Core/QuestRestartInfo.cs rename to Projects/UOContent/Engines/Quests/Core/QuestRestartInfo.cs diff --git a/Projects/Scripts/Engines/Quests/Core/QuestSerializer.cs b/Projects/UOContent/Engines/Quests/Core/QuestSerializer.cs similarity index 100% rename from Projects/Scripts/Engines/Quests/Core/QuestSerializer.cs rename to Projects/UOContent/Engines/Quests/Core/QuestSerializer.cs diff --git a/Projects/Scripts/Engines/Quests/Core/QuestSystem.cs b/Projects/UOContent/Engines/Quests/Core/QuestSystem.cs similarity index 100% rename from Projects/Scripts/Engines/Quests/Core/QuestSystem.cs rename to Projects/UOContent/Engines/Quests/Core/QuestSystem.cs diff --git a/Projects/Scripts/Engines/Quests/Core/Regions/CancelQuestRegion.cs b/Projects/UOContent/Engines/Quests/Core/Regions/CancelQuestRegion.cs similarity index 100% rename from Projects/Scripts/Engines/Quests/Core/Regions/CancelQuestRegion.cs rename to Projects/UOContent/Engines/Quests/Core/Regions/CancelQuestRegion.cs diff --git a/Projects/Scripts/Engines/Quests/Core/Regions/QuestCompleteObjectiveRegion.cs b/Projects/UOContent/Engines/Quests/Core/Regions/QuestCompleteObjectiveRegion.cs similarity index 100% rename from Projects/Scripts/Engines/Quests/Core/Regions/QuestCompleteObjectiveRegion.cs rename to Projects/UOContent/Engines/Quests/Core/Regions/QuestCompleteObjectiveRegion.cs diff --git a/Projects/Scripts/Engines/Quests/Core/Regions/QuestNoEntryRegion.cs b/Projects/UOContent/Engines/Quests/Core/Regions/QuestNoEntryRegion.cs similarity index 100% rename from Projects/Scripts/Engines/Quests/Core/Regions/QuestNoEntryRegion.cs rename to Projects/UOContent/Engines/Quests/Core/Regions/QuestNoEntryRegion.cs diff --git a/Projects/Scripts/Engines/Quests/Core/Regions/QuestOfferRegion.cs b/Projects/UOContent/Engines/Quests/Core/Regions/QuestOfferRegion.cs similarity index 100% rename from Projects/Scripts/Engines/Quests/Core/Regions/QuestOfferRegion.cs rename to Projects/UOContent/Engines/Quests/Core/Regions/QuestOfferRegion.cs diff --git a/Projects/Scripts/Engines/Quests/Dark Tides/Conversations.cs b/Projects/UOContent/Engines/Quests/Dark Tides/Conversations.cs similarity index 100% rename from Projects/Scripts/Engines/Quests/Dark Tides/Conversations.cs rename to Projects/UOContent/Engines/Quests/Dark Tides/Conversations.cs diff --git a/Projects/Scripts/Engines/Quests/Dark Tides/DarkTidesQuest.cs b/Projects/UOContent/Engines/Quests/Dark Tides/DarkTidesQuest.cs similarity index 100% rename from Projects/Scripts/Engines/Quests/Dark Tides/DarkTidesQuest.cs rename to Projects/UOContent/Engines/Quests/Dark Tides/DarkTidesQuest.cs diff --git a/Projects/Scripts/Engines/Quests/Dark Tides/Items/CrystalCaveBarrier.cs b/Projects/UOContent/Engines/Quests/Dark Tides/Items/CrystalCaveBarrier.cs similarity index 100% rename from Projects/Scripts/Engines/Quests/Dark Tides/Items/CrystalCaveBarrier.cs rename to Projects/UOContent/Engines/Quests/Dark Tides/Items/CrystalCaveBarrier.cs diff --git a/Projects/Scripts/Engines/Quests/Dark Tides/Items/DarkTidesHorn.cs b/Projects/UOContent/Engines/Quests/Dark Tides/Items/DarkTidesHorn.cs similarity index 100% rename from Projects/Scripts/Engines/Quests/Dark Tides/Items/DarkTidesHorn.cs rename to Projects/UOContent/Engines/Quests/Dark Tides/Items/DarkTidesHorn.cs diff --git a/Projects/Scripts/Engines/Quests/Dark Tides/Items/DarkTidesTeleporter.cs b/Projects/UOContent/Engines/Quests/Dark Tides/Items/DarkTidesTeleporter.cs similarity index 100% rename from Projects/Scripts/Engines/Quests/Dark Tides/Items/DarkTidesTeleporter.cs rename to Projects/UOContent/Engines/Quests/Dark Tides/Items/DarkTidesTeleporter.cs diff --git a/Projects/Scripts/Engines/Quests/Dark Tides/Items/KronusScroll.cs b/Projects/UOContent/Engines/Quests/Dark Tides/Items/KronusScroll.cs similarity index 100% rename from Projects/Scripts/Engines/Quests/Dark Tides/Items/KronusScroll.cs rename to Projects/UOContent/Engines/Quests/Dark Tides/Items/KronusScroll.cs diff --git a/Projects/Scripts/Engines/Quests/Dark Tides/Items/KronusScrollBox.cs b/Projects/UOContent/Engines/Quests/Dark Tides/Items/KronusScrollBox.cs similarity index 100% rename from Projects/Scripts/Engines/Quests/Dark Tides/Items/KronusScrollBox.cs rename to Projects/UOContent/Engines/Quests/Dark Tides/Items/KronusScrollBox.cs diff --git a/Projects/Scripts/Engines/Quests/Dark Tides/Items/MaabusCoffin.cs b/Projects/UOContent/Engines/Quests/Dark Tides/Items/MaabusCoffin.cs similarity index 100% rename from Projects/Scripts/Engines/Quests/Dark Tides/Items/MaabusCoffin.cs rename to Projects/UOContent/Engines/Quests/Dark Tides/Items/MaabusCoffin.cs diff --git a/Projects/Scripts/Engines/Quests/Dark Tides/Items/ScrollOfAbraxus.cs b/Projects/UOContent/Engines/Quests/Dark Tides/Items/ScrollOfAbraxus.cs similarity index 100% rename from Projects/Scripts/Engines/Quests/Dark Tides/Items/ScrollOfAbraxus.cs rename to Projects/UOContent/Engines/Quests/Dark Tides/Items/ScrollOfAbraxus.cs diff --git a/Projects/Scripts/Engines/Quests/Dark Tides/Items/VaultOfSecretsBarrier.cs b/Projects/UOContent/Engines/Quests/Dark Tides/Items/VaultOfSecretsBarrier.cs similarity index 100% rename from Projects/Scripts/Engines/Quests/Dark Tides/Items/VaultOfSecretsBarrier.cs rename to Projects/UOContent/Engines/Quests/Dark Tides/Items/VaultOfSecretsBarrier.cs diff --git a/Projects/Scripts/Engines/Quests/Dark Tides/Mobiles/Horus.cs b/Projects/UOContent/Engines/Quests/Dark Tides/Mobiles/Horus.cs similarity index 100% rename from Projects/Scripts/Engines/Quests/Dark Tides/Mobiles/Horus.cs rename to Projects/UOContent/Engines/Quests/Dark Tides/Mobiles/Horus.cs diff --git a/Projects/Scripts/Engines/Quests/Dark Tides/Mobiles/Maabus.cs b/Projects/UOContent/Engines/Quests/Dark Tides/Mobiles/Maabus.cs similarity index 100% rename from Projects/Scripts/Engines/Quests/Dark Tides/Mobiles/Maabus.cs rename to Projects/UOContent/Engines/Quests/Dark Tides/Mobiles/Maabus.cs diff --git a/Projects/Scripts/Engines/Quests/Dark Tides/Mobiles/Mardoth.cs b/Projects/UOContent/Engines/Quests/Dark Tides/Mobiles/Mardoth.cs similarity index 100% rename from Projects/Scripts/Engines/Quests/Dark Tides/Mobiles/Mardoth.cs rename to Projects/UOContent/Engines/Quests/Dark Tides/Mobiles/Mardoth.cs diff --git a/Projects/Scripts/Engines/Quests/Dark Tides/Mobiles/SummonedPaladin.cs b/Projects/UOContent/Engines/Quests/Dark Tides/Mobiles/SummonedPaladin.cs similarity index 100% rename from Projects/Scripts/Engines/Quests/Dark Tides/Mobiles/SummonedPaladin.cs rename to Projects/UOContent/Engines/Quests/Dark Tides/Mobiles/SummonedPaladin.cs diff --git a/Projects/Scripts/Engines/Quests/Dark Tides/Objectives.cs b/Projects/UOContent/Engines/Quests/Dark Tides/Objectives.cs similarity index 100% rename from Projects/Scripts/Engines/Quests/Dark Tides/Objectives.cs rename to Projects/UOContent/Engines/Quests/Dark Tides/Objectives.cs diff --git a/Projects/Scripts/Engines/Quests/Emino's Undertaking/Conversations.cs b/Projects/UOContent/Engines/Quests/Emino's Undertaking/Conversations.cs similarity index 100% rename from Projects/Scripts/Engines/Quests/Emino's Undertaking/Conversations.cs rename to Projects/UOContent/Engines/Quests/Emino's Undertaking/Conversations.cs diff --git a/Projects/Scripts/Engines/Quests/Emino's Undertaking/EminosUndertakingQuest.cs b/Projects/UOContent/Engines/Quests/Emino's Undertaking/EminosUndertakingQuest.cs similarity index 100% rename from Projects/Scripts/Engines/Quests/Emino's Undertaking/EminosUndertakingQuest.cs rename to Projects/UOContent/Engines/Quests/Emino's Undertaking/EminosUndertakingQuest.cs diff --git a/Projects/Scripts/Engines/Quests/Emino's Undertaking/Items/BlueNinjaQuestTeleporter.cs b/Projects/UOContent/Engines/Quests/Emino's Undertaking/Items/BlueNinjaQuestTeleporter.cs similarity index 100% rename from Projects/Scripts/Engines/Quests/Emino's Undertaking/Items/BlueNinjaQuestTeleporter.cs rename to Projects/UOContent/Engines/Quests/Emino's Undertaking/Items/BlueNinjaQuestTeleporter.cs diff --git a/Projects/Scripts/Engines/Quests/Emino's Undertaking/Items/EminosKatana.cs b/Projects/UOContent/Engines/Quests/Emino's Undertaking/Items/EminosKatana.cs similarity index 100% rename from Projects/Scripts/Engines/Quests/Emino's Undertaking/Items/EminosKatana.cs rename to Projects/UOContent/Engines/Quests/Emino's Undertaking/Items/EminosKatana.cs diff --git a/Projects/Scripts/Engines/Quests/Emino's Undertaking/Items/EminosKatanaChest.cs b/Projects/UOContent/Engines/Quests/Emino's Undertaking/Items/EminosKatanaChest.cs similarity index 100% rename from Projects/Scripts/Engines/Quests/Emino's Undertaking/Items/EminosKatanaChest.cs rename to Projects/UOContent/Engines/Quests/Emino's Undertaking/Items/EminosKatanaChest.cs diff --git a/Projects/Scripts/Engines/Quests/Emino's Undertaking/Items/GreenNinjaQuestTeleporter.cs b/Projects/UOContent/Engines/Quests/Emino's Undertaking/Items/GreenNinjaQuestTeleporter.cs similarity index 100% rename from Projects/Scripts/Engines/Quests/Emino's Undertaking/Items/GreenNinjaQuestTeleporter.cs rename to Projects/UOContent/Engines/Quests/Emino's Undertaking/Items/GreenNinjaQuestTeleporter.cs diff --git a/Projects/Scripts/Engines/Quests/Emino's Undertaking/Items/GuardianBarrier.cs b/Projects/UOContent/Engines/Quests/Emino's Undertaking/Items/GuardianBarrier.cs similarity index 100% rename from Projects/Scripts/Engines/Quests/Emino's Undertaking/Items/GuardianBarrier.cs rename to Projects/UOContent/Engines/Quests/Emino's Undertaking/Items/GuardianBarrier.cs diff --git a/Projects/Scripts/Engines/Quests/Emino's Undertaking/Items/NoteForZoel.cs b/Projects/UOContent/Engines/Quests/Emino's Undertaking/Items/NoteForZoel.cs similarity index 100% rename from Projects/Scripts/Engines/Quests/Emino's Undertaking/Items/NoteForZoel.cs rename to Projects/UOContent/Engines/Quests/Emino's Undertaking/Items/NoteForZoel.cs diff --git a/Projects/Scripts/Engines/Quests/Emino's Undertaking/Items/WhiteNinjaQuestTeleporter.cs b/Projects/UOContent/Engines/Quests/Emino's Undertaking/Items/WhiteNinjaQuestTeleporter.cs similarity index 100% rename from Projects/Scripts/Engines/Quests/Emino's Undertaking/Items/WhiteNinjaQuestTeleporter.cs rename to Projects/UOContent/Engines/Quests/Emino's Undertaking/Items/WhiteNinjaQuestTeleporter.cs diff --git a/Projects/Scripts/Engines/Quests/Emino's Undertaking/Mobiles/Emino.cs b/Projects/UOContent/Engines/Quests/Emino's Undertaking/Mobiles/Emino.cs similarity index 100% rename from Projects/Scripts/Engines/Quests/Emino's Undertaking/Mobiles/Emino.cs rename to Projects/UOContent/Engines/Quests/Emino's Undertaking/Mobiles/Emino.cs diff --git a/Projects/Scripts/Engines/Quests/Emino's Undertaking/Mobiles/EnshroudedFigure.cs b/Projects/UOContent/Engines/Quests/Emino's Undertaking/Mobiles/EnshroudedFigure.cs similarity index 100% rename from Projects/Scripts/Engines/Quests/Emino's Undertaking/Mobiles/EnshroudedFigure.cs rename to Projects/UOContent/Engines/Quests/Emino's Undertaking/Mobiles/EnshroudedFigure.cs diff --git a/Projects/Scripts/Engines/Quests/Emino's Undertaking/Mobiles/Henchman.cs b/Projects/UOContent/Engines/Quests/Emino's Undertaking/Mobiles/Henchman.cs similarity index 100% rename from Projects/Scripts/Engines/Quests/Emino's Undertaking/Mobiles/Henchman.cs rename to Projects/UOContent/Engines/Quests/Emino's Undertaking/Mobiles/Henchman.cs diff --git a/Projects/Scripts/Engines/Quests/Emino's Undertaking/Mobiles/HiddenFigure.cs b/Projects/UOContent/Engines/Quests/Emino's Undertaking/Mobiles/HiddenFigure.cs similarity index 100% rename from Projects/Scripts/Engines/Quests/Emino's Undertaking/Mobiles/HiddenFigure.cs rename to Projects/UOContent/Engines/Quests/Emino's Undertaking/Mobiles/HiddenFigure.cs diff --git a/Projects/Scripts/Engines/Quests/Emino's Undertaking/Mobiles/JedahEntille.cs b/Projects/UOContent/Engines/Quests/Emino's Undertaking/Mobiles/JedahEntille.cs similarity index 100% rename from Projects/Scripts/Engines/Quests/Emino's Undertaking/Mobiles/JedahEntille.cs rename to Projects/UOContent/Engines/Quests/Emino's Undertaking/Mobiles/JedahEntille.cs diff --git a/Projects/Scripts/Engines/Quests/Emino's Undertaking/Mobiles/Zoel.cs b/Projects/UOContent/Engines/Quests/Emino's Undertaking/Mobiles/Zoel.cs similarity index 100% rename from Projects/Scripts/Engines/Quests/Emino's Undertaking/Mobiles/Zoel.cs rename to Projects/UOContent/Engines/Quests/Emino's Undertaking/Mobiles/Zoel.cs diff --git a/Projects/Scripts/Engines/Quests/Emino's Undertaking/Objectives.cs b/Projects/UOContent/Engines/Quests/Emino's Undertaking/Objectives.cs similarity index 100% rename from Projects/Scripts/Engines/Quests/Emino's Undertaking/Objectives.cs rename to Projects/UOContent/Engines/Quests/Emino's Undertaking/Objectives.cs diff --git a/Projects/Scripts/Engines/Quests/Haochi's Trials/Conversations.cs b/Projects/UOContent/Engines/Quests/Haochi's Trials/Conversations.cs similarity index 100% rename from Projects/Scripts/Engines/Quests/Haochi's Trials/Conversations.cs rename to Projects/UOContent/Engines/Quests/Haochi's Trials/Conversations.cs diff --git a/Projects/Scripts/Engines/Quests/Haochi's Trials/HaochisTrialsQuest.cs b/Projects/UOContent/Engines/Quests/Haochi's Trials/HaochisTrialsQuest.cs similarity index 100% rename from Projects/Scripts/Engines/Quests/Haochi's Trials/HaochisTrialsQuest.cs rename to Projects/UOContent/Engines/Quests/Haochi's Trials/HaochisTrialsQuest.cs diff --git a/Projects/Scripts/Engines/Quests/Haochi's Trials/Items/HaochisKatana.cs b/Projects/UOContent/Engines/Quests/Haochi's Trials/Items/HaochisKatana.cs similarity index 100% rename from Projects/Scripts/Engines/Quests/Haochi's Trials/Items/HaochisKatana.cs rename to Projects/UOContent/Engines/Quests/Haochi's Trials/Items/HaochisKatana.cs diff --git a/Projects/Scripts/Engines/Quests/Haochi's Trials/Items/HaochisKatanaGenerator.cs b/Projects/UOContent/Engines/Quests/Haochi's Trials/Items/HaochisKatanaGenerator.cs similarity index 100% rename from Projects/Scripts/Engines/Quests/Haochi's Trials/Items/HaochisKatanaGenerator.cs rename to Projects/UOContent/Engines/Quests/Haochi's Trials/Items/HaochisKatanaGenerator.cs diff --git a/Projects/Scripts/Engines/Quests/Haochi's Trials/Items/HaochisTreasureChest.cs b/Projects/UOContent/Engines/Quests/Haochi's Trials/Items/HaochisTreasureChest.cs similarity index 100% rename from Projects/Scripts/Engines/Quests/Haochi's Trials/Items/HaochisTreasureChest.cs rename to Projects/UOContent/Engines/Quests/Haochi's Trials/Items/HaochisTreasureChest.cs diff --git a/Projects/Scripts/Engines/Quests/Haochi's Trials/Items/HonorCandle.cs b/Projects/UOContent/Engines/Quests/Haochi's Trials/Items/HonorCandle.cs similarity index 100% rename from Projects/Scripts/Engines/Quests/Haochi's Trials/Items/HonorCandle.cs rename to Projects/UOContent/Engines/Quests/Haochi's Trials/Items/HonorCandle.cs diff --git a/Projects/Scripts/Engines/Quests/Haochi's Trials/Mobiles/CursedSoul.cs b/Projects/UOContent/Engines/Quests/Haochi's Trials/Mobiles/CursedSoul.cs similarity index 100% rename from Projects/Scripts/Engines/Quests/Haochi's Trials/Mobiles/CursedSoul.cs rename to Projects/UOContent/Engines/Quests/Haochi's Trials/Mobiles/CursedSoul.cs diff --git a/Projects/Scripts/Engines/Quests/Haochi's Trials/Mobiles/DeadlyImp.cs b/Projects/UOContent/Engines/Quests/Haochi's Trials/Mobiles/DeadlyImp.cs similarity index 100% rename from Projects/Scripts/Engines/Quests/Haochi's Trials/Mobiles/DeadlyImp.cs rename to Projects/UOContent/Engines/Quests/Haochi's Trials/Mobiles/DeadlyImp.cs diff --git a/Projects/Scripts/Engines/Quests/Haochi's Trials/Mobiles/DiseasedCat.cs b/Projects/UOContent/Engines/Quests/Haochi's Trials/Mobiles/DiseasedCat.cs similarity index 100% rename from Projects/Scripts/Engines/Quests/Haochi's Trials/Mobiles/DiseasedCat.cs rename to Projects/UOContent/Engines/Quests/Haochi's Trials/Mobiles/DiseasedCat.cs diff --git a/Projects/Scripts/Engines/Quests/Haochi's Trials/Mobiles/FierceDragon.cs b/Projects/UOContent/Engines/Quests/Haochi's Trials/Mobiles/FierceDragon.cs similarity index 100% rename from Projects/Scripts/Engines/Quests/Haochi's Trials/Mobiles/FierceDragon.cs rename to Projects/UOContent/Engines/Quests/Haochi's Trials/Mobiles/FierceDragon.cs diff --git a/Projects/Scripts/Engines/Quests/Haochi's Trials/Mobiles/Haochi.cs b/Projects/UOContent/Engines/Quests/Haochi's Trials/Mobiles/Haochi.cs similarity index 100% rename from Projects/Scripts/Engines/Quests/Haochi's Trials/Mobiles/Haochi.cs rename to Projects/UOContent/Engines/Quests/Haochi's Trials/Mobiles/Haochi.cs diff --git a/Projects/Scripts/Engines/Quests/Haochi's Trials/Mobiles/HaochisGuardsman.cs b/Projects/UOContent/Engines/Quests/Haochi's Trials/Mobiles/HaochisGuardsman.cs similarity index 100% rename from Projects/Scripts/Engines/Quests/Haochi's Trials/Mobiles/HaochisGuardsman.cs rename to Projects/UOContent/Engines/Quests/Haochi's Trials/Mobiles/HaochisGuardsman.cs diff --git a/Projects/Scripts/Engines/Quests/Haochi's Trials/Mobiles/InjuredWolf.cs b/Projects/UOContent/Engines/Quests/Haochi's Trials/Mobiles/InjuredWolf.cs similarity index 100% rename from Projects/Scripts/Engines/Quests/Haochi's Trials/Mobiles/InjuredWolf.cs rename to Projects/UOContent/Engines/Quests/Haochi's Trials/Mobiles/InjuredWolf.cs diff --git a/Projects/Scripts/Engines/Quests/Haochi's Trials/Mobiles/Relnia.cs b/Projects/UOContent/Engines/Quests/Haochi's Trials/Mobiles/Relnia.cs similarity index 100% rename from Projects/Scripts/Engines/Quests/Haochi's Trials/Mobiles/Relnia.cs rename to Projects/UOContent/Engines/Quests/Haochi's Trials/Mobiles/Relnia.cs diff --git a/Projects/Scripts/Engines/Quests/Haochi's Trials/Mobiles/YoungNinja.cs b/Projects/UOContent/Engines/Quests/Haochi's Trials/Mobiles/YoungNinja.cs similarity index 100% rename from Projects/Scripts/Engines/Quests/Haochi's Trials/Mobiles/YoungNinja.cs rename to Projects/UOContent/Engines/Quests/Haochi's Trials/Mobiles/YoungNinja.cs diff --git a/Projects/Scripts/Engines/Quests/Haochi's Trials/Mobiles/YoungRonin.cs b/Projects/UOContent/Engines/Quests/Haochi's Trials/Mobiles/YoungRonin.cs similarity index 100% rename from Projects/Scripts/Engines/Quests/Haochi's Trials/Mobiles/YoungRonin.cs rename to Projects/UOContent/Engines/Quests/Haochi's Trials/Mobiles/YoungRonin.cs diff --git a/Projects/Scripts/Engines/Quests/Haochi's Trials/Objectives.cs b/Projects/UOContent/Engines/Quests/Haochi's Trials/Objectives.cs similarity index 100% rename from Projects/Scripts/Engines/Quests/Haochi's Trials/Objectives.cs rename to Projects/UOContent/Engines/Quests/Haochi's Trials/Objectives.cs diff --git a/Projects/Scripts/Engines/Quests/Solen Matriarch/Conversations.cs b/Projects/UOContent/Engines/Quests/Solen Matriarch/Conversations.cs similarity index 100% rename from Projects/Scripts/Engines/Quests/Solen Matriarch/Conversations.cs rename to Projects/UOContent/Engines/Quests/Solen Matriarch/Conversations.cs diff --git a/Projects/Scripts/Engines/Quests/Solen Matriarch/Mobiles/SolenMatriarch.cs b/Projects/UOContent/Engines/Quests/Solen Matriarch/Mobiles/SolenMatriarch.cs similarity index 100% rename from Projects/Scripts/Engines/Quests/Solen Matriarch/Mobiles/SolenMatriarch.cs rename to Projects/UOContent/Engines/Quests/Solen Matriarch/Mobiles/SolenMatriarch.cs diff --git a/Projects/Scripts/Engines/Quests/Solen Matriarch/Objectives.cs b/Projects/UOContent/Engines/Quests/Solen Matriarch/Objectives.cs similarity index 100% rename from Projects/Scripts/Engines/Quests/Solen Matriarch/Objectives.cs rename to Projects/UOContent/Engines/Quests/Solen Matriarch/Objectives.cs diff --git a/Projects/Scripts/Engines/Quests/Solen Matriarch/SolenMatriarchQuest.cs b/Projects/UOContent/Engines/Quests/Solen Matriarch/SolenMatriarchQuest.cs similarity index 100% rename from Projects/Scripts/Engines/Quests/Solen Matriarch/SolenMatriarchQuest.cs rename to Projects/UOContent/Engines/Quests/Solen Matriarch/SolenMatriarchQuest.cs diff --git a/Projects/Scripts/Engines/Quests/Study of the Solen Hive/Conversations.cs b/Projects/UOContent/Engines/Quests/Study of the Solen Hive/Conversations.cs similarity index 100% rename from Projects/Scripts/Engines/Quests/Study of the Solen Hive/Conversations.cs rename to Projects/UOContent/Engines/Quests/Study of the Solen Hive/Conversations.cs diff --git a/Projects/Scripts/Engines/Quests/Study of the Solen Hive/Mobiles/Naturalist.cs b/Projects/UOContent/Engines/Quests/Study of the Solen Hive/Mobiles/Naturalist.cs similarity index 100% rename from Projects/Scripts/Engines/Quests/Study of the Solen Hive/Mobiles/Naturalist.cs rename to Projects/UOContent/Engines/Quests/Study of the Solen Hive/Mobiles/Naturalist.cs diff --git a/Projects/Scripts/Engines/Quests/Study of the Solen Hive/NestArea.cs b/Projects/UOContent/Engines/Quests/Study of the Solen Hive/NestArea.cs similarity index 100% rename from Projects/Scripts/Engines/Quests/Study of the Solen Hive/NestArea.cs rename to Projects/UOContent/Engines/Quests/Study of the Solen Hive/NestArea.cs diff --git a/Projects/Scripts/Engines/Quests/Study of the Solen Hive/Objectives.cs b/Projects/UOContent/Engines/Quests/Study of the Solen Hive/Objectives.cs similarity index 100% rename from Projects/Scripts/Engines/Quests/Study of the Solen Hive/Objectives.cs rename to Projects/UOContent/Engines/Quests/Study of the Solen Hive/Objectives.cs diff --git a/Projects/Scripts/Engines/Quests/Study of the Solen Hive/StudyOfSolenQuest.cs b/Projects/UOContent/Engines/Quests/Study of the Solen Hive/StudyOfSolenQuest.cs similarity index 100% rename from Projects/Scripts/Engines/Quests/Study of the Solen Hive/StudyOfSolenQuest.cs rename to Projects/UOContent/Engines/Quests/Study of the Solen Hive/StudyOfSolenQuest.cs diff --git a/Projects/Scripts/Engines/Quests/Terrible Hatchlings/Conversations.cs b/Projects/UOContent/Engines/Quests/Terrible Hatchlings/Conversations.cs similarity index 100% rename from Projects/Scripts/Engines/Quests/Terrible Hatchlings/Conversations.cs rename to Projects/UOContent/Engines/Quests/Terrible Hatchlings/Conversations.cs diff --git a/Projects/Scripts/Engines/Quests/Terrible Hatchlings/Mobiles/AnsellaGryen.cs b/Projects/UOContent/Engines/Quests/Terrible Hatchlings/Mobiles/AnsellaGryen.cs similarity index 100% rename from Projects/Scripts/Engines/Quests/Terrible Hatchlings/Mobiles/AnsellaGryen.cs rename to Projects/UOContent/Engines/Quests/Terrible Hatchlings/Mobiles/AnsellaGryen.cs diff --git a/Projects/Scripts/Engines/Quests/Terrible Hatchlings/Objectives.cs b/Projects/UOContent/Engines/Quests/Terrible Hatchlings/Objectives.cs similarity index 100% rename from Projects/Scripts/Engines/Quests/Terrible Hatchlings/Objectives.cs rename to Projects/UOContent/Engines/Quests/Terrible Hatchlings/Objectives.cs diff --git a/Projects/Scripts/Engines/Quests/Terrible Hatchlings/TerribleHatchlingsQuest.cs b/Projects/UOContent/Engines/Quests/Terrible Hatchlings/TerribleHatchlingsQuest.cs similarity index 100% rename from Projects/Scripts/Engines/Quests/Terrible Hatchlings/TerribleHatchlingsQuest.cs rename to Projects/UOContent/Engines/Quests/Terrible Hatchlings/TerribleHatchlingsQuest.cs diff --git a/Projects/Scripts/Engines/Quests/The Summoning/Conversations.cs b/Projects/UOContent/Engines/Quests/The Summoning/Conversations.cs similarity index 100% rename from Projects/Scripts/Engines/Quests/The Summoning/Conversations.cs rename to Projects/UOContent/Engines/Quests/The Summoning/Conversations.cs diff --git a/Projects/Scripts/Engines/Quests/The Summoning/Items/BellOfTheDead.cs b/Projects/UOContent/Engines/Quests/The Summoning/Items/BellOfTheDead.cs similarity index 100% rename from Projects/Scripts/Engines/Quests/The Summoning/Items/BellOfTheDead.cs rename to Projects/UOContent/Engines/Quests/The Summoning/Items/BellOfTheDead.cs diff --git a/Projects/Scripts/Engines/Quests/The Summoning/Items/ChylothShroud.cs b/Projects/UOContent/Engines/Quests/The Summoning/Items/ChylothShroud.cs similarity index 100% rename from Projects/Scripts/Engines/Quests/The Summoning/Items/ChylothShroud.cs rename to Projects/UOContent/Engines/Quests/The Summoning/Items/ChylothShroud.cs diff --git a/Projects/Scripts/Engines/Quests/The Summoning/Items/ChylothStaff.cs b/Projects/UOContent/Engines/Quests/The Summoning/Items/ChylothStaff.cs similarity index 100% rename from Projects/Scripts/Engines/Quests/The Summoning/Items/ChylothStaff.cs rename to Projects/UOContent/Engines/Quests/The Summoning/Items/ChylothStaff.cs diff --git a/Projects/Scripts/Engines/Quests/The Summoning/Items/GoldenSkull.cs b/Projects/UOContent/Engines/Quests/The Summoning/Items/GoldenSkull.cs similarity index 100% rename from Projects/Scripts/Engines/Quests/The Summoning/Items/GoldenSkull.cs rename to Projects/UOContent/Engines/Quests/The Summoning/Items/GoldenSkull.cs diff --git a/Projects/Scripts/Engines/Quests/The Summoning/Items/GrandGrimoire.cs b/Projects/UOContent/Engines/Quests/The Summoning/Items/GrandGrimoire.cs similarity index 100% rename from Projects/Scripts/Engines/Quests/The Summoning/Items/GrandGrimoire.cs rename to Projects/UOContent/Engines/Quests/The Summoning/Items/GrandGrimoire.cs diff --git a/Projects/Scripts/Engines/Quests/The Summoning/Items/SummoningAltar.cs b/Projects/UOContent/Engines/Quests/The Summoning/Items/SummoningAltar.cs similarity index 100% rename from Projects/Scripts/Engines/Quests/The Summoning/Items/SummoningAltar.cs rename to Projects/UOContent/Engines/Quests/The Summoning/Items/SummoningAltar.cs diff --git a/Projects/Scripts/Engines/Quests/The Summoning/Mobiles/Chyloth.cs b/Projects/UOContent/Engines/Quests/The Summoning/Mobiles/Chyloth.cs similarity index 100% rename from Projects/Scripts/Engines/Quests/The Summoning/Mobiles/Chyloth.cs rename to Projects/UOContent/Engines/Quests/The Summoning/Mobiles/Chyloth.cs diff --git a/Projects/Scripts/Engines/Quests/The Summoning/Mobiles/Victoria.cs b/Projects/UOContent/Engines/Quests/The Summoning/Mobiles/Victoria.cs similarity index 100% rename from Projects/Scripts/Engines/Quests/The Summoning/Mobiles/Victoria.cs rename to Projects/UOContent/Engines/Quests/The Summoning/Mobiles/Victoria.cs diff --git a/Projects/Scripts/Engines/Quests/The Summoning/Objectives.cs b/Projects/UOContent/Engines/Quests/The Summoning/Objectives.cs similarity index 100% rename from Projects/Scripts/Engines/Quests/The Summoning/Objectives.cs rename to Projects/UOContent/Engines/Quests/The Summoning/Objectives.cs diff --git a/Projects/Scripts/Engines/Quests/The Summoning/TheSummoningQuest.cs b/Projects/UOContent/Engines/Quests/The Summoning/TheSummoningQuest.cs similarity index 100% rename from Projects/Scripts/Engines/Quests/The Summoning/TheSummoningQuest.cs rename to Projects/UOContent/Engines/Quests/The Summoning/TheSummoningQuest.cs diff --git a/Projects/Scripts/Engines/Quests/Uzeraan Turmoil/Conversations.cs b/Projects/UOContent/Engines/Quests/Uzeraan Turmoil/Conversations.cs similarity index 100% rename from Projects/Scripts/Engines/Quests/Uzeraan Turmoil/Conversations.cs rename to Projects/UOContent/Engines/Quests/Uzeraan Turmoil/Conversations.cs diff --git a/Projects/Scripts/Engines/Quests/Uzeraan Turmoil/Items/Cannon.cs b/Projects/UOContent/Engines/Quests/Uzeraan Turmoil/Items/Cannon.cs similarity index 100% rename from Projects/Scripts/Engines/Quests/Uzeraan Turmoil/Items/Cannon.cs rename to Projects/UOContent/Engines/Quests/Uzeraan Turmoil/Items/Cannon.cs diff --git a/Projects/Scripts/Engines/Quests/Uzeraan Turmoil/Items/DaemonBloodChest.cs b/Projects/UOContent/Engines/Quests/Uzeraan Turmoil/Items/DaemonBloodChest.cs similarity index 100% rename from Projects/Scripts/Engines/Quests/Uzeraan Turmoil/Items/DaemonBloodChest.cs rename to Projects/UOContent/Engines/Quests/Uzeraan Turmoil/Items/DaemonBloodChest.cs diff --git a/Projects/Scripts/Engines/Quests/Uzeraan Turmoil/Items/QuestDaemonBlood.cs b/Projects/UOContent/Engines/Quests/Uzeraan Turmoil/Items/QuestDaemonBlood.cs similarity index 100% rename from Projects/Scripts/Engines/Quests/Uzeraan Turmoil/Items/QuestDaemonBlood.cs rename to Projects/UOContent/Engines/Quests/Uzeraan Turmoil/Items/QuestDaemonBlood.cs diff --git a/Projects/Scripts/Engines/Quests/Uzeraan Turmoil/Items/QuestDaemonBone.cs b/Projects/UOContent/Engines/Quests/Uzeraan Turmoil/Items/QuestDaemonBone.cs similarity index 100% rename from Projects/Scripts/Engines/Quests/Uzeraan Turmoil/Items/QuestDaemonBone.cs rename to Projects/UOContent/Engines/Quests/Uzeraan Turmoil/Items/QuestDaemonBone.cs diff --git a/Projects/Scripts/Engines/Quests/Uzeraan Turmoil/Items/QuestFertileDirt.cs b/Projects/UOContent/Engines/Quests/Uzeraan Turmoil/Items/QuestFertileDirt.cs similarity index 100% rename from Projects/Scripts/Engines/Quests/Uzeraan Turmoil/Items/QuestFertileDirt.cs rename to Projects/UOContent/Engines/Quests/Uzeraan Turmoil/Items/QuestFertileDirt.cs diff --git a/Projects/Scripts/Engines/Quests/Uzeraan Turmoil/Items/SchmendrickApprenticeCorpse.cs b/Projects/UOContent/Engines/Quests/Uzeraan Turmoil/Items/SchmendrickApprenticeCorpse.cs similarity index 100% rename from Projects/Scripts/Engines/Quests/Uzeraan Turmoil/Items/SchmendrickApprenticeCorpse.cs rename to Projects/UOContent/Engines/Quests/Uzeraan Turmoil/Items/SchmendrickApprenticeCorpse.cs diff --git a/Projects/Scripts/Engines/Quests/Uzeraan Turmoil/Items/SchmendrickScrollOfPower.cs b/Projects/UOContent/Engines/Quests/Uzeraan Turmoil/Items/SchmendrickScrollOfPower.cs similarity index 100% rename from Projects/Scripts/Engines/Quests/Uzeraan Turmoil/Items/SchmendrickScrollOfPower.cs rename to Projects/UOContent/Engines/Quests/Uzeraan Turmoil/Items/SchmendrickScrollOfPower.cs diff --git a/Projects/Scripts/Engines/Quests/Uzeraan Turmoil/Items/UzeraanTurmoilHorn.cs b/Projects/UOContent/Engines/Quests/Uzeraan Turmoil/Items/UzeraanTurmoilHorn.cs similarity index 100% rename from Projects/Scripts/Engines/Quests/Uzeraan Turmoil/Items/UzeraanTurmoilHorn.cs rename to Projects/UOContent/Engines/Quests/Uzeraan Turmoil/Items/UzeraanTurmoilHorn.cs diff --git a/Projects/Scripts/Engines/Quests/Uzeraan Turmoil/Items/UzeraanTurmoilTeleporter.cs b/Projects/UOContent/Engines/Quests/Uzeraan Turmoil/Items/UzeraanTurmoilTeleporter.cs similarity index 100% rename from Projects/Scripts/Engines/Quests/Uzeraan Turmoil/Items/UzeraanTurmoilTeleporter.cs rename to Projects/UOContent/Engines/Quests/Uzeraan Turmoil/Items/UzeraanTurmoilTeleporter.cs diff --git a/Projects/Scripts/Engines/Quests/Uzeraan Turmoil/Mobiles/Dryad.cs b/Projects/UOContent/Engines/Quests/Uzeraan Turmoil/Mobiles/Dryad.cs similarity index 100% rename from Projects/Scripts/Engines/Quests/Uzeraan Turmoil/Mobiles/Dryad.cs rename to Projects/UOContent/Engines/Quests/Uzeraan Turmoil/Mobiles/Dryad.cs diff --git a/Projects/Scripts/Engines/Quests/Uzeraan Turmoil/Mobiles/MansionGuard.cs b/Projects/UOContent/Engines/Quests/Uzeraan Turmoil/Mobiles/MansionGuard.cs similarity index 100% rename from Projects/Scripts/Engines/Quests/Uzeraan Turmoil/Mobiles/MansionGuard.cs rename to Projects/UOContent/Engines/Quests/Uzeraan Turmoil/Mobiles/MansionGuard.cs diff --git a/Projects/Scripts/Engines/Quests/Uzeraan Turmoil/Mobiles/MilitiaCanoneer.cs b/Projects/UOContent/Engines/Quests/Uzeraan Turmoil/Mobiles/MilitiaCanoneer.cs similarity index 100% rename from Projects/Scripts/Engines/Quests/Uzeraan Turmoil/Mobiles/MilitiaCanoneer.cs rename to Projects/UOContent/Engines/Quests/Uzeraan Turmoil/Mobiles/MilitiaCanoneer.cs diff --git a/Projects/Scripts/Engines/Quests/Uzeraan Turmoil/Mobiles/MilitiaFighter.cs b/Projects/UOContent/Engines/Quests/Uzeraan Turmoil/Mobiles/MilitiaFighter.cs similarity index 100% rename from Projects/Scripts/Engines/Quests/Uzeraan Turmoil/Mobiles/MilitiaFighter.cs rename to Projects/UOContent/Engines/Quests/Uzeraan Turmoil/Mobiles/MilitiaFighter.cs diff --git a/Projects/Scripts/Engines/Quests/Uzeraan Turmoil/Mobiles/Schmendrick.cs b/Projects/UOContent/Engines/Quests/Uzeraan Turmoil/Mobiles/Schmendrick.cs similarity index 100% rename from Projects/Scripts/Engines/Quests/Uzeraan Turmoil/Mobiles/Schmendrick.cs rename to Projects/UOContent/Engines/Quests/Uzeraan Turmoil/Mobiles/Schmendrick.cs diff --git a/Projects/Scripts/Engines/Quests/Uzeraan Turmoil/Mobiles/Uzeraan.cs b/Projects/UOContent/Engines/Quests/Uzeraan Turmoil/Mobiles/Uzeraan.cs similarity index 100% rename from Projects/Scripts/Engines/Quests/Uzeraan Turmoil/Mobiles/Uzeraan.cs rename to Projects/UOContent/Engines/Quests/Uzeraan Turmoil/Mobiles/Uzeraan.cs diff --git a/Projects/Scripts/Engines/Quests/Uzeraan Turmoil/Objectives.cs b/Projects/UOContent/Engines/Quests/Uzeraan Turmoil/Objectives.cs similarity index 100% rename from Projects/Scripts/Engines/Quests/Uzeraan Turmoil/Objectives.cs rename to Projects/UOContent/Engines/Quests/Uzeraan Turmoil/Objectives.cs diff --git a/Projects/Scripts/Engines/Quests/Uzeraan Turmoil/UzeraanTurmoilQuest.cs b/Projects/UOContent/Engines/Quests/Uzeraan Turmoil/UzeraanTurmoilQuest.cs similarity index 100% rename from Projects/Scripts/Engines/Quests/Uzeraan Turmoil/UzeraanTurmoilQuest.cs rename to Projects/UOContent/Engines/Quests/Uzeraan Turmoil/UzeraanTurmoilQuest.cs diff --git a/Projects/Scripts/Engines/Quests/Witch Apprentice/Conversations.cs b/Projects/UOContent/Engines/Quests/Witch Apprentice/Conversations.cs similarity index 100% rename from Projects/Scripts/Engines/Quests/Witch Apprentice/Conversations.cs rename to Projects/UOContent/Engines/Quests/Witch Apprentice/Conversations.cs diff --git a/Projects/Scripts/Engines/Quests/Witch Apprentice/Ingredient.cs b/Projects/UOContent/Engines/Quests/Witch Apprentice/Ingredient.cs similarity index 100% rename from Projects/Scripts/Engines/Quests/Witch Apprentice/Ingredient.cs rename to Projects/UOContent/Engines/Quests/Witch Apprentice/Ingredient.cs diff --git a/Projects/Scripts/Engines/Quests/Witch Apprentice/Items/Cauldron.cs b/Projects/UOContent/Engines/Quests/Witch Apprentice/Items/Cauldron.cs similarity index 100% rename from Projects/Scripts/Engines/Quests/Witch Apprentice/Items/Cauldron.cs rename to Projects/UOContent/Engines/Quests/Witch Apprentice/Items/Cauldron.cs diff --git a/Projects/Scripts/Engines/Quests/Witch Apprentice/Items/HagApprenticeCorpse.cs b/Projects/UOContent/Engines/Quests/Witch Apprentice/Items/HagApprenticeCorpse.cs similarity index 100% rename from Projects/Scripts/Engines/Quests/Witch Apprentice/Items/HagApprenticeCorpse.cs rename to Projects/UOContent/Engines/Quests/Witch Apprentice/Items/HagApprenticeCorpse.cs diff --git a/Projects/Scripts/Engines/Quests/Witch Apprentice/Items/HagCauldron.cs b/Projects/UOContent/Engines/Quests/Witch Apprentice/Items/HagCauldron.cs similarity index 100% rename from Projects/Scripts/Engines/Quests/Witch Apprentice/Items/HagCauldron.cs rename to Projects/UOContent/Engines/Quests/Witch Apprentice/Items/HagCauldron.cs diff --git a/Projects/Scripts/Engines/Quests/Witch Apprentice/Items/HagStew.cs b/Projects/UOContent/Engines/Quests/Witch Apprentice/Items/HagStew.cs similarity index 100% rename from Projects/Scripts/Engines/Quests/Witch Apprentice/Items/HagStew.cs rename to Projects/UOContent/Engines/Quests/Witch Apprentice/Items/HagStew.cs diff --git a/Projects/Scripts/Engines/Quests/Witch Apprentice/Items/HangoverCure.cs b/Projects/UOContent/Engines/Quests/Witch Apprentice/Items/HangoverCure.cs similarity index 100% rename from Projects/Scripts/Engines/Quests/Witch Apprentice/Items/HangoverCure.cs rename to Projects/UOContent/Engines/Quests/Witch Apprentice/Items/HangoverCure.cs diff --git a/Projects/Scripts/Engines/Quests/Witch Apprentice/Items/MagicFlute.cs b/Projects/UOContent/Engines/Quests/Witch Apprentice/Items/MagicFlute.cs similarity index 100% rename from Projects/Scripts/Engines/Quests/Witch Apprentice/Items/MagicFlute.cs rename to Projects/UOContent/Engines/Quests/Witch Apprentice/Items/MagicFlute.cs diff --git a/Projects/Scripts/Engines/Quests/Witch Apprentice/Items/MoonfireBrew.cs b/Projects/UOContent/Engines/Quests/Witch Apprentice/Items/MoonfireBrew.cs similarity index 100% rename from Projects/Scripts/Engines/Quests/Witch Apprentice/Items/MoonfireBrew.cs rename to Projects/UOContent/Engines/Quests/Witch Apprentice/Items/MoonfireBrew.cs diff --git a/Projects/Scripts/Engines/Quests/Witch Apprentice/Mobiles/Blackheart.cs b/Projects/UOContent/Engines/Quests/Witch Apprentice/Mobiles/Blackheart.cs similarity index 100% rename from Projects/Scripts/Engines/Quests/Witch Apprentice/Mobiles/Blackheart.cs rename to Projects/UOContent/Engines/Quests/Witch Apprentice/Mobiles/Blackheart.cs diff --git a/Projects/Scripts/Engines/Quests/Witch Apprentice/Mobiles/Grizelda.cs b/Projects/UOContent/Engines/Quests/Witch Apprentice/Mobiles/Grizelda.cs similarity index 100% rename from Projects/Scripts/Engines/Quests/Witch Apprentice/Mobiles/Grizelda.cs rename to Projects/UOContent/Engines/Quests/Witch Apprentice/Mobiles/Grizelda.cs diff --git a/Projects/Scripts/Engines/Quests/Witch Apprentice/Mobiles/Zeefzorpul.cs b/Projects/UOContent/Engines/Quests/Witch Apprentice/Mobiles/Zeefzorpul.cs similarity index 100% rename from Projects/Scripts/Engines/Quests/Witch Apprentice/Mobiles/Zeefzorpul.cs rename to Projects/UOContent/Engines/Quests/Witch Apprentice/Mobiles/Zeefzorpul.cs diff --git a/Projects/Scripts/Engines/Quests/Witch Apprentice/Objectives.cs b/Projects/UOContent/Engines/Quests/Witch Apprentice/Objectives.cs similarity index 100% rename from Projects/Scripts/Engines/Quests/Witch Apprentice/Objectives.cs rename to Projects/UOContent/Engines/Quests/Witch Apprentice/Objectives.cs diff --git a/Projects/Scripts/Engines/Quests/Witch Apprentice/WitchApprenticeQuest.cs b/Projects/UOContent/Engines/Quests/Witch Apprentice/WitchApprenticeQuest.cs similarity index 100% rename from Projects/Scripts/Engines/Quests/Witch Apprentice/WitchApprenticeQuest.cs rename to Projects/UOContent/Engines/Quests/Witch Apprentice/WitchApprenticeQuest.cs diff --git a/Projects/Scripts/Engines/Spawner/ProximitySpawner.cs b/Projects/UOContent/Engines/Spawner/ProximitySpawner.cs similarity index 100% rename from Projects/Scripts/Engines/Spawner/ProximitySpawner.cs rename to Projects/UOContent/Engines/Spawner/ProximitySpawner.cs diff --git a/Projects/Scripts/Engines/Spawner/Spawner.cs b/Projects/UOContent/Engines/Spawner/Spawner.cs similarity index 100% rename from Projects/Scripts/Engines/Spawner/Spawner.cs rename to Projects/UOContent/Engines/Spawner/Spawner.cs diff --git a/Projects/Scripts/Engines/Spawner/SpawnerGump.cs b/Projects/UOContent/Engines/Spawner/SpawnerGump.cs similarity index 100% rename from Projects/Scripts/Engines/Spawner/SpawnerGump.cs rename to Projects/UOContent/Engines/Spawner/SpawnerGump.cs diff --git a/Projects/Scripts/Engines/Spawner/SpawnerType.cs b/Projects/UOContent/Engines/Spawner/SpawnerType.cs similarity index 100% rename from Projects/Scripts/Engines/Spawner/SpawnerType.cs rename to Projects/UOContent/Engines/Spawner/SpawnerType.cs diff --git a/Projects/Scripts/Engines/Treasures of Tokuno/BasePigmentsOfTokuno.cs b/Projects/UOContent/Engines/Treasures of Tokuno/BasePigmentsOfTokuno.cs similarity index 100% rename from Projects/Scripts/Engines/Treasures of Tokuno/BasePigmentsOfTokuno.cs rename to Projects/UOContent/Engines/Treasures of Tokuno/BasePigmentsOfTokuno.cs diff --git a/Projects/Scripts/Engines/Treasures of Tokuno/GreaterArtifacts.cs b/Projects/UOContent/Engines/Treasures of Tokuno/GreaterArtifacts.cs similarity index 100% rename from Projects/Scripts/Engines/Treasures of Tokuno/GreaterArtifacts.cs rename to Projects/UOContent/Engines/Treasures of Tokuno/GreaterArtifacts.cs diff --git a/Projects/Scripts/Engines/Treasures of Tokuno/LesserArtifacts.cs b/Projects/UOContent/Engines/Treasures of Tokuno/LesserArtifacts.cs similarity index 100% rename from Projects/Scripts/Engines/Treasures of Tokuno/LesserArtifacts.cs rename to Projects/UOContent/Engines/Treasures of Tokuno/LesserArtifacts.cs diff --git a/Projects/Scripts/Engines/Treasures of Tokuno/TreasuresOfTokuno.cs b/Projects/UOContent/Engines/Treasures of Tokuno/TreasuresOfTokuno.cs similarity index 100% rename from Projects/Scripts/Engines/Treasures of Tokuno/TreasuresOfTokuno.cs rename to Projects/UOContent/Engines/Treasures of Tokuno/TreasuresOfTokuno.cs diff --git a/Projects/Scripts/Engines/Treasures of Tokuno/TreasuresOfTokunoPersistance.cs b/Projects/UOContent/Engines/Treasures of Tokuno/TreasuresOfTokunoPersistance.cs similarity index 100% rename from Projects/Scripts/Engines/Treasures of Tokuno/TreasuresOfTokunoPersistance.cs rename to Projects/UOContent/Engines/Treasures of Tokuno/TreasuresOfTokunoPersistance.cs diff --git a/Projects/Scripts/Engines/VeteranRewards/Character Statue Maker/CharacterStatue.cs b/Projects/UOContent/Engines/VeteranRewards/Character Statue Maker/CharacterStatue.cs similarity index 100% rename from Projects/Scripts/Engines/VeteranRewards/Character Statue Maker/CharacterStatue.cs rename to Projects/UOContent/Engines/VeteranRewards/Character Statue Maker/CharacterStatue.cs diff --git a/Projects/Scripts/Engines/VeteranRewards/Character Statue Maker/CharacterStatueMaker.cs b/Projects/UOContent/Engines/VeteranRewards/Character Statue Maker/CharacterStatueMaker.cs similarity index 100% rename from Projects/Scripts/Engines/VeteranRewards/Character Statue Maker/CharacterStatueMaker.cs rename to Projects/UOContent/Engines/VeteranRewards/Character Statue Maker/CharacterStatueMaker.cs diff --git a/Projects/Scripts/Engines/VeteranRewards/Character Statue Maker/CharacterStatuePlinth.cs b/Projects/UOContent/Engines/VeteranRewards/Character Statue Maker/CharacterStatuePlinth.cs similarity index 100% rename from Projects/Scripts/Engines/VeteranRewards/Character Statue Maker/CharacterStatuePlinth.cs rename to Projects/UOContent/Engines/VeteranRewards/Character Statue Maker/CharacterStatuePlinth.cs diff --git a/Projects/Scripts/Engines/VeteranRewards/Character Statue Maker/Gumps/CharacterStatueGump.cs b/Projects/UOContent/Engines/VeteranRewards/Character Statue Maker/Gumps/CharacterStatueGump.cs similarity index 100% rename from Projects/Scripts/Engines/VeteranRewards/Character Statue Maker/Gumps/CharacterStatueGump.cs rename to Projects/UOContent/Engines/VeteranRewards/Character Statue Maker/Gumps/CharacterStatueGump.cs diff --git a/Projects/Scripts/Engines/VeteranRewards/Character Statue Maker/Packets.cs b/Projects/UOContent/Engines/VeteranRewards/Character Statue Maker/Packets.cs similarity index 100% rename from Projects/Scripts/Engines/VeteranRewards/Character Statue Maker/Packets.cs rename to Projects/UOContent/Engines/VeteranRewards/Character Statue Maker/Packets.cs diff --git a/Projects/Scripts/Engines/VeteranRewards/RewardCategory.cs b/Projects/UOContent/Engines/VeteranRewards/RewardCategory.cs similarity index 100% rename from Projects/Scripts/Engines/VeteranRewards/RewardCategory.cs rename to Projects/UOContent/Engines/VeteranRewards/RewardCategory.cs diff --git a/Projects/Scripts/Engines/VeteranRewards/RewardChoiceGump.cs b/Projects/UOContent/Engines/VeteranRewards/RewardChoiceGump.cs similarity index 100% rename from Projects/Scripts/Engines/VeteranRewards/RewardChoiceGump.cs rename to Projects/UOContent/Engines/VeteranRewards/RewardChoiceGump.cs diff --git a/Projects/Scripts/Engines/VeteranRewards/RewardConfirmGump.cs b/Projects/UOContent/Engines/VeteranRewards/RewardConfirmGump.cs similarity index 100% rename from Projects/Scripts/Engines/VeteranRewards/RewardConfirmGump.cs rename to Projects/UOContent/Engines/VeteranRewards/RewardConfirmGump.cs diff --git a/Projects/Scripts/Engines/VeteranRewards/RewardDemolitionGump.cs b/Projects/UOContent/Engines/VeteranRewards/RewardDemolitionGump.cs similarity index 100% rename from Projects/Scripts/Engines/VeteranRewards/RewardDemolitionGump.cs rename to Projects/UOContent/Engines/VeteranRewards/RewardDemolitionGump.cs diff --git a/Projects/Scripts/Engines/VeteranRewards/RewardEntry.cs b/Projects/UOContent/Engines/VeteranRewards/RewardEntry.cs similarity index 100% rename from Projects/Scripts/Engines/VeteranRewards/RewardEntry.cs rename to Projects/UOContent/Engines/VeteranRewards/RewardEntry.cs diff --git a/Projects/Scripts/Engines/VeteranRewards/RewardList.cs b/Projects/UOContent/Engines/VeteranRewards/RewardList.cs similarity index 100% rename from Projects/Scripts/Engines/VeteranRewards/RewardList.cs rename to Projects/UOContent/Engines/VeteranRewards/RewardList.cs diff --git a/Projects/Scripts/Engines/VeteranRewards/RewardNoticeGump.cs b/Projects/UOContent/Engines/VeteranRewards/RewardNoticeGump.cs similarity index 100% rename from Projects/Scripts/Engines/VeteranRewards/RewardNoticeGump.cs rename to Projects/UOContent/Engines/VeteranRewards/RewardNoticeGump.cs diff --git a/Projects/Scripts/Engines/VeteranRewards/RewardOptionGump.cs b/Projects/UOContent/Engines/VeteranRewards/RewardOptionGump.cs similarity index 100% rename from Projects/Scripts/Engines/VeteranRewards/RewardOptionGump.cs rename to Projects/UOContent/Engines/VeteranRewards/RewardOptionGump.cs diff --git a/Projects/Scripts/Engines/VeteranRewards/RewardSystem.cs b/Projects/UOContent/Engines/VeteranRewards/RewardSystem.cs similarity index 100% rename from Projects/Scripts/Engines/VeteranRewards/RewardSystem.cs rename to Projects/UOContent/Engines/VeteranRewards/RewardSystem.cs diff --git a/Projects/Scripts/Engines/Virtues/Compassion.cs b/Projects/UOContent/Engines/Virtues/Compassion.cs similarity index 100% rename from Projects/Scripts/Engines/Virtues/Compassion.cs rename to Projects/UOContent/Engines/Virtues/Compassion.cs diff --git a/Projects/Scripts/Engines/Virtues/Honor.cs b/Projects/UOContent/Engines/Virtues/Honor.cs similarity index 100% rename from Projects/Scripts/Engines/Virtues/Honor.cs rename to Projects/UOContent/Engines/Virtues/Honor.cs diff --git a/Projects/Scripts/Engines/Virtues/Justice.cs b/Projects/UOContent/Engines/Virtues/Justice.cs similarity index 100% rename from Projects/Scripts/Engines/Virtues/Justice.cs rename to Projects/UOContent/Engines/Virtues/Justice.cs diff --git a/Projects/Scripts/Engines/Virtues/Sacrifice.cs b/Projects/UOContent/Engines/Virtues/Sacrifice.cs similarity index 100% rename from Projects/Scripts/Engines/Virtues/Sacrifice.cs rename to Projects/UOContent/Engines/Virtues/Sacrifice.cs diff --git a/Projects/Scripts/Engines/Virtues/Valor.cs b/Projects/UOContent/Engines/Virtues/Valor.cs similarity index 100% rename from Projects/Scripts/Engines/Virtues/Valor.cs rename to Projects/UOContent/Engines/Virtues/Valor.cs diff --git a/Projects/Scripts/Engines/Virtues/VirtueGump.cs b/Projects/UOContent/Engines/Virtues/VirtueGump.cs similarity index 100% rename from Projects/Scripts/Engines/Virtues/VirtueGump.cs rename to Projects/UOContent/Engines/Virtues/VirtueGump.cs diff --git a/Projects/Scripts/Engines/Virtues/VirtueHelper.cs b/Projects/UOContent/Engines/Virtues/VirtueHelper.cs similarity index 100% rename from Projects/Scripts/Engines/Virtues/VirtueHelper.cs rename to Projects/UOContent/Engines/Virtues/VirtueHelper.cs diff --git a/Projects/Scripts/Engines/Virtues/VirtueInfoGump.cs b/Projects/UOContent/Engines/Virtues/VirtueInfoGump.cs similarity index 100% rename from Projects/Scripts/Engines/Virtues/VirtueInfoGump.cs rename to Projects/UOContent/Engines/Virtues/VirtueInfoGump.cs diff --git a/Projects/Scripts/Engines/Virtues/VirtueStatusGump.cs b/Projects/UOContent/Engines/Virtues/VirtueStatusGump.cs similarity index 100% rename from Projects/Scripts/Engines/Virtues/VirtueStatusGump.cs rename to Projects/UOContent/Engines/Virtues/VirtueStatusGump.cs diff --git a/Projects/Scripts/Gumps/AddDoorGump.cs b/Projects/UOContent/Gumps/AddDoorGump.cs similarity index 100% rename from Projects/Scripts/Gumps/AddDoorGump.cs rename to Projects/UOContent/Gumps/AddDoorGump.cs diff --git a/Projects/Scripts/Gumps/AddGump.cs b/Projects/UOContent/Gumps/AddGump.cs similarity index 100% rename from Projects/Scripts/Gumps/AddGump.cs rename to Projects/UOContent/Gumps/AddGump.cs diff --git a/Projects/Scripts/Gumps/AdminGump.cs b/Projects/UOContent/Gumps/AdminGump.cs similarity index 100% rename from Projects/Scripts/Gumps/AdminGump.cs rename to Projects/UOContent/Gumps/AdminGump.cs diff --git a/Projects/Scripts/Gumps/BanDurationGump.cs b/Projects/UOContent/Gumps/BanDurationGump.cs similarity index 100% rename from Projects/Scripts/Gumps/BanDurationGump.cs rename to Projects/UOContent/Gumps/BanDurationGump.cs diff --git a/Projects/Scripts/Gumps/BaseConfirmGump.cs b/Projects/UOContent/Gumps/BaseConfirmGump.cs similarity index 100% rename from Projects/Scripts/Gumps/BaseConfirmGump.cs rename to Projects/UOContent/Gumps/BaseConfirmGump.cs diff --git a/Projects/Scripts/Gumps/BaseGridGump.cs b/Projects/UOContent/Gumps/BaseGridGump.cs similarity index 100% rename from Projects/Scripts/Gumps/BaseGridGump.cs rename to Projects/UOContent/Gumps/BaseGridGump.cs diff --git a/Projects/Scripts/Gumps/BaseImageTileButtonsGump.cs b/Projects/UOContent/Gumps/BaseImageTileButtonsGump.cs similarity index 100% rename from Projects/Scripts/Gumps/BaseImageTileButtonsGump.cs rename to Projects/UOContent/Gumps/BaseImageTileButtonsGump.cs diff --git a/Projects/Scripts/Gumps/CategorizedAddGump.cs b/Projects/UOContent/Gumps/CategorizedAddGump.cs similarity index 100% rename from Projects/Scripts/Gumps/CategorizedAddGump.cs rename to Projects/UOContent/Gumps/CategorizedAddGump.cs diff --git a/Projects/Scripts/Gumps/ClientGump.cs b/Projects/UOContent/Gumps/ClientGump.cs similarity index 100% rename from Projects/Scripts/Gumps/ClientGump.cs rename to Projects/UOContent/Gumps/ClientGump.cs diff --git a/Projects/Scripts/Gumps/CommentsGump.cs b/Projects/UOContent/Gumps/CommentsGump.cs similarity index 100% rename from Projects/Scripts/Gumps/CommentsGump.cs rename to Projects/UOContent/Gumps/CommentsGump.cs diff --git a/Projects/Scripts/Gumps/ConfirmBreakCrystalGump.cs b/Projects/UOContent/Gumps/ConfirmBreakCrystalGump.cs similarity index 100% rename from Projects/Scripts/Gumps/ConfirmBreakCrystalGump.cs rename to Projects/UOContent/Gumps/ConfirmBreakCrystalGump.cs diff --git a/Projects/Scripts/Gumps/ConfirmHeritageGump.cs b/Projects/UOContent/Gumps/ConfirmHeritageGump.cs similarity index 100% rename from Projects/Scripts/Gumps/ConfirmHeritageGump.cs rename to Projects/UOContent/Gumps/ConfirmHeritageGump.cs diff --git a/Projects/Scripts/Gumps/ConfirmHouseResize.cs b/Projects/UOContent/Gumps/ConfirmHouseResize.cs similarity index 100% rename from Projects/Scripts/Gumps/ConfirmHouseResize.cs rename to Projects/UOContent/Gumps/ConfirmHouseResize.cs diff --git a/Projects/Scripts/Gumps/ConfirmReleaseGump.cs b/Projects/UOContent/Gumps/ConfirmReleaseGump.cs similarity index 100% rename from Projects/Scripts/Gumps/ConfirmReleaseGump.cs rename to Projects/UOContent/Gumps/ConfirmReleaseGump.cs diff --git a/Projects/Scripts/Gumps/DawnsMusicBoxGump.cs b/Projects/UOContent/Gumps/DawnsMusicBoxGump.cs similarity index 100% rename from Projects/Scripts/Gumps/DawnsMusicBoxGump.cs rename to Projects/UOContent/Gumps/DawnsMusicBoxGump.cs diff --git a/Projects/Scripts/Gumps/Go/ChildNode.cs b/Projects/UOContent/Gumps/Go/ChildNode.cs similarity index 100% rename from Projects/Scripts/Gumps/Go/ChildNode.cs rename to Projects/UOContent/Gumps/Go/ChildNode.cs diff --git a/Projects/Scripts/Gumps/Go/GoGump.cs b/Projects/UOContent/Gumps/Go/GoGump.cs similarity index 100% rename from Projects/Scripts/Gumps/Go/GoGump.cs rename to Projects/UOContent/Gumps/Go/GoGump.cs diff --git a/Projects/Scripts/Gumps/Go/LocationTree.cs b/Projects/UOContent/Gumps/Go/LocationTree.cs similarity index 100% rename from Projects/Scripts/Gumps/Go/LocationTree.cs rename to Projects/UOContent/Gumps/Go/LocationTree.cs diff --git a/Projects/Scripts/Gumps/Go/ParentNode.cs b/Projects/UOContent/Gumps/Go/ParentNode.cs similarity index 100% rename from Projects/Scripts/Gumps/Go/ParentNode.cs rename to Projects/UOContent/Gumps/Go/ParentNode.cs diff --git a/Projects/Scripts/Gumps/Guilds/DeclareFealtyGump.cs b/Projects/UOContent/Gumps/Guilds/DeclareFealtyGump.cs similarity index 100% rename from Projects/Scripts/Gumps/Guilds/DeclareFealtyGump.cs rename to Projects/UOContent/Gumps/Guilds/DeclareFealtyGump.cs diff --git a/Projects/Scripts/Gumps/Guilds/GrantGuildTitleGump.cs b/Projects/UOContent/Gumps/Guilds/GrantGuildTitleGump.cs similarity index 100% rename from Projects/Scripts/Gumps/Guilds/GrantGuildTitleGump.cs rename to Projects/UOContent/Gumps/Guilds/GrantGuildTitleGump.cs diff --git a/Projects/Scripts/Gumps/Guilds/GuildAbbrvPrompt.cs b/Projects/UOContent/Gumps/Guilds/GuildAbbrvPrompt.cs similarity index 100% rename from Projects/Scripts/Gumps/Guilds/GuildAbbrvPrompt.cs rename to Projects/UOContent/Gumps/Guilds/GuildAbbrvPrompt.cs diff --git a/Projects/Scripts/Gumps/Guilds/GuildAcceptWarGump.cs b/Projects/UOContent/Gumps/Guilds/GuildAcceptWarGump.cs similarity index 100% rename from Projects/Scripts/Gumps/Guilds/GuildAcceptWarGump.cs rename to Projects/UOContent/Gumps/Guilds/GuildAcceptWarGump.cs diff --git a/Projects/Scripts/Gumps/Guilds/GuildAdminCandidatesGump.cs b/Projects/UOContent/Gumps/Guilds/GuildAdminCandidatesGump.cs similarity index 100% rename from Projects/Scripts/Gumps/Guilds/GuildAdminCandidatesGump.cs rename to Projects/UOContent/Gumps/Guilds/GuildAdminCandidatesGump.cs diff --git a/Projects/Scripts/Gumps/Guilds/GuildCandidatesGump.cs b/Projects/UOContent/Gumps/Guilds/GuildCandidatesGump.cs similarity index 100% rename from Projects/Scripts/Gumps/Guilds/GuildCandidatesGump.cs rename to Projects/UOContent/Gumps/Guilds/GuildCandidatesGump.cs diff --git a/Projects/Scripts/Gumps/Guilds/GuildChangeTypeGump.cs b/Projects/UOContent/Gumps/Guilds/GuildChangeTypeGump.cs similarity index 100% rename from Projects/Scripts/Gumps/Guilds/GuildChangeTypeGump.cs rename to Projects/UOContent/Gumps/Guilds/GuildChangeTypeGump.cs diff --git a/Projects/Scripts/Gumps/Guilds/GuildCharterGump.cs b/Projects/UOContent/Gumps/Guilds/GuildCharterGump.cs similarity index 100% rename from Projects/Scripts/Gumps/Guilds/GuildCharterGump.cs rename to Projects/UOContent/Gumps/Guilds/GuildCharterGump.cs diff --git a/Projects/Scripts/Gumps/Guilds/GuildCharterPrompt.cs b/Projects/UOContent/Gumps/Guilds/GuildCharterPrompt.cs similarity index 100% rename from Projects/Scripts/Gumps/Guilds/GuildCharterPrompt.cs rename to Projects/UOContent/Gumps/Guilds/GuildCharterPrompt.cs diff --git a/Projects/Scripts/Gumps/Guilds/GuildDeclarePeaceGump.cs b/Projects/UOContent/Gumps/Guilds/GuildDeclarePeaceGump.cs similarity index 100% rename from Projects/Scripts/Gumps/Guilds/GuildDeclarePeaceGump.cs rename to Projects/UOContent/Gumps/Guilds/GuildDeclarePeaceGump.cs diff --git a/Projects/Scripts/Gumps/Guilds/GuildDeclareWarGump.cs b/Projects/UOContent/Gumps/Guilds/GuildDeclareWarGump.cs similarity index 100% rename from Projects/Scripts/Gumps/Guilds/GuildDeclareWarGump.cs rename to Projects/UOContent/Gumps/Guilds/GuildDeclareWarGump.cs diff --git a/Projects/Scripts/Gumps/Guilds/GuildDeclareWarPrompt.cs b/Projects/UOContent/Gumps/Guilds/GuildDeclareWarPrompt.cs similarity index 100% rename from Projects/Scripts/Gumps/Guilds/GuildDeclareWarPrompt.cs rename to Projects/UOContent/Gumps/Guilds/GuildDeclareWarPrompt.cs diff --git a/Projects/Scripts/Gumps/Guilds/GuildDismissGump.cs b/Projects/UOContent/Gumps/Guilds/GuildDismissGump.cs similarity index 100% rename from Projects/Scripts/Gumps/Guilds/GuildDismissGump.cs rename to Projects/UOContent/Gumps/Guilds/GuildDismissGump.cs diff --git a/Projects/Scripts/Gumps/Guilds/GuildGump.cs b/Projects/UOContent/Gumps/Guilds/GuildGump.cs similarity index 100% rename from Projects/Scripts/Gumps/Guilds/GuildGump.cs rename to Projects/UOContent/Gumps/Guilds/GuildGump.cs diff --git a/Projects/Scripts/Gumps/Guilds/GuildListGump.cs b/Projects/UOContent/Gumps/Guilds/GuildListGump.cs similarity index 100% rename from Projects/Scripts/Gumps/Guilds/GuildListGump.cs rename to Projects/UOContent/Gumps/Guilds/GuildListGump.cs diff --git a/Projects/Scripts/Gumps/Guilds/GuildMobileListGump.cs b/Projects/UOContent/Gumps/Guilds/GuildMobileListGump.cs similarity index 100% rename from Projects/Scripts/Gumps/Guilds/GuildMobileListGump.cs rename to Projects/UOContent/Gumps/Guilds/GuildMobileListGump.cs diff --git a/Projects/Scripts/Gumps/Guilds/GuildNamePrompt.cs b/Projects/UOContent/Gumps/Guilds/GuildNamePrompt.cs similarity index 100% rename from Projects/Scripts/Gumps/Guilds/GuildNamePrompt.cs rename to Projects/UOContent/Gumps/Guilds/GuildNamePrompt.cs diff --git a/Projects/Scripts/Gumps/Guilds/GuildRejectWarGump.cs b/Projects/UOContent/Gumps/Guilds/GuildRejectWarGump.cs similarity index 100% rename from Projects/Scripts/Gumps/Guilds/GuildRejectWarGump.cs rename to Projects/UOContent/Gumps/Guilds/GuildRejectWarGump.cs diff --git a/Projects/Scripts/Gumps/Guilds/GuildRescindDeclarationGump.cs b/Projects/UOContent/Gumps/Guilds/GuildRescindDeclarationGump.cs similarity index 100% rename from Projects/Scripts/Gumps/Guilds/GuildRescindDeclarationGump.cs rename to Projects/UOContent/Gumps/Guilds/GuildRescindDeclarationGump.cs diff --git a/Projects/Scripts/Gumps/Guilds/GuildRosterGump.cs b/Projects/UOContent/Gumps/Guilds/GuildRosterGump.cs similarity index 100% rename from Projects/Scripts/Gumps/Guilds/GuildRosterGump.cs rename to Projects/UOContent/Gumps/Guilds/GuildRosterGump.cs diff --git a/Projects/Scripts/Gumps/Guilds/GuildTitlePrompt.cs b/Projects/UOContent/Gumps/Guilds/GuildTitlePrompt.cs similarity index 100% rename from Projects/Scripts/Gumps/Guilds/GuildTitlePrompt.cs rename to Projects/UOContent/Gumps/Guilds/GuildTitlePrompt.cs diff --git a/Projects/Scripts/Gumps/Guilds/GuildWarAdminGump.cs b/Projects/UOContent/Gumps/Guilds/GuildWarAdminGump.cs similarity index 100% rename from Projects/Scripts/Gumps/Guilds/GuildWarAdminGump.cs rename to Projects/UOContent/Gumps/Guilds/GuildWarAdminGump.cs diff --git a/Projects/Scripts/Gumps/Guilds/GuildWarGump.cs b/Projects/UOContent/Gumps/Guilds/GuildWarGump.cs similarity index 100% rename from Projects/Scripts/Gumps/Guilds/GuildWarGump.cs rename to Projects/UOContent/Gumps/Guilds/GuildWarGump.cs diff --git a/Projects/Scripts/Gumps/Guilds/GuildWebsitePrompt.cs b/Projects/UOContent/Gumps/Guilds/GuildWebsitePrompt.cs similarity index 100% rename from Projects/Scripts/Gumps/Guilds/GuildWebsitePrompt.cs rename to Projects/UOContent/Gumps/Guilds/GuildWebsitePrompt.cs diff --git a/Projects/Scripts/Gumps/Guilds/GuildmasterGump.cs b/Projects/UOContent/Gumps/Guilds/GuildmasterGump.cs similarity index 100% rename from Projects/Scripts/Gumps/Guilds/GuildmasterGump.cs rename to Projects/UOContent/Gumps/Guilds/GuildmasterGump.cs diff --git a/Projects/Scripts/Gumps/Guilds/New Guild System/AdvancedSearch.cs b/Projects/UOContent/Gumps/Guilds/New Guild System/AdvancedSearch.cs similarity index 100% rename from Projects/Scripts/Gumps/Guilds/New Guild System/AdvancedSearch.cs rename to Projects/UOContent/Gumps/Guilds/New Guild System/AdvancedSearch.cs diff --git a/Projects/Scripts/Gumps/Guilds/New Guild System/BaseGuildGump.cs b/Projects/UOContent/Gumps/Guilds/New Guild System/BaseGuildGump.cs similarity index 100% rename from Projects/Scripts/Gumps/Guilds/New Guild System/BaseGuildGump.cs rename to Projects/UOContent/Gumps/Guilds/New Guild System/BaseGuildGump.cs diff --git a/Projects/Scripts/Gumps/Guilds/New Guild System/BaseGuildListGump.cs b/Projects/UOContent/Gumps/Guilds/New Guild System/BaseGuildListGump.cs similarity index 100% rename from Projects/Scripts/Gumps/Guilds/New Guild System/BaseGuildListGump.cs rename to Projects/UOContent/Gumps/Guilds/New Guild System/BaseGuildListGump.cs diff --git a/Projects/Scripts/Gumps/Guilds/New Guild System/Create Guild Gump.cs b/Projects/UOContent/Gumps/Guilds/New Guild System/Create Guild Gump.cs similarity index 100% rename from Projects/Scripts/Gumps/Guilds/New Guild System/Create Guild Gump.cs rename to Projects/UOContent/Gumps/Guilds/New Guild System/Create Guild Gump.cs diff --git a/Projects/Scripts/Gumps/Guilds/New Guild System/DiplomacyGump.cs b/Projects/UOContent/Gumps/Guilds/New Guild System/DiplomacyGump.cs similarity index 100% rename from Projects/Scripts/Gumps/Guilds/New Guild System/DiplomacyGump.cs rename to Projects/UOContent/Gumps/Guilds/New Guild System/DiplomacyGump.cs diff --git a/Projects/Scripts/Gumps/Guilds/New Guild System/GuildInfoGump.cs b/Projects/UOContent/Gumps/Guilds/New Guild System/GuildInfoGump.cs similarity index 100% rename from Projects/Scripts/Gumps/Guilds/New Guild System/GuildInfoGump.cs rename to Projects/UOContent/Gumps/Guilds/New Guild System/GuildInfoGump.cs diff --git a/Projects/Scripts/Gumps/Guilds/New Guild System/GuildInvitationRequest.cs b/Projects/UOContent/Gumps/Guilds/New Guild System/GuildInvitationRequest.cs similarity index 100% rename from Projects/Scripts/Gumps/Guilds/New Guild System/GuildInvitationRequest.cs rename to Projects/UOContent/Gumps/Guilds/New Guild System/GuildInvitationRequest.cs diff --git a/Projects/Scripts/Gumps/Guilds/New Guild System/GuildMemberInfoGump.cs b/Projects/UOContent/Gumps/Guilds/New Guild System/GuildMemberInfoGump.cs similarity index 100% rename from Projects/Scripts/Gumps/Guilds/New Guild System/GuildMemberInfoGump.cs rename to Projects/UOContent/Gumps/Guilds/New Guild System/GuildMemberInfoGump.cs diff --git a/Projects/Scripts/Gumps/Guilds/New Guild System/GuildRosterGump.cs b/Projects/UOContent/Gumps/Guilds/New Guild System/GuildRosterGump.cs similarity index 100% rename from Projects/Scripts/Gumps/Guilds/New Guild System/GuildRosterGump.cs rename to Projects/UOContent/Gumps/Guilds/New Guild System/GuildRosterGump.cs diff --git a/Projects/Scripts/Gumps/Guilds/New Guild System/OtherGuildInfo.cs b/Projects/UOContent/Gumps/Guilds/New Guild System/OtherGuildInfo.cs similarity index 100% rename from Projects/Scripts/Gumps/Guilds/New Guild System/OtherGuildInfo.cs rename to Projects/UOContent/Gumps/Guilds/New Guild System/OtherGuildInfo.cs diff --git a/Projects/Scripts/Gumps/Guilds/New Guild System/War Declaration gump.cs b/Projects/UOContent/Gumps/Guilds/New Guild System/War Declaration gump.cs similarity index 100% rename from Projects/Scripts/Gumps/Guilds/New Guild System/War Declaration gump.cs rename to Projects/UOContent/Gumps/Guilds/New Guild System/War Declaration gump.cs diff --git a/Projects/Scripts/Gumps/Guilds/RecruitTarget.cs b/Projects/UOContent/Gumps/Guilds/RecruitTarget.cs similarity index 100% rename from Projects/Scripts/Gumps/Guilds/RecruitTarget.cs rename to Projects/UOContent/Gumps/Guilds/RecruitTarget.cs diff --git a/Projects/Scripts/Gumps/HeritageTokenGump.cs b/Projects/UOContent/Gumps/HeritageTokenGump.cs similarity index 100% rename from Projects/Scripts/Gumps/HeritageTokenGump.cs rename to Projects/UOContent/Gumps/HeritageTokenGump.cs diff --git a/Projects/Scripts/Gumps/HonorSelf.cs b/Projects/UOContent/Gumps/HonorSelf.cs similarity index 100% rename from Projects/Scripts/Gumps/HonorSelf.cs rename to Projects/UOContent/Gumps/HonorSelf.cs diff --git a/Projects/Scripts/Gumps/HouseDemolishGump.cs b/Projects/UOContent/Gumps/HouseDemolishGump.cs similarity index 100% rename from Projects/Scripts/Gumps/HouseDemolishGump.cs rename to Projects/UOContent/Gumps/HouseDemolishGump.cs diff --git a/Projects/Scripts/Gumps/HouseGump.cs b/Projects/UOContent/Gumps/HouseGump.cs similarity index 100% rename from Projects/Scripts/Gumps/HouseGump.cs rename to Projects/UOContent/Gumps/HouseGump.cs diff --git a/Projects/Scripts/Gumps/HouseGumpAOS.cs b/Projects/UOContent/Gumps/HouseGumpAOS.cs similarity index 100% rename from Projects/Scripts/Gumps/HouseGumpAOS.cs rename to Projects/UOContent/Gumps/HouseGumpAOS.cs diff --git a/Projects/Scripts/Gumps/HouseTransferGump.cs b/Projects/UOContent/Gumps/HouseTransferGump.cs similarity index 100% rename from Projects/Scripts/Gumps/HouseTransferGump.cs rename to Projects/UOContent/Gumps/HouseTransferGump.cs diff --git a/Projects/Scripts/Gumps/NoticeGump.cs b/Projects/UOContent/Gumps/NoticeGump.cs similarity index 100% rename from Projects/Scripts/Gumps/NoticeGump.cs rename to Projects/UOContent/Gumps/NoticeGump.cs diff --git a/Projects/Scripts/Gumps/PetResurrectGump.cs b/Projects/UOContent/Gumps/PetResurrectGump.cs similarity index 100% rename from Projects/Scripts/Gumps/PetResurrectGump.cs rename to Projects/UOContent/Gumps/PetResurrectGump.cs diff --git a/Projects/Scripts/Gumps/PlayerVendorGumps.cs b/Projects/UOContent/Gumps/PlayerVendorGumps.cs similarity index 100% rename from Projects/Scripts/Gumps/PlayerVendorGumps.cs rename to Projects/UOContent/Gumps/PlayerVendorGumps.cs diff --git a/Projects/Scripts/Gumps/PolymorphGump.cs b/Projects/UOContent/Gumps/PolymorphGump.cs similarity index 100% rename from Projects/Scripts/Gumps/PolymorphGump.cs rename to Projects/UOContent/Gumps/PolymorphGump.cs diff --git a/Projects/Scripts/Gumps/Props/PropsConfig.cs b/Projects/UOContent/Gumps/Props/PropsConfig.cs similarity index 100% rename from Projects/Scripts/Gumps/Props/PropsConfig.cs rename to Projects/UOContent/Gumps/Props/PropsConfig.cs diff --git a/Projects/Scripts/Gumps/Props/PropsGump.cs b/Projects/UOContent/Gumps/Props/PropsGump.cs similarity index 100% rename from Projects/Scripts/Gumps/Props/PropsGump.cs rename to Projects/UOContent/Gumps/Props/PropsGump.cs diff --git a/Projects/Scripts/Gumps/Props/SetBodyGump.cs b/Projects/UOContent/Gumps/Props/SetBodyGump.cs similarity index 100% rename from Projects/Scripts/Gumps/Props/SetBodyGump.cs rename to Projects/UOContent/Gumps/Props/SetBodyGump.cs diff --git a/Projects/Scripts/Gumps/Props/SetCustomEnumGump.cs b/Projects/UOContent/Gumps/Props/SetCustomEnumGump.cs similarity index 100% rename from Projects/Scripts/Gumps/Props/SetCustomEnumGump.cs rename to Projects/UOContent/Gumps/Props/SetCustomEnumGump.cs diff --git a/Projects/Scripts/Gumps/Props/SetGump.cs b/Projects/UOContent/Gumps/Props/SetGump.cs similarity index 100% rename from Projects/Scripts/Gumps/Props/SetGump.cs rename to Projects/UOContent/Gumps/Props/SetGump.cs diff --git a/Projects/Scripts/Gumps/Props/SetListOptionGump.cs b/Projects/UOContent/Gumps/Props/SetListOptionGump.cs similarity index 100% rename from Projects/Scripts/Gumps/Props/SetListOptionGump.cs rename to Projects/UOContent/Gumps/Props/SetListOptionGump.cs diff --git a/Projects/Scripts/Gumps/Props/SetObjectGump.cs b/Projects/UOContent/Gumps/Props/SetObjectGump.cs similarity index 100% rename from Projects/Scripts/Gumps/Props/SetObjectGump.cs rename to Projects/UOContent/Gumps/Props/SetObjectGump.cs diff --git a/Projects/Scripts/Gumps/Props/SetObjectTarget.cs b/Projects/UOContent/Gumps/Props/SetObjectTarget.cs similarity index 100% rename from Projects/Scripts/Gumps/Props/SetObjectTarget.cs rename to Projects/UOContent/Gumps/Props/SetObjectTarget.cs diff --git a/Projects/Scripts/Gumps/Props/SetPoint2DGump.cs b/Projects/UOContent/Gumps/Props/SetPoint2DGump.cs similarity index 100% rename from Projects/Scripts/Gumps/Props/SetPoint2DGump.cs rename to Projects/UOContent/Gumps/Props/SetPoint2DGump.cs diff --git a/Projects/Scripts/Gumps/Props/SetPoint3DGump.cs b/Projects/UOContent/Gumps/Props/SetPoint3DGump.cs similarity index 100% rename from Projects/Scripts/Gumps/Props/SetPoint3DGump.cs rename to Projects/UOContent/Gumps/Props/SetPoint3DGump.cs diff --git a/Projects/Scripts/Gumps/Props/SetTimeSpanGump.cs b/Projects/UOContent/Gumps/Props/SetTimeSpanGump.cs similarity index 100% rename from Projects/Scripts/Gumps/Props/SetTimeSpanGump.cs rename to Projects/UOContent/Gumps/Props/SetTimeSpanGump.cs diff --git a/Projects/Scripts/Gumps/ReclaimVendorGump.cs b/Projects/UOContent/Gumps/ReclaimVendorGump.cs similarity index 100% rename from Projects/Scripts/Gumps/ReclaimVendorGump.cs rename to Projects/UOContent/Gumps/ReclaimVendorGump.cs diff --git a/Projects/Scripts/Gumps/ReportMurderer.cs b/Projects/UOContent/Gumps/ReportMurderer.cs similarity index 100% rename from Projects/Scripts/Gumps/ReportMurderer.cs rename to Projects/UOContent/Gumps/ReportMurderer.cs diff --git a/Projects/Scripts/Gumps/ResurrectGump.cs b/Projects/UOContent/Gumps/ResurrectGump.cs similarity index 100% rename from Projects/Scripts/Gumps/ResurrectGump.cs rename to Projects/UOContent/Gumps/ResurrectGump.cs diff --git a/Projects/Scripts/Gumps/RewardGump.cs b/Projects/UOContent/Gumps/RewardGump.cs similarity index 100% rename from Projects/Scripts/Gumps/RewardGump.cs rename to Projects/UOContent/Gumps/RewardGump.cs diff --git a/Projects/Scripts/Gumps/RunebookGump.cs b/Projects/UOContent/Gumps/RunebookGump.cs similarity index 100% rename from Projects/Scripts/Gumps/RunebookGump.cs rename to Projects/UOContent/Gumps/RunebookGump.cs diff --git a/Projects/Scripts/Gumps/SetSecureLevelGump.cs b/Projects/UOContent/Gumps/SetSecureLevelGump.cs similarity index 100% rename from Projects/Scripts/Gumps/SetSecureLevelGump.cs rename to Projects/UOContent/Gumps/SetSecureLevelGump.cs diff --git a/Projects/Scripts/Gumps/SkillsGump.cs b/Projects/UOContent/Gumps/SkillsGump.cs similarity index 100% rename from Projects/Scripts/Gumps/SkillsGump.cs rename to Projects/UOContent/Gumps/SkillsGump.cs diff --git a/Projects/Scripts/Gumps/TithingGump.cs b/Projects/UOContent/Gumps/TithingGump.cs similarity index 100% rename from Projects/Scripts/Gumps/TithingGump.cs rename to Projects/UOContent/Gumps/TithingGump.cs diff --git a/Projects/Scripts/Gumps/ToTAdminGump.cs b/Projects/UOContent/Gumps/ToTAdminGump.cs similarity index 100% rename from Projects/Scripts/Gumps/ToTAdminGump.cs rename to Projects/UOContent/Gumps/ToTAdminGump.cs diff --git a/Projects/Scripts/Gumps/VendorInventoryGump.cs b/Projects/UOContent/Gumps/VendorInventoryGump.cs similarity index 100% rename from Projects/Scripts/Gumps/VendorInventoryGump.cs rename to Projects/UOContent/Gumps/VendorInventoryGump.cs diff --git a/Projects/Scripts/Gumps/VendorRentalGumps.cs b/Projects/UOContent/Gumps/VendorRentalGumps.cs similarity index 100% rename from Projects/Scripts/Gumps/VendorRentalGumps.cs rename to Projects/UOContent/Gumps/VendorRentalGumps.cs diff --git a/Projects/Scripts/Gumps/ViewHousesGump.cs b/Projects/UOContent/Gumps/ViewHousesGump.cs similarity index 100% rename from Projects/Scripts/Gumps/ViewHousesGump.cs rename to Projects/UOContent/Gumps/ViewHousesGump.cs diff --git a/Projects/Scripts/Gumps/WarningGump.cs b/Projects/UOContent/Gumps/WarningGump.cs similarity index 100% rename from Projects/Scripts/Gumps/WarningGump.cs rename to Projects/UOContent/Gumps/WarningGump.cs diff --git a/Projects/Scripts/Gumps/WhoGump.cs b/Projects/UOContent/Gumps/WhoGump.cs similarity index 100% rename from Projects/Scripts/Gumps/WhoGump.cs rename to Projects/UOContent/Gumps/WhoGump.cs diff --git a/Projects/Scripts/Gumps/YoungGumps.cs b/Projects/UOContent/Gumps/YoungGumps.cs similarity index 100% rename from Projects/Scripts/Gumps/YoungGumps.cs rename to Projects/UOContent/Gumps/YoungGumps.cs diff --git a/Projects/Scripts/Holiday Stuff/Christmas/2010/Addons/FireFliesDeed.cs b/Projects/UOContent/Holiday Stuff/Christmas/2010/Addons/FireFliesDeed.cs similarity index 100% rename from Projects/Scripts/Holiday Stuff/Christmas/2010/Addons/FireFliesDeed.cs rename to Projects/UOContent/Holiday Stuff/Christmas/2010/Addons/FireFliesDeed.cs diff --git a/Projects/Scripts/Holiday Stuff/Christmas/2010/Items/AngelDecoration.cs b/Projects/UOContent/Holiday Stuff/Christmas/2010/Items/AngelDecoration.cs similarity index 100% rename from Projects/Scripts/Holiday Stuff/Christmas/2010/Items/AngelDecoration.cs rename to Projects/UOContent/Holiday Stuff/Christmas/2010/Items/AngelDecoration.cs diff --git a/Projects/Scripts/Holiday Stuff/Christmas/2010/Items/RockingHorse.cs b/Projects/UOContent/Holiday Stuff/Christmas/2010/Items/RockingHorse.cs similarity index 100% rename from Projects/Scripts/Holiday Stuff/Christmas/2010/Items/RockingHorse.cs rename to Projects/UOContent/Holiday Stuff/Christmas/2010/Items/RockingHorse.cs diff --git a/Projects/Scripts/Holiday Stuff/Easter/2011/Items/DragonEasterEgg.cs b/Projects/UOContent/Holiday Stuff/Easter/2011/Items/DragonEasterEgg.cs similarity index 100% rename from Projects/Scripts/Holiday Stuff/Easter/2011/Items/DragonEasterEgg.cs rename to Projects/UOContent/Holiday Stuff/Easter/2011/Items/DragonEasterEgg.cs diff --git a/Projects/Scripts/Holiday Stuff/Halloween/2006/Engines/TrickOrTreat.cs b/Projects/UOContent/Holiday Stuff/Halloween/2006/Engines/TrickOrTreat.cs similarity index 100% rename from Projects/Scripts/Holiday Stuff/Halloween/2006/Engines/TrickOrTreat.cs rename to Projects/UOContent/Holiday Stuff/Halloween/2006/Engines/TrickOrTreat.cs diff --git a/Projects/Scripts/Holiday Stuff/Halloween/2006/Items/HalloweenPumpkin.cs b/Projects/UOContent/Holiday Stuff/Halloween/2006/Items/HalloweenPumpkin.cs similarity index 100% rename from Projects/Scripts/Holiday Stuff/Halloween/2006/Items/HalloweenPumpkin.cs rename to Projects/UOContent/Holiday Stuff/Halloween/2006/Items/HalloweenPumpkin.cs diff --git a/Projects/Scripts/Holiday Stuff/Halloween/2006/Items/PumpkinScarecrow.cs b/Projects/UOContent/Holiday Stuff/Halloween/2006/Items/PumpkinScarecrow.cs similarity index 100% rename from Projects/Scripts/Holiday Stuff/Halloween/2006/Items/PumpkinScarecrow.cs rename to Projects/UOContent/Holiday Stuff/Halloween/2006/Items/PumpkinScarecrow.cs diff --git a/Projects/Scripts/Holiday Stuff/Halloween/2006/Items/RuinedTapestry.cs b/Projects/UOContent/Holiday Stuff/Halloween/2006/Items/RuinedTapestry.cs similarity index 100% rename from Projects/Scripts/Holiday Stuff/Halloween/2006/Items/RuinedTapestry.cs rename to Projects/UOContent/Holiday Stuff/Halloween/2006/Items/RuinedTapestry.cs diff --git a/Projects/Scripts/Holiday Stuff/Halloween/2006/Items/TwilightLantern.cs b/Projects/UOContent/Holiday Stuff/Halloween/2006/Items/TwilightLantern.cs similarity index 100% rename from Projects/Scripts/Holiday Stuff/Halloween/2006/Items/TwilightLantern.cs rename to Projects/UOContent/Holiday Stuff/Halloween/2006/Items/TwilightLantern.cs diff --git a/Projects/Scripts/Holiday Stuff/Halloween/2009/Engines/PumpkinPatch.cs b/Projects/UOContent/Holiday Stuff/Halloween/2009/Engines/PumpkinPatch.cs similarity index 100% rename from Projects/Scripts/Holiday Stuff/Halloween/2009/Engines/PumpkinPatch.cs rename to Projects/UOContent/Holiday Stuff/Halloween/2009/Engines/PumpkinPatch.cs diff --git a/Projects/Scripts/Holiday Stuff/Halloween/2009/Foods/CreepyCake.cs b/Projects/UOContent/Holiday Stuff/Halloween/2009/Foods/CreepyCake.cs similarity index 100% rename from Projects/Scripts/Holiday Stuff/Halloween/2009/Foods/CreepyCake.cs rename to Projects/UOContent/Holiday Stuff/Halloween/2009/Foods/CreepyCake.cs diff --git a/Projects/Scripts/Holiday Stuff/Halloween/2009/Foods/HarvestWine.cs b/Projects/UOContent/Holiday Stuff/Halloween/2009/Foods/HarvestWine.cs similarity index 100% rename from Projects/Scripts/Holiday Stuff/Halloween/2009/Foods/HarvestWine.cs rename to Projects/UOContent/Holiday Stuff/Halloween/2009/Foods/HarvestWine.cs diff --git a/Projects/Scripts/Holiday Stuff/Halloween/2009/Foods/MrPlainsCookies.cs b/Projects/UOContent/Holiday Stuff/Halloween/2009/Foods/MrPlainsCookies.cs similarity index 100% rename from Projects/Scripts/Holiday Stuff/Halloween/2009/Foods/MrPlainsCookies.cs rename to Projects/UOContent/Holiday Stuff/Halloween/2009/Foods/MrPlainsCookies.cs diff --git a/Projects/Scripts/Holiday Stuff/Halloween/2009/Foods/MurkyMilk.cs b/Projects/UOContent/Holiday Stuff/Halloween/2009/Foods/MurkyMilk.cs similarity index 100% rename from Projects/Scripts/Holiday Stuff/Halloween/2009/Foods/MurkyMilk.cs rename to Projects/UOContent/Holiday Stuff/Halloween/2009/Foods/MurkyMilk.cs diff --git a/Projects/Scripts/Holiday Stuff/Halloween/2009/Foods/PumpkinPizza.cs b/Projects/UOContent/Holiday Stuff/Halloween/2009/Foods/PumpkinPizza.cs similarity index 100% rename from Projects/Scripts/Holiday Stuff/Halloween/2009/Foods/PumpkinPizza.cs rename to Projects/UOContent/Holiday Stuff/Halloween/2009/Foods/PumpkinPizza.cs diff --git a/Projects/Scripts/Holiday Stuff/Halloween/2009/Items/GrimWarning.cs b/Projects/UOContent/Holiday Stuff/Halloween/2009/Items/GrimWarning.cs similarity index 100% rename from Projects/Scripts/Holiday Stuff/Halloween/2009/Items/GrimWarning.cs rename to Projects/UOContent/Holiday Stuff/Halloween/2009/Items/GrimWarning.cs diff --git a/Projects/Scripts/Holiday Stuff/Halloween/2009/Items/SkullsOnPike.cs b/Projects/UOContent/Holiday Stuff/Halloween/2009/Items/SkullsOnPike.cs similarity index 100% rename from Projects/Scripts/Holiday Stuff/Halloween/2009/Items/SkullsOnPike.cs rename to Projects/UOContent/Holiday Stuff/Halloween/2009/Items/SkullsOnPike.cs diff --git a/Projects/Scripts/Holiday Stuff/Halloween/2010/Items/ChairInAGhostCostume.cs b/Projects/UOContent/Holiday Stuff/Halloween/2010/Items/ChairInAGhostCostume.cs similarity index 100% rename from Projects/Scripts/Holiday Stuff/Halloween/2010/Items/ChairInAGhostCostume.cs rename to Projects/UOContent/Holiday Stuff/Halloween/2010/Items/ChairInAGhostCostume.cs diff --git a/Projects/Scripts/Holiday Stuff/Halloween/2010/Items/ColoredSmallWebs.cs b/Projects/UOContent/Holiday Stuff/Halloween/2010/Items/ColoredSmallWebs.cs similarity index 100% rename from Projects/Scripts/Holiday Stuff/Halloween/2010/Items/ColoredSmallWebs.cs rename to Projects/UOContent/Holiday Stuff/Halloween/2010/Items/ColoredSmallWebs.cs diff --git a/Projects/Scripts/Holiday Stuff/Halloween/2010/Items/ExcellentIronMaiden.cs b/Projects/UOContent/Holiday Stuff/Halloween/2010/Items/ExcellentIronMaiden.cs similarity index 100% rename from Projects/Scripts/Holiday Stuff/Halloween/2010/Items/ExcellentIronMaiden.cs rename to Projects/UOContent/Holiday Stuff/Halloween/2010/Items/ExcellentIronMaiden.cs diff --git a/Projects/Scripts/Holiday Stuff/Halloween/2010/Items/HalloweenGuillotine.cs b/Projects/UOContent/Holiday Stuff/Halloween/2010/Items/HalloweenGuillotine.cs similarity index 100% rename from Projects/Scripts/Holiday Stuff/Halloween/2010/Items/HalloweenGuillotine.cs rename to Projects/UOContent/Holiday Stuff/Halloween/2010/Items/HalloweenGuillotine.cs diff --git a/Projects/Scripts/Holiday Stuff/Halloween/2011/Items/BasePaintedMask.cs b/Projects/UOContent/Holiday Stuff/Halloween/2011/Items/BasePaintedMask.cs similarity index 100% rename from Projects/Scripts/Holiday Stuff/Halloween/2011/Items/BasePaintedMask.cs rename to Projects/UOContent/Holiday Stuff/Halloween/2011/Items/BasePaintedMask.cs diff --git a/Projects/Scripts/Holiday Stuff/Halloween/2011/Items/ClownMask.cs b/Projects/UOContent/Holiday Stuff/Halloween/2011/Items/ClownMask.cs similarity index 100% rename from Projects/Scripts/Holiday Stuff/Halloween/2011/Items/ClownMask.cs rename to Projects/UOContent/Holiday Stuff/Halloween/2011/Items/ClownMask.cs diff --git a/Projects/Scripts/Holiday Stuff/Halloween/2011/Items/DaemonMask.cs b/Projects/UOContent/Holiday Stuff/Halloween/2011/Items/DaemonMask.cs similarity index 100% rename from Projects/Scripts/Holiday Stuff/Halloween/2011/Items/DaemonMask.cs rename to Projects/UOContent/Holiday Stuff/Halloween/2011/Items/DaemonMask.cs diff --git a/Projects/Scripts/Holiday Stuff/Halloween/2011/Items/PlagueMask.cs b/Projects/UOContent/Holiday Stuff/Halloween/2011/Items/PlagueMask.cs similarity index 100% rename from Projects/Scripts/Holiday Stuff/Halloween/2011/Items/PlagueMask.cs rename to Projects/UOContent/Holiday Stuff/Halloween/2011/Items/PlagueMask.cs diff --git a/Projects/Scripts/Holiday Stuff/Halloween/2011/Mobiles/PumpkinHead.cs b/Projects/UOContent/Holiday Stuff/Halloween/2011/Mobiles/PumpkinHead.cs similarity index 100% rename from Projects/Scripts/Holiday Stuff/Halloween/2011/Mobiles/PumpkinHead.cs rename to Projects/UOContent/Holiday Stuff/Halloween/2011/Mobiles/PumpkinHead.cs diff --git a/Projects/Scripts/Holiday Stuff/Halloween/2012/Engines/PlayerZombies.cs b/Projects/UOContent/Holiday Stuff/Halloween/2012/Engines/PlayerZombies.cs similarity index 100% rename from Projects/Scripts/Holiday Stuff/Halloween/2012/Engines/PlayerZombies.cs rename to Projects/UOContent/Holiday Stuff/Halloween/2012/Engines/PlayerZombies.cs diff --git a/Projects/Scripts/Holiday Stuff/Halloween/2012/Items/EvilJesterMask.cs b/Projects/UOContent/Holiday Stuff/Halloween/2012/Items/EvilJesterMask.cs similarity index 100% rename from Projects/Scripts/Holiday Stuff/Halloween/2012/Items/EvilJesterMask.cs rename to Projects/UOContent/Holiday Stuff/Halloween/2012/Items/EvilJesterMask.cs diff --git a/Projects/Scripts/Holiday Stuff/Halloween/2012/Items/PorcelainMask.cs b/Projects/UOContent/Holiday Stuff/Halloween/2012/Items/PorcelainMask.cs similarity index 100% rename from Projects/Scripts/Holiday Stuff/Halloween/2012/Items/PorcelainMask.cs rename to Projects/UOContent/Holiday Stuff/Halloween/2012/Items/PorcelainMask.cs diff --git a/Projects/Scripts/Holiday Stuff/Halloween/HolidaySettings.cs b/Projects/UOContent/Holiday Stuff/Halloween/HolidaySettings.cs similarity index 100% rename from Projects/Scripts/Holiday Stuff/Halloween/HolidaySettings.cs rename to Projects/UOContent/Holiday Stuff/Halloween/HolidaySettings.cs diff --git a/Projects/Scripts/Holiday Stuff/Halloween/Treats/Jellybeans.cs b/Projects/UOContent/Holiday Stuff/Halloween/Treats/Jellybeans.cs similarity index 100% rename from Projects/Scripts/Holiday Stuff/Halloween/Treats/Jellybeans.cs rename to Projects/UOContent/Holiday Stuff/Halloween/Treats/Jellybeans.cs diff --git a/Projects/Scripts/Holiday Stuff/Halloween/Treats/Lollipops.cs b/Projects/UOContent/Holiday Stuff/Halloween/Treats/Lollipops.cs similarity index 100% rename from Projects/Scripts/Holiday Stuff/Halloween/Treats/Lollipops.cs rename to Projects/UOContent/Holiday Stuff/Halloween/Treats/Lollipops.cs diff --git a/Projects/Scripts/Holiday Stuff/Halloween/Treats/NougatSwirl.cs b/Projects/UOContent/Holiday Stuff/Halloween/Treats/NougatSwirl.cs similarity index 100% rename from Projects/Scripts/Holiday Stuff/Halloween/Treats/NougatSwirl.cs rename to Projects/UOContent/Holiday Stuff/Halloween/Treats/NougatSwirl.cs diff --git a/Projects/Scripts/Holiday Stuff/Halloween/Treats/Taffy.cs b/Projects/UOContent/Holiday Stuff/Halloween/Treats/Taffy.cs similarity index 100% rename from Projects/Scripts/Holiday Stuff/Halloween/Treats/Taffy.cs rename to Projects/UOContent/Holiday Stuff/Halloween/Treats/Taffy.cs diff --git a/Projects/Scripts/Holiday Stuff/Halloween/Treats/WrappedCandy.cs b/Projects/UOContent/Holiday Stuff/Halloween/Treats/WrappedCandy.cs similarity index 100% rename from Projects/Scripts/Holiday Stuff/Halloween/Treats/WrappedCandy.cs rename to Projects/UOContent/Holiday Stuff/Halloween/Treats/WrappedCandy.cs diff --git a/Projects/Scripts/Holiday Stuff/Valentine/2010/Items/AnimatedHeartShapedBox.cs b/Projects/UOContent/Holiday Stuff/Valentine/2010/Items/AnimatedHeartShapedBox.cs similarity index 100% rename from Projects/Scripts/Holiday Stuff/Valentine/2010/Items/AnimatedHeartShapedBox.cs rename to Projects/UOContent/Holiday Stuff/Valentine/2010/Items/AnimatedHeartShapedBox.cs diff --git a/Projects/Scripts/Holiday Stuff/Valentine/2011/Items/StValentinesBears.cs b/Projects/UOContent/Holiday Stuff/Valentine/2011/Items/StValentinesBears.cs similarity index 100% rename from Projects/Scripts/Holiday Stuff/Valentine/2011/Items/StValentinesBears.cs rename to Projects/UOContent/Holiday Stuff/Valentine/2011/Items/StValentinesBears.cs diff --git a/Projects/Scripts/Holiday Stuff/Valentine/2012/Items/CupidStatue.cs b/Projects/UOContent/Holiday Stuff/Valentine/2012/Items/CupidStatue.cs similarity index 100% rename from Projects/Scripts/Holiday Stuff/Valentine/2012/Items/CupidStatue.cs rename to Projects/UOContent/Holiday Stuff/Valentine/2012/Items/CupidStatue.cs diff --git a/Projects/Scripts/Holiday Stuff/Valentine/2012/Items/CupidsArrow.cs b/Projects/UOContent/Holiday Stuff/Valentine/2012/Items/CupidsArrow.cs similarity index 100% rename from Projects/Scripts/Holiday Stuff/Valentine/2012/Items/CupidsArrow.cs rename to Projects/UOContent/Holiday Stuff/Valentine/2012/Items/CupidsArrow.cs diff --git a/Projects/Scripts/Holiday Stuff/Valentine/2012/Items/HeartShapedBox.cs b/Projects/UOContent/Holiday Stuff/Valentine/2012/Items/HeartShapedBox.cs similarity index 100% rename from Projects/Scripts/Holiday Stuff/Valentine/2012/Items/HeartShapedBox.cs rename to Projects/UOContent/Holiday Stuff/Valentine/2012/Items/HeartShapedBox.cs diff --git a/Projects/Scripts/Items/Addons/AbbatoirAddon.cs b/Projects/UOContent/Items/Addons/AbbatoirAddon.cs similarity index 100% rename from Projects/Scripts/Items/Addons/AbbatoirAddon.cs rename to Projects/UOContent/Items/Addons/AbbatoirAddon.cs diff --git a/Projects/Scripts/Items/Addons/AddonComponent.cs b/Projects/UOContent/Items/Addons/AddonComponent.cs similarity index 100% rename from Projects/Scripts/Items/Addons/AddonComponent.cs rename to Projects/UOContent/Items/Addons/AddonComponent.cs diff --git a/Projects/Scripts/Items/Addons/AddonContainerComponent.cs b/Projects/UOContent/Items/Addons/AddonContainerComponent.cs similarity index 100% rename from Projects/Scripts/Items/Addons/AddonContainerComponent.cs rename to Projects/UOContent/Items/Addons/AddonContainerComponent.cs diff --git a/Projects/Scripts/Items/Addons/AlchemistTableEastAddon.cs b/Projects/UOContent/Items/Addons/AlchemistTableEastAddon.cs similarity index 100% rename from Projects/Scripts/Items/Addons/AlchemistTableEastAddon.cs rename to Projects/UOContent/Items/Addons/AlchemistTableEastAddon.cs diff --git a/Projects/Scripts/Items/Addons/AlchemistTableSouthAddon.cs b/Projects/UOContent/Items/Addons/AlchemistTableSouthAddon.cs similarity index 100% rename from Projects/Scripts/Items/Addons/AlchemistTableSouthAddon.cs rename to Projects/UOContent/Items/Addons/AlchemistTableSouthAddon.cs diff --git a/Projects/Scripts/Items/Addons/AnvilEastAddon.cs b/Projects/UOContent/Items/Addons/AnvilEastAddon.cs similarity index 100% rename from Projects/Scripts/Items/Addons/AnvilEastAddon.cs rename to Projects/UOContent/Items/Addons/AnvilEastAddon.cs diff --git a/Projects/Scripts/Items/Addons/AnvilSouthAddon.cs b/Projects/UOContent/Items/Addons/AnvilSouthAddon.cs similarity index 100% rename from Projects/Scripts/Items/Addons/AnvilSouthAddon.cs rename to Projects/UOContent/Items/Addons/AnvilSouthAddon.cs diff --git a/Projects/Scripts/Items/Addons/ArcaneBookshelfEastAddon.cs b/Projects/UOContent/Items/Addons/ArcaneBookshelfEastAddon.cs similarity index 100% rename from Projects/Scripts/Items/Addons/ArcaneBookshelfEastAddon.cs rename to Projects/UOContent/Items/Addons/ArcaneBookshelfEastAddon.cs diff --git a/Projects/Scripts/Items/Addons/ArcaneBookshelfSouthAddon.cs b/Projects/UOContent/Items/Addons/ArcaneBookshelfSouthAddon.cs similarity index 100% rename from Projects/Scripts/Items/Addons/ArcaneBookshelfSouthAddon.cs rename to Projects/UOContent/Items/Addons/ArcaneBookshelfSouthAddon.cs diff --git a/Projects/Scripts/Items/Addons/ArcaneCircleAddon.cs b/Projects/UOContent/Items/Addons/ArcaneCircleAddon.cs similarity index 100% rename from Projects/Scripts/Items/Addons/ArcaneCircleAddon.cs rename to Projects/UOContent/Items/Addons/ArcaneCircleAddon.cs diff --git a/Projects/Scripts/Items/Addons/ArcanistStatueEastAddon.cs b/Projects/UOContent/Items/Addons/ArcanistStatueEastAddon.cs similarity index 100% rename from Projects/Scripts/Items/Addons/ArcanistStatueEastAddon.cs rename to Projects/UOContent/Items/Addons/ArcanistStatueEastAddon.cs diff --git a/Projects/Scripts/Items/Addons/ArcanistStatueSouthAddon.cs b/Projects/UOContent/Items/Addons/ArcanistStatueSouthAddon.cs similarity index 100% rename from Projects/Scripts/Items/Addons/ArcanistStatueSouthAddon.cs rename to Projects/UOContent/Items/Addons/ArcanistStatueSouthAddon.cs diff --git a/Projects/Scripts/Items/Addons/ArcheryButteAddon.cs b/Projects/UOContent/Items/Addons/ArcheryButteAddon.cs similarity index 100% rename from Projects/Scripts/Items/Addons/ArcheryButteAddon.cs rename to Projects/UOContent/Items/Addons/ArcheryButteAddon.cs diff --git a/Projects/Scripts/Items/Addons/BallotBox.cs b/Projects/UOContent/Items/Addons/BallotBox.cs similarity index 100% rename from Projects/Scripts/Items/Addons/BallotBox.cs rename to Projects/UOContent/Items/Addons/BallotBox.cs diff --git a/Projects/Scripts/Items/Addons/BaseAddon.cs b/Projects/UOContent/Items/Addons/BaseAddon.cs similarity index 100% rename from Projects/Scripts/Items/Addons/BaseAddon.cs rename to Projects/UOContent/Items/Addons/BaseAddon.cs diff --git a/Projects/Scripts/Items/Addons/BaseAddonContainer.cs b/Projects/UOContent/Items/Addons/BaseAddonContainer.cs similarity index 100% rename from Projects/Scripts/Items/Addons/BaseAddonContainer.cs rename to Projects/UOContent/Items/Addons/BaseAddonContainer.cs diff --git a/Projects/Scripts/Items/Addons/BaseAddonContainerDeed.cs b/Projects/UOContent/Items/Addons/BaseAddonContainerDeed.cs similarity index 100% rename from Projects/Scripts/Items/Addons/BaseAddonContainerDeed.cs rename to Projects/UOContent/Items/Addons/BaseAddonContainerDeed.cs diff --git a/Projects/Scripts/Items/Addons/BaseAddonDeed.cs b/Projects/UOContent/Items/Addons/BaseAddonDeed.cs similarity index 100% rename from Projects/Scripts/Items/Addons/BaseAddonDeed.cs rename to Projects/UOContent/Items/Addons/BaseAddonDeed.cs diff --git a/Projects/Scripts/Items/Addons/BearRugs.cs b/Projects/UOContent/Items/Addons/BearRugs.cs similarity index 100% rename from Projects/Scripts/Items/Addons/BearRugs.cs rename to Projects/UOContent/Items/Addons/BearRugs.cs diff --git a/Projects/Scripts/Items/Addons/BloodPentagram.cs b/Projects/UOContent/Items/Addons/BloodPentagram.cs similarity index 100% rename from Projects/Scripts/Items/Addons/BloodPentagram.cs rename to Projects/UOContent/Items/Addons/BloodPentagram.cs diff --git a/Projects/Scripts/Items/Addons/DartBoard.cs b/Projects/UOContent/Items/Addons/DartBoard.cs similarity index 100% rename from Projects/Scripts/Items/Addons/DartBoard.cs rename to Projects/UOContent/Items/Addons/DartBoard.cs diff --git a/Projects/Scripts/Items/Addons/ElvenBedEastAddon.cs b/Projects/UOContent/Items/Addons/ElvenBedEastAddon.cs similarity index 100% rename from Projects/Scripts/Items/Addons/ElvenBedEastAddon.cs rename to Projects/UOContent/Items/Addons/ElvenBedEastAddon.cs diff --git a/Projects/Scripts/Items/Addons/ElvenBedSouthAddon.cs b/Projects/UOContent/Items/Addons/ElvenBedSouthAddon.cs similarity index 100% rename from Projects/Scripts/Items/Addons/ElvenBedSouthAddon.cs rename to Projects/UOContent/Items/Addons/ElvenBedSouthAddon.cs diff --git a/Projects/Scripts/Items/Addons/ElvenDresserEastAddon.cs b/Projects/UOContent/Items/Addons/ElvenDresserEastAddon.cs similarity index 100% rename from Projects/Scripts/Items/Addons/ElvenDresserEastAddon.cs rename to Projects/UOContent/Items/Addons/ElvenDresserEastAddon.cs diff --git a/Projects/Scripts/Items/Addons/ElvenDresserSouthAddon.cs b/Projects/UOContent/Items/Addons/ElvenDresserSouthAddon.cs similarity index 100% rename from Projects/Scripts/Items/Addons/ElvenDresserSouthAddon.cs rename to Projects/UOContent/Items/Addons/ElvenDresserSouthAddon.cs diff --git a/Projects/Scripts/Items/Addons/ElvenForgeAddon.cs b/Projects/UOContent/Items/Addons/ElvenForgeAddon.cs similarity index 100% rename from Projects/Scripts/Items/Addons/ElvenForgeAddon.cs rename to Projects/UOContent/Items/Addons/ElvenForgeAddon.cs diff --git a/Projects/Scripts/Items/Addons/ElvenLoveseatEastAddon.cs b/Projects/UOContent/Items/Addons/ElvenLoveseatEastAddon.cs similarity index 100% rename from Projects/Scripts/Items/Addons/ElvenLoveseatEastAddon.cs rename to Projects/UOContent/Items/Addons/ElvenLoveseatEastAddon.cs diff --git a/Projects/Scripts/Items/Addons/ElvenLoveseatSouthAddon.cs b/Projects/UOContent/Items/Addons/ElvenLoveseatSouthAddon.cs similarity index 100% rename from Projects/Scripts/Items/Addons/ElvenLoveseatSouthAddon.cs rename to Projects/UOContent/Items/Addons/ElvenLoveseatSouthAddon.cs diff --git a/Projects/Scripts/Items/Addons/ElvenSpinningwheelEastAddon.cs b/Projects/UOContent/Items/Addons/ElvenSpinningwheelEastAddon.cs similarity index 100% rename from Projects/Scripts/Items/Addons/ElvenSpinningwheelEastAddon.cs rename to Projects/UOContent/Items/Addons/ElvenSpinningwheelEastAddon.cs diff --git a/Projects/Scripts/Items/Addons/ElvenSpinningwheelSouthAddon.cs b/Projects/UOContent/Items/Addons/ElvenSpinningwheelSouthAddon.cs similarity index 100% rename from Projects/Scripts/Items/Addons/ElvenSpinningwheelSouthAddon.cs rename to Projects/UOContent/Items/Addons/ElvenSpinningwheelSouthAddon.cs diff --git a/Projects/Scripts/Items/Addons/ElvenStoveEastAddon.cs b/Projects/UOContent/Items/Addons/ElvenStoveEastAddon.cs similarity index 100% rename from Projects/Scripts/Items/Addons/ElvenStoveEastAddon.cs rename to Projects/UOContent/Items/Addons/ElvenStoveEastAddon.cs diff --git a/Projects/Scripts/Items/Addons/ElvenStoveSouthAddon.cs b/Projects/UOContent/Items/Addons/ElvenStoveSouthAddon.cs similarity index 100% rename from Projects/Scripts/Items/Addons/ElvenStoveSouthAddon.cs rename to Projects/UOContent/Items/Addons/ElvenStoveSouthAddon.cs diff --git a/Projects/Scripts/Items/Addons/ElvenWashbasinEastAddon.cs b/Projects/UOContent/Items/Addons/ElvenWashbasinEastAddon.cs similarity index 100% rename from Projects/Scripts/Items/Addons/ElvenWashbasinEastAddon.cs rename to Projects/UOContent/Items/Addons/ElvenWashbasinEastAddon.cs diff --git a/Projects/Scripts/Items/Addons/ElvenWashbasinSouthAddon.cs b/Projects/UOContent/Items/Addons/ElvenWashbasinSouthAddon.cs similarity index 100% rename from Projects/Scripts/Items/Addons/ElvenWashbasinSouthAddon.cs rename to Projects/UOContent/Items/Addons/ElvenWashbasinSouthAddon.cs diff --git a/Projects/Scripts/Items/Addons/FancyElvenTableEastAddon.cs b/Projects/UOContent/Items/Addons/FancyElvenTableEastAddon.cs similarity index 100% rename from Projects/Scripts/Items/Addons/FancyElvenTableEastAddon.cs rename to Projects/UOContent/Items/Addons/FancyElvenTableEastAddon.cs diff --git a/Projects/Scripts/Items/Addons/FancyElvenTableSouthAddon.cs b/Projects/UOContent/Items/Addons/FancyElvenTableSouthAddon.cs similarity index 100% rename from Projects/Scripts/Items/Addons/FancyElvenTableSouthAddon.cs rename to Projects/UOContent/Items/Addons/FancyElvenTableSouthAddon.cs diff --git a/Projects/Scripts/Items/Addons/FireColumnAddon.cs b/Projects/UOContent/Items/Addons/FireColumnAddon.cs similarity index 100% rename from Projects/Scripts/Items/Addons/FireColumnAddon.cs rename to Projects/UOContent/Items/Addons/FireColumnAddon.cs diff --git a/Projects/Scripts/Items/Addons/FlourMillEastAddon.cs b/Projects/UOContent/Items/Addons/FlourMillEastAddon.cs similarity index 100% rename from Projects/Scripts/Items/Addons/FlourMillEastAddon.cs rename to Projects/UOContent/Items/Addons/FlourMillEastAddon.cs diff --git a/Projects/Scripts/Items/Addons/FlourMillSouthAddon.cs b/Projects/UOContent/Items/Addons/FlourMillSouthAddon.cs similarity index 100% rename from Projects/Scripts/Items/Addons/FlourMillSouthAddon.cs rename to Projects/UOContent/Items/Addons/FlourMillSouthAddon.cs diff --git a/Projects/Scripts/Items/Addons/FlowerTapestries.cs b/Projects/UOContent/Items/Addons/FlowerTapestries.cs similarity index 100% rename from Projects/Scripts/Items/Addons/FlowerTapestries.cs rename to Projects/UOContent/Items/Addons/FlowerTapestries.cs diff --git a/Projects/Scripts/Items/Addons/GiantWebs.cs b/Projects/UOContent/Items/Addons/GiantWebs.cs similarity index 100% rename from Projects/Scripts/Items/Addons/GiantWebs.cs rename to Projects/UOContent/Items/Addons/GiantWebs.cs diff --git a/Projects/Scripts/Items/Addons/GozaMats.cs b/Projects/UOContent/Items/Addons/GozaMats.cs similarity index 100% rename from Projects/Scripts/Items/Addons/GozaMats.cs rename to Projects/UOContent/Items/Addons/GozaMats.cs diff --git a/Projects/Scripts/Items/Addons/GrayBrickFireplaceEastAddon.cs b/Projects/UOContent/Items/Addons/GrayBrickFireplaceEastAddon.cs similarity index 100% rename from Projects/Scripts/Items/Addons/GrayBrickFireplaceEastAddon.cs rename to Projects/UOContent/Items/Addons/GrayBrickFireplaceEastAddon.cs diff --git a/Projects/Scripts/Items/Addons/GrayBrickFireplaceSouthAddon.cs b/Projects/UOContent/Items/Addons/GrayBrickFireplaceSouthAddon.cs similarity index 100% rename from Projects/Scripts/Items/Addons/GrayBrickFireplaceSouthAddon.cs rename to Projects/UOContent/Items/Addons/GrayBrickFireplaceSouthAddon.cs diff --git a/Projects/Scripts/Items/Addons/JackOLantern.cs b/Projects/UOContent/Items/Addons/JackOLantern.cs similarity index 100% rename from Projects/Scripts/Items/Addons/JackOLantern.cs rename to Projects/UOContent/Items/Addons/JackOLantern.cs diff --git a/Projects/Scripts/Items/Addons/LargeBedEastAddon.cs b/Projects/UOContent/Items/Addons/LargeBedEastAddon.cs similarity index 100% rename from Projects/Scripts/Items/Addons/LargeBedEastAddon.cs rename to Projects/UOContent/Items/Addons/LargeBedEastAddon.cs diff --git a/Projects/Scripts/Items/Addons/LargeBedSouthAddon.cs b/Projects/UOContent/Items/Addons/LargeBedSouthAddon.cs similarity index 100% rename from Projects/Scripts/Items/Addons/LargeBedSouthAddon.cs rename to Projects/UOContent/Items/Addons/LargeBedSouthAddon.cs diff --git a/Projects/Scripts/Items/Addons/LargeForgeEastAddon.cs b/Projects/UOContent/Items/Addons/LargeForgeEastAddon.cs similarity index 100% rename from Projects/Scripts/Items/Addons/LargeForgeEastAddon.cs rename to Projects/UOContent/Items/Addons/LargeForgeEastAddon.cs diff --git a/Projects/Scripts/Items/Addons/LargeForgeSouthAddon.cs b/Projects/UOContent/Items/Addons/LargeForgeSouthAddon.cs similarity index 100% rename from Projects/Scripts/Items/Addons/LargeForgeSouthAddon.cs rename to Projects/UOContent/Items/Addons/LargeForgeSouthAddon.cs diff --git a/Projects/Scripts/Items/Addons/LargeStoneTableEastAddon.cs b/Projects/UOContent/Items/Addons/LargeStoneTableEastAddon.cs similarity index 100% rename from Projects/Scripts/Items/Addons/LargeStoneTableEastAddon.cs rename to Projects/UOContent/Items/Addons/LargeStoneTableEastAddon.cs diff --git a/Projects/Scripts/Items/Addons/LargeStoneTableSouthAddon.cs b/Projects/UOContent/Items/Addons/LargeStoneTableSouthAddon.cs similarity index 100% rename from Projects/Scripts/Items/Addons/LargeStoneTableSouthAddon.cs rename to Projects/UOContent/Items/Addons/LargeStoneTableSouthAddon.cs diff --git a/Projects/Scripts/Items/Addons/LoomEastAddon.cs b/Projects/UOContent/Items/Addons/LoomEastAddon.cs similarity index 100% rename from Projects/Scripts/Items/Addons/LoomEastAddon.cs rename to Projects/UOContent/Items/Addons/LoomEastAddon.cs diff --git a/Projects/Scripts/Items/Addons/LoomSouthAddon.cs b/Projects/UOContent/Items/Addons/LoomSouthAddon.cs similarity index 100% rename from Projects/Scripts/Items/Addons/LoomSouthAddon.cs rename to Projects/UOContent/Items/Addons/LoomSouthAddon.cs diff --git a/Projects/Scripts/Items/Addons/MediumStoneTableEastAddon.cs b/Projects/UOContent/Items/Addons/MediumStoneTableEastAddon.cs similarity index 100% rename from Projects/Scripts/Items/Addons/MediumStoneTableEastAddon.cs rename to Projects/UOContent/Items/Addons/MediumStoneTableEastAddon.cs diff --git a/Projects/Scripts/Items/Addons/MediumStoneTableSouthAddon.cs b/Projects/UOContent/Items/Addons/MediumStoneTableSouthAddon.cs similarity index 100% rename from Projects/Scripts/Items/Addons/MediumStoneTableSouthAddon.cs rename to Projects/UOContent/Items/Addons/MediumStoneTableSouthAddon.cs diff --git a/Projects/Scripts/Items/Addons/OrnateElvenTableEastAddon.cs b/Projects/UOContent/Items/Addons/OrnateElvenTableEastAddon.cs similarity index 100% rename from Projects/Scripts/Items/Addons/OrnateElvenTableEastAddon.cs rename to Projects/UOContent/Items/Addons/OrnateElvenTableEastAddon.cs diff --git a/Projects/Scripts/Items/Addons/OrnateElvenTableSouthAddon.cs b/Projects/UOContent/Items/Addons/OrnateElvenTableSouthAddon.cs similarity index 100% rename from Projects/Scripts/Items/Addons/OrnateElvenTableSouthAddon.cs rename to Projects/UOContent/Items/Addons/OrnateElvenTableSouthAddon.cs diff --git a/Projects/Scripts/Items/Addons/ParrotPerchAddon.cs b/Projects/UOContent/Items/Addons/ParrotPerchAddon.cs similarity index 100% rename from Projects/Scripts/Items/Addons/ParrotPerchAddon.cs rename to Projects/UOContent/Items/Addons/ParrotPerchAddon.cs diff --git a/Projects/Scripts/Items/Addons/PentagramAddon.cs b/Projects/UOContent/Items/Addons/PentagramAddon.cs similarity index 100% rename from Projects/Scripts/Items/Addons/PentagramAddon.cs rename to Projects/UOContent/Items/Addons/PentagramAddon.cs diff --git a/Projects/Scripts/Items/Addons/PickpocketDips.cs b/Projects/UOContent/Items/Addons/PickpocketDips.cs similarity index 100% rename from Projects/Scripts/Items/Addons/PickpocketDips.cs rename to Projects/UOContent/Items/Addons/PickpocketDips.cs diff --git a/Projects/Scripts/Items/Addons/PyramidAddon.cs b/Projects/UOContent/Items/Addons/PyramidAddon.cs similarity index 100% rename from Projects/Scripts/Items/Addons/PyramidAddon.cs rename to Projects/UOContent/Items/Addons/PyramidAddon.cs diff --git a/Projects/Scripts/Items/Addons/RejuvinationAnkhs.cs b/Projects/UOContent/Items/Addons/RejuvinationAnkhs.cs similarity index 100% rename from Projects/Scripts/Items/Addons/RejuvinationAnkhs.cs rename to Projects/UOContent/Items/Addons/RejuvinationAnkhs.cs diff --git a/Projects/Scripts/Items/Addons/SHTeleporter.cs b/Projects/UOContent/Items/Addons/SHTeleporter.cs similarity index 100% rename from Projects/Scripts/Items/Addons/SHTeleporter.cs rename to Projects/UOContent/Items/Addons/SHTeleporter.cs diff --git a/Projects/Scripts/Items/Addons/SandstoneFireplaceEastAddon.cs b/Projects/UOContent/Items/Addons/SandstoneFireplaceEastAddon.cs similarity index 100% rename from Projects/Scripts/Items/Addons/SandstoneFireplaceEastAddon.cs rename to Projects/UOContent/Items/Addons/SandstoneFireplaceEastAddon.cs diff --git a/Projects/Scripts/Items/Addons/SandstoneFireplaceSouthAddon.cs b/Projects/UOContent/Items/Addons/SandstoneFireplaceSouthAddon.cs similarity index 100% rename from Projects/Scripts/Items/Addons/SandstoneFireplaceSouthAddon.cs rename to Projects/UOContent/Items/Addons/SandstoneFireplaceSouthAddon.cs diff --git a/Projects/Scripts/Items/Addons/SandstoneFountainAddon.cs b/Projects/UOContent/Items/Addons/SandstoneFountainAddon.cs similarity index 100% rename from Projects/Scripts/Items/Addons/SandstoneFountainAddon.cs rename to Projects/UOContent/Items/Addons/SandstoneFountainAddon.cs diff --git a/Projects/Scripts/Items/Addons/SerpentPillarAddon.cs b/Projects/UOContent/Items/Addons/SerpentPillarAddon.cs similarity index 100% rename from Projects/Scripts/Items/Addons/SerpentPillarAddon.cs rename to Projects/UOContent/Items/Addons/SerpentPillarAddon.cs diff --git a/Projects/Scripts/Items/Addons/ShrineOfWisdomAddon.cs b/Projects/UOContent/Items/Addons/ShrineOfWisdomAddon.cs similarity index 100% rename from Projects/Scripts/Items/Addons/ShrineOfWisdomAddon.cs rename to Projects/UOContent/Items/Addons/ShrineOfWisdomAddon.cs diff --git a/Projects/Scripts/Items/Addons/SkullPileAddon.cs b/Projects/UOContent/Items/Addons/SkullPileAddon.cs similarity index 100% rename from Projects/Scripts/Items/Addons/SkullPileAddon.cs rename to Projects/UOContent/Items/Addons/SkullPileAddon.cs diff --git a/Projects/Scripts/Items/Addons/SmallBedEastAddon.cs b/Projects/UOContent/Items/Addons/SmallBedEastAddon.cs similarity index 100% rename from Projects/Scripts/Items/Addons/SmallBedEastAddon.cs rename to Projects/UOContent/Items/Addons/SmallBedEastAddon.cs diff --git a/Projects/Scripts/Items/Addons/SmallBedSouthAddon.cs b/Projects/UOContent/Items/Addons/SmallBedSouthAddon.cs similarity index 100% rename from Projects/Scripts/Items/Addons/SmallBedSouthAddon.cs rename to Projects/UOContent/Items/Addons/SmallBedSouthAddon.cs diff --git a/Projects/Scripts/Items/Addons/SmallForgeAddon.cs b/Projects/UOContent/Items/Addons/SmallForgeAddon.cs similarity index 100% rename from Projects/Scripts/Items/Addons/SmallForgeAddon.cs rename to Projects/UOContent/Items/Addons/SmallForgeAddon.cs diff --git a/Projects/Scripts/Items/Addons/SolenAntHole.cs b/Projects/UOContent/Items/Addons/SolenAntHole.cs similarity index 100% rename from Projects/Scripts/Items/Addons/SolenAntHole.cs rename to Projects/UOContent/Items/Addons/SolenAntHole.cs diff --git a/Projects/Scripts/Items/Addons/SpinningwheelEastAddon.cs b/Projects/UOContent/Items/Addons/SpinningwheelEastAddon.cs similarity index 100% rename from Projects/Scripts/Items/Addons/SpinningwheelEastAddon.cs rename to Projects/UOContent/Items/Addons/SpinningwheelEastAddon.cs diff --git a/Projects/Scripts/Items/Addons/SpinningwheelSouthAddon.cs b/Projects/UOContent/Items/Addons/SpinningwheelSouthAddon.cs similarity index 100% rename from Projects/Scripts/Items/Addons/SpinningwheelSouthAddon.cs rename to Projects/UOContent/Items/Addons/SpinningwheelSouthAddon.cs diff --git a/Projects/Scripts/Items/Addons/SquirrelStatueEastAddon.cs b/Projects/UOContent/Items/Addons/SquirrelStatueEastAddon.cs similarity index 100% rename from Projects/Scripts/Items/Addons/SquirrelStatueEastAddon.cs rename to Projects/UOContent/Items/Addons/SquirrelStatueEastAddon.cs diff --git a/Projects/Scripts/Items/Addons/SquirrelStatueSouthAddon.cs b/Projects/UOContent/Items/Addons/SquirrelStatueSouthAddon.cs similarity index 100% rename from Projects/Scripts/Items/Addons/SquirrelStatueSouthAddon.cs rename to Projects/UOContent/Items/Addons/SquirrelStatueSouthAddon.cs diff --git a/Projects/Scripts/Items/Addons/StoneFireplaceEastAddon.cs b/Projects/UOContent/Items/Addons/StoneFireplaceEastAddon.cs similarity index 100% rename from Projects/Scripts/Items/Addons/StoneFireplaceEastAddon.cs rename to Projects/UOContent/Items/Addons/StoneFireplaceEastAddon.cs diff --git a/Projects/Scripts/Items/Addons/StoneFireplaceSouthAddon.cs b/Projects/UOContent/Items/Addons/StoneFireplaceSouthAddon.cs similarity index 100% rename from Projects/Scripts/Items/Addons/StoneFireplaceSouthAddon.cs rename to Projects/UOContent/Items/Addons/StoneFireplaceSouthAddon.cs diff --git a/Projects/Scripts/Items/Addons/StoneFountainAddon.cs b/Projects/UOContent/Items/Addons/StoneFountainAddon.cs similarity index 100% rename from Projects/Scripts/Items/Addons/StoneFountainAddon.cs rename to Projects/UOContent/Items/Addons/StoneFountainAddon.cs diff --git a/Projects/Scripts/Items/Addons/StoneOvenEastAddon.cs b/Projects/UOContent/Items/Addons/StoneOvenEastAddon.cs similarity index 100% rename from Projects/Scripts/Items/Addons/StoneOvenEastAddon.cs rename to Projects/UOContent/Items/Addons/StoneOvenEastAddon.cs diff --git a/Projects/Scripts/Items/Addons/StoneOvenSouthAddon.cs b/Projects/UOContent/Items/Addons/StoneOvenSouthAddon.cs similarity index 100% rename from Projects/Scripts/Items/Addons/StoneOvenSouthAddon.cs rename to Projects/UOContent/Items/Addons/StoneOvenSouthAddon.cs diff --git a/Projects/Scripts/Items/Addons/StretchedHides.cs b/Projects/UOContent/Items/Addons/StretchedHides.cs similarity index 100% rename from Projects/Scripts/Items/Addons/StretchedHides.cs rename to Projects/UOContent/Items/Addons/StretchedHides.cs diff --git a/Projects/Scripts/Items/Addons/TallElvenBedEastAddon.cs b/Projects/UOContent/Items/Addons/TallElvenBedEastAddon.cs similarity index 100% rename from Projects/Scripts/Items/Addons/TallElvenBedEastAddon.cs rename to Projects/UOContent/Items/Addons/TallElvenBedEastAddon.cs diff --git a/Projects/Scripts/Items/Addons/TallElvenBedSouthAddon.cs b/Projects/UOContent/Items/Addons/TallElvenBedSouthAddon.cs similarity index 100% rename from Projects/Scripts/Items/Addons/TallElvenBedSouthAddon.cs rename to Projects/UOContent/Items/Addons/TallElvenBedSouthAddon.cs diff --git a/Projects/Scripts/Items/Addons/Telescope.cs b/Projects/UOContent/Items/Addons/Telescope.cs similarity index 100% rename from Projects/Scripts/Items/Addons/Telescope.cs rename to Projects/UOContent/Items/Addons/Telescope.cs diff --git a/Projects/Scripts/Items/Addons/TrainingDummies.cs b/Projects/UOContent/Items/Addons/TrainingDummies.cs similarity index 100% rename from Projects/Scripts/Items/Addons/TrainingDummies.cs rename to Projects/UOContent/Items/Addons/TrainingDummies.cs diff --git a/Projects/Scripts/Items/Addons/WarriorStatueEastAddon.cs b/Projects/UOContent/Items/Addons/WarriorStatueEastAddon.cs similarity index 100% rename from Projects/Scripts/Items/Addons/WarriorStatueEastAddon.cs rename to Projects/UOContent/Items/Addons/WarriorStatueEastAddon.cs diff --git a/Projects/Scripts/Items/Addons/WarriorStatueSouthAddon.cs b/Projects/UOContent/Items/Addons/WarriorStatueSouthAddon.cs similarity index 100% rename from Projects/Scripts/Items/Addons/WarriorStatueSouthAddon.cs rename to Projects/UOContent/Items/Addons/WarriorStatueSouthAddon.cs diff --git a/Projects/Scripts/Items/Addons/WaterTroughEastAddon.cs b/Projects/UOContent/Items/Addons/WaterTroughEastAddon.cs similarity index 100% rename from Projects/Scripts/Items/Addons/WaterTroughEastAddon.cs rename to Projects/UOContent/Items/Addons/WaterTroughEastAddon.cs diff --git a/Projects/Scripts/Items/Addons/WaterTroughSouthAddon.cs b/Projects/UOContent/Items/Addons/WaterTroughSouthAddon.cs similarity index 100% rename from Projects/Scripts/Items/Addons/WaterTroughSouthAddon.cs rename to Projects/UOContent/Items/Addons/WaterTroughSouthAddon.cs diff --git a/Projects/Scripts/Items/Addons/WaterVat.cs b/Projects/UOContent/Items/Addons/WaterVat.cs similarity index 100% rename from Projects/Scripts/Items/Addons/WaterVat.cs rename to Projects/UOContent/Items/Addons/WaterVat.cs diff --git a/Projects/Scripts/Items/Aquarium/Aquarium.cs b/Projects/UOContent/Items/Aquarium/Aquarium.cs similarity index 100% rename from Projects/Scripts/Items/Aquarium/Aquarium.cs rename to Projects/UOContent/Items/Aquarium/Aquarium.cs diff --git a/Projects/Scripts/Items/Aquarium/AquariumFishingNet.cs b/Projects/UOContent/Items/Aquarium/AquariumFishingNet.cs similarity index 100% rename from Projects/Scripts/Items/Aquarium/AquariumFishingNet.cs rename to Projects/UOContent/Items/Aquarium/AquariumFishingNet.cs diff --git a/Projects/Scripts/Items/Aquarium/AquariumFood.cs b/Projects/UOContent/Items/Aquarium/AquariumFood.cs similarity index 100% rename from Projects/Scripts/Items/Aquarium/AquariumFood.cs rename to Projects/UOContent/Items/Aquarium/AquariumFood.cs diff --git a/Projects/Scripts/Items/Aquarium/AquariumGump.cs b/Projects/UOContent/Items/Aquarium/AquariumGump.cs similarity index 100% rename from Projects/Scripts/Items/Aquarium/AquariumGump.cs rename to Projects/UOContent/Items/Aquarium/AquariumGump.cs diff --git a/Projects/Scripts/Items/Aquarium/AquariumState.cs b/Projects/UOContent/Items/Aquarium/AquariumState.cs similarity index 100% rename from Projects/Scripts/Items/Aquarium/AquariumState.cs rename to Projects/UOContent/Items/Aquarium/AquariumState.cs diff --git a/Projects/Scripts/Items/Aquarium/BaseFish.cs b/Projects/UOContent/Items/Aquarium/BaseFish.cs similarity index 100% rename from Projects/Scripts/Items/Aquarium/BaseFish.cs rename to Projects/UOContent/Items/Aquarium/BaseFish.cs diff --git a/Projects/Scripts/Items/Aquarium/Fish/AlbinoCourtesanFish.cs b/Projects/UOContent/Items/Aquarium/Fish/AlbinoCourtesanFish.cs similarity index 100% rename from Projects/Scripts/Items/Aquarium/Fish/AlbinoCourtesanFish.cs rename to Projects/UOContent/Items/Aquarium/Fish/AlbinoCourtesanFish.cs diff --git a/Projects/Scripts/Items/Aquarium/Fish/AlbinoFrog.cs b/Projects/UOContent/Items/Aquarium/Fish/AlbinoFrog.cs similarity index 100% rename from Projects/Scripts/Items/Aquarium/Fish/AlbinoFrog.cs rename to Projects/UOContent/Items/Aquarium/Fish/AlbinoFrog.cs diff --git a/Projects/Scripts/Items/Aquarium/Fish/BritainCrownFish.cs b/Projects/UOContent/Items/Aquarium/Fish/BritainCrownFish.cs similarity index 100% rename from Projects/Scripts/Items/Aquarium/Fish/BritainCrownFish.cs rename to Projects/UOContent/Items/Aquarium/Fish/BritainCrownFish.cs diff --git a/Projects/Scripts/Items/Aquarium/Fish/FandancerFish.cs b/Projects/UOContent/Items/Aquarium/Fish/FandancerFish.cs similarity index 100% rename from Projects/Scripts/Items/Aquarium/Fish/FandancerFish.cs rename to Projects/UOContent/Items/Aquarium/Fish/FandancerFish.cs diff --git a/Projects/Scripts/Items/Aquarium/Fish/GoldenBroadtail.cs b/Projects/UOContent/Items/Aquarium/Fish/GoldenBroadtail.cs similarity index 100% rename from Projects/Scripts/Items/Aquarium/Fish/GoldenBroadtail.cs rename to Projects/UOContent/Items/Aquarium/Fish/GoldenBroadtail.cs diff --git a/Projects/Scripts/Items/Aquarium/Fish/Jellyfish.cs b/Projects/UOContent/Items/Aquarium/Fish/Jellyfish.cs similarity index 100% rename from Projects/Scripts/Items/Aquarium/Fish/Jellyfish.cs rename to Projects/UOContent/Items/Aquarium/Fish/Jellyfish.cs diff --git a/Projects/Scripts/Items/Aquarium/Fish/KillerFrog.cs b/Projects/UOContent/Items/Aquarium/Fish/KillerFrog.cs similarity index 100% rename from Projects/Scripts/Items/Aquarium/Fish/KillerFrog.cs rename to Projects/UOContent/Items/Aquarium/Fish/KillerFrog.cs diff --git a/Projects/Scripts/Items/Aquarium/Fish/LongClawCrab.cs b/Projects/UOContent/Items/Aquarium/Fish/LongClawCrab.cs similarity index 100% rename from Projects/Scripts/Items/Aquarium/Fish/LongClawCrab.cs rename to Projects/UOContent/Items/Aquarium/Fish/LongClawCrab.cs diff --git a/Projects/Scripts/Items/Aquarium/Fish/MakotoCourtesanFish.cs b/Projects/UOContent/Items/Aquarium/Fish/MakotoCourtesanFish.cs similarity index 100% rename from Projects/Scripts/Items/Aquarium/Fish/MakotoCourtesanFish.cs rename to Projects/UOContent/Items/Aquarium/Fish/MakotoCourtesanFish.cs diff --git a/Projects/Scripts/Items/Aquarium/Fish/MinocBlueFish.cs b/Projects/UOContent/Items/Aquarium/Fish/MinocBlueFish.cs similarity index 100% rename from Projects/Scripts/Items/Aquarium/Fish/MinocBlueFish.cs rename to Projects/UOContent/Items/Aquarium/Fish/MinocBlueFish.cs diff --git a/Projects/Scripts/Items/Aquarium/Fish/NujelmHoneyFish.cs b/Projects/UOContent/Items/Aquarium/Fish/NujelmHoneyFish.cs similarity index 100% rename from Projects/Scripts/Items/Aquarium/Fish/NujelmHoneyFish.cs rename to Projects/UOContent/Items/Aquarium/Fish/NujelmHoneyFish.cs diff --git a/Projects/Scripts/Items/Aquarium/Fish/PurpleFrog.cs b/Projects/UOContent/Items/Aquarium/Fish/PurpleFrog.cs similarity index 100% rename from Projects/Scripts/Items/Aquarium/Fish/PurpleFrog.cs rename to Projects/UOContent/Items/Aquarium/Fish/PurpleFrog.cs diff --git a/Projects/Scripts/Items/Aquarium/Fish/RedDartFish.cs b/Projects/UOContent/Items/Aquarium/Fish/RedDartFish.cs similarity index 100% rename from Projects/Scripts/Items/Aquarium/Fish/RedDartFish.cs rename to Projects/UOContent/Items/Aquarium/Fish/RedDartFish.cs diff --git a/Projects/Scripts/Items/Aquarium/Fish/Shrimp.cs b/Projects/UOContent/Items/Aquarium/Fish/Shrimp.cs similarity index 100% rename from Projects/Scripts/Items/Aquarium/Fish/Shrimp.cs rename to Projects/UOContent/Items/Aquarium/Fish/Shrimp.cs diff --git a/Projects/Scripts/Items/Aquarium/Fish/SmallMouthSuckerFin.cs b/Projects/UOContent/Items/Aquarium/Fish/SmallMouthSuckerFin.cs similarity index 100% rename from Projects/Scripts/Items/Aquarium/Fish/SmallMouthSuckerFin.cs rename to Projects/UOContent/Items/Aquarium/Fish/SmallMouthSuckerFin.cs diff --git a/Projects/Scripts/Items/Aquarium/Fish/SpeckledCrab.cs b/Projects/UOContent/Items/Aquarium/Fish/SpeckledCrab.cs similarity index 100% rename from Projects/Scripts/Items/Aquarium/Fish/SpeckledCrab.cs rename to Projects/UOContent/Items/Aquarium/Fish/SpeckledCrab.cs diff --git a/Projects/Scripts/Items/Aquarium/Fish/SpinedScratcherFish.cs b/Projects/UOContent/Items/Aquarium/Fish/SpinedScratcherFish.cs similarity index 100% rename from Projects/Scripts/Items/Aquarium/Fish/SpinedScratcherFish.cs rename to Projects/UOContent/Items/Aquarium/Fish/SpinedScratcherFish.cs diff --git a/Projects/Scripts/Items/Aquarium/Fish/SpottedBuccaneer.cs b/Projects/UOContent/Items/Aquarium/Fish/SpottedBuccaneer.cs similarity index 100% rename from Projects/Scripts/Items/Aquarium/Fish/SpottedBuccaneer.cs rename to Projects/UOContent/Items/Aquarium/Fish/SpottedBuccaneer.cs diff --git a/Projects/Scripts/Items/Aquarium/Fish/VesperReefTiger.cs b/Projects/UOContent/Items/Aquarium/Fish/VesperReefTiger.cs similarity index 100% rename from Projects/Scripts/Items/Aquarium/Fish/VesperReefTiger.cs rename to Projects/UOContent/Items/Aquarium/Fish/VesperReefTiger.cs diff --git a/Projects/Scripts/Items/Aquarium/Fish/YellowFinBluebelly.cs b/Projects/UOContent/Items/Aquarium/Fish/YellowFinBluebelly.cs similarity index 100% rename from Projects/Scripts/Items/Aquarium/Fish/YellowFinBluebelly.cs rename to Projects/UOContent/Items/Aquarium/Fish/YellowFinBluebelly.cs diff --git a/Projects/Scripts/Items/Aquarium/FishBowl.cs b/Projects/UOContent/Items/Aquarium/FishBowl.cs similarity index 100% rename from Projects/Scripts/Items/Aquarium/FishBowl.cs rename to Projects/UOContent/Items/Aquarium/FishBowl.cs diff --git a/Projects/Scripts/Items/Aquarium/Reward Fish/BrineShrimp.cs b/Projects/UOContent/Items/Aquarium/Reward Fish/BrineShrimp.cs similarity index 100% rename from Projects/Scripts/Items/Aquarium/Reward Fish/BrineShrimp.cs rename to Projects/UOContent/Items/Aquarium/Reward Fish/BrineShrimp.cs diff --git a/Projects/Scripts/Items/Aquarium/Reward Fish/Coral.cs b/Projects/UOContent/Items/Aquarium/Reward Fish/Coral.cs similarity index 100% rename from Projects/Scripts/Items/Aquarium/Reward Fish/Coral.cs rename to Projects/UOContent/Items/Aquarium/Reward Fish/Coral.cs diff --git a/Projects/Scripts/Items/Aquarium/Reward Fish/FullMoonFish.cs b/Projects/UOContent/Items/Aquarium/Reward Fish/FullMoonFish.cs similarity index 100% rename from Projects/Scripts/Items/Aquarium/Reward Fish/FullMoonFish.cs rename to Projects/UOContent/Items/Aquarium/Reward Fish/FullMoonFish.cs diff --git a/Projects/Scripts/Items/Aquarium/Reward Fish/SeaHorse.cs b/Projects/UOContent/Items/Aquarium/Reward Fish/SeaHorse.cs similarity index 100% rename from Projects/Scripts/Items/Aquarium/Reward Fish/SeaHorse.cs rename to Projects/UOContent/Items/Aquarium/Reward Fish/SeaHorse.cs diff --git a/Projects/Scripts/Items/Aquarium/Reward Fish/StrippedFlakeFish.cs b/Projects/UOContent/Items/Aquarium/Reward Fish/StrippedFlakeFish.cs similarity index 100% rename from Projects/Scripts/Items/Aquarium/Reward Fish/StrippedFlakeFish.cs rename to Projects/UOContent/Items/Aquarium/Reward Fish/StrippedFlakeFish.cs diff --git a/Projects/Scripts/Items/Aquarium/Reward Fish/StrippedSosarianSwill.cs b/Projects/UOContent/Items/Aquarium/Reward Fish/StrippedSosarianSwill.cs similarity index 100% rename from Projects/Scripts/Items/Aquarium/Reward Fish/StrippedSosarianSwill.cs rename to Projects/UOContent/Items/Aquarium/Reward Fish/StrippedSosarianSwill.cs diff --git a/Projects/Scripts/Items/Aquarium/Rewards/AquariumMessage.cs b/Projects/UOContent/Items/Aquarium/Rewards/AquariumMessage.cs similarity index 100% rename from Projects/Scripts/Items/Aquarium/Rewards/AquariumMessage.cs rename to Projects/UOContent/Items/Aquarium/Rewards/AquariumMessage.cs diff --git a/Projects/Scripts/Items/Aquarium/Rewards/CaptainBlackheartsFishingPole.cs b/Projects/UOContent/Items/Aquarium/Rewards/CaptainBlackheartsFishingPole.cs similarity index 100% rename from Projects/Scripts/Items/Aquarium/Rewards/CaptainBlackheartsFishingPole.cs rename to Projects/UOContent/Items/Aquarium/Rewards/CaptainBlackheartsFishingPole.cs diff --git a/Projects/Scripts/Items/Aquarium/Rewards/CraftysFishingHat.cs b/Projects/UOContent/Items/Aquarium/Rewards/CraftysFishingHat.cs similarity index 100% rename from Projects/Scripts/Items/Aquarium/Rewards/CraftysFishingHat.cs rename to Projects/UOContent/Items/Aquarium/Rewards/CraftysFishingHat.cs diff --git a/Projects/Scripts/Items/Aquarium/Rewards/FishBones.cs b/Projects/UOContent/Items/Aquarium/Rewards/FishBones.cs similarity index 100% rename from Projects/Scripts/Items/Aquarium/Rewards/FishBones.cs rename to Projects/UOContent/Items/Aquarium/Rewards/FishBones.cs diff --git a/Projects/Scripts/Items/Aquarium/Rewards/IslandStatue.cs b/Projects/UOContent/Items/Aquarium/Rewards/IslandStatue.cs similarity index 100% rename from Projects/Scripts/Items/Aquarium/Rewards/IslandStatue.cs rename to Projects/UOContent/Items/Aquarium/Rewards/IslandStatue.cs diff --git a/Projects/Scripts/Items/Aquarium/Rewards/Shell.cs b/Projects/UOContent/Items/Aquarium/Rewards/Shell.cs similarity index 100% rename from Projects/Scripts/Items/Aquarium/Rewards/Shell.cs rename to Projects/UOContent/Items/Aquarium/Rewards/Shell.cs diff --git a/Projects/Scripts/Items/Aquarium/Rewards/ToyBoat.cs b/Projects/UOContent/Items/Aquarium/Rewards/ToyBoat.cs similarity index 100% rename from Projects/Scripts/Items/Aquarium/Rewards/ToyBoat.cs rename to Projects/UOContent/Items/Aquarium/Rewards/ToyBoat.cs diff --git a/Projects/Scripts/Items/Aquarium/Rewards/WaterloggedBoots.cs b/Projects/UOContent/Items/Aquarium/Rewards/WaterloggedBoots.cs similarity index 100% rename from Projects/Scripts/Items/Aquarium/Rewards/WaterloggedBoots.cs rename to Projects/UOContent/Items/Aquarium/Rewards/WaterloggedBoots.cs diff --git a/Projects/Scripts/Items/Aquarium/VacationWafer.cs b/Projects/UOContent/Items/Aquarium/VacationWafer.cs similarity index 100% rename from Projects/Scripts/Items/Aquarium/VacationWafer.cs rename to Projects/UOContent/Items/Aquarium/VacationWafer.cs diff --git a/Projects/Scripts/Items/Armor/ArmorEnums.cs b/Projects/UOContent/Items/Armor/ArmorEnums.cs similarity index 100% rename from Projects/Scripts/Items/Armor/ArmorEnums.cs rename to Projects/UOContent/Items/Armor/ArmorEnums.cs diff --git a/Projects/Scripts/Items/Armor/Artifacts/ArmorOfFortune.cs b/Projects/UOContent/Items/Armor/Artifacts/ArmorOfFortune.cs similarity index 100% rename from Projects/Scripts/Items/Armor/Artifacts/ArmorOfFortune.cs rename to Projects/UOContent/Items/Armor/Artifacts/ArmorOfFortune.cs diff --git a/Projects/Scripts/Items/Armor/Artifacts/Craftable/BrambleCoat.cs b/Projects/UOContent/Items/Armor/Artifacts/Craftable/BrambleCoat.cs similarity index 100% rename from Projects/Scripts/Items/Armor/Artifacts/Craftable/BrambleCoat.cs rename to Projects/UOContent/Items/Armor/Artifacts/Craftable/BrambleCoat.cs diff --git a/Projects/Scripts/Items/Armor/Artifacts/Craftable/IronwoodCrown.cs b/Projects/UOContent/Items/Armor/Artifacts/Craftable/IronwoodCrown.cs similarity index 100% rename from Projects/Scripts/Items/Armor/Artifacts/Craftable/IronwoodCrown.cs rename to Projects/UOContent/Items/Armor/Artifacts/Craftable/IronwoodCrown.cs diff --git a/Projects/Scripts/Items/Armor/Artifacts/Craftable/SongWovenMantle.cs b/Projects/UOContent/Items/Armor/Artifacts/Craftable/SongWovenMantle.cs similarity index 100% rename from Projects/Scripts/Items/Armor/Artifacts/Craftable/SongWovenMantle.cs rename to Projects/UOContent/Items/Armor/Artifacts/Craftable/SongWovenMantle.cs diff --git a/Projects/Scripts/Items/Armor/Artifacts/Craftable/SpellWovenBritches.cs b/Projects/UOContent/Items/Armor/Artifacts/Craftable/SpellWovenBritches.cs similarity index 100% rename from Projects/Scripts/Items/Armor/Artifacts/Craftable/SpellWovenBritches.cs rename to Projects/UOContent/Items/Armor/Artifacts/Craftable/SpellWovenBritches.cs diff --git a/Projects/Scripts/Items/Armor/Artifacts/Craftable/StitchersMittens.cs b/Projects/UOContent/Items/Armor/Artifacts/Craftable/StitchersMittens.cs similarity index 100% rename from Projects/Scripts/Items/Armor/Artifacts/Craftable/StitchersMittens.cs rename to Projects/UOContent/Items/Armor/Artifacts/Craftable/StitchersMittens.cs diff --git a/Projects/Scripts/Items/Armor/Artifacts/GauntletsOfNobility.cs b/Projects/UOContent/Items/Armor/Artifacts/GauntletsOfNobility.cs similarity index 100% rename from Projects/Scripts/Items/Armor/Artifacts/GauntletsOfNobility.cs rename to Projects/UOContent/Items/Armor/Artifacts/GauntletsOfNobility.cs diff --git a/Projects/Scripts/Items/Armor/Artifacts/HelmOfInsight.cs b/Projects/UOContent/Items/Armor/Artifacts/HelmOfInsight.cs similarity index 100% rename from Projects/Scripts/Items/Armor/Artifacts/HelmOfInsight.cs rename to Projects/UOContent/Items/Armor/Artifacts/HelmOfInsight.cs diff --git a/Projects/Scripts/Items/Armor/Artifacts/HolyKnightsBreastplate.cs b/Projects/UOContent/Items/Armor/Artifacts/HolyKnightsBreastplate.cs similarity index 100% rename from Projects/Scripts/Items/Armor/Artifacts/HolyKnightsBreastplate.cs rename to Projects/UOContent/Items/Armor/Artifacts/HolyKnightsBreastplate.cs diff --git a/Projects/Scripts/Items/Armor/Artifacts/InquisitorsResolution.cs b/Projects/UOContent/Items/Armor/Artifacts/InquisitorsResolution.cs similarity index 100% rename from Projects/Scripts/Items/Armor/Artifacts/InquisitorsResolution.cs rename to Projects/UOContent/Items/Armor/Artifacts/InquisitorsResolution.cs diff --git a/Projects/Scripts/Items/Armor/Artifacts/JackalsCollar.cs b/Projects/UOContent/Items/Armor/Artifacts/JackalsCollar.cs similarity index 100% rename from Projects/Scripts/Items/Armor/Artifacts/JackalsCollar.cs rename to Projects/UOContent/Items/Armor/Artifacts/JackalsCollar.cs diff --git a/Projects/Scripts/Items/Armor/Artifacts/LeggingsOfBane.cs b/Projects/UOContent/Items/Armor/Artifacts/LeggingsOfBane.cs similarity index 100% rename from Projects/Scripts/Items/Armor/Artifacts/LeggingsOfBane.cs rename to Projects/UOContent/Items/Armor/Artifacts/LeggingsOfBane.cs diff --git a/Projects/Scripts/Items/Armor/Artifacts/MidnightBracers.cs b/Projects/UOContent/Items/Armor/Artifacts/MidnightBracers.cs similarity index 100% rename from Projects/Scripts/Items/Armor/Artifacts/MidnightBracers.cs rename to Projects/UOContent/Items/Armor/Artifacts/MidnightBracers.cs diff --git a/Projects/Scripts/Items/Armor/Artifacts/OrnateCrownOfTheHarrower.cs b/Projects/UOContent/Items/Armor/Artifacts/OrnateCrownOfTheHarrower.cs similarity index 100% rename from Projects/Scripts/Items/Armor/Artifacts/OrnateCrownOfTheHarrower.cs rename to Projects/UOContent/Items/Armor/Artifacts/OrnateCrownOfTheHarrower.cs diff --git a/Projects/Scripts/Items/Armor/Artifacts/ShadowDancerLeggings.cs b/Projects/UOContent/Items/Armor/Artifacts/ShadowDancerLeggings.cs similarity index 100% rename from Projects/Scripts/Items/Armor/Artifacts/ShadowDancerLeggings.cs rename to Projects/UOContent/Items/Armor/Artifacts/ShadowDancerLeggings.cs diff --git a/Projects/Scripts/Items/Armor/Artifacts/TunicOfFire.cs b/Projects/UOContent/Items/Armor/Artifacts/TunicOfFire.cs similarity index 100% rename from Projects/Scripts/Items/Armor/Artifacts/TunicOfFire.cs rename to Projects/UOContent/Items/Armor/Artifacts/TunicOfFire.cs diff --git a/Projects/Scripts/Items/Armor/Artifacts/VoiceOfTheFallenKing.cs b/Projects/UOContent/Items/Armor/Artifacts/VoiceOfTheFallenKing.cs similarity index 100% rename from Projects/Scripts/Items/Armor/Artifacts/VoiceOfTheFallenKing.cs rename to Projects/UOContent/Items/Armor/Artifacts/VoiceOfTheFallenKing.cs diff --git a/Projects/Scripts/Items/Armor/BaseArmor.cs b/Projects/UOContent/Items/Armor/BaseArmor.cs similarity index 100% rename from Projects/Scripts/Items/Armor/BaseArmor.cs rename to Projects/UOContent/Items/Armor/BaseArmor.cs diff --git a/Projects/Scripts/Items/Armor/Bone/BoneArms.cs b/Projects/UOContent/Items/Armor/Bone/BoneArms.cs similarity index 100% rename from Projects/Scripts/Items/Armor/Bone/BoneArms.cs rename to Projects/UOContent/Items/Armor/Bone/BoneArms.cs diff --git a/Projects/Scripts/Items/Armor/Bone/BoneChest.cs b/Projects/UOContent/Items/Armor/Bone/BoneChest.cs similarity index 100% rename from Projects/Scripts/Items/Armor/Bone/BoneChest.cs rename to Projects/UOContent/Items/Armor/Bone/BoneChest.cs diff --git a/Projects/Scripts/Items/Armor/Bone/BoneGloves.cs b/Projects/UOContent/Items/Armor/Bone/BoneGloves.cs similarity index 100% rename from Projects/Scripts/Items/Armor/Bone/BoneGloves.cs rename to Projects/UOContent/Items/Armor/Bone/BoneGloves.cs diff --git a/Projects/Scripts/Items/Armor/Bone/BoneLegs.cs b/Projects/UOContent/Items/Armor/Bone/BoneLegs.cs similarity index 100% rename from Projects/Scripts/Items/Armor/Bone/BoneLegs.cs rename to Projects/UOContent/Items/Armor/Bone/BoneLegs.cs diff --git a/Projects/Scripts/Items/Armor/Chain/ChainChest.cs b/Projects/UOContent/Items/Armor/Chain/ChainChest.cs similarity index 100% rename from Projects/Scripts/Items/Armor/Chain/ChainChest.cs rename to Projects/UOContent/Items/Armor/Chain/ChainChest.cs diff --git a/Projects/Scripts/Items/Armor/Chain/ChainHatsuburi.cs b/Projects/UOContent/Items/Armor/Chain/ChainHatsuburi.cs similarity index 100% rename from Projects/Scripts/Items/Armor/Chain/ChainHatsuburi.cs rename to Projects/UOContent/Items/Armor/Chain/ChainHatsuburi.cs diff --git a/Projects/Scripts/Items/Armor/Chain/ChainLegs.cs b/Projects/UOContent/Items/Armor/Chain/ChainLegs.cs similarity index 100% rename from Projects/Scripts/Items/Armor/Chain/ChainLegs.cs rename to Projects/UOContent/Items/Armor/Chain/ChainLegs.cs diff --git a/Projects/Scripts/Items/Armor/DaemonBone/DaemonArms.cs b/Projects/UOContent/Items/Armor/DaemonBone/DaemonArms.cs similarity index 100% rename from Projects/Scripts/Items/Armor/DaemonBone/DaemonArms.cs rename to Projects/UOContent/Items/Armor/DaemonBone/DaemonArms.cs diff --git a/Projects/Scripts/Items/Armor/DaemonBone/DaemonChest.cs b/Projects/UOContent/Items/Armor/DaemonBone/DaemonChest.cs similarity index 100% rename from Projects/Scripts/Items/Armor/DaemonBone/DaemonChest.cs rename to Projects/UOContent/Items/Armor/DaemonBone/DaemonChest.cs diff --git a/Projects/Scripts/Items/Armor/DaemonBone/DaemonGloves.cs b/Projects/UOContent/Items/Armor/DaemonBone/DaemonGloves.cs similarity index 100% rename from Projects/Scripts/Items/Armor/DaemonBone/DaemonGloves.cs rename to Projects/UOContent/Items/Armor/DaemonBone/DaemonGloves.cs diff --git a/Projects/Scripts/Items/Armor/DaemonBone/DaemonLegs.cs b/Projects/UOContent/Items/Armor/DaemonBone/DaemonLegs.cs similarity index 100% rename from Projects/Scripts/Items/Armor/DaemonBone/DaemonLegs.cs rename to Projects/UOContent/Items/Armor/DaemonBone/DaemonLegs.cs diff --git a/Projects/Scripts/Items/Armor/Dragon/DragonArms.cs b/Projects/UOContent/Items/Armor/Dragon/DragonArms.cs similarity index 100% rename from Projects/Scripts/Items/Armor/Dragon/DragonArms.cs rename to Projects/UOContent/Items/Armor/Dragon/DragonArms.cs diff --git a/Projects/Scripts/Items/Armor/Dragon/DragonChest.cs b/Projects/UOContent/Items/Armor/Dragon/DragonChest.cs similarity index 100% rename from Projects/Scripts/Items/Armor/Dragon/DragonChest.cs rename to Projects/UOContent/Items/Armor/Dragon/DragonChest.cs diff --git a/Projects/Scripts/Items/Armor/Dragon/DragonGloves.cs b/Projects/UOContent/Items/Armor/Dragon/DragonGloves.cs similarity index 100% rename from Projects/Scripts/Items/Armor/Dragon/DragonGloves.cs rename to Projects/UOContent/Items/Armor/Dragon/DragonGloves.cs diff --git a/Projects/Scripts/Items/Armor/Dragon/DragonHelm.cs b/Projects/UOContent/Items/Armor/Dragon/DragonHelm.cs similarity index 100% rename from Projects/Scripts/Items/Armor/Dragon/DragonHelm.cs rename to Projects/UOContent/Items/Armor/Dragon/DragonHelm.cs diff --git a/Projects/Scripts/Items/Armor/Dragon/DragonLegs.cs b/Projects/UOContent/Items/Armor/Dragon/DragonLegs.cs similarity index 100% rename from Projects/Scripts/Items/Armor/Dragon/DragonLegs.cs rename to Projects/UOContent/Items/Armor/Dragon/DragonLegs.cs diff --git a/Projects/Scripts/Items/Armor/Glasses/AnthropomorphistGlasses.cs b/Projects/UOContent/Items/Armor/Glasses/AnthropomorphistGlasses.cs similarity index 100% rename from Projects/Scripts/Items/Armor/Glasses/AnthropomorphistGlasses.cs rename to Projects/UOContent/Items/Armor/Glasses/AnthropomorphistGlasses.cs diff --git a/Projects/Scripts/Items/Armor/Glasses/ArtsGlasses.cs b/Projects/UOContent/Items/Armor/Glasses/ArtsGlasses.cs similarity index 100% rename from Projects/Scripts/Items/Armor/Glasses/ArtsGlasses.cs rename to Projects/UOContent/Items/Armor/Glasses/ArtsGlasses.cs diff --git a/Projects/Scripts/Items/Armor/Glasses/ElvenGlasses.cs b/Projects/UOContent/Items/Armor/Glasses/ElvenGlasses.cs similarity index 100% rename from Projects/Scripts/Items/Armor/Glasses/ElvenGlasses.cs rename to Projects/UOContent/Items/Armor/Glasses/ElvenGlasses.cs diff --git a/Projects/Scripts/Items/Armor/Glasses/FoldedSteelGlasses.cs b/Projects/UOContent/Items/Armor/Glasses/FoldedSteelGlasses.cs similarity index 100% rename from Projects/Scripts/Items/Armor/Glasses/FoldedSteelGlasses.cs rename to Projects/UOContent/Items/Armor/Glasses/FoldedSteelGlasses.cs diff --git a/Projects/Scripts/Items/Armor/Glasses/LightOfWayGlasses.cs b/Projects/UOContent/Items/Armor/Glasses/LightOfWayGlasses.cs similarity index 100% rename from Projects/Scripts/Items/Armor/Glasses/LightOfWayGlasses.cs rename to Projects/UOContent/Items/Armor/Glasses/LightOfWayGlasses.cs diff --git a/Projects/Scripts/Items/Armor/Glasses/LyricalGlasses.cs b/Projects/UOContent/Items/Armor/Glasses/LyricalGlasses.cs similarity index 100% rename from Projects/Scripts/Items/Armor/Glasses/LyricalGlasses.cs rename to Projects/UOContent/Items/Armor/Glasses/LyricalGlasses.cs diff --git a/Projects/Scripts/Items/Armor/Glasses/MaceShieldGlasses.cs b/Projects/UOContent/Items/Armor/Glasses/MaceShieldGlasses.cs similarity index 100% rename from Projects/Scripts/Items/Armor/Glasses/MaceShieldGlasses.cs rename to Projects/UOContent/Items/Armor/Glasses/MaceShieldGlasses.cs diff --git a/Projects/Scripts/Items/Armor/Glasses/MaritimeGlasses.cs b/Projects/UOContent/Items/Armor/Glasses/MaritimeGlasses.cs similarity index 100% rename from Projects/Scripts/Items/Armor/Glasses/MaritimeGlasses.cs rename to Projects/UOContent/Items/Armor/Glasses/MaritimeGlasses.cs diff --git a/Projects/Scripts/Items/Armor/Glasses/NecromanticGlasses.cs b/Projects/UOContent/Items/Armor/Glasses/NecromanticGlasses.cs similarity index 100% rename from Projects/Scripts/Items/Armor/Glasses/NecromanticGlasses.cs rename to Projects/UOContent/Items/Armor/Glasses/NecromanticGlasses.cs diff --git a/Projects/Scripts/Items/Armor/Glasses/PoisonedGlasses.cs b/Projects/UOContent/Items/Armor/Glasses/PoisonedGlasses.cs similarity index 100% rename from Projects/Scripts/Items/Armor/Glasses/PoisonedGlasses.cs rename to Projects/UOContent/Items/Armor/Glasses/PoisonedGlasses.cs diff --git a/Projects/Scripts/Items/Armor/Glasses/TradeGlasses.cs b/Projects/UOContent/Items/Armor/Glasses/TradeGlasses.cs similarity index 100% rename from Projects/Scripts/Items/Armor/Glasses/TradeGlasses.cs rename to Projects/UOContent/Items/Armor/Glasses/TradeGlasses.cs diff --git a/Projects/Scripts/Items/Armor/Glasses/TreasureTrinketGlasses.cs b/Projects/UOContent/Items/Armor/Glasses/TreasureTrinketGlasses.cs similarity index 100% rename from Projects/Scripts/Items/Armor/Glasses/TreasureTrinketGlasses.cs rename to Projects/UOContent/Items/Armor/Glasses/TreasureTrinketGlasses.cs diff --git a/Projects/Scripts/Items/Armor/Glasses/WizardsGlasses.cs b/Projects/UOContent/Items/Armor/Glasses/WizardsGlasses.cs similarity index 100% rename from Projects/Scripts/Items/Armor/Glasses/WizardsGlasses.cs rename to Projects/UOContent/Items/Armor/Glasses/WizardsGlasses.cs diff --git a/Projects/Scripts/Items/Armor/Helmets/Bascinet.cs b/Projects/UOContent/Items/Armor/Helmets/Bascinet.cs similarity index 100% rename from Projects/Scripts/Items/Armor/Helmets/Bascinet.cs rename to Projects/UOContent/Items/Armor/Helmets/Bascinet.cs diff --git a/Projects/Scripts/Items/Armor/Helmets/BoneHelm.cs b/Projects/UOContent/Items/Armor/Helmets/BoneHelm.cs similarity index 100% rename from Projects/Scripts/Items/Armor/Helmets/BoneHelm.cs rename to Projects/UOContent/Items/Armor/Helmets/BoneHelm.cs diff --git a/Projects/Scripts/Items/Armor/Helmets/ChainCoif.cs b/Projects/UOContent/Items/Armor/Helmets/ChainCoif.cs similarity index 100% rename from Projects/Scripts/Items/Armor/Helmets/ChainCoif.cs rename to Projects/UOContent/Items/Armor/Helmets/ChainCoif.cs diff --git a/Projects/Scripts/Items/Armor/Helmets/Circlet.cs b/Projects/UOContent/Items/Armor/Helmets/Circlet.cs similarity index 100% rename from Projects/Scripts/Items/Armor/Helmets/Circlet.cs rename to Projects/UOContent/Items/Armor/Helmets/Circlet.cs diff --git a/Projects/Scripts/Items/Armor/Helmets/CloseHelm.cs b/Projects/UOContent/Items/Armor/Helmets/CloseHelm.cs similarity index 100% rename from Projects/Scripts/Items/Armor/Helmets/CloseHelm.cs rename to Projects/UOContent/Items/Armor/Helmets/CloseHelm.cs diff --git a/Projects/Scripts/Items/Armor/Helmets/DaemonHelm.cs b/Projects/UOContent/Items/Armor/Helmets/DaemonHelm.cs similarity index 100% rename from Projects/Scripts/Items/Armor/Helmets/DaemonHelm.cs rename to Projects/UOContent/Items/Armor/Helmets/DaemonHelm.cs diff --git a/Projects/Scripts/Items/Armor/Helmets/GemmedCirclet.cs b/Projects/UOContent/Items/Armor/Helmets/GemmedCirclet.cs similarity index 100% rename from Projects/Scripts/Items/Armor/Helmets/GemmedCirclet.cs rename to Projects/UOContent/Items/Armor/Helmets/GemmedCirclet.cs diff --git a/Projects/Scripts/Items/Armor/Helmets/Helmet.cs b/Projects/UOContent/Items/Armor/Helmets/Helmet.cs similarity index 100% rename from Projects/Scripts/Items/Armor/Helmets/Helmet.cs rename to Projects/UOContent/Items/Armor/Helmets/Helmet.cs diff --git a/Projects/Scripts/Items/Armor/Helmets/LeatherCap.cs b/Projects/UOContent/Items/Armor/Helmets/LeatherCap.cs similarity index 100% rename from Projects/Scripts/Items/Armor/Helmets/LeatherCap.cs rename to Projects/UOContent/Items/Armor/Helmets/LeatherCap.cs diff --git a/Projects/Scripts/Items/Armor/Helmets/NorseHelm.cs b/Projects/UOContent/Items/Armor/Helmets/NorseHelm.cs similarity index 100% rename from Projects/Scripts/Items/Armor/Helmets/NorseHelm.cs rename to Projects/UOContent/Items/Armor/Helmets/NorseHelm.cs diff --git a/Projects/Scripts/Items/Armor/Helmets/OrcHelm.cs b/Projects/UOContent/Items/Armor/Helmets/OrcHelm.cs similarity index 100% rename from Projects/Scripts/Items/Armor/Helmets/OrcHelm.cs rename to Projects/UOContent/Items/Armor/Helmets/OrcHelm.cs diff --git a/Projects/Scripts/Items/Armor/Helmets/PlateHelm.cs b/Projects/UOContent/Items/Armor/Helmets/PlateHelm.cs similarity index 100% rename from Projects/Scripts/Items/Armor/Helmets/PlateHelm.cs rename to Projects/UOContent/Items/Armor/Helmets/PlateHelm.cs diff --git a/Projects/Scripts/Items/Armor/Helmets/RavenHelm.cs b/Projects/UOContent/Items/Armor/Helmets/RavenHelm.cs similarity index 100% rename from Projects/Scripts/Items/Armor/Helmets/RavenHelm.cs rename to Projects/UOContent/Items/Armor/Helmets/RavenHelm.cs diff --git a/Projects/Scripts/Items/Armor/Helmets/RoyalCirclet.cs b/Projects/UOContent/Items/Armor/Helmets/RoyalCirclet.cs similarity index 100% rename from Projects/Scripts/Items/Armor/Helmets/RoyalCirclet.cs rename to Projects/UOContent/Items/Armor/Helmets/RoyalCirclet.cs diff --git a/Projects/Scripts/Items/Armor/Helmets/VultureHelm.cs b/Projects/UOContent/Items/Armor/Helmets/VultureHelm.cs similarity index 100% rename from Projects/Scripts/Items/Armor/Helmets/VultureHelm.cs rename to Projects/UOContent/Items/Armor/Helmets/VultureHelm.cs diff --git a/Projects/Scripts/Items/Armor/Helmets/WingedHelm.cs b/Projects/UOContent/Items/Armor/Helmets/WingedHelm.cs similarity index 100% rename from Projects/Scripts/Items/Armor/Helmets/WingedHelm.cs rename to Projects/UOContent/Items/Armor/Helmets/WingedHelm.cs diff --git a/Projects/Scripts/Items/Armor/Leather/FemaleLeafChest.cs b/Projects/UOContent/Items/Armor/Leather/FemaleLeafChest.cs similarity index 100% rename from Projects/Scripts/Items/Armor/Leather/FemaleLeafChest.cs rename to Projects/UOContent/Items/Armor/Leather/FemaleLeafChest.cs diff --git a/Projects/Scripts/Items/Armor/Leather/FemaleLeatherChest.cs b/Projects/UOContent/Items/Armor/Leather/FemaleLeatherChest.cs similarity index 100% rename from Projects/Scripts/Items/Armor/Leather/FemaleLeatherChest.cs rename to Projects/UOContent/Items/Armor/Leather/FemaleLeatherChest.cs diff --git a/Projects/Scripts/Items/Armor/Leather/LeafArms.cs b/Projects/UOContent/Items/Armor/Leather/LeafArms.cs similarity index 100% rename from Projects/Scripts/Items/Armor/Leather/LeafArms.cs rename to Projects/UOContent/Items/Armor/Leather/LeafArms.cs diff --git a/Projects/Scripts/Items/Armor/Leather/LeafChest.cs b/Projects/UOContent/Items/Armor/Leather/LeafChest.cs similarity index 100% rename from Projects/Scripts/Items/Armor/Leather/LeafChest.cs rename to Projects/UOContent/Items/Armor/Leather/LeafChest.cs diff --git a/Projects/Scripts/Items/Armor/Leather/LeafGloves.cs b/Projects/UOContent/Items/Armor/Leather/LeafGloves.cs similarity index 100% rename from Projects/Scripts/Items/Armor/Leather/LeafGloves.cs rename to Projects/UOContent/Items/Armor/Leather/LeafGloves.cs diff --git a/Projects/Scripts/Items/Armor/Leather/LeafGorget.cs b/Projects/UOContent/Items/Armor/Leather/LeafGorget.cs similarity index 100% rename from Projects/Scripts/Items/Armor/Leather/LeafGorget.cs rename to Projects/UOContent/Items/Armor/Leather/LeafGorget.cs diff --git a/Projects/Scripts/Items/Armor/Leather/LeafLegs.cs b/Projects/UOContent/Items/Armor/Leather/LeafLegs.cs similarity index 100% rename from Projects/Scripts/Items/Armor/Leather/LeafLegs.cs rename to Projects/UOContent/Items/Armor/Leather/LeafLegs.cs diff --git a/Projects/Scripts/Items/Armor/Leather/LeafTonlet.cs b/Projects/UOContent/Items/Armor/Leather/LeafTonlet.cs similarity index 100% rename from Projects/Scripts/Items/Armor/Leather/LeafTonlet.cs rename to Projects/UOContent/Items/Armor/Leather/LeafTonlet.cs diff --git a/Projects/Scripts/Items/Armor/Leather/LeatherArms.cs b/Projects/UOContent/Items/Armor/Leather/LeatherArms.cs similarity index 100% rename from Projects/Scripts/Items/Armor/Leather/LeatherArms.cs rename to Projects/UOContent/Items/Armor/Leather/LeatherArms.cs diff --git a/Projects/Scripts/Items/Armor/Leather/LeatherBustierArms.cs b/Projects/UOContent/Items/Armor/Leather/LeatherBustierArms.cs similarity index 100% rename from Projects/Scripts/Items/Armor/Leather/LeatherBustierArms.cs rename to Projects/UOContent/Items/Armor/Leather/LeatherBustierArms.cs diff --git a/Projects/Scripts/Items/Armor/Leather/LeatherChest.cs b/Projects/UOContent/Items/Armor/Leather/LeatherChest.cs similarity index 100% rename from Projects/Scripts/Items/Armor/Leather/LeatherChest.cs rename to Projects/UOContent/Items/Armor/Leather/LeatherChest.cs diff --git a/Projects/Scripts/Items/Armor/Leather/LeatherDo.cs b/Projects/UOContent/Items/Armor/Leather/LeatherDo.cs similarity index 100% rename from Projects/Scripts/Items/Armor/Leather/LeatherDo.cs rename to Projects/UOContent/Items/Armor/Leather/LeatherDo.cs diff --git a/Projects/Scripts/Items/Armor/Leather/LeatherGloves.cs b/Projects/UOContent/Items/Armor/Leather/LeatherGloves.cs similarity index 100% rename from Projects/Scripts/Items/Armor/Leather/LeatherGloves.cs rename to Projects/UOContent/Items/Armor/Leather/LeatherGloves.cs diff --git a/Projects/Scripts/Items/Armor/Leather/LeatherGorget.cs b/Projects/UOContent/Items/Armor/Leather/LeatherGorget.cs similarity index 100% rename from Projects/Scripts/Items/Armor/Leather/LeatherGorget.cs rename to Projects/UOContent/Items/Armor/Leather/LeatherGorget.cs diff --git a/Projects/Scripts/Items/Armor/Leather/LeatherHaidate.cs b/Projects/UOContent/Items/Armor/Leather/LeatherHaidate.cs similarity index 100% rename from Projects/Scripts/Items/Armor/Leather/LeatherHaidate.cs rename to Projects/UOContent/Items/Armor/Leather/LeatherHaidate.cs diff --git a/Projects/Scripts/Items/Armor/Leather/LeatherHiroSode.cs b/Projects/UOContent/Items/Armor/Leather/LeatherHiroSode.cs similarity index 100% rename from Projects/Scripts/Items/Armor/Leather/LeatherHiroSode.cs rename to Projects/UOContent/Items/Armor/Leather/LeatherHiroSode.cs diff --git a/Projects/Scripts/Items/Armor/Leather/LeatherJingasa.cs b/Projects/UOContent/Items/Armor/Leather/LeatherJingasa.cs similarity index 100% rename from Projects/Scripts/Items/Armor/Leather/LeatherJingasa.cs rename to Projects/UOContent/Items/Armor/Leather/LeatherJingasa.cs diff --git a/Projects/Scripts/Items/Armor/Leather/LeatherLegs.cs b/Projects/UOContent/Items/Armor/Leather/LeatherLegs.cs similarity index 100% rename from Projects/Scripts/Items/Armor/Leather/LeatherLegs.cs rename to Projects/UOContent/Items/Armor/Leather/LeatherLegs.cs diff --git a/Projects/Scripts/Items/Armor/Leather/LeatherMempo.cs b/Projects/UOContent/Items/Armor/Leather/LeatherMempo.cs similarity index 100% rename from Projects/Scripts/Items/Armor/Leather/LeatherMempo.cs rename to Projects/UOContent/Items/Armor/Leather/LeatherMempo.cs diff --git a/Projects/Scripts/Items/Armor/Leather/LeatherNinjaHood.cs b/Projects/UOContent/Items/Armor/Leather/LeatherNinjaHood.cs similarity index 100% rename from Projects/Scripts/Items/Armor/Leather/LeatherNinjaHood.cs rename to Projects/UOContent/Items/Armor/Leather/LeatherNinjaHood.cs diff --git a/Projects/Scripts/Items/Armor/Leather/LeatherNinjaJacket.cs b/Projects/UOContent/Items/Armor/Leather/LeatherNinjaJacket.cs similarity index 100% rename from Projects/Scripts/Items/Armor/Leather/LeatherNinjaJacket.cs rename to Projects/UOContent/Items/Armor/Leather/LeatherNinjaJacket.cs diff --git a/Projects/Scripts/Items/Armor/Leather/LeatherNinjaMitts.cs b/Projects/UOContent/Items/Armor/Leather/LeatherNinjaMitts.cs similarity index 100% rename from Projects/Scripts/Items/Armor/Leather/LeatherNinjaMitts.cs rename to Projects/UOContent/Items/Armor/Leather/LeatherNinjaMitts.cs diff --git a/Projects/Scripts/Items/Armor/Leather/LeatherNinjaPants.cs b/Projects/UOContent/Items/Armor/Leather/LeatherNinjaPants.cs similarity index 100% rename from Projects/Scripts/Items/Armor/Leather/LeatherNinjaPants.cs rename to Projects/UOContent/Items/Armor/Leather/LeatherNinjaPants.cs diff --git a/Projects/Scripts/Items/Armor/Leather/LeatherShorts.cs b/Projects/UOContent/Items/Armor/Leather/LeatherShorts.cs similarity index 100% rename from Projects/Scripts/Items/Armor/Leather/LeatherShorts.cs rename to Projects/UOContent/Items/Armor/Leather/LeatherShorts.cs diff --git a/Projects/Scripts/Items/Armor/Leather/LeatherSkirt.cs b/Projects/UOContent/Items/Armor/Leather/LeatherSkirt.cs similarity index 100% rename from Projects/Scripts/Items/Armor/Leather/LeatherSkirt.cs rename to Projects/UOContent/Items/Armor/Leather/LeatherSkirt.cs diff --git a/Projects/Scripts/Items/Armor/Leather/LeatherSuneate.cs b/Projects/UOContent/Items/Armor/Leather/LeatherSuneate.cs similarity index 100% rename from Projects/Scripts/Items/Armor/Leather/LeatherSuneate.cs rename to Projects/UOContent/Items/Armor/Leather/LeatherSuneate.cs diff --git a/Projects/Scripts/Items/Armor/Plate/DecorativePlateKabuto.cs b/Projects/UOContent/Items/Armor/Plate/DecorativePlateKabuto.cs similarity index 100% rename from Projects/Scripts/Items/Armor/Plate/DecorativePlateKabuto.cs rename to Projects/UOContent/Items/Armor/Plate/DecorativePlateKabuto.cs diff --git a/Projects/Scripts/Items/Armor/Plate/FemalePlateChest.cs b/Projects/UOContent/Items/Armor/Plate/FemalePlateChest.cs similarity index 100% rename from Projects/Scripts/Items/Armor/Plate/FemalePlateChest.cs rename to Projects/UOContent/Items/Armor/Plate/FemalePlateChest.cs diff --git a/Projects/Scripts/Items/Armor/Plate/FemaleWoodlandChest.cs b/Projects/UOContent/Items/Armor/Plate/FemaleWoodlandChest.cs similarity index 100% rename from Projects/Scripts/Items/Armor/Plate/FemaleWoodlandChest.cs rename to Projects/UOContent/Items/Armor/Plate/FemaleWoodlandChest.cs diff --git a/Projects/Scripts/Items/Armor/Plate/HeavyPlateJingasa.cs b/Projects/UOContent/Items/Armor/Plate/HeavyPlateJingasa.cs similarity index 100% rename from Projects/Scripts/Items/Armor/Plate/HeavyPlateJingasa.cs rename to Projects/UOContent/Items/Armor/Plate/HeavyPlateJingasa.cs diff --git a/Projects/Scripts/Items/Armor/Plate/LightPlateJingasa.cs b/Projects/UOContent/Items/Armor/Plate/LightPlateJingasa.cs similarity index 100% rename from Projects/Scripts/Items/Armor/Plate/LightPlateJingasa.cs rename to Projects/UOContent/Items/Armor/Plate/LightPlateJingasa.cs diff --git a/Projects/Scripts/Items/Armor/Plate/PlateArms.cs b/Projects/UOContent/Items/Armor/Plate/PlateArms.cs similarity index 100% rename from Projects/Scripts/Items/Armor/Plate/PlateArms.cs rename to Projects/UOContent/Items/Armor/Plate/PlateArms.cs diff --git a/Projects/Scripts/Items/Armor/Plate/PlateBattleKabuto.cs b/Projects/UOContent/Items/Armor/Plate/PlateBattleKabuto.cs similarity index 100% rename from Projects/Scripts/Items/Armor/Plate/PlateBattleKabuto.cs rename to Projects/UOContent/Items/Armor/Plate/PlateBattleKabuto.cs diff --git a/Projects/Scripts/Items/Armor/Plate/PlateChest.cs b/Projects/UOContent/Items/Armor/Plate/PlateChest.cs similarity index 100% rename from Projects/Scripts/Items/Armor/Plate/PlateChest.cs rename to Projects/UOContent/Items/Armor/Plate/PlateChest.cs diff --git a/Projects/Scripts/Items/Armor/Plate/PlateDo.cs b/Projects/UOContent/Items/Armor/Plate/PlateDo.cs similarity index 100% rename from Projects/Scripts/Items/Armor/Plate/PlateDo.cs rename to Projects/UOContent/Items/Armor/Plate/PlateDo.cs diff --git a/Projects/Scripts/Items/Armor/Plate/PlateGloves.cs b/Projects/UOContent/Items/Armor/Plate/PlateGloves.cs similarity index 100% rename from Projects/Scripts/Items/Armor/Plate/PlateGloves.cs rename to Projects/UOContent/Items/Armor/Plate/PlateGloves.cs diff --git a/Projects/Scripts/Items/Armor/Plate/PlateGorget.cs b/Projects/UOContent/Items/Armor/Plate/PlateGorget.cs similarity index 100% rename from Projects/Scripts/Items/Armor/Plate/PlateGorget.cs rename to Projects/UOContent/Items/Armor/Plate/PlateGorget.cs diff --git a/Projects/Scripts/Items/Armor/Plate/PlateHaidate.cs b/Projects/UOContent/Items/Armor/Plate/PlateHaidate.cs similarity index 100% rename from Projects/Scripts/Items/Armor/Plate/PlateHaidate.cs rename to Projects/UOContent/Items/Armor/Plate/PlateHaidate.cs diff --git a/Projects/Scripts/Items/Armor/Plate/PlateHatsuburi.cs b/Projects/UOContent/Items/Armor/Plate/PlateHatsuburi.cs similarity index 100% rename from Projects/Scripts/Items/Armor/Plate/PlateHatsuburi.cs rename to Projects/UOContent/Items/Armor/Plate/PlateHatsuburi.cs diff --git a/Projects/Scripts/Items/Armor/Plate/PlateHiroSode.cs b/Projects/UOContent/Items/Armor/Plate/PlateHiroSode.cs similarity index 100% rename from Projects/Scripts/Items/Armor/Plate/PlateHiroSode.cs rename to Projects/UOContent/Items/Armor/Plate/PlateHiroSode.cs diff --git a/Projects/Scripts/Items/Armor/Plate/PlateLegs.cs b/Projects/UOContent/Items/Armor/Plate/PlateLegs.cs similarity index 100% rename from Projects/Scripts/Items/Armor/Plate/PlateLegs.cs rename to Projects/UOContent/Items/Armor/Plate/PlateLegs.cs diff --git a/Projects/Scripts/Items/Armor/Plate/PlateMempo.cs b/Projects/UOContent/Items/Armor/Plate/PlateMempo.cs similarity index 100% rename from Projects/Scripts/Items/Armor/Plate/PlateMempo.cs rename to Projects/UOContent/Items/Armor/Plate/PlateMempo.cs diff --git a/Projects/Scripts/Items/Armor/Plate/PlateSuneate.cs b/Projects/UOContent/Items/Armor/Plate/PlateSuneate.cs similarity index 100% rename from Projects/Scripts/Items/Armor/Plate/PlateSuneate.cs rename to Projects/UOContent/Items/Armor/Plate/PlateSuneate.cs diff --git a/Projects/Scripts/Items/Armor/Plate/SmallPlateJingasa.cs b/Projects/UOContent/Items/Armor/Plate/SmallPlateJingasa.cs similarity index 100% rename from Projects/Scripts/Items/Armor/Plate/SmallPlateJingasa.cs rename to Projects/UOContent/Items/Armor/Plate/SmallPlateJingasa.cs diff --git a/Projects/Scripts/Items/Armor/Plate/StandardPlateKabuto.cs b/Projects/UOContent/Items/Armor/Plate/StandardPlateKabuto.cs similarity index 100% rename from Projects/Scripts/Items/Armor/Plate/StandardPlateKabuto.cs rename to Projects/UOContent/Items/Armor/Plate/StandardPlateKabuto.cs diff --git a/Projects/Scripts/Items/Armor/Plate/WoodlandArms.cs b/Projects/UOContent/Items/Armor/Plate/WoodlandArms.cs similarity index 100% rename from Projects/Scripts/Items/Armor/Plate/WoodlandArms.cs rename to Projects/UOContent/Items/Armor/Plate/WoodlandArms.cs diff --git a/Projects/Scripts/Items/Armor/Plate/WoodlandChest.cs b/Projects/UOContent/Items/Armor/Plate/WoodlandChest.cs similarity index 100% rename from Projects/Scripts/Items/Armor/Plate/WoodlandChest.cs rename to Projects/UOContent/Items/Armor/Plate/WoodlandChest.cs diff --git a/Projects/Scripts/Items/Armor/Plate/WoodlandGloves.cs b/Projects/UOContent/Items/Armor/Plate/WoodlandGloves.cs similarity index 100% rename from Projects/Scripts/Items/Armor/Plate/WoodlandGloves.cs rename to Projects/UOContent/Items/Armor/Plate/WoodlandGloves.cs diff --git a/Projects/Scripts/Items/Armor/Plate/WoodlandGorget.cs b/Projects/UOContent/Items/Armor/Plate/WoodlandGorget.cs similarity index 100% rename from Projects/Scripts/Items/Armor/Plate/WoodlandGorget.cs rename to Projects/UOContent/Items/Armor/Plate/WoodlandGorget.cs diff --git a/Projects/Scripts/Items/Armor/Plate/WoodlandLegs.cs b/Projects/UOContent/Items/Armor/Plate/WoodlandLegs.cs similarity index 100% rename from Projects/Scripts/Items/Armor/Plate/WoodlandLegs.cs rename to Projects/UOContent/Items/Armor/Plate/WoodlandLegs.cs diff --git a/Projects/Scripts/Items/Armor/Ranger/RangerArms.cs b/Projects/UOContent/Items/Armor/Ranger/RangerArms.cs similarity index 100% rename from Projects/Scripts/Items/Armor/Ranger/RangerArms.cs rename to Projects/UOContent/Items/Armor/Ranger/RangerArms.cs diff --git a/Projects/Scripts/Items/Armor/Ranger/RangerChest.cs b/Projects/UOContent/Items/Armor/Ranger/RangerChest.cs similarity index 100% rename from Projects/Scripts/Items/Armor/Ranger/RangerChest.cs rename to Projects/UOContent/Items/Armor/Ranger/RangerChest.cs diff --git a/Projects/Scripts/Items/Armor/Ranger/RangerGloves.cs b/Projects/UOContent/Items/Armor/Ranger/RangerGloves.cs similarity index 100% rename from Projects/Scripts/Items/Armor/Ranger/RangerGloves.cs rename to Projects/UOContent/Items/Armor/Ranger/RangerGloves.cs diff --git a/Projects/Scripts/Items/Armor/Ranger/RangerGorget.cs b/Projects/UOContent/Items/Armor/Ranger/RangerGorget.cs similarity index 100% rename from Projects/Scripts/Items/Armor/Ranger/RangerGorget.cs rename to Projects/UOContent/Items/Armor/Ranger/RangerGorget.cs diff --git a/Projects/Scripts/Items/Armor/Ranger/RangerLegs.cs b/Projects/UOContent/Items/Armor/Ranger/RangerLegs.cs similarity index 100% rename from Projects/Scripts/Items/Armor/Ranger/RangerLegs.cs rename to Projects/UOContent/Items/Armor/Ranger/RangerLegs.cs diff --git a/Projects/Scripts/Items/Armor/Ring/RingmailArms.cs b/Projects/UOContent/Items/Armor/Ring/RingmailArms.cs similarity index 100% rename from Projects/Scripts/Items/Armor/Ring/RingmailArms.cs rename to Projects/UOContent/Items/Armor/Ring/RingmailArms.cs diff --git a/Projects/Scripts/Items/Armor/Ring/RingmailChest.cs b/Projects/UOContent/Items/Armor/Ring/RingmailChest.cs similarity index 100% rename from Projects/Scripts/Items/Armor/Ring/RingmailChest.cs rename to Projects/UOContent/Items/Armor/Ring/RingmailChest.cs diff --git a/Projects/Scripts/Items/Armor/Ring/RingmailGloves.cs b/Projects/UOContent/Items/Armor/Ring/RingmailGloves.cs similarity index 100% rename from Projects/Scripts/Items/Armor/Ring/RingmailGloves.cs rename to Projects/UOContent/Items/Armor/Ring/RingmailGloves.cs diff --git a/Projects/Scripts/Items/Armor/Ring/RingmailLegs.cs b/Projects/UOContent/Items/Armor/Ring/RingmailLegs.cs similarity index 100% rename from Projects/Scripts/Items/Armor/Ring/RingmailLegs.cs rename to Projects/UOContent/Items/Armor/Ring/RingmailLegs.cs diff --git a/Projects/Scripts/Items/Armor/Studded/FemaleStuddedChest.cs b/Projects/UOContent/Items/Armor/Studded/FemaleStuddedChest.cs similarity index 100% rename from Projects/Scripts/Items/Armor/Studded/FemaleStuddedChest.cs rename to Projects/UOContent/Items/Armor/Studded/FemaleStuddedChest.cs diff --git a/Projects/Scripts/Items/Armor/Studded/HideChest.cs b/Projects/UOContent/Items/Armor/Studded/HideChest.cs similarity index 100% rename from Projects/Scripts/Items/Armor/Studded/HideChest.cs rename to Projects/UOContent/Items/Armor/Studded/HideChest.cs diff --git a/Projects/Scripts/Items/Armor/Studded/HideFemaleChest.cs b/Projects/UOContent/Items/Armor/Studded/HideFemaleChest.cs similarity index 100% rename from Projects/Scripts/Items/Armor/Studded/HideFemaleChest.cs rename to Projects/UOContent/Items/Armor/Studded/HideFemaleChest.cs diff --git a/Projects/Scripts/Items/Armor/Studded/HideGloves.cs b/Projects/UOContent/Items/Armor/Studded/HideGloves.cs similarity index 100% rename from Projects/Scripts/Items/Armor/Studded/HideGloves.cs rename to Projects/UOContent/Items/Armor/Studded/HideGloves.cs diff --git a/Projects/Scripts/Items/Armor/Studded/HideGorget.cs b/Projects/UOContent/Items/Armor/Studded/HideGorget.cs similarity index 100% rename from Projects/Scripts/Items/Armor/Studded/HideGorget.cs rename to Projects/UOContent/Items/Armor/Studded/HideGorget.cs diff --git a/Projects/Scripts/Items/Armor/Studded/HidePants.cs b/Projects/UOContent/Items/Armor/Studded/HidePants.cs similarity index 100% rename from Projects/Scripts/Items/Armor/Studded/HidePants.cs rename to Projects/UOContent/Items/Armor/Studded/HidePants.cs diff --git a/Projects/Scripts/Items/Armor/Studded/HidePauldrons.cs b/Projects/UOContent/Items/Armor/Studded/HidePauldrons.cs similarity index 100% rename from Projects/Scripts/Items/Armor/Studded/HidePauldrons.cs rename to Projects/UOContent/Items/Armor/Studded/HidePauldrons.cs diff --git a/Projects/Scripts/Items/Armor/Studded/StuddedArms.cs b/Projects/UOContent/Items/Armor/Studded/StuddedArms.cs similarity index 100% rename from Projects/Scripts/Items/Armor/Studded/StuddedArms.cs rename to Projects/UOContent/Items/Armor/Studded/StuddedArms.cs diff --git a/Projects/Scripts/Items/Armor/Studded/StuddedBustierArms.cs b/Projects/UOContent/Items/Armor/Studded/StuddedBustierArms.cs similarity index 100% rename from Projects/Scripts/Items/Armor/Studded/StuddedBustierArms.cs rename to Projects/UOContent/Items/Armor/Studded/StuddedBustierArms.cs diff --git a/Projects/Scripts/Items/Armor/Studded/StuddedChest.cs b/Projects/UOContent/Items/Armor/Studded/StuddedChest.cs similarity index 100% rename from Projects/Scripts/Items/Armor/Studded/StuddedChest.cs rename to Projects/UOContent/Items/Armor/Studded/StuddedChest.cs diff --git a/Projects/Scripts/Items/Armor/Studded/StuddedDo.cs b/Projects/UOContent/Items/Armor/Studded/StuddedDo.cs similarity index 100% rename from Projects/Scripts/Items/Armor/Studded/StuddedDo.cs rename to Projects/UOContent/Items/Armor/Studded/StuddedDo.cs diff --git a/Projects/Scripts/Items/Armor/Studded/StuddedGloves.cs b/Projects/UOContent/Items/Armor/Studded/StuddedGloves.cs similarity index 100% rename from Projects/Scripts/Items/Armor/Studded/StuddedGloves.cs rename to Projects/UOContent/Items/Armor/Studded/StuddedGloves.cs diff --git a/Projects/Scripts/Items/Armor/Studded/StuddedGorget.cs b/Projects/UOContent/Items/Armor/Studded/StuddedGorget.cs similarity index 100% rename from Projects/Scripts/Items/Armor/Studded/StuddedGorget.cs rename to Projects/UOContent/Items/Armor/Studded/StuddedGorget.cs diff --git a/Projects/Scripts/Items/Armor/Studded/StuddedHaidate.cs b/Projects/UOContent/Items/Armor/Studded/StuddedHaidate.cs similarity index 100% rename from Projects/Scripts/Items/Armor/Studded/StuddedHaidate.cs rename to Projects/UOContent/Items/Armor/Studded/StuddedHaidate.cs diff --git a/Projects/Scripts/Items/Armor/Studded/StuddedHiroSode.cs b/Projects/UOContent/Items/Armor/Studded/StuddedHiroSode.cs similarity index 100% rename from Projects/Scripts/Items/Armor/Studded/StuddedHiroSode.cs rename to Projects/UOContent/Items/Armor/Studded/StuddedHiroSode.cs diff --git a/Projects/Scripts/Items/Armor/Studded/StuddedLegs.cs b/Projects/UOContent/Items/Armor/Studded/StuddedLegs.cs similarity index 100% rename from Projects/Scripts/Items/Armor/Studded/StuddedLegs.cs rename to Projects/UOContent/Items/Armor/Studded/StuddedLegs.cs diff --git a/Projects/Scripts/Items/Armor/Studded/StuddedMempo.cs b/Projects/UOContent/Items/Armor/Studded/StuddedMempo.cs similarity index 100% rename from Projects/Scripts/Items/Armor/Studded/StuddedMempo.cs rename to Projects/UOContent/Items/Armor/Studded/StuddedMempo.cs diff --git a/Projects/Scripts/Items/Armor/Studded/StuddedSuneate.cs b/Projects/UOContent/Items/Armor/Studded/StuddedSuneate.cs similarity index 100% rename from Projects/Scripts/Items/Armor/Studded/StuddedSuneate.cs rename to Projects/UOContent/Items/Armor/Studded/StuddedSuneate.cs diff --git a/Projects/Scripts/Items/Body Parts/BonePile.cs b/Projects/UOContent/Items/Body Parts/BonePile.cs similarity index 100% rename from Projects/Scripts/Items/Body Parts/BonePile.cs rename to Projects/UOContent/Items/Body Parts/BonePile.cs diff --git a/Projects/Scripts/Items/Body Parts/Head.cs b/Projects/UOContent/Items/Body Parts/Head.cs similarity index 100% rename from Projects/Scripts/Items/Body Parts/Head.cs rename to Projects/UOContent/Items/Body Parts/Head.cs diff --git a/Projects/Scripts/Items/Body Parts/LeftArm.cs b/Projects/UOContent/Items/Body Parts/LeftArm.cs similarity index 100% rename from Projects/Scripts/Items/Body Parts/LeftArm.cs rename to Projects/UOContent/Items/Body Parts/LeftArm.cs diff --git a/Projects/Scripts/Items/Body Parts/LeftLeg.cs b/Projects/UOContent/Items/Body Parts/LeftLeg.cs similarity index 100% rename from Projects/Scripts/Items/Body Parts/LeftLeg.cs rename to Projects/UOContent/Items/Body Parts/LeftLeg.cs diff --git a/Projects/Scripts/Items/Body Parts/RibCage.cs b/Projects/UOContent/Items/Body Parts/RibCage.cs similarity index 100% rename from Projects/Scripts/Items/Body Parts/RibCage.cs rename to Projects/UOContent/Items/Body Parts/RibCage.cs diff --git a/Projects/Scripts/Items/Body Parts/RightArm.cs b/Projects/UOContent/Items/Body Parts/RightArm.cs similarity index 100% rename from Projects/Scripts/Items/Body Parts/RightArm.cs rename to Projects/UOContent/Items/Body Parts/RightArm.cs diff --git a/Projects/Scripts/Items/Body Parts/RightLeg.cs b/Projects/UOContent/Items/Body Parts/RightLeg.cs similarity index 100% rename from Projects/Scripts/Items/Body Parts/RightLeg.cs rename to Projects/UOContent/Items/Body Parts/RightLeg.cs diff --git a/Projects/Scripts/Items/Body Parts/Torso.cs b/Projects/UOContent/Items/Body Parts/Torso.cs similarity index 100% rename from Projects/Scripts/Items/Body Parts/Torso.cs rename to Projects/UOContent/Items/Body Parts/Torso.cs diff --git a/Projects/Scripts/Items/Books/BaseBook.cs b/Projects/UOContent/Items/Books/BaseBook.cs similarity index 100% rename from Projects/Scripts/Items/Books/BaseBook.cs rename to Projects/UOContent/Items/Books/BaseBook.cs diff --git a/Projects/Scripts/Items/Books/BlueBook.cs b/Projects/UOContent/Items/Books/BlueBook.cs similarity index 100% rename from Projects/Scripts/Items/Books/BlueBook.cs rename to Projects/UOContent/Items/Books/BlueBook.cs diff --git a/Projects/Scripts/Items/Books/BrownBook.cs b/Projects/UOContent/Items/Books/BrownBook.cs similarity index 100% rename from Projects/Scripts/Items/Books/BrownBook.cs rename to Projects/UOContent/Items/Books/BrownBook.cs diff --git a/Projects/Scripts/Items/Books/Defined/BlackthornWelcomeBook.cs b/Projects/UOContent/Items/Books/Defined/BlackthornWelcomeBook.cs similarity index 100% rename from Projects/Scripts/Items/Books/Defined/BlackthornWelcomeBook.cs rename to Projects/UOContent/Items/Books/Defined/BlackthornWelcomeBook.cs diff --git a/Projects/Scripts/Items/Books/Defined/BookContent.cs b/Projects/UOContent/Items/Books/Defined/BookContent.cs similarity index 100% rename from Projects/Scripts/Items/Books/Defined/BookContent.cs rename to Projects/UOContent/Items/Books/Defined/BookContent.cs diff --git a/Projects/Scripts/Items/Books/Defined/DrakovsJournal.cs b/Projects/UOContent/Items/Books/Defined/DrakovsJournal.cs similarity index 100% rename from Projects/Scripts/Items/Books/Defined/DrakovsJournal.cs rename to Projects/UOContent/Items/Books/Defined/DrakovsJournal.cs diff --git a/Projects/Scripts/Items/Books/Defined/FropozJournal.cs b/Projects/UOContent/Items/Books/Defined/FropozJournal.cs similarity index 100% rename from Projects/Scripts/Items/Books/Defined/FropozJournal.cs rename to Projects/UOContent/Items/Books/Defined/FropozJournal.cs diff --git a/Projects/Scripts/Items/Books/Defined/KaburJournal.cs b/Projects/UOContent/Items/Books/Defined/KaburJournal.cs similarity index 100% rename from Projects/Scripts/Items/Books/Defined/KaburJournal.cs rename to Projects/UOContent/Items/Books/Defined/KaburJournal.cs diff --git a/Projects/Scripts/Items/Books/Defined/LibraryBooks.cs b/Projects/UOContent/Items/Books/Defined/LibraryBooks.cs similarity index 100% rename from Projects/Scripts/Items/Books/Defined/LibraryBooks.cs rename to Projects/UOContent/Items/Books/Defined/LibraryBooks.cs diff --git a/Projects/Scripts/Items/Books/Defined/NewAquariumBook.cs b/Projects/UOContent/Items/Books/Defined/NewAquariumBook.cs similarity index 100% rename from Projects/Scripts/Items/Books/Defined/NewAquariumBook.cs rename to Projects/UOContent/Items/Books/Defined/NewAquariumBook.cs diff --git a/Projects/Scripts/Items/Books/Defined/TranslatedGargoyleJournal.cs b/Projects/UOContent/Items/Books/Defined/TranslatedGargoyleJournal.cs similarity index 100% rename from Projects/Scripts/Items/Books/Defined/TranslatedGargoyleJournal.cs rename to Projects/UOContent/Items/Books/Defined/TranslatedGargoyleJournal.cs diff --git a/Projects/Scripts/Items/Books/RedBook.cs b/Projects/UOContent/Items/Books/RedBook.cs similarity index 100% rename from Projects/Scripts/Items/Books/RedBook.cs rename to Projects/UOContent/Items/Books/RedBook.cs diff --git a/Projects/Scripts/Items/Books/TanBook.cs b/Projects/UOContent/Items/Books/TanBook.cs similarity index 100% rename from Projects/Scripts/Items/Books/TanBook.cs rename to Projects/UOContent/Items/Books/TanBook.cs diff --git a/Projects/Scripts/Items/Champion Artifacts/Decorative/ArtifactLargeVase.cs b/Projects/UOContent/Items/Champion Artifacts/Decorative/ArtifactLargeVase.cs similarity index 100% rename from Projects/Scripts/Items/Champion Artifacts/Decorative/ArtifactLargeVase.cs rename to Projects/UOContent/Items/Champion Artifacts/Decorative/ArtifactLargeVase.cs diff --git a/Projects/Scripts/Items/Champion Artifacts/Decorative/ArtifactVase.cs b/Projects/UOContent/Items/Champion Artifacts/Decorative/ArtifactVase.cs similarity index 100% rename from Projects/Scripts/Items/Champion Artifacts/Decorative/ArtifactVase.cs rename to Projects/UOContent/Items/Champion Artifacts/Decorative/ArtifactVase.cs diff --git a/Projects/Scripts/Items/Champion Artifacts/Decorative/DemonSkull.cs b/Projects/UOContent/Items/Champion Artifacts/Decorative/DemonSkull.cs similarity index 100% rename from Projects/Scripts/Items/Champion Artifacts/Decorative/DemonSkull.cs rename to Projects/UOContent/Items/Champion Artifacts/Decorative/DemonSkull.cs diff --git a/Projects/Scripts/Items/Champion Artifacts/Decorative/DirtPatch.cs b/Projects/UOContent/Items/Champion Artifacts/Decorative/DirtPatch.cs similarity index 100% rename from Projects/Scripts/Items/Champion Artifacts/Decorative/DirtPatch.cs rename to Projects/UOContent/Items/Champion Artifacts/Decorative/DirtPatch.cs diff --git a/Projects/Scripts/Items/Champion Artifacts/Decorative/EvilIdolSkull.cs b/Projects/UOContent/Items/Champion Artifacts/Decorative/EvilIdolSkull.cs similarity index 100% rename from Projects/Scripts/Items/Champion Artifacts/Decorative/EvilIdolSkull.cs rename to Projects/UOContent/Items/Champion Artifacts/Decorative/EvilIdolSkull.cs diff --git a/Projects/Scripts/Items/Champion Artifacts/Decorative/Futon.cs b/Projects/UOContent/Items/Champion Artifacts/Decorative/Futon.cs similarity index 100% rename from Projects/Scripts/Items/Champion Artifacts/Decorative/Futon.cs rename to Projects/UOContent/Items/Champion Artifacts/Decorative/Futon.cs diff --git a/Projects/Scripts/Items/Champion Artifacts/Decorative/LavaTile.cs b/Projects/UOContent/Items/Champion Artifacts/Decorative/LavaTile.cs similarity index 100% rename from Projects/Scripts/Items/Champion Artifacts/Decorative/LavaTile.cs rename to Projects/UOContent/Items/Champion Artifacts/Decorative/LavaTile.cs diff --git a/Projects/Scripts/Items/Champion Artifacts/Decorative/Pier.cs b/Projects/UOContent/Items/Champion Artifacts/Decorative/Pier.cs similarity index 100% rename from Projects/Scripts/Items/Champion Artifacts/Decorative/Pier.cs rename to Projects/UOContent/Items/Champion Artifacts/Decorative/Pier.cs diff --git a/Projects/Scripts/Items/Champion Artifacts/Decorative/SkullPole.cs b/Projects/UOContent/Items/Champion Artifacts/Decorative/SkullPole.cs similarity index 100% rename from Projects/Scripts/Items/Champion Artifacts/Decorative/SkullPole.cs rename to Projects/UOContent/Items/Champion Artifacts/Decorative/SkullPole.cs diff --git a/Projects/Scripts/Items/Champion Artifacts/Decorative/SwampTile.cs b/Projects/UOContent/Items/Champion Artifacts/Decorative/SwampTile.cs similarity index 100% rename from Projects/Scripts/Items/Champion Artifacts/Decorative/SwampTile.cs rename to Projects/UOContent/Items/Champion Artifacts/Decorative/SwampTile.cs diff --git a/Projects/Scripts/Items/Champion Artifacts/Decorative/TatteredAncientMummyWrapping.cs b/Projects/UOContent/Items/Champion Artifacts/Decorative/TatteredAncientMummyWrapping.cs similarity index 100% rename from Projects/Scripts/Items/Champion Artifacts/Decorative/TatteredAncientMummyWrapping.cs rename to Projects/UOContent/Items/Champion Artifacts/Decorative/TatteredAncientMummyWrapping.cs diff --git a/Projects/Scripts/Items/Champion Artifacts/Decorative/WallBlood.cs b/Projects/UOContent/Items/Champion Artifacts/Decorative/WallBlood.cs similarity index 100% rename from Projects/Scripts/Items/Champion Artifacts/Decorative/WallBlood.cs rename to Projects/UOContent/Items/Champion Artifacts/Decorative/WallBlood.cs diff --git a/Projects/Scripts/Items/Champion Artifacts/Decorative/WaterTile.cs b/Projects/UOContent/Items/Champion Artifacts/Decorative/WaterTile.cs similarity index 100% rename from Projects/Scripts/Items/Champion Artifacts/Decorative/WaterTile.cs rename to Projects/UOContent/Items/Champion Artifacts/Decorative/WaterTile.cs diff --git a/Projects/Scripts/Items/Champion Artifacts/Decorative/Web.cs b/Projects/UOContent/Items/Champion Artifacts/Decorative/Web.cs similarity index 100% rename from Projects/Scripts/Items/Champion Artifacts/Decorative/Web.cs rename to Projects/UOContent/Items/Champion Artifacts/Decorative/Web.cs diff --git a/Projects/Scripts/Items/Champion Artifacts/Decorative/WindSpirit.cs b/Projects/UOContent/Items/Champion Artifacts/Decorative/WindSpirit.cs similarity index 100% rename from Projects/Scripts/Items/Champion Artifacts/Decorative/WindSpirit.cs rename to Projects/UOContent/Items/Champion Artifacts/Decorative/WindSpirit.cs diff --git a/Projects/Scripts/Items/Champion Artifacts/Shared/ANecromancerShroud.cs b/Projects/UOContent/Items/Champion Artifacts/Shared/ANecromancerShroud.cs similarity index 100% rename from Projects/Scripts/Items/Champion Artifacts/Shared/ANecromancerShroud.cs rename to Projects/UOContent/Items/Champion Artifacts/Shared/ANecromancerShroud.cs diff --git a/Projects/Scripts/Items/Champion Artifacts/Shared/BraveKnightOfTheBritannia.cs b/Projects/UOContent/Items/Champion Artifacts/Shared/BraveKnightOfTheBritannia.cs similarity index 100% rename from Projects/Scripts/Items/Champion Artifacts/Shared/BraveKnightOfTheBritannia.cs rename to Projects/UOContent/Items/Champion Artifacts/Shared/BraveKnightOfTheBritannia.cs diff --git a/Projects/Scripts/Items/Champion Artifacts/Shared/CaptainJohnsHat.cs b/Projects/UOContent/Items/Champion Artifacts/Shared/CaptainJohnsHat.cs similarity index 100% rename from Projects/Scripts/Items/Champion Artifacts/Shared/CaptainJohnsHat.cs rename to Projects/UOContent/Items/Champion Artifacts/Shared/CaptainJohnsHat.cs diff --git a/Projects/Scripts/Items/Champion Artifacts/Shared/DetectiveBoots.cs b/Projects/UOContent/Items/Champion Artifacts/Shared/DetectiveBoots.cs similarity index 100% rename from Projects/Scripts/Items/Champion Artifacts/Shared/DetectiveBoots.cs rename to Projects/UOContent/Items/Champion Artifacts/Shared/DetectiveBoots.cs diff --git a/Projects/Scripts/Items/Champion Artifacts/Shared/DjinnisRing.cs b/Projects/UOContent/Items/Champion Artifacts/Shared/DjinnisRing.cs similarity index 100% rename from Projects/Scripts/Items/Champion Artifacts/Shared/DjinnisRing.cs rename to Projects/UOContent/Items/Champion Artifacts/Shared/DjinnisRing.cs diff --git a/Projects/Scripts/Items/Champion Artifacts/Shared/EmbroideredOakLeafCloak.cs b/Projects/UOContent/Items/Champion Artifacts/Shared/EmbroideredOakLeafCloak.cs similarity index 100% rename from Projects/Scripts/Items/Champion Artifacts/Shared/EmbroideredOakLeafCloak.cs rename to Projects/UOContent/Items/Champion Artifacts/Shared/EmbroideredOakLeafCloak.cs diff --git a/Projects/Scripts/Items/Champion Artifacts/Shared/GauntletsOfAnger.cs b/Projects/UOContent/Items/Champion Artifacts/Shared/GauntletsOfAnger.cs similarity index 100% rename from Projects/Scripts/Items/Champion Artifacts/Shared/GauntletsOfAnger.cs rename to Projects/UOContent/Items/Champion Artifacts/Shared/GauntletsOfAnger.cs diff --git a/Projects/Scripts/Items/Champion Artifacts/Shared/LieutenantOfTheBritannianRoyalGuard.cs b/Projects/UOContent/Items/Champion Artifacts/Shared/LieutenantOfTheBritannianRoyalGuard.cs similarity index 100% rename from Projects/Scripts/Items/Champion Artifacts/Shared/LieutenantOfTheBritannianRoyalGuard.cs rename to Projects/UOContent/Items/Champion Artifacts/Shared/LieutenantOfTheBritannianRoyalGuard.cs diff --git a/Projects/Scripts/Items/Champion Artifacts/Shared/OblivionsNeedle.cs b/Projects/UOContent/Items/Champion Artifacts/Shared/OblivionsNeedle.cs similarity index 100% rename from Projects/Scripts/Items/Champion Artifacts/Shared/OblivionsNeedle.cs rename to Projects/UOContent/Items/Champion Artifacts/Shared/OblivionsNeedle.cs diff --git a/Projects/Scripts/Items/Champion Artifacts/Shared/RoyalGuardSurvivalKnife.cs b/Projects/UOContent/Items/Champion Artifacts/Shared/RoyalGuardSurvivalKnife.cs similarity index 100% rename from Projects/Scripts/Items/Champion Artifacts/Shared/RoyalGuardSurvivalKnife.cs rename to Projects/UOContent/Items/Champion Artifacts/Shared/RoyalGuardSurvivalKnife.cs diff --git a/Projects/Scripts/Items/Champion Artifacts/Shared/SamaritanRobe.cs b/Projects/UOContent/Items/Champion Artifacts/Shared/SamaritanRobe.cs similarity index 100% rename from Projects/Scripts/Items/Champion Artifacts/Shared/SamaritanRobe.cs rename to Projects/UOContent/Items/Champion Artifacts/Shared/SamaritanRobe.cs diff --git a/Projects/Scripts/Items/Champion Artifacts/Shared/TheMostKnowledgePerson.cs b/Projects/UOContent/Items/Champion Artifacts/Shared/TheMostKnowledgePerson.cs similarity index 100% rename from Projects/Scripts/Items/Champion Artifacts/Shared/TheMostKnowledgePerson.cs rename to Projects/UOContent/Items/Champion Artifacts/Shared/TheMostKnowledgePerson.cs diff --git a/Projects/Scripts/Items/Champion Artifacts/Shared/TheRobeOfBritanniaAri.cs b/Projects/UOContent/Items/Champion Artifacts/Shared/TheRobeOfBritanniaAri.cs similarity index 100% rename from Projects/Scripts/Items/Champion Artifacts/Shared/TheRobeOfBritanniaAri.cs rename to Projects/UOContent/Items/Champion Artifacts/Shared/TheRobeOfBritanniaAri.cs diff --git a/Projects/Scripts/Items/Champion Artifacts/Unique/AcidProofRobe.cs b/Projects/UOContent/Items/Champion Artifacts/Unique/AcidProofRobe.cs similarity index 100% rename from Projects/Scripts/Items/Champion Artifacts/Unique/AcidProofRobe.cs rename to Projects/UOContent/Items/Champion Artifacts/Unique/AcidProofRobe.cs diff --git a/Projects/Scripts/Items/Champion Artifacts/Unique/Calm.cs b/Projects/UOContent/Items/Champion Artifacts/Unique/Calm.cs similarity index 100% rename from Projects/Scripts/Items/Champion Artifacts/Unique/Calm.cs rename to Projects/UOContent/Items/Champion Artifacts/Unique/Calm.cs diff --git a/Projects/Scripts/Items/Champion Artifacts/Unique/CrownOfTalKeesh.cs b/Projects/UOContent/Items/Champion Artifacts/Unique/CrownOfTalKeesh.cs similarity index 100% rename from Projects/Scripts/Items/Champion Artifacts/Unique/CrownOfTalKeesh.cs rename to Projects/UOContent/Items/Champion Artifacts/Unique/CrownOfTalKeesh.cs diff --git a/Projects/Scripts/Items/Champion Artifacts/Unique/FangOfRactus.cs b/Projects/UOContent/Items/Champion Artifacts/Unique/FangOfRactus.cs similarity index 100% rename from Projects/Scripts/Items/Champion Artifacts/Unique/FangOfRactus.cs rename to Projects/UOContent/Items/Champion Artifacts/Unique/FangOfRactus.cs diff --git a/Projects/Scripts/Items/Champion Artifacts/Unique/GladiatorsCollar.cs b/Projects/UOContent/Items/Champion Artifacts/Unique/GladiatorsCollar.cs similarity index 100% rename from Projects/Scripts/Items/Champion Artifacts/Unique/GladiatorsCollar.cs rename to Projects/UOContent/Items/Champion Artifacts/Unique/GladiatorsCollar.cs diff --git a/Projects/Scripts/Items/Champion Artifacts/Unique/OrcChieftainHelm.cs b/Projects/UOContent/Items/Champion Artifacts/Unique/OrcChieftainHelm.cs similarity index 100% rename from Projects/Scripts/Items/Champion Artifacts/Unique/OrcChieftainHelm.cs rename to Projects/UOContent/Items/Champion Artifacts/Unique/OrcChieftainHelm.cs diff --git a/Projects/Scripts/Items/Champion Artifacts/Unique/Pacify.cs b/Projects/UOContent/Items/Champion Artifacts/Unique/Pacify.cs similarity index 100% rename from Projects/Scripts/Items/Champion Artifacts/Unique/Pacify.cs rename to Projects/UOContent/Items/Champion Artifacts/Unique/Pacify.cs diff --git a/Projects/Scripts/Items/Champion Artifacts/Unique/Quell.cs b/Projects/UOContent/Items/Champion Artifacts/Unique/Quell.cs similarity index 100% rename from Projects/Scripts/Items/Champion Artifacts/Unique/Quell.cs rename to Projects/UOContent/Items/Champion Artifacts/Unique/Quell.cs diff --git a/Projects/Scripts/Items/Champion Artifacts/Unique/ShroudOfDeceit.cs b/Projects/UOContent/Items/Champion Artifacts/Unique/ShroudOfDeceit.cs similarity index 100% rename from Projects/Scripts/Items/Champion Artifacts/Unique/ShroudOfDeceit.cs rename to Projects/UOContent/Items/Champion Artifacts/Unique/ShroudOfDeceit.cs diff --git a/Projects/Scripts/Items/Champion Artifacts/Unique/Subdue.cs b/Projects/UOContent/Items/Champion Artifacts/Unique/Subdue.cs similarity index 100% rename from Projects/Scripts/Items/Champion Artifacts/Unique/Subdue.cs rename to Projects/UOContent/Items/Champion Artifacts/Unique/Subdue.cs diff --git a/Projects/Scripts/Items/Clothing/Artifacts/CrimsonCincture.cs b/Projects/UOContent/Items/Clothing/Artifacts/CrimsonCincture.cs similarity index 100% rename from Projects/Scripts/Items/Clothing/Artifacts/CrimsonCincture.cs rename to Projects/UOContent/Items/Clothing/Artifacts/CrimsonCincture.cs diff --git a/Projects/Scripts/Items/Clothing/Artifacts/DivineCountenance.cs b/Projects/UOContent/Items/Clothing/Artifacts/DivineCountenance.cs similarity index 100% rename from Projects/Scripts/Items/Clothing/Artifacts/DivineCountenance.cs rename to Projects/UOContent/Items/Clothing/Artifacts/DivineCountenance.cs diff --git a/Projects/Scripts/Items/Clothing/Artifacts/HatOfTheMagi.cs b/Projects/UOContent/Items/Clothing/Artifacts/HatOfTheMagi.cs similarity index 100% rename from Projects/Scripts/Items/Clothing/Artifacts/HatOfTheMagi.cs rename to Projects/UOContent/Items/Clothing/Artifacts/HatOfTheMagi.cs diff --git a/Projects/Scripts/Items/Clothing/Artifacts/HuntersHeaddress.cs b/Projects/UOContent/Items/Clothing/Artifacts/HuntersHeaddress.cs similarity index 100% rename from Projects/Scripts/Items/Clothing/Artifacts/HuntersHeaddress.cs rename to Projects/UOContent/Items/Clothing/Artifacts/HuntersHeaddress.cs diff --git a/Projects/Scripts/Items/Clothing/Artifacts/SpiritOfTheTotem.cs b/Projects/UOContent/Items/Clothing/Artifacts/SpiritOfTheTotem.cs similarity index 100% rename from Projects/Scripts/Items/Clothing/Artifacts/SpiritOfTheTotem.cs rename to Projects/UOContent/Items/Clothing/Artifacts/SpiritOfTheTotem.cs diff --git a/Projects/Scripts/Items/Clothing/BaseClothing.cs b/Projects/UOContent/Items/Clothing/BaseClothing.cs similarity index 100% rename from Projects/Scripts/Items/Clothing/BaseClothing.cs rename to Projects/UOContent/Items/Clothing/BaseClothing.cs diff --git a/Projects/Scripts/Items/Clothing/Cloaks.cs b/Projects/UOContent/Items/Clothing/Cloaks.cs similarity index 100% rename from Projects/Scripts/Items/Clothing/Cloaks.cs rename to Projects/UOContent/Items/Clothing/Cloaks.cs diff --git a/Projects/Scripts/Items/Clothing/Hats.cs b/Projects/UOContent/Items/Clothing/Hats.cs similarity index 100% rename from Projects/Scripts/Items/Clothing/Hats.cs rename to Projects/UOContent/Items/Clothing/Hats.cs diff --git a/Projects/Scripts/Items/Clothing/MiddleTorso.cs b/Projects/UOContent/Items/Clothing/MiddleTorso.cs similarity index 100% rename from Projects/Scripts/Items/Clothing/MiddleTorso.cs rename to Projects/UOContent/Items/Clothing/MiddleTorso.cs diff --git a/Projects/Scripts/Items/Clothing/OuterLegs.cs b/Projects/UOContent/Items/Clothing/OuterLegs.cs similarity index 100% rename from Projects/Scripts/Items/Clothing/OuterLegs.cs rename to Projects/UOContent/Items/Clothing/OuterLegs.cs diff --git a/Projects/Scripts/Items/Clothing/OuterTorso.cs b/Projects/UOContent/Items/Clothing/OuterTorso.cs similarity index 100% rename from Projects/Scripts/Items/Clothing/OuterTorso.cs rename to Projects/UOContent/Items/Clothing/OuterTorso.cs diff --git a/Projects/Scripts/Items/Clothing/Pants.cs b/Projects/UOContent/Items/Clothing/Pants.cs similarity index 100% rename from Projects/Scripts/Items/Clothing/Pants.cs rename to Projects/UOContent/Items/Clothing/Pants.cs diff --git a/Projects/Scripts/Items/Clothing/Shirts.cs b/Projects/UOContent/Items/Clothing/Shirts.cs similarity index 100% rename from Projects/Scripts/Items/Clothing/Shirts.cs rename to Projects/UOContent/Items/Clothing/Shirts.cs diff --git a/Projects/Scripts/Items/Clothing/Shoes.cs b/Projects/UOContent/Items/Clothing/Shoes.cs similarity index 100% rename from Projects/Scripts/Items/Clothing/Shoes.cs rename to Projects/UOContent/Items/Clothing/Shoes.cs diff --git a/Projects/Scripts/Items/Clothing/Waist.cs b/Projects/UOContent/Items/Clothing/Waist.cs similarity index 100% rename from Projects/Scripts/Items/Clothing/Waist.cs rename to Projects/UOContent/Items/Clothing/Waist.cs diff --git a/Projects/Scripts/Items/Construction/Ankhs.cs b/Projects/UOContent/Items/Construction/Ankhs.cs similarity index 100% rename from Projects/Scripts/Items/Construction/Ankhs.cs rename to Projects/UOContent/Items/Construction/Ankhs.cs diff --git a/Projects/Scripts/Items/Construction/Chairs/Benchs.cs b/Projects/UOContent/Items/Construction/Chairs/Benchs.cs similarity index 100% rename from Projects/Scripts/Items/Construction/Chairs/Benchs.cs rename to Projects/UOContent/Items/Construction/Chairs/Benchs.cs diff --git a/Projects/Scripts/Items/Construction/Chairs/Chairs.cs b/Projects/UOContent/Items/Construction/Chairs/Chairs.cs similarity index 100% rename from Projects/Scripts/Items/Construction/Chairs/Chairs.cs rename to Projects/UOContent/Items/Construction/Chairs/Chairs.cs diff --git a/Projects/Scripts/Items/Construction/Chairs/Stools.cs b/Projects/UOContent/Items/Construction/Chairs/Stools.cs similarity index 100% rename from Projects/Scripts/Items/Construction/Chairs/Stools.cs rename to Projects/UOContent/Items/Construction/Chairs/Stools.cs diff --git a/Projects/Scripts/Items/Construction/Chairs/Thrones.cs b/Projects/UOContent/Items/Construction/Chairs/Thrones.cs similarity index 100% rename from Projects/Scripts/Items/Construction/Chairs/Thrones.cs rename to Projects/UOContent/Items/Construction/Chairs/Thrones.cs diff --git a/Projects/Scripts/Items/Construction/Decorative/DecorativeShield.cs b/Projects/UOContent/Items/Construction/Decorative/DecorativeShield.cs similarity index 100% rename from Projects/Scripts/Items/Construction/Decorative/DecorativeShield.cs rename to Projects/UOContent/Items/Construction/Decorative/DecorativeShield.cs diff --git a/Projects/Scripts/Items/Construction/Decorative/DecorativeWeapon.cs b/Projects/UOContent/Items/Construction/Decorative/DecorativeWeapon.cs similarity index 100% rename from Projects/Scripts/Items/Construction/Decorative/DecorativeWeapon.cs rename to Projects/UOContent/Items/Construction/Decorative/DecorativeWeapon.cs diff --git a/Projects/Scripts/Items/Construction/Decorative/PaintingPortraits.cs b/Projects/UOContent/Items/Construction/Decorative/PaintingPortraits.cs similarity index 100% rename from Projects/Scripts/Items/Construction/Decorative/PaintingPortraits.cs rename to Projects/UOContent/Items/Construction/Decorative/PaintingPortraits.cs diff --git a/Projects/Scripts/Items/Construction/Decorative/Tapestry.cs b/Projects/UOContent/Items/Construction/Decorative/Tapestry.cs similarity index 100% rename from Projects/Scripts/Items/Construction/Decorative/Tapestry.cs rename to Projects/UOContent/Items/Construction/Decorative/Tapestry.cs diff --git a/Projects/Scripts/Items/Construction/Doors/BaseDoor.cs b/Projects/UOContent/Items/Construction/Doors/BaseDoor.cs similarity index 100% rename from Projects/Scripts/Items/Construction/Doors/BaseDoor.cs rename to Projects/UOContent/Items/Construction/Doors/BaseDoor.cs diff --git a/Projects/Scripts/Items/Construction/Doors/Doors.cs b/Projects/UOContent/Items/Construction/Doors/Doors.cs similarity index 100% rename from Projects/Scripts/Items/Construction/Doors/Doors.cs rename to Projects/UOContent/Items/Construction/Doors/Doors.cs diff --git a/Projects/Scripts/Items/Construction/Doors/HouseDoors.cs b/Projects/UOContent/Items/Construction/Doors/HouseDoors.cs similarity index 100% rename from Projects/Scripts/Items/Construction/Doors/HouseDoors.cs rename to Projects/UOContent/Items/Construction/Doors/HouseDoors.cs diff --git a/Projects/Scripts/Items/Construction/Doors/Portcullis.cs b/Projects/UOContent/Items/Construction/Doors/Portcullis.cs similarity index 100% rename from Projects/Scripts/Items/Construction/Doors/Portcullis.cs rename to Projects/UOContent/Items/Construction/Doors/Portcullis.cs diff --git a/Projects/Scripts/Items/Construction/Doors/SecretDoors.cs b/Projects/UOContent/Items/Construction/Doors/SecretDoors.cs similarity index 100% rename from Projects/Scripts/Items/Construction/Doors/SecretDoors.cs rename to Projects/UOContent/Items/Construction/Doors/SecretDoors.cs diff --git a/Projects/Scripts/Items/Construction/Floors/Floors.cs b/Projects/UOContent/Items/Construction/Floors/Floors.cs similarity index 100% rename from Projects/Scripts/Items/Construction/Floors/Floors.cs rename to Projects/UOContent/Items/Construction/Floors/Floors.cs diff --git a/Projects/Scripts/Items/Construction/Misc/BarrelParts.cs b/Projects/UOContent/Items/Construction/Misc/BarrelParts.cs similarity index 100% rename from Projects/Scripts/Items/Construction/Misc/BarrelParts.cs rename to Projects/UOContent/Items/Construction/Misc/BarrelParts.cs diff --git a/Projects/Scripts/Items/Construction/Misc/Easle.cs b/Projects/UOContent/Items/Construction/Misc/Easle.cs similarity index 100% rename from Projects/Scripts/Items/Construction/Misc/Easle.cs rename to Projects/UOContent/Items/Construction/Misc/Easle.cs diff --git a/Projects/Scripts/Items/Construction/Misc/MeltedWax.cs b/Projects/UOContent/Items/Construction/Misc/MeltedWax.cs similarity index 100% rename from Projects/Scripts/Items/Construction/Misc/MeltedWax.cs rename to Projects/UOContent/Items/Construction/Misc/MeltedWax.cs diff --git a/Projects/Scripts/Items/Construction/Misc/MusicStand.cs b/Projects/UOContent/Items/Construction/Misc/MusicStand.cs similarity index 100% rename from Projects/Scripts/Items/Construction/Misc/MusicStand.cs rename to Projects/UOContent/Items/Construction/Misc/MusicStand.cs diff --git a/Projects/Scripts/Items/Construction/Misc/Obelisk.cs b/Projects/UOContent/Items/Construction/Misc/Obelisk.cs similarity index 100% rename from Projects/Scripts/Items/Construction/Misc/Obelisk.cs rename to Projects/UOContent/Items/Construction/Misc/Obelisk.cs diff --git a/Projects/Scripts/Items/Construction/Misc/Screens.cs b/Projects/UOContent/Items/Construction/Misc/Screens.cs similarity index 100% rename from Projects/Scripts/Items/Construction/Misc/Screens.cs rename to Projects/UOContent/Items/Construction/Misc/Screens.cs diff --git a/Projects/Scripts/Items/Construction/Misc/Statues.cs b/Projects/UOContent/Items/Construction/Misc/Statues.cs similarity index 100% rename from Projects/Scripts/Items/Construction/Misc/Statues.cs rename to Projects/UOContent/Items/Construction/Misc/Statues.cs diff --git a/Projects/Scripts/Items/Construction/Misc/Vase.cs b/Projects/UOContent/Items/Construction/Misc/Vase.cs similarity index 100% rename from Projects/Scripts/Items/Construction/Misc/Vase.cs rename to Projects/UOContent/Items/Construction/Misc/Vase.cs diff --git a/Projects/Scripts/Items/Construction/Misc/Vines.cs b/Projects/UOContent/Items/Construction/Misc/Vines.cs similarity index 100% rename from Projects/Scripts/Items/Construction/Misc/Vines.cs rename to Projects/UOContent/Items/Construction/Misc/Vines.cs diff --git a/Projects/Scripts/Items/Construction/Ruined/RuinedItemSingle.cs b/Projects/UOContent/Items/Construction/Ruined/RuinedItemSingle.cs similarity index 100% rename from Projects/Scripts/Items/Construction/Ruined/RuinedItemSingle.cs rename to Projects/UOContent/Items/Construction/Ruined/RuinedItemSingle.cs diff --git a/Projects/Scripts/Items/Construction/Signs/BaseSign.cs b/Projects/UOContent/Items/Construction/Signs/BaseSign.cs similarity index 100% rename from Projects/Scripts/Items/Construction/Signs/BaseSign.cs rename to Projects/UOContent/Items/Construction/Signs/BaseSign.cs diff --git a/Projects/Scripts/Items/Construction/Signs/LocalizedSign.cs b/Projects/UOContent/Items/Construction/Signs/LocalizedSign.cs similarity index 100% rename from Projects/Scripts/Items/Construction/Signs/LocalizedSign.cs rename to Projects/UOContent/Items/Construction/Signs/LocalizedSign.cs diff --git a/Projects/Scripts/Items/Construction/Signs/Sign.cs b/Projects/UOContent/Items/Construction/Signs/Sign.cs similarity index 100% rename from Projects/Scripts/Items/Construction/Signs/Sign.cs rename to Projects/UOContent/Items/Construction/Signs/Sign.cs diff --git a/Projects/Scripts/Items/Construction/Signs/SubtextSign.cs b/Projects/UOContent/Items/Construction/Signs/SubtextSign.cs similarity index 100% rename from Projects/Scripts/Items/Construction/Signs/SubtextSign.cs rename to Projects/UOContent/Items/Construction/Signs/SubtextSign.cs diff --git a/Projects/Scripts/Items/Construction/Tables/Tables.cs b/Projects/UOContent/Items/Construction/Tables/Tables.cs similarity index 100% rename from Projects/Scripts/Items/Construction/Tables/Tables.cs rename to Projects/UOContent/Items/Construction/Tables/Tables.cs diff --git a/Projects/Scripts/Items/Construction/Tables/WritingTable.cs b/Projects/UOContent/Items/Construction/Tables/WritingTable.cs similarity index 100% rename from Projects/Scripts/Items/Construction/Tables/WritingTable.cs rename to Projects/UOContent/Items/Construction/Tables/WritingTable.cs diff --git a/Projects/Scripts/Items/Construction/Walls/BaseWall.cs b/Projects/UOContent/Items/Construction/Walls/BaseWall.cs similarity index 100% rename from Projects/Scripts/Items/Construction/Walls/BaseWall.cs rename to Projects/UOContent/Items/Construction/Walls/BaseWall.cs diff --git a/Projects/Scripts/Items/Construction/Walls/DarkWoodWall.cs b/Projects/UOContent/Items/Construction/Walls/DarkWoodWall.cs similarity index 100% rename from Projects/Scripts/Items/Construction/Walls/DarkWoodWall.cs rename to Projects/UOContent/Items/Construction/Walls/DarkWoodWall.cs diff --git a/Projects/Scripts/Items/Construction/Walls/ThickGrayStoneWall.cs b/Projects/UOContent/Items/Construction/Walls/ThickGrayStoneWall.cs similarity index 100% rename from Projects/Scripts/Items/Construction/Walls/ThickGrayStoneWall.cs rename to Projects/UOContent/Items/Construction/Walls/ThickGrayStoneWall.cs diff --git a/Projects/Scripts/Items/Construction/Walls/ThinBrickWall.cs b/Projects/UOContent/Items/Construction/Walls/ThinBrickWall.cs similarity index 100% rename from Projects/Scripts/Items/Construction/Walls/ThinBrickWall.cs rename to Projects/UOContent/Items/Construction/Walls/ThinBrickWall.cs diff --git a/Projects/Scripts/Items/Construction/Walls/ThinStoneWall.cs b/Projects/UOContent/Items/Construction/Walls/ThinStoneWall.cs similarity index 100% rename from Projects/Scripts/Items/Construction/Walls/ThinStoneWall.cs rename to Projects/UOContent/Items/Construction/Walls/ThinStoneWall.cs diff --git a/Projects/Scripts/Items/Construction/Walls/WhiteStoneWall.cs b/Projects/UOContent/Items/Construction/Walls/WhiteStoneWall.cs similarity index 100% rename from Projects/Scripts/Items/Construction/Walls/WhiteStoneWall.cs rename to Projects/UOContent/Items/Construction/Walls/WhiteStoneWall.cs diff --git a/Projects/Scripts/Items/Containers/BaseTreasureChest.cs b/Projects/UOContent/Items/Containers/BaseTreasureChest.cs similarity index 100% rename from Projects/Scripts/Items/Containers/BaseTreasureChest.cs rename to Projects/UOContent/Items/Containers/BaseTreasureChest.cs diff --git a/Projects/Scripts/Items/Containers/Container.cs b/Projects/UOContent/Items/Containers/Container.cs similarity index 100% rename from Projects/Scripts/Items/Containers/Container.cs rename to Projects/UOContent/Items/Containers/Container.cs diff --git a/Projects/Scripts/Items/Containers/FillableContainers.cs b/Projects/UOContent/Items/Containers/FillableContainers.cs similarity index 100% rename from Projects/Scripts/Items/Containers/FillableContainers.cs rename to Projects/UOContent/Items/Containers/FillableContainers.cs diff --git a/Projects/Scripts/Items/Containers/FurnitureContainer.cs b/Projects/UOContent/Items/Containers/FurnitureContainer.cs similarity index 100% rename from Projects/Scripts/Items/Containers/FurnitureContainer.cs rename to Projects/UOContent/Items/Containers/FurnitureContainer.cs diff --git a/Projects/Scripts/Items/Containers/LockableContainer.cs b/Projects/UOContent/Items/Containers/LockableContainer.cs similarity index 100% rename from Projects/Scripts/Items/Containers/LockableContainer.cs rename to Projects/UOContent/Items/Containers/LockableContainer.cs diff --git a/Projects/Scripts/Items/Containers/MarkContainer.cs b/Projects/UOContent/Items/Containers/MarkContainer.cs similarity index 100% rename from Projects/Scripts/Items/Containers/MarkContainer.cs rename to Projects/UOContent/Items/Containers/MarkContainer.cs diff --git a/Projects/Scripts/Items/Containers/ParagonChest.cs b/Projects/UOContent/Items/Containers/ParagonChest.cs similarity index 100% rename from Projects/Scripts/Items/Containers/ParagonChest.cs rename to Projects/UOContent/Items/Containers/ParagonChest.cs diff --git a/Projects/Scripts/Items/Containers/SalvageBag.cs b/Projects/UOContent/Items/Containers/SalvageBag.cs similarity index 100% rename from Projects/Scripts/Items/Containers/SalvageBag.cs rename to Projects/UOContent/Items/Containers/SalvageBag.cs diff --git a/Projects/Scripts/Items/Containers/Strongbox.cs b/Projects/UOContent/Items/Containers/Strongbox.cs similarity index 100% rename from Projects/Scripts/Items/Containers/Strongbox.cs rename to Projects/UOContent/Items/Containers/Strongbox.cs diff --git a/Projects/Scripts/Items/Containers/TrappableContainer.cs b/Projects/UOContent/Items/Containers/TrappableContainer.cs similarity index 100% rename from Projects/Scripts/Items/Containers/TrappableContainer.cs rename to Projects/UOContent/Items/Containers/TrappableContainer.cs diff --git a/Projects/Scripts/Items/Containers/TreasureChest.cs b/Projects/UOContent/Items/Containers/TreasureChest.cs similarity index 100% rename from Projects/Scripts/Items/Containers/TreasureChest.cs rename to Projects/UOContent/Items/Containers/TreasureChest.cs diff --git a/Projects/Scripts/Items/Containers/TreasureMapChest.cs b/Projects/UOContent/Items/Containers/TreasureMapChest.cs similarity index 100% rename from Projects/Scripts/Items/Containers/TreasureMapChest.cs rename to Projects/UOContent/Items/Containers/TreasureMapChest.cs diff --git a/Projects/Scripts/Items/Decoration Artifacts/BaseDecorationArtifact.cs b/Projects/UOContent/Items/Decoration Artifacts/BaseDecorationArtifact.cs similarity index 100% rename from Projects/Scripts/Items/Decoration Artifacts/BaseDecorationArtifact.cs rename to Projects/UOContent/Items/Decoration Artifacts/BaseDecorationArtifact.cs diff --git a/Projects/Scripts/Items/Decoration Artifacts/DoomDecorationArtifacts.cs b/Projects/UOContent/Items/Decoration Artifacts/DoomDecorationArtifacts.cs similarity index 100% rename from Projects/Scripts/Items/Decoration Artifacts/DoomDecorationArtifacts.cs rename to Projects/UOContent/Items/Decoration Artifacts/DoomDecorationArtifacts.cs diff --git a/Projects/Scripts/Items/Decoration Artifacts/SEDecorationArtifacts.cs b/Projects/UOContent/Items/Decoration Artifacts/SEDecorationArtifacts.cs similarity index 100% rename from Projects/Scripts/Items/Decoration Artifacts/SEDecorationArtifacts.cs rename to Projects/UOContent/Items/Decoration Artifacts/SEDecorationArtifacts.cs diff --git a/Projects/Scripts/Items/Decoration Artifacts/StealableArtifactsSpawner.cs b/Projects/UOContent/Items/Decoration Artifacts/StealableArtifactsSpawner.cs similarity index 100% rename from Projects/Scripts/Items/Decoration Artifacts/StealableArtifactsSpawner.cs rename to Projects/UOContent/Items/Decoration Artifacts/StealableArtifactsSpawner.cs diff --git a/Projects/Scripts/Items/Deeds/BarkeepContract.cs b/Projects/UOContent/Items/Deeds/BarkeepContract.cs similarity index 100% rename from Projects/Scripts/Items/Deeds/BarkeepContract.cs rename to Projects/UOContent/Items/Deeds/BarkeepContract.cs diff --git a/Projects/Scripts/Items/Deeds/ClothingBlessDeed.cs b/Projects/UOContent/Items/Deeds/ClothingBlessDeed.cs similarity index 100% rename from Projects/Scripts/Items/Deeds/ClothingBlessDeed.cs rename to Projects/UOContent/Items/Deeds/ClothingBlessDeed.cs diff --git a/Projects/Scripts/Items/Deeds/CommodityDeed.cs b/Projects/UOContent/Items/Deeds/CommodityDeed.cs similarity index 100% rename from Projects/Scripts/Items/Deeds/CommodityDeed.cs rename to Projects/UOContent/Items/Deeds/CommodityDeed.cs diff --git a/Projects/Scripts/Items/Deeds/DragonBardingDeed.cs b/Projects/UOContent/Items/Deeds/DragonBardingDeed.cs similarity index 100% rename from Projects/Scripts/Items/Deeds/DragonBardingDeed.cs rename to Projects/UOContent/Items/Deeds/DragonBardingDeed.cs diff --git a/Projects/Scripts/Items/Deeds/HairRestylingDeed.cs b/Projects/UOContent/Items/Deeds/HairRestylingDeed.cs similarity index 100% rename from Projects/Scripts/Items/Deeds/HairRestylingDeed.cs rename to Projects/UOContent/Items/Deeds/HairRestylingDeed.cs diff --git a/Projects/Scripts/Items/Deeds/HolidayTreeDeed.cs b/Projects/UOContent/Items/Deeds/HolidayTreeDeed.cs similarity index 100% rename from Projects/Scripts/Items/Deeds/HolidayTreeDeed.cs rename to Projects/UOContent/Items/Deeds/HolidayTreeDeed.cs diff --git a/Projects/Scripts/Items/Deeds/NameChangeDeed.cs b/Projects/UOContent/Items/Deeds/NameChangeDeed.cs similarity index 100% rename from Projects/Scripts/Items/Deeds/NameChangeDeed.cs rename to Projects/UOContent/Items/Deeds/NameChangeDeed.cs diff --git a/Projects/Scripts/Items/Deeds/NewPlayerTicket.cs b/Projects/UOContent/Items/Deeds/NewPlayerTicket.cs similarity index 100% rename from Projects/Scripts/Items/Deeds/NewPlayerTicket.cs rename to Projects/UOContent/Items/Deeds/NewPlayerTicket.cs diff --git a/Projects/Scripts/Items/Deeds/VendorRentalContract.cs b/Projects/UOContent/Items/Deeds/VendorRentalContract.cs similarity index 100% rename from Projects/Scripts/Items/Deeds/VendorRentalContract.cs rename to Projects/UOContent/Items/Deeds/VendorRentalContract.cs diff --git a/Projects/Scripts/Items/Facial/Beard.cs b/Projects/UOContent/Items/Facial/Beard.cs similarity index 100% rename from Projects/Scripts/Items/Facial/Beard.cs rename to Projects/UOContent/Items/Facial/Beard.cs diff --git a/Projects/Scripts/Items/Facial/Hair.cs b/Projects/UOContent/Items/Facial/Hair.cs similarity index 100% rename from Projects/Scripts/Items/Facial/Hair.cs rename to Projects/UOContent/Items/Facial/Hair.cs diff --git a/Projects/Scripts/Items/Farming/FarmableCabbage.cs b/Projects/UOContent/Items/Farming/FarmableCabbage.cs similarity index 100% rename from Projects/Scripts/Items/Farming/FarmableCabbage.cs rename to Projects/UOContent/Items/Farming/FarmableCabbage.cs diff --git a/Projects/Scripts/Items/Farming/FarmableCarrot.cs b/Projects/UOContent/Items/Farming/FarmableCarrot.cs similarity index 100% rename from Projects/Scripts/Items/Farming/FarmableCarrot.cs rename to Projects/UOContent/Items/Farming/FarmableCarrot.cs diff --git a/Projects/Scripts/Items/Farming/FarmableCotton.cs b/Projects/UOContent/Items/Farming/FarmableCotton.cs similarity index 100% rename from Projects/Scripts/Items/Farming/FarmableCotton.cs rename to Projects/UOContent/Items/Farming/FarmableCotton.cs diff --git a/Projects/Scripts/Items/Farming/FarmableCrop.cs b/Projects/UOContent/Items/Farming/FarmableCrop.cs similarity index 100% rename from Projects/Scripts/Items/Farming/FarmableCrop.cs rename to Projects/UOContent/Items/Farming/FarmableCrop.cs diff --git a/Projects/Scripts/Items/Farming/FarmableFlax.cs b/Projects/UOContent/Items/Farming/FarmableFlax.cs similarity index 100% rename from Projects/Scripts/Items/Farming/FarmableFlax.cs rename to Projects/UOContent/Items/Farming/FarmableFlax.cs diff --git a/Projects/Scripts/Items/Farming/FarmableLettuce.cs b/Projects/UOContent/Items/Farming/FarmableLettuce.cs similarity index 100% rename from Projects/Scripts/Items/Farming/FarmableLettuce.cs rename to Projects/UOContent/Items/Farming/FarmableLettuce.cs diff --git a/Projects/Scripts/Items/Farming/FarmableOnion.cs b/Projects/UOContent/Items/Farming/FarmableOnion.cs similarity index 100% rename from Projects/Scripts/Items/Farming/FarmableOnion.cs rename to Projects/UOContent/Items/Farming/FarmableOnion.cs diff --git a/Projects/Scripts/Items/Farming/FarmablePumpkin.cs b/Projects/UOContent/Items/Farming/FarmablePumpkin.cs similarity index 100% rename from Projects/Scripts/Items/Farming/FarmablePumpkin.cs rename to Projects/UOContent/Items/Farming/FarmablePumpkin.cs diff --git a/Projects/Scripts/Items/Farming/FarmableTurnip.cs b/Projects/UOContent/Items/Farming/FarmableTurnip.cs similarity index 100% rename from Projects/Scripts/Items/Farming/FarmableTurnip.cs rename to Projects/UOContent/Items/Farming/FarmableTurnip.cs diff --git a/Projects/Scripts/Items/Farming/FarmableWheat.cs b/Projects/UOContent/Items/Farming/FarmableWheat.cs similarity index 100% rename from Projects/Scripts/Items/Farming/FarmableWheat.cs rename to Projects/UOContent/Items/Farming/FarmableWheat.cs diff --git a/Projects/Scripts/Items/Food/Asian.cs b/Projects/UOContent/Items/Food/Asian.cs similarity index 100% rename from Projects/Scripts/Items/Food/Asian.cs rename to Projects/UOContent/Items/Food/Asian.cs diff --git a/Projects/Scripts/Items/Food/Beverage.cs b/Projects/UOContent/Items/Food/Beverage.cs similarity index 100% rename from Projects/Scripts/Items/Food/Beverage.cs rename to Projects/UOContent/Items/Food/Beverage.cs diff --git a/Projects/Scripts/Items/Food/BeverageEmpty.cs b/Projects/UOContent/Items/Food/BeverageEmpty.cs similarity index 100% rename from Projects/Scripts/Items/Food/BeverageEmpty.cs rename to Projects/UOContent/Items/Food/BeverageEmpty.cs diff --git a/Projects/Scripts/Items/Food/Bowls.cs b/Projects/UOContent/Items/Food/Bowls.cs similarity index 100% rename from Projects/Scripts/Items/Food/Bowls.cs rename to Projects/UOContent/Items/Food/Bowls.cs diff --git a/Projects/Scripts/Items/Food/Chocolatiering.cs b/Projects/UOContent/Items/Food/Chocolatiering.cs similarity index 100% rename from Projects/Scripts/Items/Food/Chocolatiering.cs rename to Projects/UOContent/Items/Food/Chocolatiering.cs diff --git a/Projects/Scripts/Items/Food/CookableFood.cs b/Projects/UOContent/Items/Food/CookableFood.cs similarity index 100% rename from Projects/Scripts/Items/Food/CookableFood.cs rename to Projects/UOContent/Items/Food/CookableFood.cs diff --git a/Projects/Scripts/Items/Food/Cooking.cs b/Projects/UOContent/Items/Food/Cooking.cs similarity index 100% rename from Projects/Scripts/Items/Food/Cooking.cs rename to Projects/UOContent/Items/Food/Cooking.cs diff --git a/Projects/Scripts/Items/Food/Food.cs b/Projects/UOContent/Items/Food/Food.cs similarity index 100% rename from Projects/Scripts/Items/Food/Food.cs rename to Projects/UOContent/Items/Food/Food.cs diff --git a/Projects/Scripts/Items/Food/Fruits.cs b/Projects/UOContent/Items/Food/Fruits.cs similarity index 100% rename from Projects/Scripts/Items/Food/Fruits.cs rename to Projects/UOContent/Items/Food/Fruits.cs diff --git a/Projects/Scripts/Items/Food/Vegetables.cs b/Projects/UOContent/Items/Food/Vegetables.cs similarity index 100% rename from Projects/Scripts/Items/Food/Vegetables.cs rename to Projects/UOContent/Items/Food/Vegetables.cs diff --git a/Projects/Scripts/Items/Games/Backgammon.cs b/Projects/UOContent/Items/Games/Backgammon.cs similarity index 100% rename from Projects/Scripts/Items/Games/Backgammon.cs rename to Projects/UOContent/Items/Games/Backgammon.cs diff --git a/Projects/Scripts/Items/Games/BaseBoard.cs b/Projects/UOContent/Items/Games/BaseBoard.cs similarity index 100% rename from Projects/Scripts/Items/Games/BaseBoard.cs rename to Projects/UOContent/Items/Games/BaseBoard.cs diff --git a/Projects/Scripts/Items/Games/BasePiece.cs b/Projects/UOContent/Items/Games/BasePiece.cs similarity index 100% rename from Projects/Scripts/Items/Games/BasePiece.cs rename to Projects/UOContent/Items/Games/BasePiece.cs diff --git a/Projects/Scripts/Items/Games/CheckerBoard.cs b/Projects/UOContent/Items/Games/CheckerBoard.cs similarity index 100% rename from Projects/Scripts/Items/Games/CheckerBoard.cs rename to Projects/UOContent/Items/Games/CheckerBoard.cs diff --git a/Projects/Scripts/Items/Games/CheckersPieces.cs b/Projects/UOContent/Items/Games/CheckersPieces.cs similarity index 100% rename from Projects/Scripts/Items/Games/CheckersPieces.cs rename to Projects/UOContent/Items/Games/CheckersPieces.cs diff --git a/Projects/Scripts/Items/Games/ChessPieces.cs b/Projects/UOContent/Items/Games/ChessPieces.cs similarity index 100% rename from Projects/Scripts/Items/Games/ChessPieces.cs rename to Projects/UOContent/Items/Games/ChessPieces.cs diff --git a/Projects/Scripts/Items/Games/Chessboard.cs b/Projects/UOContent/Items/Games/Chessboard.cs similarity index 100% rename from Projects/Scripts/Items/Games/Chessboard.cs rename to Projects/UOContent/Items/Games/Chessboard.cs diff --git a/Projects/Scripts/Items/Games/Dices.cs b/Projects/UOContent/Items/Games/Dices.cs similarity index 100% rename from Projects/Scripts/Items/Games/Dices.cs rename to Projects/UOContent/Items/Games/Dices.cs diff --git a/Projects/Scripts/Items/Games/Mahjong/MahjongDealerIndicator.cs b/Projects/UOContent/Items/Games/Mahjong/MahjongDealerIndicator.cs similarity index 100% rename from Projects/Scripts/Items/Games/Mahjong/MahjongDealerIndicator.cs rename to Projects/UOContent/Items/Games/Mahjong/MahjongDealerIndicator.cs diff --git a/Projects/Scripts/Items/Games/Mahjong/MahjongDices.cs b/Projects/UOContent/Items/Games/Mahjong/MahjongDices.cs similarity index 100% rename from Projects/Scripts/Items/Games/Mahjong/MahjongDices.cs rename to Projects/UOContent/Items/Games/Mahjong/MahjongDices.cs diff --git a/Projects/Scripts/Items/Games/Mahjong/MahjongEnums.cs b/Projects/UOContent/Items/Games/Mahjong/MahjongEnums.cs similarity index 100% rename from Projects/Scripts/Items/Games/Mahjong/MahjongEnums.cs rename to Projects/UOContent/Items/Games/Mahjong/MahjongEnums.cs diff --git a/Projects/Scripts/Items/Games/Mahjong/MahjongGame.cs b/Projects/UOContent/Items/Games/Mahjong/MahjongGame.cs similarity index 100% rename from Projects/Scripts/Items/Games/Mahjong/MahjongGame.cs rename to Projects/UOContent/Items/Games/Mahjong/MahjongGame.cs diff --git a/Projects/Scripts/Items/Games/Mahjong/MahjongPacketHandlers.cs b/Projects/UOContent/Items/Games/Mahjong/MahjongPacketHandlers.cs similarity index 100% rename from Projects/Scripts/Items/Games/Mahjong/MahjongPacketHandlers.cs rename to Projects/UOContent/Items/Games/Mahjong/MahjongPacketHandlers.cs diff --git a/Projects/Scripts/Items/Games/Mahjong/MahjongPieceDim.cs b/Projects/UOContent/Items/Games/Mahjong/MahjongPieceDim.cs similarity index 100% rename from Projects/Scripts/Items/Games/Mahjong/MahjongPieceDim.cs rename to Projects/UOContent/Items/Games/Mahjong/MahjongPieceDim.cs diff --git a/Projects/Scripts/Items/Games/Mahjong/MahjongPlayers.cs b/Projects/UOContent/Items/Games/Mahjong/MahjongPlayers.cs similarity index 100% rename from Projects/Scripts/Items/Games/Mahjong/MahjongPlayers.cs rename to Projects/UOContent/Items/Games/Mahjong/MahjongPlayers.cs diff --git a/Projects/Scripts/Items/Games/Mahjong/MahjongTile.cs b/Projects/UOContent/Items/Games/Mahjong/MahjongTile.cs similarity index 100% rename from Projects/Scripts/Items/Games/Mahjong/MahjongTile.cs rename to Projects/UOContent/Items/Games/Mahjong/MahjongTile.cs diff --git a/Projects/Scripts/Items/Games/Mahjong/MahjongTileTypeGenerator.cs b/Projects/UOContent/Items/Games/Mahjong/MahjongTileTypeGenerator.cs similarity index 100% rename from Projects/Scripts/Items/Games/Mahjong/MahjongTileTypeGenerator.cs rename to Projects/UOContent/Items/Games/Mahjong/MahjongTileTypeGenerator.cs diff --git a/Projects/Scripts/Items/Games/Mahjong/MahjongWallBreakIndicator.cs b/Projects/UOContent/Items/Games/Mahjong/MahjongWallBreakIndicator.cs similarity index 100% rename from Projects/Scripts/Items/Games/Mahjong/MahjongWallBreakIndicator.cs rename to Projects/UOContent/Items/Games/Mahjong/MahjongWallBreakIndicator.cs diff --git a/Projects/Scripts/Items/Games/Mahjong/Packets.cs b/Projects/UOContent/Items/Games/Mahjong/Packets.cs similarity index 100% rename from Projects/Scripts/Items/Games/Mahjong/Packets.cs rename to Projects/UOContent/Items/Games/Mahjong/Packets.cs diff --git a/Projects/Scripts/Items/Gems/Amber.cs b/Projects/UOContent/Items/Gems/Amber.cs similarity index 100% rename from Projects/Scripts/Items/Gems/Amber.cs rename to Projects/UOContent/Items/Gems/Amber.cs diff --git a/Projects/Scripts/Items/Gems/Amethyst.cs b/Projects/UOContent/Items/Gems/Amethyst.cs similarity index 100% rename from Projects/Scripts/Items/Gems/Amethyst.cs rename to Projects/UOContent/Items/Gems/Amethyst.cs diff --git a/Projects/Scripts/Items/Gems/Citrine.cs b/Projects/UOContent/Items/Gems/Citrine.cs similarity index 100% rename from Projects/Scripts/Items/Gems/Citrine.cs rename to Projects/UOContent/Items/Gems/Citrine.cs diff --git a/Projects/Scripts/Items/Gems/Diamond.cs b/Projects/UOContent/Items/Gems/Diamond.cs similarity index 100% rename from Projects/Scripts/Items/Gems/Diamond.cs rename to Projects/UOContent/Items/Gems/Diamond.cs diff --git a/Projects/Scripts/Items/Gems/Emerald.cs b/Projects/UOContent/Items/Gems/Emerald.cs similarity index 100% rename from Projects/Scripts/Items/Gems/Emerald.cs rename to Projects/UOContent/Items/Gems/Emerald.cs diff --git a/Projects/Scripts/Items/Gems/Ruby.cs b/Projects/UOContent/Items/Gems/Ruby.cs similarity index 100% rename from Projects/Scripts/Items/Gems/Ruby.cs rename to Projects/UOContent/Items/Gems/Ruby.cs diff --git a/Projects/Scripts/Items/Gems/Sapphire.cs b/Projects/UOContent/Items/Gems/Sapphire.cs similarity index 100% rename from Projects/Scripts/Items/Gems/Sapphire.cs rename to Projects/UOContent/Items/Gems/Sapphire.cs diff --git a/Projects/Scripts/Items/Gems/StarSapphire.cs b/Projects/UOContent/Items/Gems/StarSapphire.cs similarity index 100% rename from Projects/Scripts/Items/Gems/StarSapphire.cs rename to Projects/UOContent/Items/Gems/StarSapphire.cs diff --git a/Projects/Scripts/Items/Gems/Tourmaline.cs b/Projects/UOContent/Items/Gems/Tourmaline.cs similarity index 100% rename from Projects/Scripts/Items/Gems/Tourmaline.cs rename to Projects/UOContent/Items/Gems/Tourmaline.cs diff --git a/Projects/Scripts/Items/Guilds/GuildDeed.cs b/Projects/UOContent/Items/Guilds/GuildDeed.cs similarity index 100% rename from Projects/Scripts/Items/Guilds/GuildDeed.cs rename to Projects/UOContent/Items/Guilds/GuildDeed.cs diff --git a/Projects/Scripts/Items/Guilds/GuildTeleporter.cs b/Projects/UOContent/Items/Guilds/GuildTeleporter.cs similarity index 100% rename from Projects/Scripts/Items/Guilds/GuildTeleporter.cs rename to Projects/UOContent/Items/Guilds/GuildTeleporter.cs diff --git a/Projects/Scripts/Items/Guilds/Guildstone.cs b/Projects/UOContent/Items/Guilds/Guildstone.cs similarity index 100% rename from Projects/Scripts/Items/Guilds/Guildstone.cs rename to Projects/UOContent/Items/Guilds/Guildstone.cs diff --git a/Projects/Scripts/Items/Jewels/Artifacts/BraceletOfHealth.cs b/Projects/UOContent/Items/Jewels/Artifacts/BraceletOfHealth.cs similarity index 100% rename from Projects/Scripts/Items/Jewels/Artifacts/BraceletOfHealth.cs rename to Projects/UOContent/Items/Jewels/Artifacts/BraceletOfHealth.cs diff --git a/Projects/Scripts/Items/Jewels/Artifacts/Craftable/EssenceOfBattle.cs b/Projects/UOContent/Items/Jewels/Artifacts/Craftable/EssenceOfBattle.cs similarity index 100% rename from Projects/Scripts/Items/Jewels/Artifacts/Craftable/EssenceOfBattle.cs rename to Projects/UOContent/Items/Jewels/Artifacts/Craftable/EssenceOfBattle.cs diff --git a/Projects/Scripts/Items/Jewels/Artifacts/Craftable/PendantOfTheMagi.cs b/Projects/UOContent/Items/Jewels/Artifacts/Craftable/PendantOfTheMagi.cs similarity index 100% rename from Projects/Scripts/Items/Jewels/Artifacts/Craftable/PendantOfTheMagi.cs rename to Projects/UOContent/Items/Jewels/Artifacts/Craftable/PendantOfTheMagi.cs diff --git a/Projects/Scripts/Items/Jewels/Artifacts/Craftable/ResillientBracer.cs b/Projects/UOContent/Items/Jewels/Artifacts/Craftable/ResillientBracer.cs similarity index 100% rename from Projects/Scripts/Items/Jewels/Artifacts/Craftable/ResillientBracer.cs rename to Projects/UOContent/Items/Jewels/Artifacts/Craftable/ResillientBracer.cs diff --git a/Projects/Scripts/Items/Jewels/Artifacts/OrnamentOfTheMagician.cs b/Projects/UOContent/Items/Jewels/Artifacts/OrnamentOfTheMagician.cs similarity index 100% rename from Projects/Scripts/Items/Jewels/Artifacts/OrnamentOfTheMagician.cs rename to Projects/UOContent/Items/Jewels/Artifacts/OrnamentOfTheMagician.cs diff --git a/Projects/Scripts/Items/Jewels/Artifacts/RingOfTheElements.cs b/Projects/UOContent/Items/Jewels/Artifacts/RingOfTheElements.cs similarity index 100% rename from Projects/Scripts/Items/Jewels/Artifacts/RingOfTheElements.cs rename to Projects/UOContent/Items/Jewels/Artifacts/RingOfTheElements.cs diff --git a/Projects/Scripts/Items/Jewels/Artifacts/RingOfTheVile.cs b/Projects/UOContent/Items/Jewels/Artifacts/RingOfTheVile.cs similarity index 100% rename from Projects/Scripts/Items/Jewels/Artifacts/RingOfTheVile.cs rename to Projects/UOContent/Items/Jewels/Artifacts/RingOfTheVile.cs diff --git a/Projects/Scripts/Items/Jewels/BaseJewel.cs b/Projects/UOContent/Items/Jewels/BaseJewel.cs similarity index 100% rename from Projects/Scripts/Items/Jewels/BaseJewel.cs rename to Projects/UOContent/Items/Jewels/BaseJewel.cs diff --git a/Projects/Scripts/Items/Jewels/Beads.cs b/Projects/UOContent/Items/Jewels/Beads.cs similarity index 100% rename from Projects/Scripts/Items/Jewels/Beads.cs rename to Projects/UOContent/Items/Jewels/Beads.cs diff --git a/Projects/Scripts/Items/Jewels/Bracelet.cs b/Projects/UOContent/Items/Jewels/Bracelet.cs similarity index 100% rename from Projects/Scripts/Items/Jewels/Bracelet.cs rename to Projects/UOContent/Items/Jewels/Bracelet.cs diff --git a/Projects/Scripts/Items/Jewels/Earrings.cs b/Projects/UOContent/Items/Jewels/Earrings.cs similarity index 100% rename from Projects/Scripts/Items/Jewels/Earrings.cs rename to Projects/UOContent/Items/Jewels/Earrings.cs diff --git a/Projects/Scripts/Items/Jewels/Necklace.cs b/Projects/UOContent/Items/Jewels/Necklace.cs similarity index 100% rename from Projects/Scripts/Items/Jewels/Necklace.cs rename to Projects/UOContent/Items/Jewels/Necklace.cs diff --git a/Projects/Scripts/Items/Jewels/Ring.cs b/Projects/UOContent/Items/Jewels/Ring.cs similarity index 100% rename from Projects/Scripts/Items/Jewels/Ring.cs rename to Projects/UOContent/Items/Jewels/Ring.cs diff --git a/Projects/Scripts/Items/Lights/BaseEquippableLight.cs b/Projects/UOContent/Items/Lights/BaseEquippableLight.cs similarity index 100% rename from Projects/Scripts/Items/Lights/BaseEquippableLight.cs rename to Projects/UOContent/Items/Lights/BaseEquippableLight.cs diff --git a/Projects/Scripts/Items/Lights/BaseLight.cs b/Projects/UOContent/Items/Lights/BaseLight.cs similarity index 100% rename from Projects/Scripts/Items/Lights/BaseLight.cs rename to Projects/UOContent/Items/Lights/BaseLight.cs diff --git a/Projects/Scripts/Items/Lights/Brazier.cs b/Projects/UOContent/Items/Lights/Brazier.cs similarity index 100% rename from Projects/Scripts/Items/Lights/Brazier.cs rename to Projects/UOContent/Items/Lights/Brazier.cs diff --git a/Projects/Scripts/Items/Lights/BrazierTall.cs b/Projects/UOContent/Items/Lights/BrazierTall.cs similarity index 100% rename from Projects/Scripts/Items/Lights/BrazierTall.cs rename to Projects/UOContent/Items/Lights/BrazierTall.cs diff --git a/Projects/Scripts/Items/Lights/Candelabra.cs b/Projects/UOContent/Items/Lights/Candelabra.cs similarity index 100% rename from Projects/Scripts/Items/Lights/Candelabra.cs rename to Projects/UOContent/Items/Lights/Candelabra.cs diff --git a/Projects/Scripts/Items/Lights/CandelabraStand.cs b/Projects/UOContent/Items/Lights/CandelabraStand.cs similarity index 100% rename from Projects/Scripts/Items/Lights/CandelabraStand.cs rename to Projects/UOContent/Items/Lights/CandelabraStand.cs diff --git a/Projects/Scripts/Items/Lights/Candle.cs b/Projects/UOContent/Items/Lights/Candle.cs similarity index 100% rename from Projects/Scripts/Items/Lights/Candle.cs rename to Projects/UOContent/Items/Lights/Candle.cs diff --git a/Projects/Scripts/Items/Lights/CandleLarge.cs b/Projects/UOContent/Items/Lights/CandleLarge.cs similarity index 100% rename from Projects/Scripts/Items/Lights/CandleLarge.cs rename to Projects/UOContent/Items/Lights/CandleLarge.cs diff --git a/Projects/Scripts/Items/Lights/CandleLong.cs b/Projects/UOContent/Items/Lights/CandleLong.cs similarity index 100% rename from Projects/Scripts/Items/Lights/CandleLong.cs rename to Projects/UOContent/Items/Lights/CandleLong.cs diff --git a/Projects/Scripts/Items/Lights/CandleShort.cs b/Projects/UOContent/Items/Lights/CandleShort.cs similarity index 100% rename from Projects/Scripts/Items/Lights/CandleShort.cs rename to Projects/UOContent/Items/Lights/CandleShort.cs diff --git a/Projects/Scripts/Items/Lights/CandleSkull.cs b/Projects/UOContent/Items/Lights/CandleSkull.cs similarity index 100% rename from Projects/Scripts/Items/Lights/CandleSkull.cs rename to Projects/UOContent/Items/Lights/CandleSkull.cs diff --git a/Projects/Scripts/Items/Lights/DarkSource.cs b/Projects/UOContent/Items/Lights/DarkSource.cs similarity index 100% rename from Projects/Scripts/Items/Lights/DarkSource.cs rename to Projects/UOContent/Items/Lights/DarkSource.cs diff --git a/Projects/Scripts/Items/Lights/HangingLantern.cs b/Projects/UOContent/Items/Lights/HangingLantern.cs similarity index 100% rename from Projects/Scripts/Items/Lights/HangingLantern.cs rename to Projects/UOContent/Items/Lights/HangingLantern.cs diff --git a/Projects/Scripts/Items/Lights/HeatingStand.cs b/Projects/UOContent/Items/Lights/HeatingStand.cs similarity index 100% rename from Projects/Scripts/Items/Lights/HeatingStand.cs rename to Projects/UOContent/Items/Lights/HeatingStand.cs diff --git a/Projects/Scripts/Items/Lights/LampPost1.cs b/Projects/UOContent/Items/Lights/LampPost1.cs similarity index 100% rename from Projects/Scripts/Items/Lights/LampPost1.cs rename to Projects/UOContent/Items/Lights/LampPost1.cs diff --git a/Projects/Scripts/Items/Lights/LampPost2.cs b/Projects/UOContent/Items/Lights/LampPost2.cs similarity index 100% rename from Projects/Scripts/Items/Lights/LampPost2.cs rename to Projects/UOContent/Items/Lights/LampPost2.cs diff --git a/Projects/Scripts/Items/Lights/LampPost3.cs b/Projects/UOContent/Items/Lights/LampPost3.cs similarity index 100% rename from Projects/Scripts/Items/Lights/LampPost3.cs rename to Projects/UOContent/Items/Lights/LampPost3.cs diff --git a/Projects/Scripts/Items/Lights/Lantern.cs b/Projects/UOContent/Items/Lights/Lantern.cs similarity index 100% rename from Projects/Scripts/Items/Lights/Lantern.cs rename to Projects/UOContent/Items/Lights/Lantern.cs diff --git a/Projects/Scripts/Items/Lights/LightSource.cs b/Projects/UOContent/Items/Lights/LightSource.cs similarity index 100% rename from Projects/Scripts/Items/Lights/LightSource.cs rename to Projects/UOContent/Items/Lights/LightSource.cs diff --git a/Projects/Scripts/Items/Lights/PaperLantern.cs b/Projects/UOContent/Items/Lights/PaperLantern.cs similarity index 100% rename from Projects/Scripts/Items/Lights/PaperLantern.cs rename to Projects/UOContent/Items/Lights/PaperLantern.cs diff --git a/Projects/Scripts/Items/Lights/RedHangingLantern.cs b/Projects/UOContent/Items/Lights/RedHangingLantern.cs similarity index 100% rename from Projects/Scripts/Items/Lights/RedHangingLantern.cs rename to Projects/UOContent/Items/Lights/RedHangingLantern.cs diff --git a/Projects/Scripts/Items/Lights/RoundPaperLantern.cs b/Projects/UOContent/Items/Lights/RoundPaperLantern.cs similarity index 100% rename from Projects/Scripts/Items/Lights/RoundPaperLantern.cs rename to Projects/UOContent/Items/Lights/RoundPaperLantern.cs diff --git a/Projects/Scripts/Items/Lights/ShojiLantern.cs b/Projects/UOContent/Items/Lights/ShojiLantern.cs similarity index 100% rename from Projects/Scripts/Items/Lights/ShojiLantern.cs rename to Projects/UOContent/Items/Lights/ShojiLantern.cs diff --git a/Projects/Scripts/Items/Lights/Torch.cs b/Projects/UOContent/Items/Lights/Torch.cs similarity index 100% rename from Projects/Scripts/Items/Lights/Torch.cs rename to Projects/UOContent/Items/Lights/Torch.cs diff --git a/Projects/Scripts/Items/Lights/WallSconce.cs b/Projects/UOContent/Items/Lights/WallSconce.cs similarity index 100% rename from Projects/Scripts/Items/Lights/WallSconce.cs rename to Projects/UOContent/Items/Lights/WallSconce.cs diff --git a/Projects/Scripts/Items/Lights/WallTorch.cs b/Projects/UOContent/Items/Lights/WallTorch.cs similarity index 100% rename from Projects/Scripts/Items/Lights/WallTorch.cs rename to Projects/UOContent/Items/Lights/WallTorch.cs diff --git a/Projects/Scripts/Items/Lights/WhiteHangingLantern.cs b/Projects/UOContent/Items/Lights/WhiteHangingLantern.cs similarity index 100% rename from Projects/Scripts/Items/Lights/WhiteHangingLantern.cs rename to Projects/UOContent/Items/Lights/WhiteHangingLantern.cs diff --git a/Projects/Scripts/Items/Maps/BlankMap.cs b/Projects/UOContent/Items/Maps/BlankMap.cs similarity index 100% rename from Projects/Scripts/Items/Maps/BlankMap.cs rename to Projects/UOContent/Items/Maps/BlankMap.cs diff --git a/Projects/Scripts/Items/Maps/CityMap.cs b/Projects/UOContent/Items/Maps/CityMap.cs similarity index 100% rename from Projects/Scripts/Items/Maps/CityMap.cs rename to Projects/UOContent/Items/Maps/CityMap.cs diff --git a/Projects/Scripts/Items/Maps/IndecipherableMap.cs b/Projects/UOContent/Items/Maps/IndecipherableMap.cs similarity index 100% rename from Projects/Scripts/Items/Maps/IndecipherableMap.cs rename to Projects/UOContent/Items/Maps/IndecipherableMap.cs diff --git a/Projects/Scripts/Items/Maps/LocalMap.cs b/Projects/UOContent/Items/Maps/LocalMap.cs similarity index 100% rename from Projects/Scripts/Items/Maps/LocalMap.cs rename to Projects/UOContent/Items/Maps/LocalMap.cs diff --git a/Projects/Scripts/Items/Maps/MapItem.cs b/Projects/UOContent/Items/Maps/MapItem.cs similarity index 100% rename from Projects/Scripts/Items/Maps/MapItem.cs rename to Projects/UOContent/Items/Maps/MapItem.cs diff --git a/Projects/Scripts/Items/Maps/PresetMap.cs b/Projects/UOContent/Items/Maps/PresetMap.cs similarity index 100% rename from Projects/Scripts/Items/Maps/PresetMap.cs rename to Projects/UOContent/Items/Maps/PresetMap.cs diff --git a/Projects/Scripts/Items/Maps/SeaChart.cs b/Projects/UOContent/Items/Maps/SeaChart.cs similarity index 100% rename from Projects/Scripts/Items/Maps/SeaChart.cs rename to Projects/UOContent/Items/Maps/SeaChart.cs diff --git a/Projects/Scripts/Items/Maps/TreasureMap.cs b/Projects/UOContent/Items/Maps/TreasureMap.cs similarity index 100% rename from Projects/Scripts/Items/Maps/TreasureMap.cs rename to Projects/UOContent/Items/Maps/TreasureMap.cs diff --git a/Projects/Scripts/Items/Maps/WorldMap.cs b/Projects/UOContent/Items/Maps/WorldMap.cs similarity index 100% rename from Projects/Scripts/Items/Maps/WorldMap.cs rename to Projects/UOContent/Items/Maps/WorldMap.cs diff --git a/Projects/Scripts/Items/Minor Artifacts/AdmiralsHeartyRum.cs b/Projects/UOContent/Items/Minor Artifacts/AdmiralsHeartyRum.cs similarity index 100% rename from Projects/Scripts/Items/Minor Artifacts/AdmiralsHeartyRum.cs rename to Projects/UOContent/Items/Minor Artifacts/AdmiralsHeartyRum.cs diff --git a/Projects/Scripts/Items/Minor Artifacts/AlchemistsBauble.cs b/Projects/UOContent/Items/Minor Artifacts/AlchemistsBauble.cs similarity index 100% rename from Projects/Scripts/Items/Minor Artifacts/AlchemistsBauble.cs rename to Projects/UOContent/Items/Minor Artifacts/AlchemistsBauble.cs diff --git a/Projects/Scripts/Items/Minor Artifacts/ArcticDeathDealer.cs b/Projects/UOContent/Items/Minor Artifacts/ArcticDeathDealer.cs similarity index 100% rename from Projects/Scripts/Items/Minor Artifacts/ArcticDeathDealer.cs rename to Projects/UOContent/Items/Minor Artifacts/ArcticDeathDealer.cs diff --git a/Projects/Scripts/Items/Minor Artifacts/BlazeOfDeath.cs b/Projects/UOContent/Items/Minor Artifacts/BlazeOfDeath.cs similarity index 100% rename from Projects/Scripts/Items/Minor Artifacts/BlazeOfDeath.cs rename to Projects/UOContent/Items/Minor Artifacts/BlazeOfDeath.cs diff --git a/Projects/Scripts/Items/Minor Artifacts/BowOfTheJukaKing.cs b/Projects/UOContent/Items/Minor Artifacts/BowOfTheJukaKing.cs similarity index 100% rename from Projects/Scripts/Items/Minor Artifacts/BowOfTheJukaKing.cs rename to Projects/UOContent/Items/Minor Artifacts/BowOfTheJukaKing.cs diff --git a/Projects/Scripts/Items/Minor Artifacts/BurglarsBandana.cs b/Projects/UOContent/Items/Minor Artifacts/BurglarsBandana.cs similarity index 100% rename from Projects/Scripts/Items/Minor Artifacts/BurglarsBandana.cs rename to Projects/UOContent/Items/Minor Artifacts/BurglarsBandana.cs diff --git a/Projects/Scripts/Items/Minor Artifacts/CandelabraOfSouls.cs b/Projects/UOContent/Items/Minor Artifacts/CandelabraOfSouls.cs similarity index 100% rename from Projects/Scripts/Items/Minor Artifacts/CandelabraOfSouls.cs rename to Projects/UOContent/Items/Minor Artifacts/CandelabraOfSouls.cs diff --git a/Projects/Scripts/Items/Minor Artifacts/CaptainQuacklebushsCutlass.cs b/Projects/UOContent/Items/Minor Artifacts/CaptainQuacklebushsCutlass.cs similarity index 100% rename from Projects/Scripts/Items/Minor Artifacts/CaptainQuacklebushsCutlass.cs rename to Projects/UOContent/Items/Minor Artifacts/CaptainQuacklebushsCutlass.cs diff --git a/Projects/Scripts/Items/Minor Artifacts/CavortingClub.cs b/Projects/UOContent/Items/Minor Artifacts/CavortingClub.cs similarity index 100% rename from Projects/Scripts/Items/Minor Artifacts/CavortingClub.cs rename to Projects/UOContent/Items/Minor Artifacts/CavortingClub.cs diff --git a/Projects/Scripts/Items/Minor Artifacts/ColdBlood.cs b/Projects/UOContent/Items/Minor Artifacts/ColdBlood.cs similarity index 100% rename from Projects/Scripts/Items/Minor Artifacts/ColdBlood.cs rename to Projects/UOContent/Items/Minor Artifacts/ColdBlood.cs diff --git a/Projects/Scripts/Items/Minor Artifacts/DreadPirateHat.cs b/Projects/UOContent/Items/Minor Artifacts/DreadPirateHat.cs similarity index 100% rename from Projects/Scripts/Items/Minor Artifacts/DreadPirateHat.cs rename to Projects/UOContent/Items/Minor Artifacts/DreadPirateHat.cs diff --git a/Projects/Scripts/Items/Minor Artifacts/EnchantedTitanLegBone.cs b/Projects/UOContent/Items/Minor Artifacts/EnchantedTitanLegBone.cs similarity index 100% rename from Projects/Scripts/Items/Minor Artifacts/EnchantedTitanLegBone.cs rename to Projects/UOContent/Items/Minor Artifacts/EnchantedTitanLegBone.cs diff --git a/Projects/Scripts/Items/Minor Artifacts/GhostShipAnchor.cs b/Projects/UOContent/Items/Minor Artifacts/GhostShipAnchor.cs similarity index 100% rename from Projects/Scripts/Items/Minor Artifacts/GhostShipAnchor.cs rename to Projects/UOContent/Items/Minor Artifacts/GhostShipAnchor.cs diff --git a/Projects/Scripts/Items/Minor Artifacts/GlovesOfThePugilist.cs b/Projects/UOContent/Items/Minor Artifacts/GlovesOfThePugilist.cs similarity index 100% rename from Projects/Scripts/Items/Minor Artifacts/GlovesOfThePugilist.cs rename to Projects/UOContent/Items/Minor Artifacts/GlovesOfThePugilist.cs diff --git a/Projects/Scripts/Items/Minor Artifacts/GoldBricks.cs b/Projects/UOContent/Items/Minor Artifacts/GoldBricks.cs similarity index 100% rename from Projects/Scripts/Items/Minor Artifacts/GoldBricks.cs rename to Projects/UOContent/Items/Minor Artifacts/GoldBricks.cs diff --git a/Projects/Scripts/Items/Minor Artifacts/GwennosHarp.cs b/Projects/UOContent/Items/Minor Artifacts/GwennosHarp.cs similarity index 100% rename from Projects/Scripts/Items/Minor Artifacts/GwennosHarp.cs rename to Projects/UOContent/Items/Minor Artifacts/GwennosHarp.cs diff --git a/Projects/Scripts/Items/Minor Artifacts/HeartOfTheLion.cs b/Projects/UOContent/Items/Minor Artifacts/HeartOfTheLion.cs similarity index 100% rename from Projects/Scripts/Items/Minor Artifacts/HeartOfTheLion.cs rename to Projects/UOContent/Items/Minor Artifacts/HeartOfTheLion.cs diff --git a/Projects/Scripts/Items/Minor Artifacts/IolosLute.cs b/Projects/UOContent/Items/Minor Artifacts/IolosLute.cs similarity index 100% rename from Projects/Scripts/Items/Minor Artifacts/IolosLute.cs rename to Projects/UOContent/Items/Minor Artifacts/IolosLute.cs diff --git a/Projects/Scripts/Items/Minor Artifacts/LunaLance.cs b/Projects/UOContent/Items/Minor Artifacts/LunaLance.cs similarity index 100% rename from Projects/Scripts/Items/Minor Artifacts/LunaLance.cs rename to Projects/UOContent/Items/Minor Artifacts/LunaLance.cs diff --git a/Projects/Scripts/Items/Minor Artifacts/ML/AegisOfGrace.cs b/Projects/UOContent/Items/Minor Artifacts/ML/AegisOfGrace.cs similarity index 100% rename from Projects/Scripts/Items/Minor Artifacts/ML/AegisOfGrace.cs rename to Projects/UOContent/Items/Minor Artifacts/ML/AegisOfGrace.cs diff --git a/Projects/Scripts/Items/Minor Artifacts/ML/BladeDance.cs b/Projects/UOContent/Items/Minor Artifacts/ML/BladeDance.cs similarity index 100% rename from Projects/Scripts/Items/Minor Artifacts/ML/BladeDance.cs rename to Projects/UOContent/Items/Minor Artifacts/ML/BladeDance.cs diff --git a/Projects/Scripts/Items/Minor Artifacts/ML/BloodwoodSpirit.cs b/Projects/UOContent/Items/Minor Artifacts/ML/BloodwoodSpirit.cs similarity index 100% rename from Projects/Scripts/Items/Minor Artifacts/ML/BloodwoodSpirit.cs rename to Projects/UOContent/Items/Minor Artifacts/ML/BloodwoodSpirit.cs diff --git a/Projects/Scripts/Items/Minor Artifacts/ML/Bonesmasher.cs b/Projects/UOContent/Items/Minor Artifacts/ML/Bonesmasher.cs similarity index 100% rename from Projects/Scripts/Items/Minor Artifacts/ML/Bonesmasher.cs rename to Projects/UOContent/Items/Minor Artifacts/ML/Bonesmasher.cs diff --git a/Projects/Scripts/Items/Minor Artifacts/ML/Boomstick.cs b/Projects/UOContent/Items/Minor Artifacts/ML/Boomstick.cs similarity index 100% rename from Projects/Scripts/Items/Minor Artifacts/ML/Boomstick.cs rename to Projects/UOContent/Items/Minor Artifacts/ML/Boomstick.cs diff --git a/Projects/Scripts/Items/Minor Artifacts/ML/BrightsightLenses.cs b/Projects/UOContent/Items/Minor Artifacts/ML/BrightsightLenses.cs similarity index 100% rename from Projects/Scripts/Items/Minor Artifacts/ML/BrightsightLenses.cs rename to Projects/UOContent/Items/Minor Artifacts/ML/BrightsightLenses.cs diff --git a/Projects/Scripts/Items/Minor Artifacts/ML/FeyLeggings.cs b/Projects/UOContent/Items/Minor Artifacts/ML/FeyLeggings.cs similarity index 100% rename from Projects/Scripts/Items/Minor Artifacts/ML/FeyLeggings.cs rename to Projects/UOContent/Items/Minor Artifacts/ML/FeyLeggings.cs diff --git a/Projects/Scripts/Items/Minor Artifacts/ML/FleshRipper.cs b/Projects/UOContent/Items/Minor Artifacts/ML/FleshRipper.cs similarity index 100% rename from Projects/Scripts/Items/Minor Artifacts/ML/FleshRipper.cs rename to Projects/UOContent/Items/Minor Artifacts/ML/FleshRipper.cs diff --git a/Projects/Scripts/Items/Minor Artifacts/ML/HelmOfSwiftness.cs b/Projects/UOContent/Items/Minor Artifacts/ML/HelmOfSwiftness.cs similarity index 100% rename from Projects/Scripts/Items/Minor Artifacts/ML/HelmOfSwiftness.cs rename to Projects/UOContent/Items/Minor Artifacts/ML/HelmOfSwiftness.cs diff --git a/Projects/Scripts/Items/Minor Artifacts/ML/MelisandesCorrodedHatchet.cs b/Projects/UOContent/Items/Minor Artifacts/ML/MelisandesCorrodedHatchet.cs similarity index 100% rename from Projects/Scripts/Items/Minor Artifacts/ML/MelisandesCorrodedHatchet.cs rename to Projects/UOContent/Items/Minor Artifacts/ML/MelisandesCorrodedHatchet.cs diff --git a/Projects/Scripts/Items/Minor Artifacts/ML/PadsOfTheCuSidhe.cs b/Projects/UOContent/Items/Minor Artifacts/ML/PadsOfTheCuSidhe.cs similarity index 100% rename from Projects/Scripts/Items/Minor Artifacts/ML/PadsOfTheCuSidhe.cs rename to Projects/UOContent/Items/Minor Artifacts/ML/PadsOfTheCuSidhe.cs diff --git a/Projects/Scripts/Items/Minor Artifacts/ML/QuiverOfElements.cs b/Projects/UOContent/Items/Minor Artifacts/ML/QuiverOfElements.cs similarity index 100% rename from Projects/Scripts/Items/Minor Artifacts/ML/QuiverOfElements.cs rename to Projects/UOContent/Items/Minor Artifacts/ML/QuiverOfElements.cs diff --git a/Projects/Scripts/Items/Minor Artifacts/ML/QuiverOfRage.cs b/Projects/UOContent/Items/Minor Artifacts/ML/QuiverOfRage.cs similarity index 100% rename from Projects/Scripts/Items/Minor Artifacts/ML/QuiverOfRage.cs rename to Projects/UOContent/Items/Minor Artifacts/ML/QuiverOfRage.cs diff --git a/Projects/Scripts/Items/Minor Artifacts/ML/RaedsGlory.cs b/Projects/UOContent/Items/Minor Artifacts/ML/RaedsGlory.cs similarity index 100% rename from Projects/Scripts/Items/Minor Artifacts/ML/RaedsGlory.cs rename to Projects/UOContent/Items/Minor Artifacts/ML/RaedsGlory.cs diff --git a/Projects/Scripts/Items/Minor Artifacts/ML/RighteousAnger.cs b/Projects/UOContent/Items/Minor Artifacts/ML/RighteousAnger.cs similarity index 100% rename from Projects/Scripts/Items/Minor Artifacts/ML/RighteousAnger.cs rename to Projects/UOContent/Items/Minor Artifacts/ML/RighteousAnger.cs diff --git a/Projects/Scripts/Items/Minor Artifacts/ML/RobeOfTheEclipse.cs b/Projects/UOContent/Items/Minor Artifacts/ML/RobeOfTheEclipse.cs similarity index 100% rename from Projects/Scripts/Items/Minor Artifacts/ML/RobeOfTheEclipse.cs rename to Projects/UOContent/Items/Minor Artifacts/ML/RobeOfTheEclipse.cs diff --git a/Projects/Scripts/Items/Minor Artifacts/ML/RobeOfTheEquinox.cs b/Projects/UOContent/Items/Minor Artifacts/ML/RobeOfTheEquinox.cs similarity index 100% rename from Projects/Scripts/Items/Minor Artifacts/ML/RobeOfTheEquinox.cs rename to Projects/UOContent/Items/Minor Artifacts/ML/RobeOfTheEquinox.cs diff --git a/Projects/Scripts/Items/Minor Artifacts/ML/SoulSeeker.cs b/Projects/UOContent/Items/Minor Artifacts/ML/SoulSeeker.cs similarity index 100% rename from Projects/Scripts/Items/Minor Artifacts/ML/SoulSeeker.cs rename to Projects/UOContent/Items/Minor Artifacts/ML/SoulSeeker.cs diff --git a/Projects/Scripts/Items/Minor Artifacts/ML/TalonBite.cs b/Projects/UOContent/Items/Minor Artifacts/ML/TalonBite.cs similarity index 100% rename from Projects/Scripts/Items/Minor Artifacts/ML/TalonBite.cs rename to Projects/UOContent/Items/Minor Artifacts/ML/TalonBite.cs diff --git a/Projects/Scripts/Items/Minor Artifacts/ML/TotemOfVoid.cs b/Projects/UOContent/Items/Minor Artifacts/ML/TotemOfVoid.cs similarity index 100% rename from Projects/Scripts/Items/Minor Artifacts/ML/TotemOfVoid.cs rename to Projects/UOContent/Items/Minor Artifacts/ML/TotemOfVoid.cs diff --git a/Projects/Scripts/Items/Minor Artifacts/ML/WildfireBow.cs b/Projects/UOContent/Items/Minor Artifacts/ML/WildfireBow.cs similarity index 100% rename from Projects/Scripts/Items/Minor Artifacts/ML/WildfireBow.cs rename to Projects/UOContent/Items/Minor Artifacts/ML/WildfireBow.cs diff --git a/Projects/Scripts/Items/Minor Artifacts/ML/Windsong.cs b/Projects/UOContent/Items/Minor Artifacts/ML/Windsong.cs similarity index 100% rename from Projects/Scripts/Items/Minor Artifacts/ML/Windsong.cs rename to Projects/UOContent/Items/Minor Artifacts/ML/Windsong.cs diff --git a/Projects/Scripts/Items/Minor Artifacts/NightsKiss.cs b/Projects/UOContent/Items/Minor Artifacts/NightsKiss.cs similarity index 100% rename from Projects/Scripts/Items/Minor Artifacts/NightsKiss.cs rename to Projects/UOContent/Items/Minor Artifacts/NightsKiss.cs diff --git a/Projects/Scripts/Items/Minor Artifacts/NoxRangersHeavyCrossbow.cs b/Projects/UOContent/Items/Minor Artifacts/NoxRangersHeavyCrossbow.cs similarity index 100% rename from Projects/Scripts/Items/Minor Artifacts/NoxRangersHeavyCrossbow.cs rename to Projects/UOContent/Items/Minor Artifacts/NoxRangersHeavyCrossbow.cs diff --git a/Projects/Scripts/Items/Minor Artifacts/OrcishVisage.cs b/Projects/UOContent/Items/Minor Artifacts/OrcishVisage.cs similarity index 100% rename from Projects/Scripts/Items/Minor Artifacts/OrcishVisage.cs rename to Projects/UOContent/Items/Minor Artifacts/OrcishVisage.cs diff --git a/Projects/Scripts/Items/Minor Artifacts/PhillipsWoodenSteed.cs b/Projects/UOContent/Items/Minor Artifacts/PhillipsWoodenSteed.cs similarity index 100% rename from Projects/Scripts/Items/Minor Artifacts/PhillipsWoodenSteed.cs rename to Projects/UOContent/Items/Minor Artifacts/PhillipsWoodenSteed.cs diff --git a/Projects/Scripts/Items/Minor Artifacts/PixieSwatter.cs b/Projects/UOContent/Items/Minor Artifacts/PixieSwatter.cs similarity index 100% rename from Projects/Scripts/Items/Minor Artifacts/PixieSwatter.cs rename to Projects/UOContent/Items/Minor Artifacts/PixieSwatter.cs diff --git a/Projects/Scripts/Items/Minor Artifacts/PolarBearMask.cs b/Projects/UOContent/Items/Minor Artifacts/PolarBearMask.cs similarity index 100% rename from Projects/Scripts/Items/Minor Artifacts/PolarBearMask.cs rename to Projects/UOContent/Items/Minor Artifacts/PolarBearMask.cs diff --git a/Projects/Scripts/Items/Minor Artifacts/SeahorseStatuette.cs b/Projects/UOContent/Items/Minor Artifacts/SeahorseStatuette.cs similarity index 100% rename from Projects/Scripts/Items/Minor Artifacts/SeahorseStatuette.cs rename to Projects/UOContent/Items/Minor Artifacts/SeahorseStatuette.cs diff --git a/Projects/Scripts/Items/Minor Artifacts/ShieldOfInvulnerability.cs b/Projects/UOContent/Items/Minor Artifacts/ShieldOfInvulnerability.cs similarity index 100% rename from Projects/Scripts/Items/Minor Artifacts/ShieldOfInvulnerability.cs rename to Projects/UOContent/Items/Minor Artifacts/ShieldOfInvulnerability.cs diff --git a/Projects/Scripts/Items/Minor Artifacts/ShipModelOfTheHMSCape.cs b/Projects/UOContent/Items/Minor Artifacts/ShipModelOfTheHMSCape.cs similarity index 100% rename from Projects/Scripts/Items/Minor Artifacts/ShipModelOfTheHMSCape.cs rename to Projects/UOContent/Items/Minor Artifacts/ShipModelOfTheHMSCape.cs diff --git a/Projects/Scripts/Items/Minor Artifacts/StaffOfPower.cs b/Projects/UOContent/Items/Minor Artifacts/StaffOfPower.cs similarity index 100% rename from Projects/Scripts/Items/Minor Artifacts/StaffOfPower.cs rename to Projects/UOContent/Items/Minor Artifacts/StaffOfPower.cs diff --git a/Projects/Scripts/Items/Minor Artifacts/VioletCourage.cs b/Projects/UOContent/Items/Minor Artifacts/VioletCourage.cs similarity index 100% rename from Projects/Scripts/Items/Minor Artifacts/VioletCourage.cs rename to Projects/UOContent/Items/Minor Artifacts/VioletCourage.cs diff --git a/Projects/Scripts/Items/Minor Artifacts/WrathOfTheDryad.cs b/Projects/UOContent/Items/Minor Artifacts/WrathOfTheDryad.cs similarity index 100% rename from Projects/Scripts/Items/Minor Artifacts/WrathOfTheDryad.cs rename to Projects/UOContent/Items/Minor Artifacts/WrathOfTheDryad.cs diff --git a/Projects/Scripts/Items/Misc/AcidSlime.cs b/Projects/UOContent/Items/Misc/AcidSlime.cs similarity index 100% rename from Projects/Scripts/Items/Misc/AcidSlime.cs rename to Projects/UOContent/Items/Misc/AcidSlime.cs diff --git a/Projects/Scripts/Items/Misc/ArcaneGem.cs b/Projects/UOContent/Items/Misc/ArcaneGem.cs similarity index 100% rename from Projects/Scripts/Items/Misc/ArcaneGem.cs rename to Projects/UOContent/Items/Misc/ArcaneGem.cs diff --git a/Projects/Scripts/Items/Misc/BankCheck.cs b/Projects/UOContent/Items/Misc/BankCheck.cs similarity index 100% rename from Projects/Scripts/Items/Misc/BankCheck.cs rename to Projects/UOContent/Items/Misc/BankCheck.cs diff --git a/Projects/Scripts/Items/Misc/Bedlam/GlobOfMonstreousInterredGrizzle.cs b/Projects/UOContent/Items/Misc/Bedlam/GlobOfMonstreousInterredGrizzle.cs similarity index 100% rename from Projects/Scripts/Items/Misc/Bedlam/GlobOfMonstreousInterredGrizzle.cs rename to Projects/UOContent/Items/Misc/Bedlam/GlobOfMonstreousInterredGrizzle.cs diff --git a/Projects/Scripts/Items/Misc/Bedlam/GrizzledSkullCollection.cs b/Projects/UOContent/Items/Misc/Bedlam/GrizzledSkullCollection.cs similarity index 100% rename from Projects/Scripts/Items/Misc/Bedlam/GrizzledSkullCollection.cs rename to Projects/UOContent/Items/Misc/Bedlam/GrizzledSkullCollection.cs diff --git a/Projects/Scripts/Items/Misc/Bedlam/MonsterousInterredGrizzleMaggots.cs b/Projects/UOContent/Items/Misc/Bedlam/MonsterousInterredGrizzleMaggots.cs similarity index 100% rename from Projects/Scripts/Items/Misc/Bedlam/MonsterousInterredGrizzleMaggots.cs rename to Projects/UOContent/Items/Misc/Bedlam/MonsterousInterredGrizzleMaggots.cs diff --git a/Projects/Scripts/Items/Misc/Bedlam/ResolvesBridle.cs b/Projects/UOContent/Items/Misc/Bedlam/ResolvesBridle.cs similarity index 100% rename from Projects/Scripts/Items/Misc/Bedlam/ResolvesBridle.cs rename to Projects/UOContent/Items/Misc/Bedlam/ResolvesBridle.cs diff --git a/Projects/Scripts/Items/Misc/Bedlam/TombstoneOfTheDamned.cs b/Projects/UOContent/Items/Misc/Bedlam/TombstoneOfTheDamned.cs similarity index 100% rename from Projects/Scripts/Items/Misc/Bedlam/TombstoneOfTheDamned.cs rename to Projects/UOContent/Items/Misc/Bedlam/TombstoneOfTheDamned.cs diff --git a/Projects/Scripts/Items/Misc/Beeswax.cs b/Projects/UOContent/Items/Misc/Beeswax.cs similarity index 100% rename from Projects/Scripts/Items/Misc/Beeswax.cs rename to Projects/UOContent/Items/Misc/Beeswax.cs diff --git a/Projects/Scripts/Items/Misc/Blighted Grove/AbscessTail.cs b/Projects/UOContent/Items/Misc/Blighted Grove/AbscessTail.cs similarity index 100% rename from Projects/Scripts/Items/Misc/Blighted Grove/AbscessTail.cs rename to Projects/UOContent/Items/Misc/Blighted Grove/AbscessTail.cs diff --git a/Projects/Scripts/Items/Misc/Blighted Grove/CoilsFang.cs b/Projects/UOContent/Items/Misc/Blighted Grove/CoilsFang.cs similarity index 100% rename from Projects/Scripts/Items/Misc/Blighted Grove/CoilsFang.cs rename to Projects/UOContent/Items/Misc/Blighted Grove/CoilsFang.cs diff --git a/Projects/Scripts/Items/Misc/Blighted Grove/EternallyCorruptTree.cs b/Projects/UOContent/Items/Misc/Blighted Grove/EternallyCorruptTree.cs similarity index 100% rename from Projects/Scripts/Items/Misc/Blighted Grove/EternallyCorruptTree.cs rename to Projects/UOContent/Items/Misc/Blighted Grove/EternallyCorruptTree.cs diff --git a/Projects/Scripts/Items/Misc/Blighted Grove/HydraScale.cs b/Projects/UOContent/Items/Misc/Blighted Grove/HydraScale.cs similarity index 100% rename from Projects/Scripts/Items/Misc/Blighted Grove/HydraScale.cs rename to Projects/UOContent/Items/Misc/Blighted Grove/HydraScale.cs diff --git a/Projects/Scripts/Items/Misc/Blighted Grove/MelisandesFermentedWine.cs b/Projects/UOContent/Items/Misc/Blighted Grove/MelisandesFermentedWine.cs similarity index 100% rename from Projects/Scripts/Items/Misc/Blighted Grove/MelisandesFermentedWine.cs rename to Projects/UOContent/Items/Misc/Blighted Grove/MelisandesFermentedWine.cs diff --git a/Projects/Scripts/Items/Misc/Blighted Grove/MelisandesHairDye.cs b/Projects/UOContent/Items/Misc/Blighted Grove/MelisandesHairDye.cs similarity index 100% rename from Projects/Scripts/Items/Misc/Blighted Grove/MelisandesHairDye.cs rename to Projects/UOContent/Items/Misc/Blighted Grove/MelisandesHairDye.cs diff --git a/Projects/Scripts/Items/Misc/Blighted Grove/SalivasFeather.cs b/Projects/UOContent/Items/Misc/Blighted Grove/SalivasFeather.cs similarity index 100% rename from Projects/Scripts/Items/Misc/Blighted Grove/SalivasFeather.cs rename to Projects/UOContent/Items/Misc/Blighted Grove/SalivasFeather.cs diff --git a/Projects/Scripts/Items/Misc/Blighted Grove/SamplesOfCorruptedWater.cs b/Projects/UOContent/Items/Misc/Blighted Grove/SamplesOfCorruptedWater.cs similarity index 100% rename from Projects/Scripts/Items/Misc/Blighted Grove/SamplesOfCorruptedWater.cs rename to Projects/UOContent/Items/Misc/Blighted Grove/SamplesOfCorruptedWater.cs diff --git a/Projects/Scripts/Items/Misc/Blighted Grove/TaintedSeeds.cs b/Projects/UOContent/Items/Misc/Blighted Grove/TaintedSeeds.cs similarity index 100% rename from Projects/Scripts/Items/Misc/Blighted Grove/TaintedSeeds.cs rename to Projects/UOContent/Items/Misc/Blighted Grove/TaintedSeeds.cs diff --git a/Projects/Scripts/Items/Misc/Blighted Grove/ThorvaldsMedallion.cs b/Projects/UOContent/Items/Misc/Blighted Grove/ThorvaldsMedallion.cs similarity index 100% rename from Projects/Scripts/Items/Misc/Blighted Grove/ThorvaldsMedallion.cs rename to Projects/UOContent/Items/Misc/Blighted Grove/ThorvaldsMedallion.cs diff --git a/Projects/Scripts/Items/Misc/Blighted Grove/ThrashersTail.cs b/Projects/UOContent/Items/Misc/Blighted Grove/ThrashersTail.cs similarity index 100% rename from Projects/Scripts/Items/Misc/Blighted Grove/ThrashersTail.cs rename to Projects/UOContent/Items/Misc/Blighted Grove/ThrashersTail.cs diff --git a/Projects/Scripts/Items/Misc/Blocker.cs b/Projects/UOContent/Items/Misc/Blocker.cs similarity index 100% rename from Projects/Scripts/Items/Misc/Blocker.cs rename to Projects/UOContent/Items/Misc/Blocker.cs diff --git a/Projects/Scripts/Items/Misc/Blood.cs b/Projects/UOContent/Items/Misc/Blood.cs similarity index 100% rename from Projects/Scripts/Items/Misc/Blood.cs rename to Projects/UOContent/Items/Misc/Blood.cs diff --git a/Projects/Scripts/Items/Misc/Bola.cs b/Projects/UOContent/Items/Misc/Bola.cs similarity index 100% rename from Projects/Scripts/Items/Misc/Bola.cs rename to Projects/UOContent/Items/Misc/Bola.cs diff --git a/Projects/Scripts/Items/Misc/BolaBall.cs b/Projects/UOContent/Items/Misc/BolaBall.cs similarity index 100% rename from Projects/Scripts/Items/Misc/BolaBall.cs rename to Projects/UOContent/Items/Misc/BolaBall.cs diff --git a/Projects/Scripts/Items/Misc/BulletinBoards.cs b/Projects/UOContent/Items/Misc/BulletinBoards.cs similarity index 100% rename from Projects/Scripts/Items/Misc/BulletinBoards.cs rename to Projects/UOContent/Items/Misc/BulletinBoards.cs diff --git a/Projects/Scripts/Items/Misc/ClockworkAssembly.cs b/Projects/UOContent/Items/Misc/ClockworkAssembly.cs similarity index 100% rename from Projects/Scripts/Items/Misc/ClockworkAssembly.cs rename to Projects/UOContent/Items/Misc/ClockworkAssembly.cs diff --git a/Projects/Scripts/Items/Misc/CommunicationCrystals.cs b/Projects/UOContent/Items/Misc/CommunicationCrystals.cs similarity index 100% rename from Projects/Scripts/Items/Misc/CommunicationCrystals.cs rename to Projects/UOContent/Items/Misc/CommunicationCrystals.cs diff --git a/Projects/Scripts/Items/Misc/Corpses/Corpse.cs b/Projects/UOContent/Items/Misc/Corpses/Corpse.cs similarity index 100% rename from Projects/Scripts/Items/Misc/Corpses/Corpse.cs rename to Projects/UOContent/Items/Misc/Corpses/Corpse.cs diff --git a/Projects/Scripts/Items/Misc/Corpses/CorpseNameAttribute.cs b/Projects/UOContent/Items/Misc/Corpses/CorpseNameAttribute.cs similarity index 100% rename from Projects/Scripts/Items/Misc/Corpses/CorpseNameAttribute.cs rename to Projects/UOContent/Items/Misc/Corpses/CorpseNameAttribute.cs diff --git a/Projects/Scripts/Items/Misc/Corpses/DecayedCorpse.cs b/Projects/UOContent/Items/Misc/Corpses/DecayedCorpse.cs similarity index 100% rename from Projects/Scripts/Items/Misc/Corpses/DecayedCorpse.cs rename to Projects/UOContent/Items/Misc/Corpses/DecayedCorpse.cs diff --git a/Projects/Scripts/Items/Misc/Corpses/Packets.cs b/Projects/UOContent/Items/Misc/Corpses/Packets.cs similarity index 100% rename from Projects/Scripts/Items/Misc/Corpses/Packets.cs rename to Projects/UOContent/Items/Misc/Corpses/Packets.cs diff --git a/Projects/Scripts/Items/Misc/DeceitBrazier.cs b/Projects/UOContent/Items/Misc/DeceitBrazier.cs similarity index 100% rename from Projects/Scripts/Items/Misc/DeceitBrazier.cs rename to Projects/UOContent/Items/Misc/DeceitBrazier.cs diff --git a/Projects/Scripts/Items/Misc/EffectController.cs b/Projects/UOContent/Items/Misc/EffectController.cs similarity index 100% rename from Projects/Scripts/Items/Misc/EffectController.cs rename to Projects/UOContent/Items/Misc/EffectController.cs diff --git a/Projects/Scripts/Items/Misc/EffectItem.cs b/Projects/UOContent/Items/Misc/EffectItem.cs similarity index 100% rename from Projects/Scripts/Items/Misc/EffectItem.cs rename to Projects/UOContent/Items/Misc/EffectItem.cs diff --git a/Projects/Scripts/Items/Misc/ExecutionersCap.cs b/Projects/UOContent/Items/Misc/ExecutionersCap.cs similarity index 100% rename from Projects/Scripts/Items/Misc/ExecutionersCap.cs rename to Projects/UOContent/Items/Misc/ExecutionersCap.cs diff --git a/Projects/Scripts/Items/Misc/Firebomb.cs b/Projects/UOContent/Items/Misc/Firebomb.cs similarity index 100% rename from Projects/Scripts/Items/Misc/Firebomb.cs rename to Projects/UOContent/Items/Misc/Firebomb.cs diff --git a/Projects/Scripts/Items/Misc/FlippableAddonAttribute.cs b/Projects/UOContent/Items/Misc/FlippableAddonAttribute.cs similarity index 100% rename from Projects/Scripts/Items/Misc/FlippableAddonAttribute.cs rename to Projects/UOContent/Items/Misc/FlippableAddonAttribute.cs diff --git a/Projects/Scripts/Items/Misc/FlippableAttribute.cs b/Projects/UOContent/Items/Misc/FlippableAttribute.cs similarity index 100% rename from Projects/Scripts/Items/Misc/FlippableAttribute.cs rename to Projects/UOContent/Items/Misc/FlippableAttribute.cs diff --git a/Projects/Scripts/Items/Misc/GlassItems.cs b/Projects/UOContent/Items/Misc/GlassItems.cs similarity index 100% rename from Projects/Scripts/Items/Misc/GlassItems.cs rename to Projects/UOContent/Items/Misc/GlassItems.cs diff --git a/Projects/Scripts/Items/Misc/Gold.cs b/Projects/UOContent/Items/Misc/Gold.cs similarity index 100% rename from Projects/Scripts/Items/Misc/Gold.cs rename to Projects/UOContent/Items/Misc/Gold.cs diff --git a/Projects/Scripts/Items/Misc/Guillotine.cs b/Projects/UOContent/Items/Misc/Guillotine.cs similarity index 100% rename from Projects/Scripts/Items/Misc/Guillotine.cs rename to Projects/UOContent/Items/Misc/Guillotine.cs diff --git a/Projects/Scripts/Items/Misc/HairDye.cs b/Projects/UOContent/Items/Misc/HairDye.cs similarity index 100% rename from Projects/Scripts/Items/Misc/HairDye.cs rename to Projects/UOContent/Items/Misc/HairDye.cs diff --git a/Projects/Scripts/Items/Misc/HoveringWisp.cs b/Projects/UOContent/Items/Misc/HoveringWisp.cs similarity index 100% rename from Projects/Scripts/Items/Misc/HoveringWisp.cs rename to Projects/UOContent/Items/Misc/HoveringWisp.cs diff --git a/Projects/Scripts/Items/Misc/IDurability.cs b/Projects/UOContent/Items/Misc/IDurability.cs similarity index 100% rename from Projects/Scripts/Items/Misc/IDurability.cs rename to Projects/UOContent/Items/Misc/IDurability.cs diff --git a/Projects/Scripts/Items/Misc/InteriorDecorator.cs b/Projects/UOContent/Items/Misc/InteriorDecorator.cs similarity index 100% rename from Projects/Scripts/Items/Misc/InteriorDecorator.cs rename to Projects/UOContent/Items/Misc/InteriorDecorator.cs diff --git a/Projects/Scripts/Items/Misc/Key.cs b/Projects/UOContent/Items/Misc/Key.cs similarity index 100% rename from Projects/Scripts/Items/Misc/Key.cs rename to Projects/UOContent/Items/Misc/Key.cs diff --git a/Projects/Scripts/Items/Misc/KeyRing.cs b/Projects/UOContent/Items/Misc/KeyRing.cs similarity index 100% rename from Projects/Scripts/Items/Misc/KeyRing.cs rename to Projects/UOContent/Items/Misc/KeyRing.cs diff --git a/Projects/Scripts/Items/Misc/LOSBlocker.cs b/Projects/UOContent/Items/Misc/LOSBlocker.cs similarity index 100% rename from Projects/Scripts/Items/Misc/LOSBlocker.cs rename to Projects/UOContent/Items/Misc/LOSBlocker.cs diff --git a/Projects/Scripts/Items/Misc/Labyrinth/MinotaurArtifact.cs b/Projects/UOContent/Items/Misc/Labyrinth/MinotaurArtifact.cs similarity index 100% rename from Projects/Scripts/Items/Misc/Labyrinth/MinotaurArtifact.cs rename to Projects/UOContent/Items/Misc/Labyrinth/MinotaurArtifact.cs diff --git a/Projects/Scripts/Items/Misc/Moonstone.cs b/Projects/UOContent/Items/Misc/Moonstone.cs similarity index 100% rename from Projects/Scripts/Items/Misc/Moonstone.cs rename to Projects/UOContent/Items/Misc/Moonstone.cs diff --git a/Projects/Scripts/Items/Misc/MoonstoneGate.cs b/Projects/UOContent/Items/Misc/MoonstoneGate.cs similarity index 100% rename from Projects/Scripts/Items/Misc/MoonstoneGate.cs rename to Projects/UOContent/Items/Misc/MoonstoneGate.cs diff --git a/Projects/Scripts/Items/Misc/MorphItem.cs b/Projects/UOContent/Items/Misc/MorphItem.cs similarity index 100% rename from Projects/Scripts/Items/Misc/MorphItem.cs rename to Projects/UOContent/Items/Misc/MorphItem.cs diff --git a/Projects/Scripts/Items/Misc/OilCloth.cs b/Projects/UOContent/Items/Misc/OilCloth.cs similarity index 100% rename from Projects/Scripts/Items/Misc/OilCloth.cs rename to Projects/UOContent/Items/Misc/OilCloth.cs diff --git a/Projects/Scripts/Items/Misc/Origami.cs b/Projects/UOContent/Items/Misc/Origami.cs similarity index 100% rename from Projects/Scripts/Items/Misc/Origami.cs rename to Projects/UOContent/Items/Misc/Origami.cs diff --git a/Projects/Scripts/Items/Misc/Painted Caves/GrobusFur.cs b/Projects/UOContent/Items/Misc/Painted Caves/GrobusFur.cs similarity index 100% rename from Projects/Scripts/Items/Misc/Painted Caves/GrobusFur.cs rename to Projects/UOContent/Items/Misc/Painted Caves/GrobusFur.cs diff --git a/Projects/Scripts/Items/Misc/Painted Caves/PrimitiveFetish.cs b/Projects/UOContent/Items/Misc/Painted Caves/PrimitiveFetish.cs similarity index 100% rename from Projects/Scripts/Items/Misc/Painted Caves/PrimitiveFetish.cs rename to Projects/UOContent/Items/Misc/Painted Caves/PrimitiveFetish.cs diff --git a/Projects/Scripts/Items/Misc/Palace of Paroxysmus/AcidProofRope.cs b/Projects/UOContent/Items/Misc/Palace of Paroxysmus/AcidProofRope.cs similarity index 100% rename from Projects/Scripts/Items/Misc/Palace of Paroxysmus/AcidProofRope.cs rename to Projects/UOContent/Items/Misc/Palace of Paroxysmus/AcidProofRope.cs diff --git a/Projects/Scripts/Items/Misc/Palace of Paroxysmus/ParoxysmusCorrodedStein.cs b/Projects/UOContent/Items/Misc/Palace of Paroxysmus/ParoxysmusCorrodedStein.cs similarity index 100% rename from Projects/Scripts/Items/Misc/Palace of Paroxysmus/ParoxysmusCorrodedStein.cs rename to Projects/UOContent/Items/Misc/Palace of Paroxysmus/ParoxysmusCorrodedStein.cs diff --git a/Projects/Scripts/Items/Misc/Palace of Paroxysmus/ParoxysmusDinner.cs b/Projects/UOContent/Items/Misc/Palace of Paroxysmus/ParoxysmusDinner.cs similarity index 100% rename from Projects/Scripts/Items/Misc/Palace of Paroxysmus/ParoxysmusDinner.cs rename to Projects/UOContent/Items/Misc/Palace of Paroxysmus/ParoxysmusDinner.cs diff --git a/Projects/Scripts/Items/Misc/Palace of Paroxysmus/StringOfPartsOfParoxysmusVictims.cs b/Projects/UOContent/Items/Misc/Palace of Paroxysmus/StringOfPartsOfParoxysmusVictims.cs similarity index 100% rename from Projects/Scripts/Items/Misc/Palace of Paroxysmus/StringOfPartsOfParoxysmusVictims.cs rename to Projects/UOContent/Items/Misc/Palace of Paroxysmus/StringOfPartsOfParoxysmusVictims.cs diff --git a/Projects/Scripts/Items/Misc/Palace of Paroxysmus/SweatOfParoxysmus.cs b/Projects/UOContent/Items/Misc/Palace of Paroxysmus/SweatOfParoxysmus.cs similarity index 100% rename from Projects/Scripts/Items/Misc/Palace of Paroxysmus/SweatOfParoxysmus.cs rename to Projects/UOContent/Items/Misc/Palace of Paroxysmus/SweatOfParoxysmus.cs diff --git a/Projects/Scripts/Items/Misc/PlayerBulletinBoards.cs b/Projects/UOContent/Items/Misc/PlayerBulletinBoards.cs similarity index 100% rename from Projects/Scripts/Items/Misc/PlayerBulletinBoards.cs rename to Projects/UOContent/Items/Misc/PlayerBulletinBoards.cs diff --git a/Projects/Scripts/Items/Misc/PlayerVendorDeed.cs b/Projects/UOContent/Items/Misc/PlayerVendorDeed.cs similarity index 100% rename from Projects/Scripts/Items/Misc/PlayerVendorDeed.cs rename to Projects/UOContent/Items/Misc/PlayerVendorDeed.cs diff --git a/Projects/Scripts/Items/Misc/PoolOfAcid.cs b/Projects/UOContent/Items/Misc/PoolOfAcid.cs similarity index 100% rename from Projects/Scripts/Items/Misc/PoolOfAcid.cs rename to Projects/UOContent/Items/Misc/PoolOfAcid.cs diff --git a/Projects/Scripts/Items/Misc/PowerCrystal.cs b/Projects/UOContent/Items/Misc/PowerCrystal.cs similarity index 100% rename from Projects/Scripts/Items/Misc/PowerCrystal.cs rename to Projects/UOContent/Items/Misc/PowerCrystal.cs diff --git a/Projects/Scripts/Items/Misc/PowerGenerator.cs b/Projects/UOContent/Items/Misc/PowerGenerator.cs similarity index 100% rename from Projects/Scripts/Items/Misc/PowerGenerator.cs rename to Projects/UOContent/Items/Misc/PowerGenerator.cs diff --git a/Projects/Scripts/Items/Misc/Prism of Light/CrystallineFragments.cs b/Projects/UOContent/Items/Misc/Prism of Light/CrystallineFragments.cs similarity index 100% rename from Projects/Scripts/Items/Misc/Prism of Light/CrystallineFragments.cs rename to Projects/UOContent/Items/Misc/Prism of Light/CrystallineFragments.cs diff --git a/Projects/Scripts/Items/Misc/Prism of Light/IcyHeart.cs b/Projects/UOContent/Items/Misc/Prism of Light/IcyHeart.cs similarity index 100% rename from Projects/Scripts/Items/Misc/Prism of Light/IcyHeart.cs rename to Projects/UOContent/Items/Misc/Prism of Light/IcyHeart.cs diff --git a/Projects/Scripts/Items/Misc/Prism of Light/LuckyDagger.cs b/Projects/UOContent/Items/Misc/Prism of Light/LuckyDagger.cs similarity index 100% rename from Projects/Scripts/Items/Misc/Prism of Light/LuckyDagger.cs rename to Projects/UOContent/Items/Misc/Prism of Light/LuckyDagger.cs diff --git a/Projects/Scripts/Items/Misc/Prism of Light/ProtectorsEssence.cs b/Projects/UOContent/Items/Misc/Prism of Light/ProtectorsEssence.cs similarity index 100% rename from Projects/Scripts/Items/Misc/Prism of Light/ProtectorsEssence.cs rename to Projects/UOContent/Items/Misc/Prism of Light/ProtectorsEssence.cs diff --git a/Projects/Scripts/Items/Misc/Prism of Light/ShimmeringCrystal.cs b/Projects/UOContent/Items/Misc/Prism of Light/ShimmeringCrystal.cs similarity index 100% rename from Projects/Scripts/Items/Misc/Prism of Light/ShimmeringCrystal.cs rename to Projects/UOContent/Items/Misc/Prism of Light/ShimmeringCrystal.cs diff --git a/Projects/Scripts/Items/Misc/PromotionalToken.cs b/Projects/UOContent/Items/Misc/PromotionalToken.cs similarity index 100% rename from Projects/Scripts/Items/Misc/PromotionalToken.cs rename to Projects/UOContent/Items/Misc/PromotionalToken.cs diff --git a/Projects/Scripts/Items/Misc/PublicMoongate.cs b/Projects/UOContent/Items/Misc/PublicMoongate.cs similarity index 100% rename from Projects/Scripts/Items/Misc/PublicMoongate.cs rename to Projects/UOContent/Items/Misc/PublicMoongate.cs diff --git a/Projects/Scripts/Items/Misc/Rares.cs b/Projects/UOContent/Items/Misc/Rares.cs similarity index 100% rename from Projects/Scripts/Items/Misc/Rares.cs rename to Projects/UOContent/Items/Misc/Rares.cs diff --git a/Projects/Scripts/Items/Misc/Scales.cs b/Projects/UOContent/Items/Misc/Scales.cs similarity index 100% rename from Projects/Scripts/Items/Misc/Scales.cs rename to Projects/UOContent/Items/Misc/Scales.cs diff --git a/Projects/Scripts/Items/Misc/SerpentPillar.cs b/Projects/UOContent/Items/Misc/SerpentPillar.cs similarity index 100% rename from Projects/Scripts/Items/Misc/SerpentPillar.cs rename to Projects/UOContent/Items/Misc/SerpentPillar.cs diff --git a/Projects/Scripts/Items/Misc/SpecialBeardDye.cs b/Projects/UOContent/Items/Misc/SpecialBeardDye.cs similarity index 100% rename from Projects/Scripts/Items/Misc/SpecialBeardDye.cs rename to Projects/UOContent/Items/Misc/SpecialBeardDye.cs diff --git a/Projects/Scripts/Items/Misc/SpecialHairDye.cs b/Projects/UOContent/Items/Misc/SpecialHairDye.cs similarity index 100% rename from Projects/Scripts/Items/Misc/SpecialHairDye.cs rename to Projects/UOContent/Items/Misc/SpecialHairDye.cs diff --git a/Projects/Scripts/Items/Misc/Static.cs b/Projects/UOContent/Items/Misc/Static.cs similarity index 100% rename from Projects/Scripts/Items/Misc/Static.cs rename to Projects/UOContent/Items/Misc/Static.cs diff --git a/Projects/Scripts/Items/Misc/SwarmOfFlies.cs b/Projects/UOContent/Items/Misc/SwarmOfFlies.cs similarity index 100% rename from Projects/Scripts/Items/Misc/SwarmOfFlies.cs rename to Projects/UOContent/Items/Misc/SwarmOfFlies.cs diff --git a/Projects/Scripts/Items/Misc/Teleporter.cs b/Projects/UOContent/Items/Misc/Teleporter.cs similarity index 100% rename from Projects/Scripts/Items/Misc/Teleporter.cs rename to Projects/UOContent/Items/Misc/Teleporter.cs diff --git a/Projects/Scripts/Items/Misc/The Citadel/DragonFlameSectBadge.cs b/Projects/UOContent/Items/Misc/The Citadel/DragonFlameSectBadge.cs similarity index 100% rename from Projects/Scripts/Items/Misc/The Citadel/DragonFlameSectBadge.cs rename to Projects/UOContent/Items/Misc/The Citadel/DragonFlameSectBadge.cs diff --git a/Projects/Scripts/Items/Misc/The Citadel/OrdersFromMinax.cs b/Projects/UOContent/Items/Misc/The Citadel/OrdersFromMinax.cs similarity index 100% rename from Projects/Scripts/Items/Misc/The Citadel/OrdersFromMinax.cs rename to Projects/UOContent/Items/Misc/The Citadel/OrdersFromMinax.cs diff --git a/Projects/Scripts/Items/Misc/The Citadel/SerpentFangSectBadge.cs b/Projects/UOContent/Items/Misc/The Citadel/SerpentFangSectBadge.cs similarity index 100% rename from Projects/Scripts/Items/Misc/The Citadel/SerpentFangSectBadge.cs rename to Projects/UOContent/Items/Misc/The Citadel/SerpentFangSectBadge.cs diff --git a/Projects/Scripts/Items/Misc/The Citadel/TigerClawSectBadge.cs b/Projects/UOContent/Items/Misc/The Citadel/TigerClawSectBadge.cs similarity index 100% rename from Projects/Scripts/Items/Misc/The Citadel/TigerClawSectBadge.cs rename to Projects/UOContent/Items/Misc/The Citadel/TigerClawSectBadge.cs diff --git a/Projects/Scripts/Items/Misc/The Citadel/TravestysCollectionOfShells.cs b/Projects/UOContent/Items/Misc/The Citadel/TravestysCollectionOfShells.cs similarity index 100% rename from Projects/Scripts/Items/Misc/The Citadel/TravestysCollectionOfShells.cs rename to Projects/UOContent/Items/Misc/The Citadel/TravestysCollectionOfShells.cs diff --git a/Projects/Scripts/Items/Misc/The Citadel/TravestysFineTeakwoodTray.cs b/Projects/UOContent/Items/Misc/The Citadel/TravestysFineTeakwoodTray.cs similarity index 100% rename from Projects/Scripts/Items/Misc/The Citadel/TravestysFineTeakwoodTray.cs rename to Projects/UOContent/Items/Misc/The Citadel/TravestysFineTeakwoodTray.cs diff --git a/Projects/Scripts/Items/Misc/The Citadel/TravestysSushiPreparations.cs b/Projects/UOContent/Items/Misc/The Citadel/TravestysSushiPreparations.cs similarity index 100% rename from Projects/Scripts/Items/Misc/The Citadel/TravestysSushiPreparations.cs rename to Projects/UOContent/Items/Misc/The Citadel/TravestysSushiPreparations.cs diff --git a/Projects/Scripts/Items/Misc/TrashBarrel.cs b/Projects/UOContent/Items/Misc/TrashBarrel.cs similarity index 100% rename from Projects/Scripts/Items/Misc/TrashBarrel.cs rename to Projects/UOContent/Items/Misc/TrashBarrel.cs diff --git a/Projects/Scripts/Items/Misc/TrashChest.cs b/Projects/UOContent/Items/Misc/TrashChest.cs similarity index 100% rename from Projects/Scripts/Items/Misc/TrashChest.cs rename to Projects/UOContent/Items/Misc/TrashChest.cs diff --git a/Projects/Scripts/Items/Misc/TribalBerry.cs b/Projects/UOContent/Items/Misc/TribalBerry.cs similarity index 100% rename from Projects/Scripts/Items/Misc/TribalBerry.cs rename to Projects/UOContent/Items/Misc/TribalBerry.cs diff --git a/Projects/Scripts/Items/Misc/TribalPaint.cs b/Projects/UOContent/Items/Misc/TribalPaint.cs similarity index 100% rename from Projects/Scripts/Items/Misc/TribalPaint.cs rename to Projects/UOContent/Items/Misc/TribalPaint.cs diff --git a/Projects/Scripts/Items/Misc/Twisted Weald/HornOfTheDreadhorn.cs b/Projects/UOContent/Items/Misc/Twisted Weald/HornOfTheDreadhorn.cs similarity index 100% rename from Projects/Scripts/Items/Misc/Twisted Weald/HornOfTheDreadhorn.cs rename to Projects/UOContent/Items/Misc/Twisted Weald/HornOfTheDreadhorn.cs diff --git a/Projects/Scripts/Items/Misc/Twisted Weald/MangledHeadOfDreadhorn.cs b/Projects/UOContent/Items/Misc/Twisted Weald/MangledHeadOfDreadhorn.cs similarity index 100% rename from Projects/Scripts/Items/Misc/Twisted Weald/MangledHeadOfDreadhorn.cs rename to Projects/UOContent/Items/Misc/Twisted Weald/MangledHeadOfDreadhorn.cs diff --git a/Projects/Scripts/Items/Misc/Twisted Weald/TaintedMushroom.cs b/Projects/UOContent/Items/Misc/Twisted Weald/TaintedMushroom.cs similarity index 100% rename from Projects/Scripts/Items/Misc/Twisted Weald/TaintedMushroom.cs rename to Projects/UOContent/Items/Misc/Twisted Weald/TaintedMushroom.cs diff --git a/Projects/Scripts/Items/Misc/UnholyBone.cs b/Projects/UOContent/Items/Misc/UnholyBone.cs similarity index 100% rename from Projects/Scripts/Items/Misc/UnholyBone.cs rename to Projects/UOContent/Items/Misc/UnholyBone.cs diff --git a/Projects/Scripts/Items/Misc/WarningItem.cs b/Projects/UOContent/Items/Misc/WarningItem.cs similarity index 100% rename from Projects/Scripts/Items/Misc/WarningItem.cs rename to Projects/UOContent/Items/Misc/WarningItem.cs diff --git a/Projects/Scripts/Items/Misc/Waypoint.cs b/Projects/UOContent/Items/Misc/Waypoint.cs similarity index 100% rename from Projects/Scripts/Items/Misc/Waypoint.cs rename to Projects/UOContent/Items/Misc/Waypoint.cs diff --git a/Projects/Scripts/Items/Misc/WindChimes.cs b/Projects/UOContent/Items/Misc/WindChimes.cs similarity index 100% rename from Projects/Scripts/Items/Misc/WindChimes.cs rename to Projects/UOContent/Items/Misc/WindChimes.cs diff --git a/Projects/Scripts/Items/New Haven Quest Rewards/AmeliasToolbox.cs b/Projects/UOContent/Items/New Haven Quest Rewards/AmeliasToolbox.cs similarity index 100% rename from Projects/Scripts/Items/New Haven Quest Rewards/AmeliasToolbox.cs rename to Projects/UOContent/Items/New Haven Quest Rewards/AmeliasToolbox.cs diff --git a/Projects/Scripts/Items/New Haven Quest Rewards/ArmsOfArmstrong.cs b/Projects/UOContent/Items/New Haven Quest Rewards/ArmsOfArmstrong.cs similarity index 100% rename from Projects/Scripts/Items/New Haven Quest Rewards/ArmsOfArmstrong.cs rename to Projects/UOContent/Items/New Haven Quest Rewards/ArmsOfArmstrong.cs diff --git a/Projects/Scripts/Items/New Haven Quest Rewards/BagOfNecromancerReagents.cs b/Projects/UOContent/Items/New Haven Quest Rewards/BagOfNecromancerReagents.cs similarity index 100% rename from Projects/Scripts/Items/New Haven Quest Rewards/BagOfNecromancerReagents.cs rename to Projects/UOContent/Items/New Haven Quest Rewards/BagOfNecromancerReagents.cs diff --git a/Projects/Scripts/Items/New Haven Quest Rewards/BagOfSmokeBombs.cs b/Projects/UOContent/Items/New Haven Quest Rewards/BagOfSmokeBombs.cs similarity index 100% rename from Projects/Scripts/Items/New Haven Quest Rewards/BagOfSmokeBombs.cs rename to Projects/UOContent/Items/New Haven Quest Rewards/BagOfSmokeBombs.cs diff --git a/Projects/Scripts/Items/New Haven Quest Rewards/BraceletOfResilience.cs b/Projects/UOContent/Items/New Haven Quest Rewards/BraceletOfResilience.cs similarity index 100% rename from Projects/Scripts/Items/New Haven Quest Rewards/BraceletOfResilience.cs rename to Projects/UOContent/Items/New Haven Quest Rewards/BraceletOfResilience.cs diff --git a/Projects/Scripts/Items/New Haven Quest Rewards/BulwarkLeggings.cs b/Projects/UOContent/Items/New Haven Quest Rewards/BulwarkLeggings.cs similarity index 100% rename from Projects/Scripts/Items/New Haven Quest Rewards/BulwarkLeggings.cs rename to Projects/UOContent/Items/New Haven Quest Rewards/BulwarkLeggings.cs diff --git a/Projects/Scripts/Items/New Haven Quest Rewards/ChurchillsWarMace.cs b/Projects/UOContent/Items/New Haven Quest Rewards/ChurchillsWarMace.cs similarity index 100% rename from Projects/Scripts/Items/New Haven Quest Rewards/ChurchillsWarMace.cs rename to Projects/UOContent/Items/New Haven Quest Rewards/ChurchillsWarMace.cs diff --git a/Projects/Scripts/Items/New Haven Quest Rewards/ClaspOfConcentration.cs b/Projects/UOContent/Items/New Haven Quest Rewards/ClaspOfConcentration.cs similarity index 100% rename from Projects/Scripts/Items/New Haven Quest Rewards/ClaspOfConcentration.cs rename to Projects/UOContent/Items/New Haven Quest Rewards/ClaspOfConcentration.cs diff --git a/Projects/Scripts/Items/New Haven Quest Rewards/EmberStaff.cs b/Projects/UOContent/Items/New Haven Quest Rewards/EmberStaff.cs similarity index 100% rename from Projects/Scripts/Items/New Haven Quest Rewards/EmberStaff.cs rename to Projects/UOContent/Items/New Haven Quest Rewards/EmberStaff.cs diff --git a/Projects/Scripts/Items/New Haven Quest Rewards/EscutcheonDeAriadne.cs b/Projects/UOContent/Items/New Haven Quest Rewards/EscutcheonDeAriadne.cs similarity index 100% rename from Projects/Scripts/Items/New Haven Quest Rewards/EscutcheonDeAriadne.cs rename to Projects/UOContent/Items/New Haven Quest Rewards/EscutcheonDeAriadne.cs diff --git a/Projects/Scripts/Items/New Haven Quest Rewards/GlovesOfSafeguarding.cs b/Projects/UOContent/Items/New Haven Quest Rewards/GlovesOfSafeguarding.cs similarity index 100% rename from Projects/Scripts/Items/New Haven Quest Rewards/GlovesOfSafeguarding.cs rename to Projects/UOContent/Items/New Haven Quest Rewards/GlovesOfSafeguarding.cs diff --git a/Projects/Scripts/Items/New Haven Quest Rewards/HallowedSpellbook.cs b/Projects/UOContent/Items/New Haven Quest Rewards/HallowedSpellbook.cs similarity index 100% rename from Projects/Scripts/Items/New Haven Quest Rewards/HallowedSpellbook.cs rename to Projects/UOContent/Items/New Haven Quest Rewards/HallowedSpellbook.cs diff --git a/Projects/Scripts/Items/New Haven Quest Rewards/HammerOfHephaestus.cs b/Projects/UOContent/Items/New Haven Quest Rewards/HammerOfHephaestus.cs similarity index 100% rename from Projects/Scripts/Items/New Haven Quest Rewards/HammerOfHephaestus.cs rename to Projects/UOContent/Items/New Haven Quest Rewards/HammerOfHephaestus.cs diff --git a/Projects/Scripts/Items/New Haven Quest Rewards/HealersTouch.cs b/Projects/UOContent/Items/New Haven Quest Rewards/HealersTouch.cs similarity index 100% rename from Projects/Scripts/Items/New Haven Quest Rewards/HealersTouch.cs rename to Projects/UOContent/Items/New Haven Quest Rewards/HealersTouch.cs diff --git a/Projects/Scripts/Items/New Haven Quest Rewards/Heartseeker.cs b/Projects/UOContent/Items/New Haven Quest Rewards/Heartseeker.cs similarity index 100% rename from Projects/Scripts/Items/New Haven Quest Rewards/Heartseeker.cs rename to Projects/UOContent/Items/New Haven Quest Rewards/Heartseeker.cs diff --git a/Projects/Scripts/Items/New Haven Quest Rewards/JacobsPickaxe.cs b/Projects/UOContent/Items/New Haven Quest Rewards/JacobsPickaxe.cs similarity index 100% rename from Projects/Scripts/Items/New Haven Quest Rewards/JacobsPickaxe.cs rename to Projects/UOContent/Items/New Haven Quest Rewards/JacobsPickaxe.cs diff --git a/Projects/Scripts/Items/New Haven Quest Rewards/JocklesQuicksword.cs b/Projects/UOContent/Items/New Haven Quest Rewards/JocklesQuicksword.cs similarity index 100% rename from Projects/Scripts/Items/New Haven Quest Rewards/JocklesQuicksword.cs rename to Projects/UOContent/Items/New Haven Quest Rewards/JocklesQuicksword.cs diff --git a/Projects/Scripts/Items/New Haven Quest Rewards/PhilosophersHat.cs b/Projects/UOContent/Items/New Haven Quest Rewards/PhilosophersHat.cs similarity index 100% rename from Projects/Scripts/Items/New Haven Quest Rewards/PhilosophersHat.cs rename to Projects/UOContent/Items/New Haven Quest Rewards/PhilosophersHat.cs diff --git a/Projects/Scripts/Items/New Haven Quest Rewards/RecarosRiposte.cs b/Projects/UOContent/Items/New Haven Quest Rewards/RecarosRiposte.cs similarity index 100% rename from Projects/Scripts/Items/New Haven Quest Rewards/RecarosRiposte.cs rename to Projects/UOContent/Items/New Haven Quest Rewards/RecarosRiposte.cs diff --git a/Projects/Scripts/Items/New Haven Quest Rewards/RingOfTheSavant.cs b/Projects/UOContent/Items/New Haven Quest Rewards/RingOfTheSavant.cs similarity index 100% rename from Projects/Scripts/Items/New Haven Quest Rewards/RingOfTheSavant.cs rename to Projects/UOContent/Items/New Haven Quest Rewards/RingOfTheSavant.cs diff --git a/Projects/Scripts/Items/New Haven Quest Rewards/SilverSerpentBlade.cs b/Projects/UOContent/Items/New Haven Quest Rewards/SilverSerpentBlade.cs similarity index 100% rename from Projects/Scripts/Items/New Haven Quest Rewards/SilverSerpentBlade.cs rename to Projects/UOContent/Items/New Haven Quest Rewards/SilverSerpentBlade.cs diff --git a/Projects/Scripts/Items/New Haven Quest Rewards/TheDragonsTail.cs b/Projects/UOContent/Items/New Haven Quest Rewards/TheDragonsTail.cs similarity index 100% rename from Projects/Scripts/Items/New Haven Quest Rewards/TheDragonsTail.cs rename to Projects/UOContent/Items/New Haven Quest Rewards/TheDragonsTail.cs diff --git a/Projects/Scripts/Items/New Haven Quest Rewards/TunicOfGuarding.cs b/Projects/UOContent/Items/New Haven Quest Rewards/TunicOfGuarding.cs similarity index 100% rename from Projects/Scripts/Items/New Haven Quest Rewards/TunicOfGuarding.cs rename to Projects/UOContent/Items/New Haven Quest Rewards/TunicOfGuarding.cs diff --git a/Projects/Scripts/Items/New Haven Quest Rewards/TwilightJacket.cs b/Projects/UOContent/Items/New Haven Quest Rewards/TwilightJacket.cs similarity index 100% rename from Projects/Scripts/Items/New Haven Quest Rewards/TwilightJacket.cs rename to Projects/UOContent/Items/New Haven Quest Rewards/TwilightJacket.cs diff --git a/Projects/Scripts/Items/New Haven Quest Rewards/WalkersLeggings.cs b/Projects/UOContent/Items/New Haven Quest Rewards/WalkersLeggings.cs similarity index 100% rename from Projects/Scripts/Items/New Haven Quest Rewards/WalkersLeggings.cs rename to Projects/UOContent/Items/New Haven Quest Rewards/WalkersLeggings.cs diff --git a/Projects/Scripts/Items/PlantsFlowers/Potted/EmptyPots.cs b/Projects/UOContent/Items/PlantsFlowers/Potted/EmptyPots.cs similarity index 100% rename from Projects/Scripts/Items/PlantsFlowers/Potted/EmptyPots.cs rename to Projects/UOContent/Items/PlantsFlowers/Potted/EmptyPots.cs diff --git a/Projects/Scripts/Items/PlantsFlowers/Potted/PottedCactus.cs b/Projects/UOContent/Items/PlantsFlowers/Potted/PottedCactus.cs similarity index 100% rename from Projects/Scripts/Items/PlantsFlowers/Potted/PottedCactus.cs rename to Projects/UOContent/Items/PlantsFlowers/Potted/PottedCactus.cs diff --git a/Projects/Scripts/Items/PlantsFlowers/Potted/PottedPlants.cs b/Projects/UOContent/Items/PlantsFlowers/Potted/PottedPlants.cs similarity index 100% rename from Projects/Scripts/Items/PlantsFlowers/Potted/PottedPlants.cs rename to Projects/UOContent/Items/PlantsFlowers/Potted/PottedPlants.cs diff --git a/Projects/Scripts/Items/PlantsFlowers/Potted/PottedTrees.cs b/Projects/UOContent/Items/PlantsFlowers/Potted/PottedTrees.cs similarity index 100% rename from Projects/Scripts/Items/PlantsFlowers/Potted/PottedTrees.cs rename to Projects/UOContent/Items/PlantsFlowers/Potted/PottedTrees.cs diff --git a/Projects/Scripts/Items/Quivers/BaseQuiver.cs b/Projects/UOContent/Items/Quivers/BaseQuiver.cs similarity index 100% rename from Projects/Scripts/Items/Quivers/BaseQuiver.cs rename to Projects/UOContent/Items/Quivers/BaseQuiver.cs diff --git a/Projects/Scripts/Items/Quivers/ElvenQuiver.cs b/Projects/UOContent/Items/Quivers/ElvenQuiver.cs similarity index 100% rename from Projects/Scripts/Items/Quivers/ElvenQuiver.cs rename to Projects/UOContent/Items/Quivers/ElvenQuiver.cs diff --git a/Projects/Scripts/Items/Quivers/QuiverOfBlight.cs b/Projects/UOContent/Items/Quivers/QuiverOfBlight.cs similarity index 100% rename from Projects/Scripts/Items/Quivers/QuiverOfBlight.cs rename to Projects/UOContent/Items/Quivers/QuiverOfBlight.cs diff --git a/Projects/Scripts/Items/Quivers/QuiverOfFire.cs b/Projects/UOContent/Items/Quivers/QuiverOfFire.cs similarity index 100% rename from Projects/Scripts/Items/Quivers/QuiverOfFire.cs rename to Projects/UOContent/Items/Quivers/QuiverOfFire.cs diff --git a/Projects/Scripts/Items/Quivers/QuiverOfIce.cs b/Projects/UOContent/Items/Quivers/QuiverOfIce.cs similarity index 100% rename from Projects/Scripts/Items/Quivers/QuiverOfIce.cs rename to Projects/UOContent/Items/Quivers/QuiverOfIce.cs diff --git a/Projects/Scripts/Items/Quivers/QuiverOfLightning.cs b/Projects/UOContent/Items/Quivers/QuiverOfLightning.cs similarity index 100% rename from Projects/Scripts/Items/Quivers/QuiverOfLightning.cs rename to Projects/UOContent/Items/Quivers/QuiverOfLightning.cs diff --git a/Projects/Scripts/Items/Resources/Arrows/Arrow.cs b/Projects/UOContent/Items/Resources/Arrows/Arrow.cs similarity index 100% rename from Projects/Scripts/Items/Resources/Arrows/Arrow.cs rename to Projects/UOContent/Items/Resources/Arrows/Arrow.cs diff --git a/Projects/Scripts/Items/Resources/Arrows/Bolt.cs b/Projects/UOContent/Items/Resources/Arrows/Bolt.cs similarity index 100% rename from Projects/Scripts/Items/Resources/Arrows/Bolt.cs rename to Projects/UOContent/Items/Resources/Arrows/Bolt.cs diff --git a/Projects/Scripts/Items/Resources/Arrows/Feather.cs b/Projects/UOContent/Items/Resources/Arrows/Feather.cs similarity index 100% rename from Projects/Scripts/Items/Resources/Arrows/Feather.cs rename to Projects/UOContent/Items/Resources/Arrows/Feather.cs diff --git a/Projects/Scripts/Items/Resources/Arrows/Shaft.cs b/Projects/UOContent/Items/Resources/Arrows/Shaft.cs similarity index 100% rename from Projects/Scripts/Items/Resources/Arrows/Shaft.cs rename to Projects/UOContent/Items/Resources/Arrows/Shaft.cs diff --git a/Projects/Scripts/Items/Resources/Blacksmithing/Ingots.cs b/Projects/UOContent/Items/Resources/Blacksmithing/Ingots.cs similarity index 100% rename from Projects/Scripts/Items/Resources/Blacksmithing/Ingots.cs rename to Projects/UOContent/Items/Resources/Blacksmithing/Ingots.cs diff --git a/Projects/Scripts/Items/Resources/Blacksmithing/Ore.cs b/Projects/UOContent/Items/Resources/Blacksmithing/Ore.cs similarity index 100% rename from Projects/Scripts/Items/Resources/Blacksmithing/Ore.cs rename to Projects/UOContent/Items/Resources/Blacksmithing/Ore.cs diff --git a/Projects/Scripts/Items/Resources/Blacksmithing/Scales.cs b/Projects/UOContent/Items/Resources/Blacksmithing/Scales.cs similarity index 100% rename from Projects/Scripts/Items/Resources/Blacksmithing/Scales.cs rename to Projects/UOContent/Items/Resources/Blacksmithing/Scales.cs diff --git a/Projects/Scripts/Items/Resources/Fishing/BigFish.cs b/Projects/UOContent/Items/Resources/Fishing/BigFish.cs similarity index 100% rename from Projects/Scripts/Items/Resources/Fishing/BigFish.cs rename to Projects/UOContent/Items/Resources/Fishing/BigFish.cs diff --git a/Projects/Scripts/Items/Resources/Fishing/Fish.cs b/Projects/UOContent/Items/Resources/Fishing/Fish.cs similarity index 100% rename from Projects/Scripts/Items/Resources/Fishing/Fish.cs rename to Projects/UOContent/Items/Resources/Fishing/Fish.cs diff --git a/Projects/Scripts/Items/Resources/Fishing/MagicFish.cs b/Projects/UOContent/Items/Resources/Fishing/MagicFish.cs similarity index 100% rename from Projects/Scripts/Items/Resources/Fishing/MagicFish.cs rename to Projects/UOContent/Items/Resources/Fishing/MagicFish.cs diff --git a/Projects/Scripts/Items/Resources/Masonry/Granite.cs b/Projects/UOContent/Items/Resources/Masonry/Granite.cs similarity index 100% rename from Projects/Scripts/Items/Resources/Masonry/Granite.cs rename to Projects/UOContent/Items/Resources/Masonry/Granite.cs diff --git a/Projects/Scripts/Items/Resources/MiscMLResources.cs b/Projects/UOContent/Items/Resources/MiscMLResources.cs similarity index 100% rename from Projects/Scripts/Items/Resources/MiscMLResources.cs rename to Projects/UOContent/Items/Resources/MiscMLResources.cs diff --git a/Projects/Scripts/Items/Resources/Reagents/BagOfAllReagents.cs b/Projects/UOContent/Items/Resources/Reagents/BagOfAllReagents.cs similarity index 100% rename from Projects/Scripts/Items/Resources/Reagents/BagOfAllReagents.cs rename to Projects/UOContent/Items/Resources/Reagents/BagOfAllReagents.cs diff --git a/Projects/Scripts/Items/Resources/Reagents/BagOfNecroReagents.cs b/Projects/UOContent/Items/Resources/Reagents/BagOfNecroReagents.cs similarity index 100% rename from Projects/Scripts/Items/Resources/Reagents/BagOfNecroReagents.cs rename to Projects/UOContent/Items/Resources/Reagents/BagOfNecroReagents.cs diff --git a/Projects/Scripts/Items/Resources/Reagents/BagOfReagents.cs b/Projects/UOContent/Items/Resources/Reagents/BagOfReagents.cs similarity index 100% rename from Projects/Scripts/Items/Resources/Reagents/BagOfReagents.cs rename to Projects/UOContent/Items/Resources/Reagents/BagOfReagents.cs diff --git a/Projects/Scripts/Items/Resources/Reagents/BaseReagent.cs b/Projects/UOContent/Items/Resources/Reagents/BaseReagent.cs similarity index 100% rename from Projects/Scripts/Items/Resources/Reagents/BaseReagent.cs rename to Projects/UOContent/Items/Resources/Reagents/BaseReagent.cs diff --git a/Projects/Scripts/Items/Resources/Reagents/BatWing.cs b/Projects/UOContent/Items/Resources/Reagents/BatWing.cs similarity index 100% rename from Projects/Scripts/Items/Resources/Reagents/BatWing.cs rename to Projects/UOContent/Items/Resources/Reagents/BatWing.cs diff --git a/Projects/Scripts/Items/Resources/Reagents/BlackPearl.cs b/Projects/UOContent/Items/Resources/Reagents/BlackPearl.cs similarity index 100% rename from Projects/Scripts/Items/Resources/Reagents/BlackPearl.cs rename to Projects/UOContent/Items/Resources/Reagents/BlackPearl.cs diff --git a/Projects/Scripts/Items/Resources/Reagents/Bloodmoss.cs b/Projects/UOContent/Items/Resources/Reagents/Bloodmoss.cs similarity index 100% rename from Projects/Scripts/Items/Resources/Reagents/Bloodmoss.cs rename to Projects/UOContent/Items/Resources/Reagents/Bloodmoss.cs diff --git a/Projects/Scripts/Items/Resources/Reagents/DaemonBlood.cs b/Projects/UOContent/Items/Resources/Reagents/DaemonBlood.cs similarity index 100% rename from Projects/Scripts/Items/Resources/Reagents/DaemonBlood.cs rename to Projects/UOContent/Items/Resources/Reagents/DaemonBlood.cs diff --git a/Projects/Scripts/Items/Resources/Reagents/DaemonBone.cs b/Projects/UOContent/Items/Resources/Reagents/DaemonBone.cs similarity index 100% rename from Projects/Scripts/Items/Resources/Reagents/DaemonBone.cs rename to Projects/UOContent/Items/Resources/Reagents/DaemonBone.cs diff --git a/Projects/Scripts/Items/Resources/Reagents/DeadWood.cs b/Projects/UOContent/Items/Resources/Reagents/DeadWood.cs similarity index 100% rename from Projects/Scripts/Items/Resources/Reagents/DeadWood.cs rename to Projects/UOContent/Items/Resources/Reagents/DeadWood.cs diff --git a/Projects/Scripts/Items/Resources/Reagents/DragonsBlood.cs b/Projects/UOContent/Items/Resources/Reagents/DragonsBlood.cs similarity index 100% rename from Projects/Scripts/Items/Resources/Reagents/DragonsBlood.cs rename to Projects/UOContent/Items/Resources/Reagents/DragonsBlood.cs diff --git a/Projects/Scripts/Items/Resources/Reagents/Garlic.cs b/Projects/UOContent/Items/Resources/Reagents/Garlic.cs similarity index 100% rename from Projects/Scripts/Items/Resources/Reagents/Garlic.cs rename to Projects/UOContent/Items/Resources/Reagents/Garlic.cs diff --git a/Projects/Scripts/Items/Resources/Reagents/Ginseng.cs b/Projects/UOContent/Items/Resources/Reagents/Ginseng.cs similarity index 100% rename from Projects/Scripts/Items/Resources/Reagents/Ginseng.cs rename to Projects/UOContent/Items/Resources/Reagents/Ginseng.cs diff --git a/Projects/Scripts/Items/Resources/Reagents/GraveDust.cs b/Projects/UOContent/Items/Resources/Reagents/GraveDust.cs similarity index 100% rename from Projects/Scripts/Items/Resources/Reagents/GraveDust.cs rename to Projects/UOContent/Items/Resources/Reagents/GraveDust.cs diff --git a/Projects/Scripts/Items/Resources/Reagents/MandrakeRoot.cs b/Projects/UOContent/Items/Resources/Reagents/MandrakeRoot.cs similarity index 100% rename from Projects/Scripts/Items/Resources/Reagents/MandrakeRoot.cs rename to Projects/UOContent/Items/Resources/Reagents/MandrakeRoot.cs diff --git a/Projects/Scripts/Items/Resources/Reagents/Nightshade.cs b/Projects/UOContent/Items/Resources/Reagents/Nightshade.cs similarity index 100% rename from Projects/Scripts/Items/Resources/Reagents/Nightshade.cs rename to Projects/UOContent/Items/Resources/Reagents/Nightshade.cs diff --git a/Projects/Scripts/Items/Resources/Reagents/NoxCrystal.cs b/Projects/UOContent/Items/Resources/Reagents/NoxCrystal.cs similarity index 100% rename from Projects/Scripts/Items/Resources/Reagents/NoxCrystal.cs rename to Projects/UOContent/Items/Resources/Reagents/NoxCrystal.cs diff --git a/Projects/Scripts/Items/Resources/Reagents/PigIron.cs b/Projects/UOContent/Items/Resources/Reagents/PigIron.cs similarity index 100% rename from Projects/Scripts/Items/Resources/Reagents/PigIron.cs rename to Projects/UOContent/Items/Resources/Reagents/PigIron.cs diff --git a/Projects/Scripts/Items/Resources/Reagents/SpidersSilk.cs b/Projects/UOContent/Items/Resources/Reagents/SpidersSilk.cs similarity index 100% rename from Projects/Scripts/Items/Resources/Reagents/SpidersSilk.cs rename to Projects/UOContent/Items/Resources/Reagents/SpidersSilk.cs diff --git a/Projects/Scripts/Items/Resources/Reagents/SulfurousAsh.cs b/Projects/UOContent/Items/Resources/Reagents/SulfurousAsh.cs similarity index 100% rename from Projects/Scripts/Items/Resources/Reagents/SulfurousAsh.cs rename to Projects/UOContent/Items/Resources/Reagents/SulfurousAsh.cs diff --git a/Projects/Scripts/Items/Resources/Tailor/BoltOfCloth.cs b/Projects/UOContent/Items/Resources/Tailor/BoltOfCloth.cs similarity index 100% rename from Projects/Scripts/Items/Resources/Tailor/BoltOfCloth.cs rename to Projects/UOContent/Items/Resources/Tailor/BoltOfCloth.cs diff --git a/Projects/Scripts/Items/Resources/Tailor/Bone.cs b/Projects/UOContent/Items/Resources/Tailor/Bone.cs similarity index 100% rename from Projects/Scripts/Items/Resources/Tailor/Bone.cs rename to Projects/UOContent/Items/Resources/Tailor/Bone.cs diff --git a/Projects/Scripts/Items/Resources/Tailor/Cloth.cs b/Projects/UOContent/Items/Resources/Tailor/Cloth.cs similarity index 100% rename from Projects/Scripts/Items/Resources/Tailor/Cloth.cs rename to Projects/UOContent/Items/Resources/Tailor/Cloth.cs diff --git a/Projects/Scripts/Items/Resources/Tailor/Cotton.cs b/Projects/UOContent/Items/Resources/Tailor/Cotton.cs similarity index 100% rename from Projects/Scripts/Items/Resources/Tailor/Cotton.cs rename to Projects/UOContent/Items/Resources/Tailor/Cotton.cs diff --git a/Projects/Scripts/Items/Resources/Tailor/Flax.cs b/Projects/UOContent/Items/Resources/Tailor/Flax.cs similarity index 100% rename from Projects/Scripts/Items/Resources/Tailor/Flax.cs rename to Projects/UOContent/Items/Resources/Tailor/Flax.cs diff --git a/Projects/Scripts/Items/Resources/Tailor/Hides.cs b/Projects/UOContent/Items/Resources/Tailor/Hides.cs similarity index 100% rename from Projects/Scripts/Items/Resources/Tailor/Hides.cs rename to Projects/UOContent/Items/Resources/Tailor/Hides.cs diff --git a/Projects/Scripts/Items/Resources/Tailor/Leathers.cs b/Projects/UOContent/Items/Resources/Tailor/Leathers.cs similarity index 100% rename from Projects/Scripts/Items/Resources/Tailor/Leathers.cs rename to Projects/UOContent/Items/Resources/Tailor/Leathers.cs diff --git a/Projects/Scripts/Items/Resources/Tailor/UncutCloth.cs b/Projects/UOContent/Items/Resources/Tailor/UncutCloth.cs similarity index 100% rename from Projects/Scripts/Items/Resources/Tailor/UncutCloth.cs rename to Projects/UOContent/Items/Resources/Tailor/UncutCloth.cs diff --git a/Projects/Scripts/Items/Resources/Tailor/Wool.cs b/Projects/UOContent/Items/Resources/Tailor/Wool.cs similarity index 100% rename from Projects/Scripts/Items/Resources/Tailor/Wool.cs rename to Projects/UOContent/Items/Resources/Tailor/Wool.cs diff --git a/Projects/Scripts/Items/Resources/Tailor/YarnsAndThreads.cs b/Projects/UOContent/Items/Resources/Tailor/YarnsAndThreads.cs similarity index 100% rename from Projects/Scripts/Items/Resources/Tailor/YarnsAndThreads.cs rename to Projects/UOContent/Items/Resources/Tailor/YarnsAndThreads.cs diff --git a/Projects/Scripts/Items/Shields/Artifacts/Aegis.cs b/Projects/UOContent/Items/Shields/Artifacts/Aegis.cs similarity index 100% rename from Projects/Scripts/Items/Shields/Artifacts/Aegis.cs rename to Projects/UOContent/Items/Shields/Artifacts/Aegis.cs diff --git a/Projects/Scripts/Items/Shields/Artifacts/ArcaneShield.cs b/Projects/UOContent/Items/Shields/Artifacts/ArcaneShield.cs similarity index 100% rename from Projects/Scripts/Items/Shields/Artifacts/ArcaneShield.cs rename to Projects/UOContent/Items/Shields/Artifacts/ArcaneShield.cs diff --git a/Projects/Scripts/Items/Shields/BaseShield.cs b/Projects/UOContent/Items/Shields/BaseShield.cs similarity index 100% rename from Projects/Scripts/Items/Shields/BaseShield.cs rename to Projects/UOContent/Items/Shields/BaseShield.cs diff --git a/Projects/Scripts/Items/Shields/BronzeShield.cs b/Projects/UOContent/Items/Shields/BronzeShield.cs similarity index 100% rename from Projects/Scripts/Items/Shields/BronzeShield.cs rename to Projects/UOContent/Items/Shields/BronzeShield.cs diff --git a/Projects/Scripts/Items/Shields/Buckler.cs b/Projects/UOContent/Items/Shields/Buckler.cs similarity index 100% rename from Projects/Scripts/Items/Shields/Buckler.cs rename to Projects/UOContent/Items/Shields/Buckler.cs diff --git a/Projects/Scripts/Items/Shields/ChaosShield.cs b/Projects/UOContent/Items/Shields/ChaosShield.cs similarity index 100% rename from Projects/Scripts/Items/Shields/ChaosShield.cs rename to Projects/UOContent/Items/Shields/ChaosShield.cs diff --git a/Projects/Scripts/Items/Shields/HeaterShield.cs b/Projects/UOContent/Items/Shields/HeaterShield.cs similarity index 100% rename from Projects/Scripts/Items/Shields/HeaterShield.cs rename to Projects/UOContent/Items/Shields/HeaterShield.cs diff --git a/Projects/Scripts/Items/Shields/MetalKiteShield.cs b/Projects/UOContent/Items/Shields/MetalKiteShield.cs similarity index 100% rename from Projects/Scripts/Items/Shields/MetalKiteShield.cs rename to Projects/UOContent/Items/Shields/MetalKiteShield.cs diff --git a/Projects/Scripts/Items/Shields/MetalShield.cs b/Projects/UOContent/Items/Shields/MetalShield.cs similarity index 100% rename from Projects/Scripts/Items/Shields/MetalShield.cs rename to Projects/UOContent/Items/Shields/MetalShield.cs diff --git a/Projects/Scripts/Items/Shields/OrderShield.cs b/Projects/UOContent/Items/Shields/OrderShield.cs similarity index 100% rename from Projects/Scripts/Items/Shields/OrderShield.cs rename to Projects/UOContent/Items/Shields/OrderShield.cs diff --git a/Projects/Scripts/Items/Shields/WoodenKiteShield.cs b/Projects/UOContent/Items/Shields/WoodenKiteShield.cs similarity index 100% rename from Projects/Scripts/Items/Shields/WoodenKiteShield.cs rename to Projects/UOContent/Items/Shields/WoodenKiteShield.cs diff --git a/Projects/Scripts/Items/Shields/WoodenShield.cs b/Projects/UOContent/Items/Shields/WoodenShield.cs similarity index 100% rename from Projects/Scripts/Items/Shields/WoodenShield.cs rename to Projects/UOContent/Items/Shields/WoodenShield.cs diff --git a/Projects/Scripts/Items/Skill Items/Blacksmith Items/Misc/AnvilForge.cs b/Projects/UOContent/Items/Skill Items/Blacksmith Items/Misc/AnvilForge.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Blacksmith Items/Misc/AnvilForge.cs rename to Projects/UOContent/Items/Skill Items/Blacksmith Items/Misc/AnvilForge.cs diff --git a/Projects/Scripts/Items/Skill Items/Blacksmith Items/Misc/LargeForge.cs b/Projects/UOContent/Items/Skill Items/Blacksmith Items/Misc/LargeForge.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Blacksmith Items/Misc/LargeForge.cs rename to Projects/UOContent/Items/Skill Items/Blacksmith Items/Misc/LargeForge.cs diff --git a/Projects/Scripts/Items/Skill Items/Camping/Bedroll.cs b/Projects/UOContent/Items/Skill Items/Camping/Bedroll.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Camping/Bedroll.cs rename to Projects/UOContent/Items/Skill Items/Camping/Bedroll.cs diff --git a/Projects/Scripts/Items/Skill Items/Camping/Campfire.cs b/Projects/UOContent/Items/Skill Items/Camping/Campfire.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Camping/Campfire.cs rename to Projects/UOContent/Items/Skill Items/Camping/Campfire.cs diff --git a/Projects/Scripts/Items/Skill Items/Camping/Kindling.cs b/Projects/UOContent/Items/Skill Items/Camping/Kindling.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Camping/Kindling.cs rename to Projects/UOContent/Items/Skill Items/Camping/Kindling.cs diff --git a/Projects/Scripts/Items/Skill Items/Carpenter Items/Board.cs b/Projects/UOContent/Items/Skill Items/Carpenter Items/Board.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Carpenter Items/Board.cs rename to Projects/UOContent/Items/Skill Items/Carpenter Items/Board.cs diff --git a/Projects/Scripts/Items/Skill Items/Carpenter Items/TaxidermyKit.cs b/Projects/UOContent/Items/Skill Items/Carpenter Items/TaxidermyKit.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Carpenter Items/TaxidermyKit.cs rename to Projects/UOContent/Items/Skill Items/Carpenter Items/TaxidermyKit.cs diff --git a/Projects/Scripts/Items/Skill Items/Fishing/FishingPole.cs b/Projects/UOContent/Items/Skill Items/Fishing/FishingPole.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Fishing/FishingPole.cs rename to Projects/UOContent/Items/Skill Items/Fishing/FishingPole.cs diff --git a/Projects/Scripts/Items/Skill Items/Fishing/Misc/MessageInABottle.cs b/Projects/UOContent/Items/Skill Items/Fishing/Misc/MessageInABottle.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Fishing/Misc/MessageInABottle.cs rename to Projects/UOContent/Items/Skill Items/Fishing/Misc/MessageInABottle.cs diff --git a/Projects/Scripts/Items/Skill Items/Fishing/Misc/SOS.cs b/Projects/UOContent/Items/Skill Items/Fishing/Misc/SOS.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Fishing/Misc/SOS.cs rename to Projects/UOContent/Items/Skill Items/Fishing/Misc/SOS.cs diff --git a/Projects/Scripts/Items/Skill Items/Fishing/Misc/Sextant.cs b/Projects/UOContent/Items/Skill Items/Fishing/Misc/Sextant.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Fishing/Misc/Sextant.cs rename to Projects/UOContent/Items/Skill Items/Fishing/Misc/Sextant.cs diff --git a/Projects/Scripts/Items/Skill Items/Fishing/Misc/ShipwreckedItem.cs b/Projects/UOContent/Items/Skill Items/Fishing/Misc/ShipwreckedItem.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Fishing/Misc/ShipwreckedItem.cs rename to Projects/UOContent/Items/Skill Items/Fishing/Misc/ShipwreckedItem.cs diff --git a/Projects/Scripts/Items/Skill Items/Fishing/Misc/SpecialFishingNet.cs b/Projects/UOContent/Items/Skill Items/Fishing/Misc/SpecialFishingNet.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Fishing/Misc/SpecialFishingNet.cs rename to Projects/UOContent/Items/Skill Items/Fishing/Misc/SpecialFishingNet.cs diff --git a/Projects/Scripts/Items/Skill Items/Harvest Tools/BaseHarvestTool.cs b/Projects/UOContent/Items/Skill Items/Harvest Tools/BaseHarvestTool.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Harvest Tools/BaseHarvestTool.cs rename to Projects/UOContent/Items/Skill Items/Harvest Tools/BaseHarvestTool.cs diff --git a/Projects/Scripts/Items/Skill Items/Harvest Tools/GargoylesPickaxe.cs b/Projects/UOContent/Items/Skill Items/Harvest Tools/GargoylesPickaxe.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Harvest Tools/GargoylesPickaxe.cs rename to Projects/UOContent/Items/Skill Items/Harvest Tools/GargoylesPickaxe.cs diff --git a/Projects/Scripts/Items/Skill Items/Harvest Tools/ProspectorsTool.cs b/Projects/UOContent/Items/Skill Items/Harvest Tools/ProspectorsTool.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Harvest Tools/ProspectorsTool.cs rename to Projects/UOContent/Items/Skill Items/Harvest Tools/ProspectorsTool.cs diff --git a/Projects/Scripts/Items/Skill Items/Harvest Tools/Shovel.cs b/Projects/UOContent/Items/Skill Items/Harvest Tools/Shovel.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Harvest Tools/Shovel.cs rename to Projects/UOContent/Items/Skill Items/Harvest Tools/Shovel.cs diff --git a/Projects/Scripts/Items/Skill Items/Harvest Tools/SturdyPickaxe.cs b/Projects/UOContent/Items/Skill Items/Harvest Tools/SturdyPickaxe.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Harvest Tools/SturdyPickaxe.cs rename to Projects/UOContent/Items/Skill Items/Harvest Tools/SturdyPickaxe.cs diff --git a/Projects/Scripts/Items/Skill Items/Harvest Tools/SturdyShovel.cs b/Projects/UOContent/Items/Skill Items/Harvest Tools/SturdyShovel.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Harvest Tools/SturdyShovel.cs rename to Projects/UOContent/Items/Skill Items/Harvest Tools/SturdyShovel.cs diff --git a/Projects/Scripts/Items/Skill Items/Lumberjack/Log.cs b/Projects/UOContent/Items/Skill Items/Lumberjack/Log.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Lumberjack/Log.cs rename to Projects/UOContent/Items/Skill Items/Lumberjack/Log.cs diff --git a/Projects/Scripts/Items/Skill Items/Magical/BookOfBushido.cs b/Projects/UOContent/Items/Skill Items/Magical/BookOfBushido.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Magical/BookOfBushido.cs rename to Projects/UOContent/Items/Skill Items/Magical/BookOfBushido.cs diff --git a/Projects/Scripts/Items/Skill Items/Magical/BookOfChivalry.cs b/Projects/UOContent/Items/Skill Items/Magical/BookOfChivalry.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Magical/BookOfChivalry.cs rename to Projects/UOContent/Items/Skill Items/Magical/BookOfChivalry.cs diff --git a/Projects/Scripts/Items/Skill Items/Magical/BookOfNinjitsu.cs b/Projects/UOContent/Items/Skill Items/Magical/BookOfNinjitsu.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Magical/BookOfNinjitsu.cs rename to Projects/UOContent/Items/Skill Items/Magical/BookOfNinjitsu.cs diff --git a/Projects/Scripts/Items/Skill Items/Magical/Misc/BlankScroll.cs b/Projects/UOContent/Items/Skill Items/Magical/Misc/BlankScroll.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Magical/Misc/BlankScroll.cs rename to Projects/UOContent/Items/Skill Items/Magical/Misc/BlankScroll.cs diff --git a/Projects/Scripts/Items/Skill Items/Magical/Misc/Bottle.cs b/Projects/UOContent/Items/Skill Items/Magical/Misc/Bottle.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Magical/Misc/Bottle.cs rename to Projects/UOContent/Items/Skill Items/Magical/Misc/Bottle.cs diff --git a/Projects/Scripts/Items/Skill Items/Magical/Misc/Moongate.cs b/Projects/UOContent/Items/Skill Items/Magical/Misc/Moongate.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Magical/Misc/Moongate.cs rename to Projects/UOContent/Items/Skill Items/Magical/Misc/Moongate.cs diff --git a/Projects/Scripts/Items/Skill Items/Magical/Misc/PotionKeg.cs b/Projects/UOContent/Items/Skill Items/Magical/Misc/PotionKeg.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Magical/Misc/PotionKeg.cs rename to Projects/UOContent/Items/Skill Items/Magical/Misc/PotionKeg.cs diff --git a/Projects/Scripts/Items/Skill Items/Magical/Misc/RecallRune.cs b/Projects/UOContent/Items/Skill Items/Magical/Misc/RecallRune.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Magical/Misc/RecallRune.cs rename to Projects/UOContent/Items/Skill Items/Magical/Misc/RecallRune.cs diff --git a/Projects/Scripts/Items/Skill Items/Magical/MysticSpellbook.cs b/Projects/UOContent/Items/Skill Items/Magical/MysticSpellbook.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Magical/MysticSpellbook.cs rename to Projects/UOContent/Items/Skill Items/Magical/MysticSpellbook.cs diff --git a/Projects/Scripts/Items/Skill Items/Magical/NecromancerSpellbook.cs b/Projects/UOContent/Items/Skill Items/Magical/NecromancerSpellbook.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Magical/NecromancerSpellbook.cs rename to Projects/UOContent/Items/Skill Items/Magical/NecromancerSpellbook.cs diff --git a/Projects/Scripts/Items/Skill Items/Magical/Potions/Agility Potions/AgilityPotion.cs b/Projects/UOContent/Items/Skill Items/Magical/Potions/Agility Potions/AgilityPotion.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Magical/Potions/Agility Potions/AgilityPotion.cs rename to Projects/UOContent/Items/Skill Items/Magical/Potions/Agility Potions/AgilityPotion.cs diff --git a/Projects/Scripts/Items/Skill Items/Magical/Potions/Agility Potions/BaseAgilityPotion.cs b/Projects/UOContent/Items/Skill Items/Magical/Potions/Agility Potions/BaseAgilityPotion.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Magical/Potions/Agility Potions/BaseAgilityPotion.cs rename to Projects/UOContent/Items/Skill Items/Magical/Potions/Agility Potions/BaseAgilityPotion.cs diff --git a/Projects/Scripts/Items/Skill Items/Magical/Potions/Agility Potions/GreaterAgilityPotion.cs b/Projects/UOContent/Items/Skill Items/Magical/Potions/Agility Potions/GreaterAgilityPotion.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Magical/Potions/Agility Potions/GreaterAgilityPotion.cs rename to Projects/UOContent/Items/Skill Items/Magical/Potions/Agility Potions/GreaterAgilityPotion.cs diff --git a/Projects/Scripts/Items/Skill Items/Magical/Potions/BasePotion.cs b/Projects/UOContent/Items/Skill Items/Magical/Potions/BasePotion.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Magical/Potions/BasePotion.cs rename to Projects/UOContent/Items/Skill Items/Magical/Potions/BasePotion.cs diff --git a/Projects/Scripts/Items/Skill Items/Magical/Potions/Conflagration Potions/BaseConflagrationPotion.cs b/Projects/UOContent/Items/Skill Items/Magical/Potions/Conflagration Potions/BaseConflagrationPotion.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Magical/Potions/Conflagration Potions/BaseConflagrationPotion.cs rename to Projects/UOContent/Items/Skill Items/Magical/Potions/Conflagration Potions/BaseConflagrationPotion.cs diff --git a/Projects/Scripts/Items/Skill Items/Magical/Potions/Conflagration Potions/ConflagrationPotion.cs b/Projects/UOContent/Items/Skill Items/Magical/Potions/Conflagration Potions/ConflagrationPotion.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Magical/Potions/Conflagration Potions/ConflagrationPotion.cs rename to Projects/UOContent/Items/Skill Items/Magical/Potions/Conflagration Potions/ConflagrationPotion.cs diff --git a/Projects/Scripts/Items/Skill Items/Magical/Potions/Conflagration Potions/GreaterConflagrationPotion.cs b/Projects/UOContent/Items/Skill Items/Magical/Potions/Conflagration Potions/GreaterConflagrationPotion.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Magical/Potions/Conflagration Potions/GreaterConflagrationPotion.cs rename to Projects/UOContent/Items/Skill Items/Magical/Potions/Conflagration Potions/GreaterConflagrationPotion.cs diff --git a/Projects/Scripts/Items/Skill Items/Magical/Potions/Confusion Blast Potions/BaseConfusionBlastPotion.cs b/Projects/UOContent/Items/Skill Items/Magical/Potions/Confusion Blast Potions/BaseConfusionBlastPotion.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Magical/Potions/Confusion Blast Potions/BaseConfusionBlastPotion.cs rename to Projects/UOContent/Items/Skill Items/Magical/Potions/Confusion Blast Potions/BaseConfusionBlastPotion.cs diff --git a/Projects/Scripts/Items/Skill Items/Magical/Potions/Confusion Blast Potions/ConfusionBlastPotion.cs b/Projects/UOContent/Items/Skill Items/Magical/Potions/Confusion Blast Potions/ConfusionBlastPotion.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Magical/Potions/Confusion Blast Potions/ConfusionBlastPotion.cs rename to Projects/UOContent/Items/Skill Items/Magical/Potions/Confusion Blast Potions/ConfusionBlastPotion.cs diff --git a/Projects/Scripts/Items/Skill Items/Magical/Potions/Confusion Blast Potions/GreaterConfusionBlastPotion.cs b/Projects/UOContent/Items/Skill Items/Magical/Potions/Confusion Blast Potions/GreaterConfusionBlastPotion.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Magical/Potions/Confusion Blast Potions/GreaterConfusionBlastPotion.cs rename to Projects/UOContent/Items/Skill Items/Magical/Potions/Confusion Blast Potions/GreaterConfusionBlastPotion.cs diff --git a/Projects/Scripts/Items/Skill Items/Magical/Potions/Cure Potions/BaseCurePotion.cs b/Projects/UOContent/Items/Skill Items/Magical/Potions/Cure Potions/BaseCurePotion.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Magical/Potions/Cure Potions/BaseCurePotion.cs rename to Projects/UOContent/Items/Skill Items/Magical/Potions/Cure Potions/BaseCurePotion.cs diff --git a/Projects/Scripts/Items/Skill Items/Magical/Potions/Cure Potions/CurePotion.cs b/Projects/UOContent/Items/Skill Items/Magical/Potions/Cure Potions/CurePotion.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Magical/Potions/Cure Potions/CurePotion.cs rename to Projects/UOContent/Items/Skill Items/Magical/Potions/Cure Potions/CurePotion.cs diff --git a/Projects/Scripts/Items/Skill Items/Magical/Potions/Cure Potions/GreaterCurePotion.cs b/Projects/UOContent/Items/Skill Items/Magical/Potions/Cure Potions/GreaterCurePotion.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Magical/Potions/Cure Potions/GreaterCurePotion.cs rename to Projects/UOContent/Items/Skill Items/Magical/Potions/Cure Potions/GreaterCurePotion.cs diff --git a/Projects/Scripts/Items/Skill Items/Magical/Potions/Cure Potions/LesserCurePotion.cs b/Projects/UOContent/Items/Skill Items/Magical/Potions/Cure Potions/LesserCurePotion.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Magical/Potions/Cure Potions/LesserCurePotion.cs rename to Projects/UOContent/Items/Skill Items/Magical/Potions/Cure Potions/LesserCurePotion.cs diff --git a/Projects/Scripts/Items/Skill Items/Magical/Potions/DarkglowPotion.cs b/Projects/UOContent/Items/Skill Items/Magical/Potions/DarkglowPotion.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Magical/Potions/DarkglowPotion.cs rename to Projects/UOContent/Items/Skill Items/Magical/Potions/DarkglowPotion.cs diff --git a/Projects/Scripts/Items/Skill Items/Magical/Potions/Explosion Potions/BaseExplosionPotion.cs b/Projects/UOContent/Items/Skill Items/Magical/Potions/Explosion Potions/BaseExplosionPotion.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Magical/Potions/Explosion Potions/BaseExplosionPotion.cs rename to Projects/UOContent/Items/Skill Items/Magical/Potions/Explosion Potions/BaseExplosionPotion.cs diff --git a/Projects/Scripts/Items/Skill Items/Magical/Potions/Explosion Potions/ExplosionPotion.cs b/Projects/UOContent/Items/Skill Items/Magical/Potions/Explosion Potions/ExplosionPotion.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Magical/Potions/Explosion Potions/ExplosionPotion.cs rename to Projects/UOContent/Items/Skill Items/Magical/Potions/Explosion Potions/ExplosionPotion.cs diff --git a/Projects/Scripts/Items/Skill Items/Magical/Potions/Explosion Potions/GreaterExplosionPotion.cs b/Projects/UOContent/Items/Skill Items/Magical/Potions/Explosion Potions/GreaterExplosionPotion.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Magical/Potions/Explosion Potions/GreaterExplosionPotion.cs rename to Projects/UOContent/Items/Skill Items/Magical/Potions/Explosion Potions/GreaterExplosionPotion.cs diff --git a/Projects/Scripts/Items/Skill Items/Magical/Potions/Explosion Potions/LesserExplosionPotion.cs b/Projects/UOContent/Items/Skill Items/Magical/Potions/Explosion Potions/LesserExplosionPotion.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Magical/Potions/Explosion Potions/LesserExplosionPotion.cs rename to Projects/UOContent/Items/Skill Items/Magical/Potions/Explosion Potions/LesserExplosionPotion.cs diff --git a/Projects/Scripts/Items/Skill Items/Magical/Potions/Heal Potions/BaseHealPotion.cs b/Projects/UOContent/Items/Skill Items/Magical/Potions/Heal Potions/BaseHealPotion.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Magical/Potions/Heal Potions/BaseHealPotion.cs rename to Projects/UOContent/Items/Skill Items/Magical/Potions/Heal Potions/BaseHealPotion.cs diff --git a/Projects/Scripts/Items/Skill Items/Magical/Potions/Heal Potions/GreaterHealPotion.cs b/Projects/UOContent/Items/Skill Items/Magical/Potions/Heal Potions/GreaterHealPotion.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Magical/Potions/Heal Potions/GreaterHealPotion.cs rename to Projects/UOContent/Items/Skill Items/Magical/Potions/Heal Potions/GreaterHealPotion.cs diff --git a/Projects/Scripts/Items/Skill Items/Magical/Potions/Heal Potions/HealPotion.cs b/Projects/UOContent/Items/Skill Items/Magical/Potions/Heal Potions/HealPotion.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Magical/Potions/Heal Potions/HealPotion.cs rename to Projects/UOContent/Items/Skill Items/Magical/Potions/Heal Potions/HealPotion.cs diff --git a/Projects/Scripts/Items/Skill Items/Magical/Potions/Heal Potions/LesserHealPotion.cs b/Projects/UOContent/Items/Skill Items/Magical/Potions/Heal Potions/LesserHealPotion.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Magical/Potions/Heal Potions/LesserHealPotion.cs rename to Projects/UOContent/Items/Skill Items/Magical/Potions/Heal Potions/LesserHealPotion.cs diff --git a/Projects/Scripts/Items/Skill Items/Magical/Potions/InvisibilityPotion.cs b/Projects/UOContent/Items/Skill Items/Magical/Potions/InvisibilityPotion.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Magical/Potions/InvisibilityPotion.cs rename to Projects/UOContent/Items/Skill Items/Magical/Potions/InvisibilityPotion.cs diff --git a/Projects/Scripts/Items/Skill Items/Magical/Potions/NightSight.cs b/Projects/UOContent/Items/Skill Items/Magical/Potions/NightSight.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Magical/Potions/NightSight.cs rename to Projects/UOContent/Items/Skill Items/Magical/Potions/NightSight.cs diff --git a/Projects/Scripts/Items/Skill Items/Magical/Potions/ParasiticPotion.cs b/Projects/UOContent/Items/Skill Items/Magical/Potions/ParasiticPotion.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Magical/Potions/ParasiticPotion.cs rename to Projects/UOContent/Items/Skill Items/Magical/Potions/ParasiticPotion.cs diff --git a/Projects/Scripts/Items/Skill Items/Magical/Potions/Poison Potions/BasePoisonPotion.cs b/Projects/UOContent/Items/Skill Items/Magical/Potions/Poison Potions/BasePoisonPotion.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Magical/Potions/Poison Potions/BasePoisonPotion.cs rename to Projects/UOContent/Items/Skill Items/Magical/Potions/Poison Potions/BasePoisonPotion.cs diff --git a/Projects/Scripts/Items/Skill Items/Magical/Potions/Poison Potions/DeadlyPoisonPotion.cs b/Projects/UOContent/Items/Skill Items/Magical/Potions/Poison Potions/DeadlyPoisonPotion.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Magical/Potions/Poison Potions/DeadlyPoisonPotion.cs rename to Projects/UOContent/Items/Skill Items/Magical/Potions/Poison Potions/DeadlyPoisonPotion.cs diff --git a/Projects/Scripts/Items/Skill Items/Magical/Potions/Poison Potions/GreaterPoisonPotion.cs b/Projects/UOContent/Items/Skill Items/Magical/Potions/Poison Potions/GreaterPoisonPotion.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Magical/Potions/Poison Potions/GreaterPoisonPotion.cs rename to Projects/UOContent/Items/Skill Items/Magical/Potions/Poison Potions/GreaterPoisonPotion.cs diff --git a/Projects/Scripts/Items/Skill Items/Magical/Potions/Poison Potions/LesserPoisonPotion.cs b/Projects/UOContent/Items/Skill Items/Magical/Potions/Poison Potions/LesserPoisonPotion.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Magical/Potions/Poison Potions/LesserPoisonPotion.cs rename to Projects/UOContent/Items/Skill Items/Magical/Potions/Poison Potions/LesserPoisonPotion.cs diff --git a/Projects/Scripts/Items/Skill Items/Magical/Potions/Poison Potions/PoisonPotion.cs b/Projects/UOContent/Items/Skill Items/Magical/Potions/Poison Potions/PoisonPotion.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Magical/Potions/Poison Potions/PoisonPotion.cs rename to Projects/UOContent/Items/Skill Items/Magical/Potions/Poison Potions/PoisonPotion.cs diff --git a/Projects/Scripts/Items/Skill Items/Magical/Potions/Refresh Potions/BaseRefreshPotion.cs b/Projects/UOContent/Items/Skill Items/Magical/Potions/Refresh Potions/BaseRefreshPotion.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Magical/Potions/Refresh Potions/BaseRefreshPotion.cs rename to Projects/UOContent/Items/Skill Items/Magical/Potions/Refresh Potions/BaseRefreshPotion.cs diff --git a/Projects/Scripts/Items/Skill Items/Magical/Potions/Refresh Potions/RefreshPotion.cs b/Projects/UOContent/Items/Skill Items/Magical/Potions/Refresh Potions/RefreshPotion.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Magical/Potions/Refresh Potions/RefreshPotion.cs rename to Projects/UOContent/Items/Skill Items/Magical/Potions/Refresh Potions/RefreshPotion.cs diff --git a/Projects/Scripts/Items/Skill Items/Magical/Potions/Refresh Potions/TotalRefreshPotion.cs b/Projects/UOContent/Items/Skill Items/Magical/Potions/Refresh Potions/TotalRefreshPotion.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Magical/Potions/Refresh Potions/TotalRefreshPotion.cs rename to Projects/UOContent/Items/Skill Items/Magical/Potions/Refresh Potions/TotalRefreshPotion.cs diff --git a/Projects/Scripts/Items/Skill Items/Magical/Potions/Strength Potions/BaseStrengthPotion.cs b/Projects/UOContent/Items/Skill Items/Magical/Potions/Strength Potions/BaseStrengthPotion.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Magical/Potions/Strength Potions/BaseStrengthPotion.cs rename to Projects/UOContent/Items/Skill Items/Magical/Potions/Strength Potions/BaseStrengthPotion.cs diff --git a/Projects/Scripts/Items/Skill Items/Magical/Potions/Strength Potions/GreaterStrengthPotion.cs b/Projects/UOContent/Items/Skill Items/Magical/Potions/Strength Potions/GreaterStrengthPotion.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Magical/Potions/Strength Potions/GreaterStrengthPotion.cs rename to Projects/UOContent/Items/Skill Items/Magical/Potions/Strength Potions/GreaterStrengthPotion.cs diff --git a/Projects/Scripts/Items/Skill Items/Magical/Potions/Strength Potions/StrengthPotion.cs b/Projects/UOContent/Items/Skill Items/Magical/Potions/Strength Potions/StrengthPotion.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Magical/Potions/Strength Potions/StrengthPotion.cs rename to Projects/UOContent/Items/Skill Items/Magical/Potions/Strength Potions/StrengthPotion.cs diff --git a/Projects/Scripts/Items/Skill Items/Magical/Runebook.cs b/Projects/UOContent/Items/Skill Items/Magical/Runebook.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Magical/Runebook.cs rename to Projects/UOContent/Items/Skill Items/Magical/Runebook.cs diff --git a/Projects/Scripts/Items/Skill Items/Magical/Scrolls/Eighth Circle/EarthquakeScroll.cs b/Projects/UOContent/Items/Skill Items/Magical/Scrolls/Eighth Circle/EarthquakeScroll.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Magical/Scrolls/Eighth Circle/EarthquakeScroll.cs rename to Projects/UOContent/Items/Skill Items/Magical/Scrolls/Eighth Circle/EarthquakeScroll.cs diff --git a/Projects/Scripts/Items/Skill Items/Magical/Scrolls/Eighth Circle/EnergyVortexScroll.cs b/Projects/UOContent/Items/Skill Items/Magical/Scrolls/Eighth Circle/EnergyVortexScroll.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Magical/Scrolls/Eighth Circle/EnergyVortexScroll.cs rename to Projects/UOContent/Items/Skill Items/Magical/Scrolls/Eighth Circle/EnergyVortexScroll.cs diff --git a/Projects/Scripts/Items/Skill Items/Magical/Scrolls/Eighth Circle/ResurrectionScroll.cs b/Projects/UOContent/Items/Skill Items/Magical/Scrolls/Eighth Circle/ResurrectionScroll.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Magical/Scrolls/Eighth Circle/ResurrectionScroll.cs rename to Projects/UOContent/Items/Skill Items/Magical/Scrolls/Eighth Circle/ResurrectionScroll.cs diff --git a/Projects/Scripts/Items/Skill Items/Magical/Scrolls/Eighth Circle/SummonAirElementalScroll.cs b/Projects/UOContent/Items/Skill Items/Magical/Scrolls/Eighth Circle/SummonAirElementalScroll.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Magical/Scrolls/Eighth Circle/SummonAirElementalScroll.cs rename to Projects/UOContent/Items/Skill Items/Magical/Scrolls/Eighth Circle/SummonAirElementalScroll.cs diff --git a/Projects/Scripts/Items/Skill Items/Magical/Scrolls/Eighth Circle/SummonDaemonScroll.cs b/Projects/UOContent/Items/Skill Items/Magical/Scrolls/Eighth Circle/SummonDaemonScroll.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Magical/Scrolls/Eighth Circle/SummonDaemonScroll.cs rename to Projects/UOContent/Items/Skill Items/Magical/Scrolls/Eighth Circle/SummonDaemonScroll.cs diff --git a/Projects/Scripts/Items/Skill Items/Magical/Scrolls/Eighth Circle/SummonEarthElementalScroll.cs b/Projects/UOContent/Items/Skill Items/Magical/Scrolls/Eighth Circle/SummonEarthElementalScroll.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Magical/Scrolls/Eighth Circle/SummonEarthElementalScroll.cs rename to Projects/UOContent/Items/Skill Items/Magical/Scrolls/Eighth Circle/SummonEarthElementalScroll.cs diff --git a/Projects/Scripts/Items/Skill Items/Magical/Scrolls/Eighth Circle/SummonFireElementalScroll.cs b/Projects/UOContent/Items/Skill Items/Magical/Scrolls/Eighth Circle/SummonFireElementalScroll.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Magical/Scrolls/Eighth Circle/SummonFireElementalScroll.cs rename to Projects/UOContent/Items/Skill Items/Magical/Scrolls/Eighth Circle/SummonFireElementalScroll.cs diff --git a/Projects/Scripts/Items/Skill Items/Magical/Scrolls/Eighth Circle/SummonWaterElementalScroll.cs b/Projects/UOContent/Items/Skill Items/Magical/Scrolls/Eighth Circle/SummonWaterElementalScroll.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Magical/Scrolls/Eighth Circle/SummonWaterElementalScroll.cs rename to Projects/UOContent/Items/Skill Items/Magical/Scrolls/Eighth Circle/SummonWaterElementalScroll.cs diff --git a/Projects/Scripts/Items/Skill Items/Magical/Scrolls/Fifth Circle/BladeSpiritsScroll.cs b/Projects/UOContent/Items/Skill Items/Magical/Scrolls/Fifth Circle/BladeSpiritsScroll.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Magical/Scrolls/Fifth Circle/BladeSpiritsScroll.cs rename to Projects/UOContent/Items/Skill Items/Magical/Scrolls/Fifth Circle/BladeSpiritsScroll.cs diff --git a/Projects/Scripts/Items/Skill Items/Magical/Scrolls/Fifth Circle/DispelFieldScroll.cs b/Projects/UOContent/Items/Skill Items/Magical/Scrolls/Fifth Circle/DispelFieldScroll.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Magical/Scrolls/Fifth Circle/DispelFieldScroll.cs rename to Projects/UOContent/Items/Skill Items/Magical/Scrolls/Fifth Circle/DispelFieldScroll.cs diff --git a/Projects/Scripts/Items/Skill Items/Magical/Scrolls/Fifth Circle/IncognitoScroll.cs b/Projects/UOContent/Items/Skill Items/Magical/Scrolls/Fifth Circle/IncognitoScroll.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Magical/Scrolls/Fifth Circle/IncognitoScroll.cs rename to Projects/UOContent/Items/Skill Items/Magical/Scrolls/Fifth Circle/IncognitoScroll.cs diff --git a/Projects/Scripts/Items/Skill Items/Magical/Scrolls/Fifth Circle/MagicReflectScroll.cs b/Projects/UOContent/Items/Skill Items/Magical/Scrolls/Fifth Circle/MagicReflectScroll.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Magical/Scrolls/Fifth Circle/MagicReflectScroll.cs rename to Projects/UOContent/Items/Skill Items/Magical/Scrolls/Fifth Circle/MagicReflectScroll.cs diff --git a/Projects/Scripts/Items/Skill Items/Magical/Scrolls/Fifth Circle/MindBlastScroll.cs b/Projects/UOContent/Items/Skill Items/Magical/Scrolls/Fifth Circle/MindBlastScroll.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Magical/Scrolls/Fifth Circle/MindBlastScroll.cs rename to Projects/UOContent/Items/Skill Items/Magical/Scrolls/Fifth Circle/MindBlastScroll.cs diff --git a/Projects/Scripts/Items/Skill Items/Magical/Scrolls/Fifth Circle/ParalyzeScroll.cs b/Projects/UOContent/Items/Skill Items/Magical/Scrolls/Fifth Circle/ParalyzeScroll.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Magical/Scrolls/Fifth Circle/ParalyzeScroll.cs rename to Projects/UOContent/Items/Skill Items/Magical/Scrolls/Fifth Circle/ParalyzeScroll.cs diff --git a/Projects/Scripts/Items/Skill Items/Magical/Scrolls/Fifth Circle/PoisonFieldScroll.cs b/Projects/UOContent/Items/Skill Items/Magical/Scrolls/Fifth Circle/PoisonFieldScroll.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Magical/Scrolls/Fifth Circle/PoisonFieldScroll.cs rename to Projects/UOContent/Items/Skill Items/Magical/Scrolls/Fifth Circle/PoisonFieldScroll.cs diff --git a/Projects/Scripts/Items/Skill Items/Magical/Scrolls/Fifth Circle/SummonCreatureScroll.cs b/Projects/UOContent/Items/Skill Items/Magical/Scrolls/Fifth Circle/SummonCreatureScroll.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Magical/Scrolls/Fifth Circle/SummonCreatureScroll.cs rename to Projects/UOContent/Items/Skill Items/Magical/Scrolls/Fifth Circle/SummonCreatureScroll.cs diff --git a/Projects/Scripts/Items/Skill Items/Magical/Scrolls/First Circle/ClumsyScroll.cs b/Projects/UOContent/Items/Skill Items/Magical/Scrolls/First Circle/ClumsyScroll.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Magical/Scrolls/First Circle/ClumsyScroll.cs rename to Projects/UOContent/Items/Skill Items/Magical/Scrolls/First Circle/ClumsyScroll.cs diff --git a/Projects/Scripts/Items/Skill Items/Magical/Scrolls/First Circle/CreateFoodScroll.cs b/Projects/UOContent/Items/Skill Items/Magical/Scrolls/First Circle/CreateFoodScroll.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Magical/Scrolls/First Circle/CreateFoodScroll.cs rename to Projects/UOContent/Items/Skill Items/Magical/Scrolls/First Circle/CreateFoodScroll.cs diff --git a/Projects/Scripts/Items/Skill Items/Magical/Scrolls/First Circle/FeeblemindScroll.cs b/Projects/UOContent/Items/Skill Items/Magical/Scrolls/First Circle/FeeblemindScroll.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Magical/Scrolls/First Circle/FeeblemindScroll.cs rename to Projects/UOContent/Items/Skill Items/Magical/Scrolls/First Circle/FeeblemindScroll.cs diff --git a/Projects/Scripts/Items/Skill Items/Magical/Scrolls/First Circle/HealScroll.cs b/Projects/UOContent/Items/Skill Items/Magical/Scrolls/First Circle/HealScroll.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Magical/Scrolls/First Circle/HealScroll.cs rename to Projects/UOContent/Items/Skill Items/Magical/Scrolls/First Circle/HealScroll.cs diff --git a/Projects/Scripts/Items/Skill Items/Magical/Scrolls/First Circle/MagicArrowScroll.cs b/Projects/UOContent/Items/Skill Items/Magical/Scrolls/First Circle/MagicArrowScroll.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Magical/Scrolls/First Circle/MagicArrowScroll.cs rename to Projects/UOContent/Items/Skill Items/Magical/Scrolls/First Circle/MagicArrowScroll.cs diff --git a/Projects/Scripts/Items/Skill Items/Magical/Scrolls/First Circle/NightSightScroll.cs b/Projects/UOContent/Items/Skill Items/Magical/Scrolls/First Circle/NightSightScroll.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Magical/Scrolls/First Circle/NightSightScroll.cs rename to Projects/UOContent/Items/Skill Items/Magical/Scrolls/First Circle/NightSightScroll.cs diff --git a/Projects/Scripts/Items/Skill Items/Magical/Scrolls/First Circle/ReactiveArmorScroll.cs b/Projects/UOContent/Items/Skill Items/Magical/Scrolls/First Circle/ReactiveArmorScroll.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Magical/Scrolls/First Circle/ReactiveArmorScroll.cs rename to Projects/UOContent/Items/Skill Items/Magical/Scrolls/First Circle/ReactiveArmorScroll.cs diff --git a/Projects/Scripts/Items/Skill Items/Magical/Scrolls/First Circle/WeakenScroll.cs b/Projects/UOContent/Items/Skill Items/Magical/Scrolls/First Circle/WeakenScroll.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Magical/Scrolls/First Circle/WeakenScroll.cs rename to Projects/UOContent/Items/Skill Items/Magical/Scrolls/First Circle/WeakenScroll.cs diff --git a/Projects/Scripts/Items/Skill Items/Magical/Scrolls/Fourth Circle/ArchProtectionScroll.cs b/Projects/UOContent/Items/Skill Items/Magical/Scrolls/Fourth Circle/ArchProtectionScroll.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Magical/Scrolls/Fourth Circle/ArchProtectionScroll.cs rename to Projects/UOContent/Items/Skill Items/Magical/Scrolls/Fourth Circle/ArchProtectionScroll.cs diff --git a/Projects/Scripts/Items/Skill Items/Magical/Scrolls/Fourth Circle/ArchcureScroll.cs b/Projects/UOContent/Items/Skill Items/Magical/Scrolls/Fourth Circle/ArchcureScroll.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Magical/Scrolls/Fourth Circle/ArchcureScroll.cs rename to Projects/UOContent/Items/Skill Items/Magical/Scrolls/Fourth Circle/ArchcureScroll.cs diff --git a/Projects/Scripts/Items/Skill Items/Magical/Scrolls/Fourth Circle/CurseScroll.cs b/Projects/UOContent/Items/Skill Items/Magical/Scrolls/Fourth Circle/CurseScroll.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Magical/Scrolls/Fourth Circle/CurseScroll.cs rename to Projects/UOContent/Items/Skill Items/Magical/Scrolls/Fourth Circle/CurseScroll.cs diff --git a/Projects/Scripts/Items/Skill Items/Magical/Scrolls/Fourth Circle/FireFieldScroll.cs b/Projects/UOContent/Items/Skill Items/Magical/Scrolls/Fourth Circle/FireFieldScroll.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Magical/Scrolls/Fourth Circle/FireFieldScroll.cs rename to Projects/UOContent/Items/Skill Items/Magical/Scrolls/Fourth Circle/FireFieldScroll.cs diff --git a/Projects/Scripts/Items/Skill Items/Magical/Scrolls/Fourth Circle/GreaterHealScroll.cs b/Projects/UOContent/Items/Skill Items/Magical/Scrolls/Fourth Circle/GreaterHealScroll.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Magical/Scrolls/Fourth Circle/GreaterHealScroll.cs rename to Projects/UOContent/Items/Skill Items/Magical/Scrolls/Fourth Circle/GreaterHealScroll.cs diff --git a/Projects/Scripts/Items/Skill Items/Magical/Scrolls/Fourth Circle/LightningScroll.cs b/Projects/UOContent/Items/Skill Items/Magical/Scrolls/Fourth Circle/LightningScroll.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Magical/Scrolls/Fourth Circle/LightningScroll.cs rename to Projects/UOContent/Items/Skill Items/Magical/Scrolls/Fourth Circle/LightningScroll.cs diff --git a/Projects/Scripts/Items/Skill Items/Magical/Scrolls/Fourth Circle/ManaDrainScroll.cs b/Projects/UOContent/Items/Skill Items/Magical/Scrolls/Fourth Circle/ManaDrainScroll.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Magical/Scrolls/Fourth Circle/ManaDrainScroll.cs rename to Projects/UOContent/Items/Skill Items/Magical/Scrolls/Fourth Circle/ManaDrainScroll.cs diff --git a/Projects/Scripts/Items/Skill Items/Magical/Scrolls/Fourth Circle/RecallScroll.cs b/Projects/UOContent/Items/Skill Items/Magical/Scrolls/Fourth Circle/RecallScroll.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Magical/Scrolls/Fourth Circle/RecallScroll.cs rename to Projects/UOContent/Items/Skill Items/Magical/Scrolls/Fourth Circle/RecallScroll.cs diff --git a/Projects/Scripts/Items/Skill Items/Magical/Scrolls/Mysticism/AnimatedWeaponScroll.cs b/Projects/UOContent/Items/Skill Items/Magical/Scrolls/Mysticism/AnimatedWeaponScroll.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Magical/Scrolls/Mysticism/AnimatedWeaponScroll.cs rename to Projects/UOContent/Items/Skill Items/Magical/Scrolls/Mysticism/AnimatedWeaponScroll.cs diff --git a/Projects/Scripts/Items/Skill Items/Magical/Scrolls/Mysticism/BombardScroll.cs b/Projects/UOContent/Items/Skill Items/Magical/Scrolls/Mysticism/BombardScroll.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Magical/Scrolls/Mysticism/BombardScroll.cs rename to Projects/UOContent/Items/Skill Items/Magical/Scrolls/Mysticism/BombardScroll.cs diff --git a/Projects/Scripts/Items/Skill Items/Magical/Scrolls/Mysticism/CleansingWindsScroll.cs b/Projects/UOContent/Items/Skill Items/Magical/Scrolls/Mysticism/CleansingWindsScroll.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Magical/Scrolls/Mysticism/CleansingWindsScroll.cs rename to Projects/UOContent/Items/Skill Items/Magical/Scrolls/Mysticism/CleansingWindsScroll.cs diff --git a/Projects/Scripts/Items/Skill Items/Magical/Scrolls/Mysticism/EagleStrikeScroll.cs b/Projects/UOContent/Items/Skill Items/Magical/Scrolls/Mysticism/EagleStrikeScroll.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Magical/Scrolls/Mysticism/EagleStrikeScroll.cs rename to Projects/UOContent/Items/Skill Items/Magical/Scrolls/Mysticism/EagleStrikeScroll.cs diff --git a/Projects/Scripts/Items/Skill Items/Magical/Scrolls/Mysticism/EnchantScroll.cs b/Projects/UOContent/Items/Skill Items/Magical/Scrolls/Mysticism/EnchantScroll.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Magical/Scrolls/Mysticism/EnchantScroll.cs rename to Projects/UOContent/Items/Skill Items/Magical/Scrolls/Mysticism/EnchantScroll.cs diff --git a/Projects/Scripts/Items/Skill Items/Magical/Scrolls/Mysticism/HailStormScroll.cs b/Projects/UOContent/Items/Skill Items/Magical/Scrolls/Mysticism/HailStormScroll.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Magical/Scrolls/Mysticism/HailStormScroll.cs rename to Projects/UOContent/Items/Skill Items/Magical/Scrolls/Mysticism/HailStormScroll.cs diff --git a/Projects/Scripts/Items/Skill Items/Magical/Scrolls/Mysticism/HealingStoneScroll.cs b/Projects/UOContent/Items/Skill Items/Magical/Scrolls/Mysticism/HealingStoneScroll.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Magical/Scrolls/Mysticism/HealingStoneScroll.cs rename to Projects/UOContent/Items/Skill Items/Magical/Scrolls/Mysticism/HealingStoneScroll.cs diff --git a/Projects/Scripts/Items/Skill Items/Magical/Scrolls/Mysticism/MassSleepScroll.cs b/Projects/UOContent/Items/Skill Items/Magical/Scrolls/Mysticism/MassSleepScroll.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Magical/Scrolls/Mysticism/MassSleepScroll.cs rename to Projects/UOContent/Items/Skill Items/Magical/Scrolls/Mysticism/MassSleepScroll.cs diff --git a/Projects/Scripts/Items/Skill Items/Magical/Scrolls/Mysticism/NetherBoltScroll.cs b/Projects/UOContent/Items/Skill Items/Magical/Scrolls/Mysticism/NetherBoltScroll.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Magical/Scrolls/Mysticism/NetherBoltScroll.cs rename to Projects/UOContent/Items/Skill Items/Magical/Scrolls/Mysticism/NetherBoltScroll.cs diff --git a/Projects/Scripts/Items/Skill Items/Magical/Scrolls/Mysticism/NetherCycloneScroll.cs b/Projects/UOContent/Items/Skill Items/Magical/Scrolls/Mysticism/NetherCycloneScroll.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Magical/Scrolls/Mysticism/NetherCycloneScroll.cs rename to Projects/UOContent/Items/Skill Items/Magical/Scrolls/Mysticism/NetherCycloneScroll.cs diff --git a/Projects/Scripts/Items/Skill Items/Magical/Scrolls/Mysticism/PurgeMagicScroll.cs b/Projects/UOContent/Items/Skill Items/Magical/Scrolls/Mysticism/PurgeMagicScroll.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Magical/Scrolls/Mysticism/PurgeMagicScroll.cs rename to Projects/UOContent/Items/Skill Items/Magical/Scrolls/Mysticism/PurgeMagicScroll.cs diff --git a/Projects/Scripts/Items/Skill Items/Magical/Scrolls/Mysticism/RisingColossusScroll.cs b/Projects/UOContent/Items/Skill Items/Magical/Scrolls/Mysticism/RisingColossusScroll.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Magical/Scrolls/Mysticism/RisingColossusScroll.cs rename to Projects/UOContent/Items/Skill Items/Magical/Scrolls/Mysticism/RisingColossusScroll.cs diff --git a/Projects/Scripts/Items/Skill Items/Magical/Scrolls/Mysticism/SleepScroll.cs b/Projects/UOContent/Items/Skill Items/Magical/Scrolls/Mysticism/SleepScroll.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Magical/Scrolls/Mysticism/SleepScroll.cs rename to Projects/UOContent/Items/Skill Items/Magical/Scrolls/Mysticism/SleepScroll.cs diff --git a/Projects/Scripts/Items/Skill Items/Magical/Scrolls/Mysticism/SpellPlagueScroll.cs b/Projects/UOContent/Items/Skill Items/Magical/Scrolls/Mysticism/SpellPlagueScroll.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Magical/Scrolls/Mysticism/SpellPlagueScroll.cs rename to Projects/UOContent/Items/Skill Items/Magical/Scrolls/Mysticism/SpellPlagueScroll.cs diff --git a/Projects/Scripts/Items/Skill Items/Magical/Scrolls/Mysticism/SpellTriggerScroll.cs b/Projects/UOContent/Items/Skill Items/Magical/Scrolls/Mysticism/SpellTriggerScroll.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Magical/Scrolls/Mysticism/SpellTriggerScroll.cs rename to Projects/UOContent/Items/Skill Items/Magical/Scrolls/Mysticism/SpellTriggerScroll.cs diff --git a/Projects/Scripts/Items/Skill Items/Magical/Scrolls/Mysticism/StoneFormScroll.cs b/Projects/UOContent/Items/Skill Items/Magical/Scrolls/Mysticism/StoneFormScroll.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Magical/Scrolls/Mysticism/StoneFormScroll.cs rename to Projects/UOContent/Items/Skill Items/Magical/Scrolls/Mysticism/StoneFormScroll.cs diff --git a/Projects/Scripts/Items/Skill Items/Magical/Scrolls/Necromancy/AnimateDeadScroll.cs b/Projects/UOContent/Items/Skill Items/Magical/Scrolls/Necromancy/AnimateDeadScroll.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Magical/Scrolls/Necromancy/AnimateDeadScroll.cs rename to Projects/UOContent/Items/Skill Items/Magical/Scrolls/Necromancy/AnimateDeadScroll.cs diff --git a/Projects/Scripts/Items/Skill Items/Magical/Scrolls/Necromancy/BloodOathScroll.cs b/Projects/UOContent/Items/Skill Items/Magical/Scrolls/Necromancy/BloodOathScroll.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Magical/Scrolls/Necromancy/BloodOathScroll.cs rename to Projects/UOContent/Items/Skill Items/Magical/Scrolls/Necromancy/BloodOathScroll.cs diff --git a/Projects/Scripts/Items/Skill Items/Magical/Scrolls/Necromancy/CorpseSkinScroll.cs b/Projects/UOContent/Items/Skill Items/Magical/Scrolls/Necromancy/CorpseSkinScroll.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Magical/Scrolls/Necromancy/CorpseSkinScroll.cs rename to Projects/UOContent/Items/Skill Items/Magical/Scrolls/Necromancy/CorpseSkinScroll.cs diff --git a/Projects/Scripts/Items/Skill Items/Magical/Scrolls/Necromancy/CurseWeaponScroll.cs b/Projects/UOContent/Items/Skill Items/Magical/Scrolls/Necromancy/CurseWeaponScroll.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Magical/Scrolls/Necromancy/CurseWeaponScroll.cs rename to Projects/UOContent/Items/Skill Items/Magical/Scrolls/Necromancy/CurseWeaponScroll.cs diff --git a/Projects/Scripts/Items/Skill Items/Magical/Scrolls/Necromancy/EvilOmenScroll.cs b/Projects/UOContent/Items/Skill Items/Magical/Scrolls/Necromancy/EvilOmenScroll.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Magical/Scrolls/Necromancy/EvilOmenScroll.cs rename to Projects/UOContent/Items/Skill Items/Magical/Scrolls/Necromancy/EvilOmenScroll.cs diff --git a/Projects/Scripts/Items/Skill Items/Magical/Scrolls/Necromancy/ExorcismScroll.cs b/Projects/UOContent/Items/Skill Items/Magical/Scrolls/Necromancy/ExorcismScroll.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Magical/Scrolls/Necromancy/ExorcismScroll.cs rename to Projects/UOContent/Items/Skill Items/Magical/Scrolls/Necromancy/ExorcismScroll.cs diff --git a/Projects/Scripts/Items/Skill Items/Magical/Scrolls/Necromancy/HorrificBeastScroll.cs b/Projects/UOContent/Items/Skill Items/Magical/Scrolls/Necromancy/HorrificBeastScroll.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Magical/Scrolls/Necromancy/HorrificBeastScroll.cs rename to Projects/UOContent/Items/Skill Items/Magical/Scrolls/Necromancy/HorrificBeastScroll.cs diff --git a/Projects/Scripts/Items/Skill Items/Magical/Scrolls/Necromancy/LichFormScroll.cs b/Projects/UOContent/Items/Skill Items/Magical/Scrolls/Necromancy/LichFormScroll.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Magical/Scrolls/Necromancy/LichFormScroll.cs rename to Projects/UOContent/Items/Skill Items/Magical/Scrolls/Necromancy/LichFormScroll.cs diff --git a/Projects/Scripts/Items/Skill Items/Magical/Scrolls/Necromancy/MindRotScroll.cs b/Projects/UOContent/Items/Skill Items/Magical/Scrolls/Necromancy/MindRotScroll.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Magical/Scrolls/Necromancy/MindRotScroll.cs rename to Projects/UOContent/Items/Skill Items/Magical/Scrolls/Necromancy/MindRotScroll.cs diff --git a/Projects/Scripts/Items/Skill Items/Magical/Scrolls/Necromancy/PainSpikeScroll.cs b/Projects/UOContent/Items/Skill Items/Magical/Scrolls/Necromancy/PainSpikeScroll.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Magical/Scrolls/Necromancy/PainSpikeScroll.cs rename to Projects/UOContent/Items/Skill Items/Magical/Scrolls/Necromancy/PainSpikeScroll.cs diff --git a/Projects/Scripts/Items/Skill Items/Magical/Scrolls/Necromancy/PoisonStrikeScroll.cs b/Projects/UOContent/Items/Skill Items/Magical/Scrolls/Necromancy/PoisonStrikeScroll.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Magical/Scrolls/Necromancy/PoisonStrikeScroll.cs rename to Projects/UOContent/Items/Skill Items/Magical/Scrolls/Necromancy/PoisonStrikeScroll.cs diff --git a/Projects/Scripts/Items/Skill Items/Magical/Scrolls/Necromancy/StrangleScroll.cs b/Projects/UOContent/Items/Skill Items/Magical/Scrolls/Necromancy/StrangleScroll.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Magical/Scrolls/Necromancy/StrangleScroll.cs rename to Projects/UOContent/Items/Skill Items/Magical/Scrolls/Necromancy/StrangleScroll.cs diff --git a/Projects/Scripts/Items/Skill Items/Magical/Scrolls/Necromancy/SummonFamiliarScroll.cs b/Projects/UOContent/Items/Skill Items/Magical/Scrolls/Necromancy/SummonFamiliarScroll.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Magical/Scrolls/Necromancy/SummonFamiliarScroll.cs rename to Projects/UOContent/Items/Skill Items/Magical/Scrolls/Necromancy/SummonFamiliarScroll.cs diff --git a/Projects/Scripts/Items/Skill Items/Magical/Scrolls/Necromancy/VampiricEmbraceScroll.cs b/Projects/UOContent/Items/Skill Items/Magical/Scrolls/Necromancy/VampiricEmbraceScroll.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Magical/Scrolls/Necromancy/VampiricEmbraceScroll.cs rename to Projects/UOContent/Items/Skill Items/Magical/Scrolls/Necromancy/VampiricEmbraceScroll.cs diff --git a/Projects/Scripts/Items/Skill Items/Magical/Scrolls/Necromancy/VengefulSpiritScroll.cs b/Projects/UOContent/Items/Skill Items/Magical/Scrolls/Necromancy/VengefulSpiritScroll.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Magical/Scrolls/Necromancy/VengefulSpiritScroll.cs rename to Projects/UOContent/Items/Skill Items/Magical/Scrolls/Necromancy/VengefulSpiritScroll.cs diff --git a/Projects/Scripts/Items/Skill Items/Magical/Scrolls/Necromancy/WitherScroll.cs b/Projects/UOContent/Items/Skill Items/Magical/Scrolls/Necromancy/WitherScroll.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Magical/Scrolls/Necromancy/WitherScroll.cs rename to Projects/UOContent/Items/Skill Items/Magical/Scrolls/Necromancy/WitherScroll.cs diff --git a/Projects/Scripts/Items/Skill Items/Magical/Scrolls/Necromancy/WraithFormScroll.cs b/Projects/UOContent/Items/Skill Items/Magical/Scrolls/Necromancy/WraithFormScroll.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Magical/Scrolls/Necromancy/WraithFormScroll.cs rename to Projects/UOContent/Items/Skill Items/Magical/Scrolls/Necromancy/WraithFormScroll.cs diff --git a/Projects/Scripts/Items/Skill Items/Magical/Scrolls/Second Circle/AgilityScroll.cs b/Projects/UOContent/Items/Skill Items/Magical/Scrolls/Second Circle/AgilityScroll.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Magical/Scrolls/Second Circle/AgilityScroll.cs rename to Projects/UOContent/Items/Skill Items/Magical/Scrolls/Second Circle/AgilityScroll.cs diff --git a/Projects/Scripts/Items/Skill Items/Magical/Scrolls/Second Circle/CunningScroll.cs b/Projects/UOContent/Items/Skill Items/Magical/Scrolls/Second Circle/CunningScroll.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Magical/Scrolls/Second Circle/CunningScroll.cs rename to Projects/UOContent/Items/Skill Items/Magical/Scrolls/Second Circle/CunningScroll.cs diff --git a/Projects/Scripts/Items/Skill Items/Magical/Scrolls/Second Circle/CureScroll.cs b/Projects/UOContent/Items/Skill Items/Magical/Scrolls/Second Circle/CureScroll.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Magical/Scrolls/Second Circle/CureScroll.cs rename to Projects/UOContent/Items/Skill Items/Magical/Scrolls/Second Circle/CureScroll.cs diff --git a/Projects/Scripts/Items/Skill Items/Magical/Scrolls/Second Circle/HarmScroll.cs b/Projects/UOContent/Items/Skill Items/Magical/Scrolls/Second Circle/HarmScroll.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Magical/Scrolls/Second Circle/HarmScroll.cs rename to Projects/UOContent/Items/Skill Items/Magical/Scrolls/Second Circle/HarmScroll.cs diff --git a/Projects/Scripts/Items/Skill Items/Magical/Scrolls/Second Circle/MagicTrapScroll.cs b/Projects/UOContent/Items/Skill Items/Magical/Scrolls/Second Circle/MagicTrapScroll.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Magical/Scrolls/Second Circle/MagicTrapScroll.cs rename to Projects/UOContent/Items/Skill Items/Magical/Scrolls/Second Circle/MagicTrapScroll.cs diff --git a/Projects/Scripts/Items/Skill Items/Magical/Scrolls/Second Circle/MagicUnTrapScroll.cs b/Projects/UOContent/Items/Skill Items/Magical/Scrolls/Second Circle/MagicUnTrapScroll.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Magical/Scrolls/Second Circle/MagicUnTrapScroll.cs rename to Projects/UOContent/Items/Skill Items/Magical/Scrolls/Second Circle/MagicUnTrapScroll.cs diff --git a/Projects/Scripts/Items/Skill Items/Magical/Scrolls/Second Circle/ProtectionScroll.cs b/Projects/UOContent/Items/Skill Items/Magical/Scrolls/Second Circle/ProtectionScroll.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Magical/Scrolls/Second Circle/ProtectionScroll.cs rename to Projects/UOContent/Items/Skill Items/Magical/Scrolls/Second Circle/ProtectionScroll.cs diff --git a/Projects/Scripts/Items/Skill Items/Magical/Scrolls/Second Circle/StrengthScroll.cs b/Projects/UOContent/Items/Skill Items/Magical/Scrolls/Second Circle/StrengthScroll.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Magical/Scrolls/Second Circle/StrengthScroll.cs rename to Projects/UOContent/Items/Skill Items/Magical/Scrolls/Second Circle/StrengthScroll.cs diff --git a/Projects/Scripts/Items/Skill Items/Magical/Scrolls/Seventh Circle/ChainLightningScroll.cs b/Projects/UOContent/Items/Skill Items/Magical/Scrolls/Seventh Circle/ChainLightningScroll.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Magical/Scrolls/Seventh Circle/ChainLightningScroll.cs rename to Projects/UOContent/Items/Skill Items/Magical/Scrolls/Seventh Circle/ChainLightningScroll.cs diff --git a/Projects/Scripts/Items/Skill Items/Magical/Scrolls/Seventh Circle/EnergyFieldScroll.cs b/Projects/UOContent/Items/Skill Items/Magical/Scrolls/Seventh Circle/EnergyFieldScroll.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Magical/Scrolls/Seventh Circle/EnergyFieldScroll.cs rename to Projects/UOContent/Items/Skill Items/Magical/Scrolls/Seventh Circle/EnergyFieldScroll.cs diff --git a/Projects/Scripts/Items/Skill Items/Magical/Scrolls/Seventh Circle/FlamestrikeScroll.cs b/Projects/UOContent/Items/Skill Items/Magical/Scrolls/Seventh Circle/FlamestrikeScroll.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Magical/Scrolls/Seventh Circle/FlamestrikeScroll.cs rename to Projects/UOContent/Items/Skill Items/Magical/Scrolls/Seventh Circle/FlamestrikeScroll.cs diff --git a/Projects/Scripts/Items/Skill Items/Magical/Scrolls/Seventh Circle/GateTravelScroll.cs b/Projects/UOContent/Items/Skill Items/Magical/Scrolls/Seventh Circle/GateTravelScroll.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Magical/Scrolls/Seventh Circle/GateTravelScroll.cs rename to Projects/UOContent/Items/Skill Items/Magical/Scrolls/Seventh Circle/GateTravelScroll.cs diff --git a/Projects/Scripts/Items/Skill Items/Magical/Scrolls/Seventh Circle/ManaVampireScroll.cs b/Projects/UOContent/Items/Skill Items/Magical/Scrolls/Seventh Circle/ManaVampireScroll.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Magical/Scrolls/Seventh Circle/ManaVampireScroll.cs rename to Projects/UOContent/Items/Skill Items/Magical/Scrolls/Seventh Circle/ManaVampireScroll.cs diff --git a/Projects/Scripts/Items/Skill Items/Magical/Scrolls/Seventh Circle/MassDispelScroll.cs b/Projects/UOContent/Items/Skill Items/Magical/Scrolls/Seventh Circle/MassDispelScroll.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Magical/Scrolls/Seventh Circle/MassDispelScroll.cs rename to Projects/UOContent/Items/Skill Items/Magical/Scrolls/Seventh Circle/MassDispelScroll.cs diff --git a/Projects/Scripts/Items/Skill Items/Magical/Scrolls/Seventh Circle/MeteorStormScroll.cs b/Projects/UOContent/Items/Skill Items/Magical/Scrolls/Seventh Circle/MeteorStormScroll.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Magical/Scrolls/Seventh Circle/MeteorStormScroll.cs rename to Projects/UOContent/Items/Skill Items/Magical/Scrolls/Seventh Circle/MeteorStormScroll.cs diff --git a/Projects/Scripts/Items/Skill Items/Magical/Scrolls/Seventh Circle/PolymorphScroll.cs b/Projects/UOContent/Items/Skill Items/Magical/Scrolls/Seventh Circle/PolymorphScroll.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Magical/Scrolls/Seventh Circle/PolymorphScroll.cs rename to Projects/UOContent/Items/Skill Items/Magical/Scrolls/Seventh Circle/PolymorphScroll.cs diff --git a/Projects/Scripts/Items/Skill Items/Magical/Scrolls/Sixth Circle/DispelScroll.cs b/Projects/UOContent/Items/Skill Items/Magical/Scrolls/Sixth Circle/DispelScroll.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Magical/Scrolls/Sixth Circle/DispelScroll.cs rename to Projects/UOContent/Items/Skill Items/Magical/Scrolls/Sixth Circle/DispelScroll.cs diff --git a/Projects/Scripts/Items/Skill Items/Magical/Scrolls/Sixth Circle/EnergyBoltScroll.cs b/Projects/UOContent/Items/Skill Items/Magical/Scrolls/Sixth Circle/EnergyBoltScroll.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Magical/Scrolls/Sixth Circle/EnergyBoltScroll.cs rename to Projects/UOContent/Items/Skill Items/Magical/Scrolls/Sixth Circle/EnergyBoltScroll.cs diff --git a/Projects/Scripts/Items/Skill Items/Magical/Scrolls/Sixth Circle/ExplosionScroll.cs b/Projects/UOContent/Items/Skill Items/Magical/Scrolls/Sixth Circle/ExplosionScroll.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Magical/Scrolls/Sixth Circle/ExplosionScroll.cs rename to Projects/UOContent/Items/Skill Items/Magical/Scrolls/Sixth Circle/ExplosionScroll.cs diff --git a/Projects/Scripts/Items/Skill Items/Magical/Scrolls/Sixth Circle/InvisibilityScroll.cs b/Projects/UOContent/Items/Skill Items/Magical/Scrolls/Sixth Circle/InvisibilityScroll.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Magical/Scrolls/Sixth Circle/InvisibilityScroll.cs rename to Projects/UOContent/Items/Skill Items/Magical/Scrolls/Sixth Circle/InvisibilityScroll.cs diff --git a/Projects/Scripts/Items/Skill Items/Magical/Scrolls/Sixth Circle/MarkScroll.cs b/Projects/UOContent/Items/Skill Items/Magical/Scrolls/Sixth Circle/MarkScroll.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Magical/Scrolls/Sixth Circle/MarkScroll.cs rename to Projects/UOContent/Items/Skill Items/Magical/Scrolls/Sixth Circle/MarkScroll.cs diff --git a/Projects/Scripts/Items/Skill Items/Magical/Scrolls/Sixth Circle/MassCurseScroll.cs b/Projects/UOContent/Items/Skill Items/Magical/Scrolls/Sixth Circle/MassCurseScroll.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Magical/Scrolls/Sixth Circle/MassCurseScroll.cs rename to Projects/UOContent/Items/Skill Items/Magical/Scrolls/Sixth Circle/MassCurseScroll.cs diff --git a/Projects/Scripts/Items/Skill Items/Magical/Scrolls/Sixth Circle/ParalyzeFieldSpell.cs b/Projects/UOContent/Items/Skill Items/Magical/Scrolls/Sixth Circle/ParalyzeFieldSpell.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Magical/Scrolls/Sixth Circle/ParalyzeFieldSpell.cs rename to Projects/UOContent/Items/Skill Items/Magical/Scrolls/Sixth Circle/ParalyzeFieldSpell.cs diff --git a/Projects/Scripts/Items/Skill Items/Magical/Scrolls/Sixth Circle/RevealScroll.cs b/Projects/UOContent/Items/Skill Items/Magical/Scrolls/Sixth Circle/RevealScroll.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Magical/Scrolls/Sixth Circle/RevealScroll.cs rename to Projects/UOContent/Items/Skill Items/Magical/Scrolls/Sixth Circle/RevealScroll.cs diff --git a/Projects/Scripts/Items/Skill Items/Magical/Scrolls/SpellScroll.cs b/Projects/UOContent/Items/Skill Items/Magical/Scrolls/SpellScroll.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Magical/Scrolls/SpellScroll.cs rename to Projects/UOContent/Items/Skill Items/Magical/Scrolls/SpellScroll.cs diff --git a/Projects/Scripts/Items/Skill Items/Magical/Scrolls/SpellweavingScrolls.cs b/Projects/UOContent/Items/Skill Items/Magical/Scrolls/SpellweavingScrolls.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Magical/Scrolls/SpellweavingScrolls.cs rename to Projects/UOContent/Items/Skill Items/Magical/Scrolls/SpellweavingScrolls.cs diff --git a/Projects/Scripts/Items/Skill Items/Magical/Scrolls/Third Circle/BlessScroll.cs b/Projects/UOContent/Items/Skill Items/Magical/Scrolls/Third Circle/BlessScroll.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Magical/Scrolls/Third Circle/BlessScroll.cs rename to Projects/UOContent/Items/Skill Items/Magical/Scrolls/Third Circle/BlessScroll.cs diff --git a/Projects/Scripts/Items/Skill Items/Magical/Scrolls/Third Circle/FireballScroll.cs b/Projects/UOContent/Items/Skill Items/Magical/Scrolls/Third Circle/FireballScroll.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Magical/Scrolls/Third Circle/FireballScroll.cs rename to Projects/UOContent/Items/Skill Items/Magical/Scrolls/Third Circle/FireballScroll.cs diff --git a/Projects/Scripts/Items/Skill Items/Magical/Scrolls/Third Circle/MagicLockScroll.cs b/Projects/UOContent/Items/Skill Items/Magical/Scrolls/Third Circle/MagicLockScroll.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Magical/Scrolls/Third Circle/MagicLockScroll.cs rename to Projects/UOContent/Items/Skill Items/Magical/Scrolls/Third Circle/MagicLockScroll.cs diff --git a/Projects/Scripts/Items/Skill Items/Magical/Scrolls/Third Circle/PoisonScroll.cs b/Projects/UOContent/Items/Skill Items/Magical/Scrolls/Third Circle/PoisonScroll.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Magical/Scrolls/Third Circle/PoisonScroll.cs rename to Projects/UOContent/Items/Skill Items/Magical/Scrolls/Third Circle/PoisonScroll.cs diff --git a/Projects/Scripts/Items/Skill Items/Magical/Scrolls/Third Circle/TelekinisisScroll.cs b/Projects/UOContent/Items/Skill Items/Magical/Scrolls/Third Circle/TelekinisisScroll.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Magical/Scrolls/Third Circle/TelekinisisScroll.cs rename to Projects/UOContent/Items/Skill Items/Magical/Scrolls/Third Circle/TelekinisisScroll.cs diff --git a/Projects/Scripts/Items/Skill Items/Magical/Scrolls/Third Circle/TeleportScroll.cs b/Projects/UOContent/Items/Skill Items/Magical/Scrolls/Third Circle/TeleportScroll.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Magical/Scrolls/Third Circle/TeleportScroll.cs rename to Projects/UOContent/Items/Skill Items/Magical/Scrolls/Third Circle/TeleportScroll.cs diff --git a/Projects/Scripts/Items/Skill Items/Magical/Scrolls/Third Circle/UnlockScroll.cs b/Projects/UOContent/Items/Skill Items/Magical/Scrolls/Third Circle/UnlockScroll.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Magical/Scrolls/Third Circle/UnlockScroll.cs rename to Projects/UOContent/Items/Skill Items/Magical/Scrolls/Third Circle/UnlockScroll.cs diff --git a/Projects/Scripts/Items/Skill Items/Magical/Scrolls/Third Circle/WallOfStoneScroll.cs b/Projects/UOContent/Items/Skill Items/Magical/Scrolls/Third Circle/WallOfStoneScroll.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Magical/Scrolls/Third Circle/WallOfStoneScroll.cs rename to Projects/UOContent/Items/Skill Items/Magical/Scrolls/Third Circle/WallOfStoneScroll.cs diff --git a/Projects/Scripts/Items/Skill Items/Magical/Spellbook.cs b/Projects/UOContent/Items/Skill Items/Magical/Spellbook.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Magical/Spellbook.cs rename to Projects/UOContent/Items/Skill Items/Magical/Spellbook.cs diff --git a/Projects/Scripts/Items/Skill Items/Magical/SpellweavingBook.cs b/Projects/UOContent/Items/Skill Items/Magical/SpellweavingBook.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Magical/SpellweavingBook.cs rename to Projects/UOContent/Items/Skill Items/Magical/SpellweavingBook.cs diff --git a/Projects/Scripts/Items/Skill Items/Misc/Bandage.cs b/Projects/UOContent/Items/Skill Items/Misc/Bandage.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Misc/Bandage.cs rename to Projects/UOContent/Items/Skill Items/Misc/Bandage.cs diff --git a/Projects/Scripts/Items/Skill Items/Misc/FireHorn.cs b/Projects/UOContent/Items/Skill Items/Misc/FireHorn.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Misc/FireHorn.cs rename to Projects/UOContent/Items/Skill Items/Misc/FireHorn.cs diff --git a/Projects/Scripts/Items/Skill Items/Misc/RecipeScroll.cs b/Projects/UOContent/Items/Skill Items/Misc/RecipeScroll.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Misc/RecipeScroll.cs rename to Projects/UOContent/Items/Skill Items/Misc/RecipeScroll.cs diff --git a/Projects/Scripts/Items/Skill Items/Misc/RepairDeed.cs b/Projects/UOContent/Items/Skill Items/Misc/RepairDeed.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Misc/RepairDeed.cs rename to Projects/UOContent/Items/Skill Items/Misc/RepairDeed.cs diff --git a/Projects/Scripts/Items/Skill Items/Musical Instruments/BambooFlute.cs b/Projects/UOContent/Items/Skill Items/Musical Instruments/BambooFlute.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Musical Instruments/BambooFlute.cs rename to Projects/UOContent/Items/Skill Items/Musical Instruments/BambooFlute.cs diff --git a/Projects/Scripts/Items/Skill Items/Musical Instruments/BaseInstrument.cs b/Projects/UOContent/Items/Skill Items/Musical Instruments/BaseInstrument.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Musical Instruments/BaseInstrument.cs rename to Projects/UOContent/Items/Skill Items/Musical Instruments/BaseInstrument.cs diff --git a/Projects/Scripts/Items/Skill Items/Musical Instruments/Drums.cs b/Projects/UOContent/Items/Skill Items/Musical Instruments/Drums.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Musical Instruments/Drums.cs rename to Projects/UOContent/Items/Skill Items/Musical Instruments/Drums.cs diff --git a/Projects/Scripts/Items/Skill Items/Musical Instruments/Harp.cs b/Projects/UOContent/Items/Skill Items/Musical Instruments/Harp.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Musical Instruments/Harp.cs rename to Projects/UOContent/Items/Skill Items/Musical Instruments/Harp.cs diff --git a/Projects/Scripts/Items/Skill Items/Musical Instruments/LapHarp.cs b/Projects/UOContent/Items/Skill Items/Musical Instruments/LapHarp.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Musical Instruments/LapHarp.cs rename to Projects/UOContent/Items/Skill Items/Musical Instruments/LapHarp.cs diff --git a/Projects/Scripts/Items/Skill Items/Musical Instruments/Lute.cs b/Projects/UOContent/Items/Skill Items/Musical Instruments/Lute.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Musical Instruments/Lute.cs rename to Projects/UOContent/Items/Skill Items/Musical Instruments/Lute.cs diff --git a/Projects/Scripts/Items/Skill Items/Musical Instruments/Tambourine.cs b/Projects/UOContent/Items/Skill Items/Musical Instruments/Tambourine.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Musical Instruments/Tambourine.cs rename to Projects/UOContent/Items/Skill Items/Musical Instruments/Tambourine.cs diff --git a/Projects/Scripts/Items/Skill Items/Musical Instruments/TambourineTassel.cs b/Projects/UOContent/Items/Skill Items/Musical Instruments/TambourineTassel.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Musical Instruments/TambourineTassel.cs rename to Projects/UOContent/Items/Skill Items/Musical Instruments/TambourineTassel.cs diff --git a/Projects/Scripts/Items/Skill Items/Ninjitsu/EggBomb.cs b/Projects/UOContent/Items/Skill Items/Ninjitsu/EggBomb.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Ninjitsu/EggBomb.cs rename to Projects/UOContent/Items/Skill Items/Ninjitsu/EggBomb.cs diff --git a/Projects/Scripts/Items/Skill Items/Ninjitsu/Fukiya.cs b/Projects/UOContent/Items/Skill Items/Ninjitsu/Fukiya.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Ninjitsu/Fukiya.cs rename to Projects/UOContent/Items/Skill Items/Ninjitsu/Fukiya.cs diff --git a/Projects/Scripts/Items/Skill Items/Ninjitsu/FukiyaDarts.cs b/Projects/UOContent/Items/Skill Items/Ninjitsu/FukiyaDarts.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Ninjitsu/FukiyaDarts.cs rename to Projects/UOContent/Items/Skill Items/Ninjitsu/FukiyaDarts.cs diff --git a/Projects/Scripts/Items/Skill Items/Ninjitsu/LeatherNinjaBelt.cs b/Projects/UOContent/Items/Skill Items/Ninjitsu/LeatherNinjaBelt.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Ninjitsu/LeatherNinjaBelt.cs rename to Projects/UOContent/Items/Skill Items/Ninjitsu/LeatherNinjaBelt.cs diff --git a/Projects/Scripts/Items/Skill Items/Ninjitsu/NinjaWeapons.cs b/Projects/UOContent/Items/Skill Items/Ninjitsu/NinjaWeapons.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Ninjitsu/NinjaWeapons.cs rename to Projects/UOContent/Items/Skill Items/Ninjitsu/NinjaWeapons.cs diff --git a/Projects/Scripts/Items/Skill Items/Ninjitsu/Shuriken.cs b/Projects/UOContent/Items/Skill Items/Ninjitsu/Shuriken.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Ninjitsu/Shuriken.cs rename to Projects/UOContent/Items/Skill Items/Ninjitsu/Shuriken.cs diff --git a/Projects/Scripts/Items/Skill Items/Ninjitsu/SmokeBomb.cs b/Projects/UOContent/Items/Skill Items/Ninjitsu/SmokeBomb.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Ninjitsu/SmokeBomb.cs rename to Projects/UOContent/Items/Skill Items/Ninjitsu/SmokeBomb.cs diff --git a/Projects/Scripts/Items/Skill Items/Specialized/GlassblowingBook.cs b/Projects/UOContent/Items/Skill Items/Specialized/GlassblowingBook.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Specialized/GlassblowingBook.cs rename to Projects/UOContent/Items/Skill Items/Specialized/GlassblowingBook.cs diff --git a/Projects/Scripts/Items/Skill Items/Specialized/MasonryBook.cs b/Projects/UOContent/Items/Skill Items/Specialized/MasonryBook.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Specialized/MasonryBook.cs rename to Projects/UOContent/Items/Skill Items/Specialized/MasonryBook.cs diff --git a/Projects/Scripts/Items/Skill Items/Specialized/Sand.cs b/Projects/UOContent/Items/Skill Items/Specialized/Sand.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Specialized/Sand.cs rename to Projects/UOContent/Items/Skill Items/Specialized/Sand.cs diff --git a/Projects/Scripts/Items/Skill Items/Specialized/SandMiningBook.cs b/Projects/UOContent/Items/Skill Items/Specialized/SandMiningBook.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Specialized/SandMiningBook.cs rename to Projects/UOContent/Items/Skill Items/Specialized/SandMiningBook.cs diff --git a/Projects/Scripts/Items/Skill Items/Specialized/StoneMiningBook.cs b/Projects/UOContent/Items/Skill Items/Specialized/StoneMiningBook.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Specialized/StoneMiningBook.cs rename to Projects/UOContent/Items/Skill Items/Specialized/StoneMiningBook.cs diff --git a/Projects/Scripts/Items/Skill Items/Tailor Items/Dyetubs/BlackDyeTub.cs b/Projects/UOContent/Items/Skill Items/Tailor Items/Dyetubs/BlackDyeTub.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Tailor Items/Dyetubs/BlackDyeTub.cs rename to Projects/UOContent/Items/Skill Items/Tailor Items/Dyetubs/BlackDyeTub.cs diff --git a/Projects/Scripts/Items/Skill Items/Tailor Items/Dyetubs/BlazeDyeTub.cs b/Projects/UOContent/Items/Skill Items/Tailor Items/Dyetubs/BlazeDyeTub.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Tailor Items/Dyetubs/BlazeDyeTub.cs rename to Projects/UOContent/Items/Skill Items/Tailor Items/Dyetubs/BlazeDyeTub.cs diff --git a/Projects/Scripts/Items/Skill Items/Tailor Items/Dyetubs/CustomHuePicker.cs b/Projects/UOContent/Items/Skill Items/Tailor Items/Dyetubs/CustomHuePicker.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Tailor Items/Dyetubs/CustomHuePicker.cs rename to Projects/UOContent/Items/Skill Items/Tailor Items/Dyetubs/CustomHuePicker.cs diff --git a/Projects/Scripts/Items/Skill Items/Tailor Items/Dyetubs/DyeTub.cs b/Projects/UOContent/Items/Skill Items/Tailor Items/Dyetubs/DyeTub.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Tailor Items/Dyetubs/DyeTub.cs rename to Projects/UOContent/Items/Skill Items/Tailor Items/Dyetubs/DyeTub.cs diff --git a/Projects/Scripts/Items/Skill Items/Tailor Items/Dyetubs/FurnitureDyeTub.cs b/Projects/UOContent/Items/Skill Items/Tailor Items/Dyetubs/FurnitureDyeTub.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Tailor Items/Dyetubs/FurnitureDyeTub.cs rename to Projects/UOContent/Items/Skill Items/Tailor Items/Dyetubs/FurnitureDyeTub.cs diff --git a/Projects/Scripts/Items/Skill Items/Tailor Items/Dyetubs/LeatherDyeTub.cs b/Projects/UOContent/Items/Skill Items/Tailor Items/Dyetubs/LeatherDyeTub.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Tailor Items/Dyetubs/LeatherDyeTub.cs rename to Projects/UOContent/Items/Skill Items/Tailor Items/Dyetubs/LeatherDyeTub.cs diff --git a/Projects/Scripts/Items/Skill Items/Tailor Items/Dyetubs/MetallicClothDyetub.cs b/Projects/UOContent/Items/Skill Items/Tailor Items/Dyetubs/MetallicClothDyetub.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Tailor Items/Dyetubs/MetallicClothDyetub.cs rename to Projects/UOContent/Items/Skill Items/Tailor Items/Dyetubs/MetallicClothDyetub.cs diff --git a/Projects/Scripts/Items/Skill Items/Tailor Items/Dyetubs/MetallicHuePicker.cs b/Projects/UOContent/Items/Skill Items/Tailor Items/Dyetubs/MetallicHuePicker.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Tailor Items/Dyetubs/MetallicHuePicker.cs rename to Projects/UOContent/Items/Skill Items/Tailor Items/Dyetubs/MetallicHuePicker.cs diff --git a/Projects/Scripts/Items/Skill Items/Tailor Items/Dyetubs/MetallicLeatherDyeTub.cs b/Projects/UOContent/Items/Skill Items/Tailor Items/Dyetubs/MetallicLeatherDyeTub.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Tailor Items/Dyetubs/MetallicLeatherDyeTub.cs rename to Projects/UOContent/Items/Skill Items/Tailor Items/Dyetubs/MetallicLeatherDyeTub.cs diff --git a/Projects/Scripts/Items/Skill Items/Tailor Items/Dyetubs/RewardBlackDyeTub.cs b/Projects/UOContent/Items/Skill Items/Tailor Items/Dyetubs/RewardBlackDyeTub.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Tailor Items/Dyetubs/RewardBlackDyeTub.cs rename to Projects/UOContent/Items/Skill Items/Tailor Items/Dyetubs/RewardBlackDyeTub.cs diff --git a/Projects/Scripts/Items/Skill Items/Tailor Items/Dyetubs/RunebookDyeTub.cs b/Projects/UOContent/Items/Skill Items/Tailor Items/Dyetubs/RunebookDyeTub.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Tailor Items/Dyetubs/RunebookDyeTub.cs rename to Projects/UOContent/Items/Skill Items/Tailor Items/Dyetubs/RunebookDyeTub.cs diff --git a/Projects/Scripts/Items/Skill Items/Tailor Items/Dyetubs/SpecialDyeTub.cs b/Projects/UOContent/Items/Skill Items/Tailor Items/Dyetubs/SpecialDyeTub.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Tailor Items/Dyetubs/SpecialDyeTub.cs rename to Projects/UOContent/Items/Skill Items/Tailor Items/Dyetubs/SpecialDyeTub.cs diff --git a/Projects/Scripts/Items/Skill Items/Tailor Items/Dyetubs/StatuetteDyeTub.cs b/Projects/UOContent/Items/Skill Items/Tailor Items/Dyetubs/StatuetteDyeTub.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Tailor Items/Dyetubs/StatuetteDyeTub.cs rename to Projects/UOContent/Items/Skill Items/Tailor Items/Dyetubs/StatuetteDyeTub.cs diff --git a/Projects/Scripts/Items/Skill Items/Tailor Items/Dyetubs/WhiteClothDyeTub.cs b/Projects/UOContent/Items/Skill Items/Tailor Items/Dyetubs/WhiteClothDyeTub.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Tailor Items/Dyetubs/WhiteClothDyeTub.cs rename to Projects/UOContent/Items/Skill Items/Tailor Items/Dyetubs/WhiteClothDyeTub.cs diff --git a/Projects/Scripts/Items/Skill Items/Tailor Items/Dyetubs/WhiteLeatherDyeTub.cs b/Projects/UOContent/Items/Skill Items/Tailor Items/Dyetubs/WhiteLeatherDyeTub.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Tailor Items/Dyetubs/WhiteLeatherDyeTub.cs rename to Projects/UOContent/Items/Skill Items/Tailor Items/Dyetubs/WhiteLeatherDyeTub.cs diff --git a/Projects/Scripts/Items/Skill Items/Tailor Items/Misc/Dressform.cs b/Projects/UOContent/Items/Skill Items/Tailor Items/Misc/Dressform.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Tailor Items/Misc/Dressform.cs rename to Projects/UOContent/Items/Skill Items/Tailor Items/Misc/Dressform.cs diff --git a/Projects/Scripts/Items/Skill Items/Tailor Items/Misc/Dyes.cs b/Projects/UOContent/Items/Skill Items/Tailor Items/Misc/Dyes.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Tailor Items/Misc/Dyes.cs rename to Projects/UOContent/Items/Skill Items/Tailor Items/Misc/Dyes.cs diff --git a/Projects/Scripts/Items/Skill Items/Tailor Items/Misc/Scissors.cs b/Projects/UOContent/Items/Skill Items/Tailor Items/Misc/Scissors.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Tailor Items/Misc/Scissors.cs rename to Projects/UOContent/Items/Skill Items/Tailor Items/Misc/Scissors.cs diff --git a/Projects/Scripts/Items/Skill Items/Thief/DisguiseKit.cs b/Projects/UOContent/Items/Skill Items/Thief/DisguiseKit.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Thief/DisguiseKit.cs rename to Projects/UOContent/Items/Skill Items/Thief/DisguiseKit.cs diff --git a/Projects/Scripts/Items/Skill Items/Thief/DisguisePersistance.cs b/Projects/UOContent/Items/Skill Items/Thief/DisguisePersistance.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Thief/DisguisePersistance.cs rename to Projects/UOContent/Items/Skill Items/Thief/DisguisePersistance.cs diff --git a/Projects/Scripts/Items/Skill Items/Thief/LockPick.cs b/Projects/UOContent/Items/Skill Items/Thief/LockPick.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Thief/LockPick.cs rename to Projects/UOContent/Items/Skill Items/Thief/LockPick.cs diff --git a/Projects/Scripts/Items/Skill Items/Tinkering/Axle.cs b/Projects/UOContent/Items/Skill Items/Tinkering/Axle.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Tinkering/Axle.cs rename to Projects/UOContent/Items/Skill Items/Tinkering/Axle.cs diff --git a/Projects/Scripts/Items/Skill Items/Tinkering/AxleGears.cs b/Projects/UOContent/Items/Skill Items/Tinkering/AxleGears.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Tinkering/AxleGears.cs rename to Projects/UOContent/Items/Skill Items/Tinkering/AxleGears.cs diff --git a/Projects/Scripts/Items/Skill Items/Tinkering/ClockFrame.cs b/Projects/UOContent/Items/Skill Items/Tinkering/ClockFrame.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Tinkering/ClockFrame.cs rename to Projects/UOContent/Items/Skill Items/Tinkering/ClockFrame.cs diff --git a/Projects/Scripts/Items/Skill Items/Tinkering/ClockParts.cs b/Projects/UOContent/Items/Skill Items/Tinkering/ClockParts.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Tinkering/ClockParts.cs rename to Projects/UOContent/Items/Skill Items/Tinkering/ClockParts.cs diff --git a/Projects/Scripts/Items/Skill Items/Tinkering/Clocks.cs b/Projects/UOContent/Items/Skill Items/Tinkering/Clocks.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Tinkering/Clocks.cs rename to Projects/UOContent/Items/Skill Items/Tinkering/Clocks.cs diff --git a/Projects/Scripts/Items/Skill Items/Tinkering/Gears.cs b/Projects/UOContent/Items/Skill Items/Tinkering/Gears.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Tinkering/Gears.cs rename to Projects/UOContent/Items/Skill Items/Tinkering/Gears.cs diff --git a/Projects/Scripts/Items/Skill Items/Tinkering/Globe.cs b/Projects/UOContent/Items/Skill Items/Tinkering/Globe.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Tinkering/Globe.cs rename to Projects/UOContent/Items/Skill Items/Tinkering/Globe.cs diff --git a/Projects/Scripts/Items/Skill Items/Tinkering/Hinge.cs b/Projects/UOContent/Items/Skill Items/Tinkering/Hinge.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Tinkering/Hinge.cs rename to Projects/UOContent/Items/Skill Items/Tinkering/Hinge.cs diff --git a/Projects/Scripts/Items/Skill Items/Tinkering/SextantParts.cs b/Projects/UOContent/Items/Skill Items/Tinkering/SextantParts.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Tinkering/SextantParts.cs rename to Projects/UOContent/Items/Skill Items/Tinkering/SextantParts.cs diff --git a/Projects/Scripts/Items/Skill Items/Tinkering/Springs.cs b/Projects/UOContent/Items/Skill Items/Tinkering/Springs.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Tinkering/Springs.cs rename to Projects/UOContent/Items/Skill Items/Tinkering/Springs.cs diff --git a/Projects/Scripts/Items/Skill Items/Tinkering/Spyglass.cs b/Projects/UOContent/Items/Skill Items/Tinkering/Spyglass.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Tinkering/Spyglass.cs rename to Projects/UOContent/Items/Skill Items/Tinkering/Spyglass.cs diff --git a/Projects/Scripts/Items/Skill Items/Tinkering/Utensils.cs b/Projects/UOContent/Items/Skill Items/Tinkering/Utensils.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Tinkering/Utensils.cs rename to Projects/UOContent/Items/Skill Items/Tinkering/Utensils.cs diff --git a/Projects/Scripts/Items/Skill Items/Tools/BaseRunicTool.cs b/Projects/UOContent/Items/Skill Items/Tools/BaseRunicTool.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Tools/BaseRunicTool.cs rename to Projects/UOContent/Items/Skill Items/Tools/BaseRunicTool.cs diff --git a/Projects/Scripts/Items/Skill Items/Tools/BaseTool.cs b/Projects/UOContent/Items/Skill Items/Tools/BaseTool.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Tools/BaseTool.cs rename to Projects/UOContent/Items/Skill Items/Tools/BaseTool.cs diff --git a/Projects/Scripts/Items/Skill Items/Tools/Blowpipe.cs b/Projects/UOContent/Items/Skill Items/Tools/Blowpipe.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Tools/Blowpipe.cs rename to Projects/UOContent/Items/Skill Items/Tools/Blowpipe.cs diff --git a/Projects/Scripts/Items/Skill Items/Tools/DovetailSaw.cs b/Projects/UOContent/Items/Skill Items/Tools/DovetailSaw.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Tools/DovetailSaw.cs rename to Projects/UOContent/Items/Skill Items/Tools/DovetailSaw.cs diff --git a/Projects/Scripts/Items/Skill Items/Tools/DrawKnife.cs b/Projects/UOContent/Items/Skill Items/Tools/DrawKnife.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Tools/DrawKnife.cs rename to Projects/UOContent/Items/Skill Items/Tools/DrawKnife.cs diff --git a/Projects/Scripts/Items/Skill Items/Tools/FletcherTools.cs b/Projects/UOContent/Items/Skill Items/Tools/FletcherTools.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Tools/FletcherTools.cs rename to Projects/UOContent/Items/Skill Items/Tools/FletcherTools.cs diff --git a/Projects/Scripts/Items/Skill Items/Tools/FlourSifter.cs b/Projects/UOContent/Items/Skill Items/Tools/FlourSifter.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Tools/FlourSifter.cs rename to Projects/UOContent/Items/Skill Items/Tools/FlourSifter.cs diff --git a/Projects/Scripts/Items/Skill Items/Tools/Froe.cs b/Projects/UOContent/Items/Skill Items/Tools/Froe.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Tools/Froe.cs rename to Projects/UOContent/Items/Skill Items/Tools/Froe.cs diff --git a/Projects/Scripts/Items/Skill Items/Tools/Hammer.cs b/Projects/UOContent/Items/Skill Items/Tools/Hammer.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Tools/Hammer.cs rename to Projects/UOContent/Items/Skill Items/Tools/Hammer.cs diff --git a/Projects/Scripts/Items/Skill Items/Tools/Inshave.cs b/Projects/UOContent/Items/Skill Items/Tools/Inshave.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Tools/Inshave.cs rename to Projects/UOContent/Items/Skill Items/Tools/Inshave.cs diff --git a/Projects/Scripts/Items/Skill Items/Tools/JointingPlane.cs b/Projects/UOContent/Items/Skill Items/Tools/JointingPlane.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Tools/JointingPlane.cs rename to Projects/UOContent/Items/Skill Items/Tools/JointingPlane.cs diff --git a/Projects/Scripts/Items/Skill Items/Tools/MalletAndChisel.cs b/Projects/UOContent/Items/Skill Items/Tools/MalletAndChisel.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Tools/MalletAndChisel.cs rename to Projects/UOContent/Items/Skill Items/Tools/MalletAndChisel.cs diff --git a/Projects/Scripts/Items/Skill Items/Tools/MapmakersPen.cs b/Projects/UOContent/Items/Skill Items/Tools/MapmakersPen.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Tools/MapmakersPen.cs rename to Projects/UOContent/Items/Skill Items/Tools/MapmakersPen.cs diff --git a/Projects/Scripts/Items/Skill Items/Tools/MortarPestle.cs b/Projects/UOContent/Items/Skill Items/Tools/MortarPestle.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Tools/MortarPestle.cs rename to Projects/UOContent/Items/Skill Items/Tools/MortarPestle.cs diff --git a/Projects/Scripts/Items/Skill Items/Tools/MouldingPlane.cs b/Projects/UOContent/Items/Skill Items/Tools/MouldingPlane.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Tools/MouldingPlane.cs rename to Projects/UOContent/Items/Skill Items/Tools/MouldingPlane.cs diff --git a/Projects/Scripts/Items/Skill Items/Tools/Nails.cs b/Projects/UOContent/Items/Skill Items/Tools/Nails.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Tools/Nails.cs rename to Projects/UOContent/Items/Skill Items/Tools/Nails.cs diff --git a/Projects/Scripts/Items/Skill Items/Tools/RollingPin.cs b/Projects/UOContent/Items/Skill Items/Tools/RollingPin.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Tools/RollingPin.cs rename to Projects/UOContent/Items/Skill Items/Tools/RollingPin.cs diff --git a/Projects/Scripts/Items/Skill Items/Tools/RunicDovetailSaw.cs b/Projects/UOContent/Items/Skill Items/Tools/RunicDovetailSaw.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Tools/RunicDovetailSaw.cs rename to Projects/UOContent/Items/Skill Items/Tools/RunicDovetailSaw.cs diff --git a/Projects/Scripts/Items/Skill Items/Tools/RunicFletcherTool.cs b/Projects/UOContent/Items/Skill Items/Tools/RunicFletcherTool.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Tools/RunicFletcherTool.cs rename to Projects/UOContent/Items/Skill Items/Tools/RunicFletcherTool.cs diff --git a/Projects/Scripts/Items/Skill Items/Tools/RunicHammer.cs b/Projects/UOContent/Items/Skill Items/Tools/RunicHammer.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Tools/RunicHammer.cs rename to Projects/UOContent/Items/Skill Items/Tools/RunicHammer.cs diff --git a/Projects/Scripts/Items/Skill Items/Tools/RunicSewingKit.cs b/Projects/UOContent/Items/Skill Items/Tools/RunicSewingKit.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Tools/RunicSewingKit.cs rename to Projects/UOContent/Items/Skill Items/Tools/RunicSewingKit.cs diff --git a/Projects/Scripts/Items/Skill Items/Tools/Saw.cs b/Projects/UOContent/Items/Skill Items/Tools/Saw.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Tools/Saw.cs rename to Projects/UOContent/Items/Skill Items/Tools/Saw.cs diff --git a/Projects/Scripts/Items/Skill Items/Tools/Scorp.cs b/Projects/UOContent/Items/Skill Items/Tools/Scorp.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Tools/Scorp.cs rename to Projects/UOContent/Items/Skill Items/Tools/Scorp.cs diff --git a/Projects/Scripts/Items/Skill Items/Tools/ScribesPen.cs b/Projects/UOContent/Items/Skill Items/Tools/ScribesPen.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Tools/ScribesPen.cs rename to Projects/UOContent/Items/Skill Items/Tools/ScribesPen.cs diff --git a/Projects/Scripts/Items/Skill Items/Tools/SewingKit.cs b/Projects/UOContent/Items/Skill Items/Tools/SewingKit.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Tools/SewingKit.cs rename to Projects/UOContent/Items/Skill Items/Tools/SewingKit.cs diff --git a/Projects/Scripts/Items/Skill Items/Tools/Skillet.cs b/Projects/UOContent/Items/Skill Items/Tools/Skillet.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Tools/Skillet.cs rename to Projects/UOContent/Items/Skill Items/Tools/Skillet.cs diff --git a/Projects/Scripts/Items/Skill Items/Tools/SledgeHammer.cs b/Projects/UOContent/Items/Skill Items/Tools/SledgeHammer.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Tools/SledgeHammer.cs rename to Projects/UOContent/Items/Skill Items/Tools/SledgeHammer.cs diff --git a/Projects/Scripts/Items/Skill Items/Tools/SmithHammer.cs b/Projects/UOContent/Items/Skill Items/Tools/SmithHammer.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Tools/SmithHammer.cs rename to Projects/UOContent/Items/Skill Items/Tools/SmithHammer.cs diff --git a/Projects/Scripts/Items/Skill Items/Tools/SmoothingPlane.cs b/Projects/UOContent/Items/Skill Items/Tools/SmoothingPlane.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Tools/SmoothingPlane.cs rename to Projects/UOContent/Items/Skill Items/Tools/SmoothingPlane.cs diff --git a/Projects/Scripts/Items/Skill Items/Tools/TinkerTools.cs b/Projects/UOContent/Items/Skill Items/Tools/TinkerTools.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Tools/TinkerTools.cs rename to Projects/UOContent/Items/Skill Items/Tools/TinkerTools.cs diff --git a/Projects/Scripts/Items/Skill Items/Tools/Tongs.cs b/Projects/UOContent/Items/Skill Items/Tools/Tongs.cs similarity index 100% rename from Projects/Scripts/Items/Skill Items/Tools/Tongs.cs rename to Projects/UOContent/Items/Skill Items/Tools/Tongs.cs diff --git a/Projects/Scripts/Items/Special/11th Year promo/EarringsOfProtection.cs b/Projects/UOContent/Items/Special/11th Year promo/EarringsOfProtection.cs similarity index 100% rename from Projects/Scripts/Items/Special/11th Year promo/EarringsOfProtection.cs rename to Projects/UOContent/Items/Special/11th Year promo/EarringsOfProtection.cs diff --git a/Projects/Scripts/Items/Special/8th Anniversary Items/Dawn's Music Box/DawnsMusicBox.cs b/Projects/UOContent/Items/Special/8th Anniversary Items/Dawn's Music Box/DawnsMusicBox.cs similarity index 100% rename from Projects/Scripts/Items/Special/8th Anniversary Items/Dawn's Music Box/DawnsMusicBox.cs rename to Projects/UOContent/Items/Special/8th Anniversary Items/Dawn's Music Box/DawnsMusicBox.cs diff --git a/Projects/Scripts/Items/Special/8th Anniversary Items/Dawn's Music Box/DawnsMusicGear.cs b/Projects/UOContent/Items/Special/8th Anniversary Items/Dawn's Music Box/DawnsMusicGear.cs similarity index 100% rename from Projects/Scripts/Items/Special/8th Anniversary Items/Dawn's Music Box/DawnsMusicGear.cs rename to Projects/UOContent/Items/Special/8th Anniversary Items/Dawn's Music Box/DawnsMusicGear.cs diff --git a/Projects/Scripts/Items/Special/8th Anniversary Items/Dawn's Music Box/DawnsMusicInfo.cs b/Projects/UOContent/Items/Special/8th Anniversary Items/Dawn's Music Box/DawnsMusicInfo.cs similarity index 100% rename from Projects/Scripts/Items/Special/8th Anniversary Items/Dawn's Music Box/DawnsMusicInfo.cs rename to Projects/UOContent/Items/Special/8th Anniversary Items/Dawn's Music Box/DawnsMusicInfo.cs diff --git a/Projects/Scripts/Items/Special/8th Anniversary Items/DupresShield.cs b/Projects/UOContent/Items/Special/8th Anniversary Items/DupresShield.cs similarity index 100% rename from Projects/Scripts/Items/Special/8th Anniversary Items/DupresShield.cs rename to Projects/UOContent/Items/Special/8th Anniversary Items/DupresShield.cs diff --git a/Projects/Scripts/Items/Special/8th Anniversary Items/FountainOfLife.cs b/Projects/UOContent/Items/Special/8th Anniversary Items/FountainOfLife.cs similarity index 100% rename from Projects/Scripts/Items/Special/8th Anniversary Items/FountainOfLife.cs rename to Projects/UOContent/Items/Special/8th Anniversary Items/FountainOfLife.cs diff --git a/Projects/Scripts/Items/Special/8th Anniversary Items/OssianGrimoire.cs b/Projects/UOContent/Items/Special/8th Anniversary Items/OssianGrimoire.cs similarity index 100% rename from Projects/Scripts/Items/Special/8th Anniversary Items/OssianGrimoire.cs rename to Projects/UOContent/Items/Special/8th Anniversary Items/OssianGrimoire.cs diff --git a/Projects/Scripts/Items/Special/8th Anniversary Items/QuiverOfInfinity.cs b/Projects/UOContent/Items/Special/8th Anniversary Items/QuiverOfInfinity.cs similarity index 100% rename from Projects/Scripts/Items/Special/8th Anniversary Items/QuiverOfInfinity.cs rename to Projects/UOContent/Items/Special/8th Anniversary Items/QuiverOfInfinity.cs diff --git a/Projects/Scripts/Items/Special/8th Anniversary Items/Talismans.cs b/Projects/UOContent/Items/Special/8th Anniversary Items/Talismans.cs similarity index 100% rename from Projects/Scripts/Items/Special/8th Anniversary Items/Talismans.cs rename to Projects/UOContent/Items/Special/8th Anniversary Items/Talismans.cs diff --git a/Projects/Scripts/Items/Special/AoS Promotional/HoodedShroudOfShadows.cs b/Projects/UOContent/Items/Special/AoS Promotional/HoodedShroudOfShadows.cs similarity index 100% rename from Projects/Scripts/Items/Special/AoS Promotional/HoodedShroudOfShadows.cs rename to Projects/UOContent/Items/Special/AoS Promotional/HoodedShroudOfShadows.cs diff --git a/Projects/Scripts/Items/Special/AoS Promotional/LuckyNecklace.cs b/Projects/UOContent/Items/Special/AoS Promotional/LuckyNecklace.cs similarity index 100% rename from Projects/Scripts/Items/Special/AoS Promotional/LuckyNecklace.cs rename to Projects/UOContent/Items/Special/AoS Promotional/LuckyNecklace.cs diff --git a/Projects/Scripts/Items/Special/Broken Furniture Collection/BrokenArmoire.cs b/Projects/UOContent/Items/Special/Broken Furniture Collection/BrokenArmoire.cs similarity index 100% rename from Projects/Scripts/Items/Special/Broken Furniture Collection/BrokenArmoire.cs rename to Projects/UOContent/Items/Special/Broken Furniture Collection/BrokenArmoire.cs diff --git a/Projects/Scripts/Items/Special/Broken Furniture Collection/BrokenBed.cs b/Projects/UOContent/Items/Special/Broken Furniture Collection/BrokenBed.cs similarity index 100% rename from Projects/Scripts/Items/Special/Broken Furniture Collection/BrokenBed.cs rename to Projects/UOContent/Items/Special/Broken Furniture Collection/BrokenBed.cs diff --git a/Projects/Scripts/Items/Special/Broken Furniture Collection/BrokenBookcase.cs b/Projects/UOContent/Items/Special/Broken Furniture Collection/BrokenBookcase.cs similarity index 100% rename from Projects/Scripts/Items/Special/Broken Furniture Collection/BrokenBookcase.cs rename to Projects/UOContent/Items/Special/Broken Furniture Collection/BrokenBookcase.cs diff --git a/Projects/Scripts/Items/Special/Broken Furniture Collection/BrokenChestOfDrawers.cs b/Projects/UOContent/Items/Special/Broken Furniture Collection/BrokenChestOfDrawers.cs similarity index 100% rename from Projects/Scripts/Items/Special/Broken Furniture Collection/BrokenChestOfDrawers.cs rename to Projects/UOContent/Items/Special/Broken Furniture Collection/BrokenChestOfDrawers.cs diff --git a/Projects/Scripts/Items/Special/Broken Furniture Collection/BrokenCoveredChair.cs b/Projects/UOContent/Items/Special/Broken Furniture Collection/BrokenCoveredChair.cs similarity index 100% rename from Projects/Scripts/Items/Special/Broken Furniture Collection/BrokenCoveredChair.cs rename to Projects/UOContent/Items/Special/Broken Furniture Collection/BrokenCoveredChair.cs diff --git a/Projects/Scripts/Items/Special/Broken Furniture Collection/BrokenFallenChair.cs b/Projects/UOContent/Items/Special/Broken Furniture Collection/BrokenFallenChair.cs similarity index 100% rename from Projects/Scripts/Items/Special/Broken Furniture Collection/BrokenFallenChair.cs rename to Projects/UOContent/Items/Special/Broken Furniture Collection/BrokenFallenChair.cs diff --git a/Projects/Scripts/Items/Special/Broken Furniture Collection/BrokenVanity.cs b/Projects/UOContent/Items/Special/Broken Furniture Collection/BrokenVanity.cs similarity index 100% rename from Projects/Scripts/Items/Special/Broken Furniture Collection/BrokenVanity.cs rename to Projects/UOContent/Items/Special/Broken Furniture Collection/BrokenVanity.cs diff --git a/Projects/Scripts/Items/Special/Broken Furniture Collection/StandingBrokenChair.cs b/Projects/UOContent/Items/Special/Broken Furniture Collection/StandingBrokenChair.cs similarity index 100% rename from Projects/Scripts/Items/Special/Broken Furniture Collection/StandingBrokenChair.cs rename to Projects/UOContent/Items/Special/Broken Furniture Collection/StandingBrokenChair.cs diff --git a/Projects/Scripts/Items/Special/Bulk Order Rewards/Blacksmithy/AncientSmithyHammer.cs b/Projects/UOContent/Items/Special/Bulk Order Rewards/Blacksmithy/AncientSmithyHammer.cs similarity index 100% rename from Projects/Scripts/Items/Special/Bulk Order Rewards/Blacksmithy/AncientSmithyHammer.cs rename to Projects/UOContent/Items/Special/Bulk Order Rewards/Blacksmithy/AncientSmithyHammer.cs diff --git a/Projects/Scripts/Items/Special/Bulk Order Rewards/Blacksmithy/ColoredAnvil.cs b/Projects/UOContent/Items/Special/Bulk Order Rewards/Blacksmithy/ColoredAnvil.cs similarity index 100% rename from Projects/Scripts/Items/Special/Bulk Order Rewards/Blacksmithy/ColoredAnvil.cs rename to Projects/UOContent/Items/Special/Bulk Order Rewards/Blacksmithy/ColoredAnvil.cs diff --git a/Projects/Scripts/Items/Special/Bulk Order Rewards/Blacksmithy/GlovesOfMining.cs b/Projects/UOContent/Items/Special/Bulk Order Rewards/Blacksmithy/GlovesOfMining.cs similarity index 100% rename from Projects/Scripts/Items/Special/Bulk Order Rewards/Blacksmithy/GlovesOfMining.cs rename to Projects/UOContent/Items/Special/Bulk Order Rewards/Blacksmithy/GlovesOfMining.cs diff --git a/Projects/Scripts/Items/Special/Bulk Order Rewards/Blacksmithy/PowderOfTemperament.cs b/Projects/UOContent/Items/Special/Bulk Order Rewards/Blacksmithy/PowderOfTemperament.cs similarity index 100% rename from Projects/Scripts/Items/Special/Bulk Order Rewards/Blacksmithy/PowderOfTemperament.cs rename to Projects/UOContent/Items/Special/Bulk Order Rewards/Blacksmithy/PowderOfTemperament.cs diff --git a/Projects/Scripts/Items/Special/Community Collection/JesterHatofChuckles.cs b/Projects/UOContent/Items/Special/Community Collection/JesterHatofChuckles.cs similarity index 100% rename from Projects/Scripts/Items/Special/Community Collection/JesterHatofChuckles.cs rename to Projects/UOContent/Items/Special/Community Collection/JesterHatofChuckles.cs diff --git a/Projects/Scripts/Items/Special/Evil Home Decor Collection/AwesomeDisturbingPortrait.cs b/Projects/UOContent/Items/Special/Evil Home Decor Collection/AwesomeDisturbingPortrait.cs similarity index 100% rename from Projects/Scripts/Items/Special/Evil Home Decor Collection/AwesomeDisturbingPortrait.cs rename to Projects/UOContent/Items/Special/Evil Home Decor Collection/AwesomeDisturbingPortrait.cs diff --git a/Projects/Scripts/Items/Special/Evil Home Decor Collection/BedOfNails.cs b/Projects/UOContent/Items/Special/Evil Home Decor Collection/BedOfNails.cs similarity index 100% rename from Projects/Scripts/Items/Special/Evil Home Decor Collection/BedOfNails.cs rename to Projects/UOContent/Items/Special/Evil Home Decor Collection/BedOfNails.cs diff --git a/Projects/Scripts/Items/Special/Evil Home Decor Collection/BoneCouch.cs b/Projects/UOContent/Items/Special/Evil Home Decor Collection/BoneCouch.cs similarity index 100% rename from Projects/Scripts/Items/Special/Evil Home Decor Collection/BoneCouch.cs rename to Projects/UOContent/Items/Special/Evil Home Decor Collection/BoneCouch.cs diff --git a/Projects/Scripts/Items/Special/Evil Home Decor Collection/BoneTable.cs b/Projects/UOContent/Items/Special/Evil Home Decor Collection/BoneTable.cs similarity index 100% rename from Projects/Scripts/Items/Special/Evil Home Decor Collection/BoneTable.cs rename to Projects/UOContent/Items/Special/Evil Home Decor Collection/BoneTable.cs diff --git a/Projects/Scripts/Items/Special/Evil Home Decor Collection/BoneThrone.cs b/Projects/UOContent/Items/Special/Evil Home Decor Collection/BoneThrone.cs similarity index 100% rename from Projects/Scripts/Items/Special/Evil Home Decor Collection/BoneThrone.cs rename to Projects/UOContent/Items/Special/Evil Home Decor Collection/BoneThrone.cs diff --git a/Projects/Scripts/Items/Special/Evil Home Decor Collection/CreepyPortrait.cs b/Projects/UOContent/Items/Special/Evil Home Decor Collection/CreepyPortrait.cs similarity index 100% rename from Projects/Scripts/Items/Special/Evil Home Decor Collection/CreepyPortrait.cs rename to Projects/UOContent/Items/Special/Evil Home Decor Collection/CreepyPortrait.cs diff --git a/Projects/Scripts/Items/Special/Evil Home Decor Collection/DisturbingPortrait.cs b/Projects/UOContent/Items/Special/Evil Home Decor Collection/DisturbingPortrait.cs similarity index 100% rename from Projects/Scripts/Items/Special/Evil Home Decor Collection/DisturbingPortrait.cs rename to Projects/UOContent/Items/Special/Evil Home Decor Collection/DisturbingPortrait.cs diff --git a/Projects/Scripts/Items/Special/Evil Home Decor Collection/HauntedMirror.cs b/Projects/UOContent/Items/Special/Evil Home Decor Collection/HauntedMirror.cs similarity index 100% rename from Projects/Scripts/Items/Special/Evil Home Decor Collection/HauntedMirror.cs rename to Projects/UOContent/Items/Special/Evil Home Decor Collection/HauntedMirror.cs diff --git a/Projects/Scripts/Items/Special/Evil Home Decor Collection/MountedPixieBlue.cs b/Projects/UOContent/Items/Special/Evil Home Decor Collection/MountedPixieBlue.cs similarity index 100% rename from Projects/Scripts/Items/Special/Evil Home Decor Collection/MountedPixieBlue.cs rename to Projects/UOContent/Items/Special/Evil Home Decor Collection/MountedPixieBlue.cs diff --git a/Projects/Scripts/Items/Special/Evil Home Decor Collection/MountedPixieGreen.cs b/Projects/UOContent/Items/Special/Evil Home Decor Collection/MountedPixieGreen.cs similarity index 100% rename from Projects/Scripts/Items/Special/Evil Home Decor Collection/MountedPixieGreen.cs rename to Projects/UOContent/Items/Special/Evil Home Decor Collection/MountedPixieGreen.cs diff --git a/Projects/Scripts/Items/Special/Evil Home Decor Collection/MountedPixieLime.cs b/Projects/UOContent/Items/Special/Evil Home Decor Collection/MountedPixieLime.cs similarity index 100% rename from Projects/Scripts/Items/Special/Evil Home Decor Collection/MountedPixieLime.cs rename to Projects/UOContent/Items/Special/Evil Home Decor Collection/MountedPixieLime.cs diff --git a/Projects/Scripts/Items/Special/Evil Home Decor Collection/MountedPixieOrange.cs b/Projects/UOContent/Items/Special/Evil Home Decor Collection/MountedPixieOrange.cs similarity index 100% rename from Projects/Scripts/Items/Special/Evil Home Decor Collection/MountedPixieOrange.cs rename to Projects/UOContent/Items/Special/Evil Home Decor Collection/MountedPixieOrange.cs diff --git a/Projects/Scripts/Items/Special/Evil Home Decor Collection/MountedPixieWhite.cs b/Projects/UOContent/Items/Special/Evil Home Decor Collection/MountedPixieWhite.cs similarity index 100% rename from Projects/Scripts/Items/Special/Evil Home Decor Collection/MountedPixieWhite.cs rename to Projects/UOContent/Items/Special/Evil Home Decor Collection/MountedPixieWhite.cs diff --git a/Projects/Scripts/Items/Special/Evil Home Decor Collection/SacrificialAltar.cs b/Projects/UOContent/Items/Special/Evil Home Decor Collection/SacrificialAltar.cs similarity index 100% rename from Projects/Scripts/Items/Special/Evil Home Decor Collection/SacrificialAltar.cs rename to Projects/UOContent/Items/Special/Evil Home Decor Collection/SacrificialAltar.cs diff --git a/Projects/Scripts/Items/Special/Evil Home Decor Collection/UnsettlingPortrait.cs b/Projects/UOContent/Items/Special/Evil Home Decor Collection/UnsettlingPortrait.cs similarity index 100% rename from Projects/Scripts/Items/Special/Evil Home Decor Collection/UnsettlingPortrait.cs rename to Projects/UOContent/Items/Special/Evil Home Decor Collection/UnsettlingPortrait.cs diff --git a/Projects/Scripts/Items/Special/Gifts/HearthOfHomeFire.cs b/Projects/UOContent/Items/Special/Gifts/HearthOfHomeFire.cs similarity index 100% rename from Projects/Scripts/Items/Special/Gifts/HearthOfHomeFire.cs rename to Projects/UOContent/Items/Special/Gifts/HearthOfHomeFire.cs diff --git a/Projects/Scripts/Items/Special/Gifts/HolySword.cs b/Projects/UOContent/Items/Special/Gifts/HolySword.cs similarity index 100% rename from Projects/Scripts/Items/Special/Gifts/HolySword.cs rename to Projects/UOContent/Items/Special/Gifts/HolySword.cs diff --git a/Projects/Scripts/Items/Special/Gifts/LeggingsOfEmbers.cs b/Projects/UOContent/Items/Special/Gifts/LeggingsOfEmbers.cs similarity index 100% rename from Projects/Scripts/Items/Special/Gifts/LeggingsOfEmbers.cs rename to Projects/UOContent/Items/Special/Gifts/LeggingsOfEmbers.cs diff --git a/Projects/Scripts/Items/Special/Gifts/RoseOfTrinsic.cs b/Projects/UOContent/Items/Special/Gifts/RoseOfTrinsic.cs similarity index 100% rename from Projects/Scripts/Items/Special/Gifts/RoseOfTrinsic.cs rename to Projects/UOContent/Items/Special/Gifts/RoseOfTrinsic.cs diff --git a/Projects/Scripts/Items/Special/Gifts/SamuraiHelm.cs b/Projects/UOContent/Items/Special/Gifts/SamuraiHelm.cs similarity index 100% rename from Projects/Scripts/Items/Special/Gifts/SamuraiHelm.cs rename to Projects/UOContent/Items/Special/Gifts/SamuraiHelm.cs diff --git a/Projects/Scripts/Items/Special/Gifts/ShaminoCrossbow.cs b/Projects/UOContent/Items/Special/Gifts/ShaminoCrossbow.cs similarity index 100% rename from Projects/Scripts/Items/Special/Gifts/ShaminoCrossbow.cs rename to Projects/UOContent/Items/Special/Gifts/ShaminoCrossbow.cs diff --git a/Projects/Scripts/Items/Special/Gifts/TapestryOfSosaria.cs b/Projects/UOContent/Items/Special/Gifts/TapestryOfSosaria.cs similarity index 100% rename from Projects/Scripts/Items/Special/Gifts/TapestryOfSosaria.cs rename to Projects/UOContent/Items/Special/Gifts/TapestryOfSosaria.cs diff --git a/Projects/Scripts/Items/Special/Heritage Items/AppleTrunk.cs b/Projects/UOContent/Items/Special/Heritage Items/AppleTrunk.cs similarity index 100% rename from Projects/Scripts/Items/Special/Heritage Items/AppleTrunk.cs rename to Projects/UOContent/Items/Special/Heritage Items/AppleTrunk.cs diff --git a/Projects/Scripts/Items/Special/Heritage Items/BlueDecorativeRug.cs b/Projects/UOContent/Items/Special/Heritage Items/BlueDecorativeRug.cs similarity index 100% rename from Projects/Scripts/Items/Special/Heritage Items/BlueDecorativeRug.cs rename to Projects/UOContent/Items/Special/Heritage Items/BlueDecorativeRug.cs diff --git a/Projects/Scripts/Items/Special/Heritage Items/BlueFancyRug.cs b/Projects/UOContent/Items/Special/Heritage Items/BlueFancyRug.cs similarity index 100% rename from Projects/Scripts/Items/Special/Heritage Items/BlueFancyRug.cs rename to Projects/UOContent/Items/Special/Heritage Items/BlueFancyRug.cs diff --git a/Projects/Scripts/Items/Special/Heritage Items/BluePlainRug.cs b/Projects/UOContent/Items/Special/Heritage Items/BluePlainRug.cs similarity index 100% rename from Projects/Scripts/Items/Special/Heritage Items/BluePlainRug.cs rename to Projects/UOContent/Items/Special/Heritage Items/BluePlainRug.cs diff --git a/Projects/Scripts/Items/Special/Heritage Items/BoilingCauldron.cs b/Projects/UOContent/Items/Special/Heritage Items/BoilingCauldron.cs similarity index 100% rename from Projects/Scripts/Items/Special/Heritage Items/BoilingCauldron.cs rename to Projects/UOContent/Items/Special/Heritage Items/BoilingCauldron.cs diff --git a/Projects/Scripts/Items/Special/Heritage Items/CherryBlossomTree.cs b/Projects/UOContent/Items/Special/Heritage Items/CherryBlossomTree.cs similarity index 100% rename from Projects/Scripts/Items/Special/Heritage Items/CherryBlossomTree.cs rename to Projects/UOContent/Items/Special/Heritage Items/CherryBlossomTree.cs diff --git a/Projects/Scripts/Items/Special/Heritage Items/CherryBlossomTrunk.cs b/Projects/UOContent/Items/Special/Heritage Items/CherryBlossomTrunk.cs similarity index 100% rename from Projects/Scripts/Items/Special/Heritage Items/CherryBlossomTrunk.cs rename to Projects/UOContent/Items/Special/Heritage Items/CherryBlossomTrunk.cs diff --git a/Projects/Scripts/Items/Special/Heritage Items/CinnamonFancyRug.cs b/Projects/UOContent/Items/Special/Heritage Items/CinnamonFancyRug.cs similarity index 100% rename from Projects/Scripts/Items/Special/Heritage Items/CinnamonFancyRug.cs rename to Projects/UOContent/Items/Special/Heritage Items/CinnamonFancyRug.cs diff --git a/Projects/Scripts/Items/Special/Heritage Items/Curtains.cs b/Projects/UOContent/Items/Special/Heritage Items/Curtains.cs similarity index 100% rename from Projects/Scripts/Items/Special/Heritage Items/Curtains.cs rename to Projects/UOContent/Items/Special/Heritage Items/Curtains.cs diff --git a/Projects/Scripts/Items/Special/Heritage Items/Fountain.cs b/Projects/UOContent/Items/Special/Heritage Items/Fountain.cs similarity index 100% rename from Projects/Scripts/Items/Special/Heritage Items/Fountain.cs rename to Projects/UOContent/Items/Special/Heritage Items/Fountain.cs diff --git a/Projects/Scripts/Items/Special/Heritage Items/FruitTrees.cs b/Projects/UOContent/Items/Special/Heritage Items/FruitTrees.cs similarity index 100% rename from Projects/Scripts/Items/Special/Heritage Items/FruitTrees.cs rename to Projects/UOContent/Items/Special/Heritage Items/FruitTrees.cs diff --git a/Projects/Scripts/Items/Special/Heritage Items/GoldenDecorativeRug.cs b/Projects/UOContent/Items/Special/Heritage Items/GoldenDecorativeRug.cs similarity index 100% rename from Projects/Scripts/Items/Special/Heritage Items/GoldenDecorativeRug.cs rename to Projects/UOContent/Items/Special/Heritage Items/GoldenDecorativeRug.cs diff --git a/Projects/Scripts/Items/Special/Heritage Items/Guillotine.cs b/Projects/UOContent/Items/Special/Heritage Items/Guillotine.cs similarity index 100% rename from Projects/Scripts/Items/Special/Heritage Items/Guillotine.cs rename to Projects/UOContent/Items/Special/Heritage Items/Guillotine.cs diff --git a/Projects/Scripts/Items/Special/Heritage Items/HangingAxes.cs b/Projects/UOContent/Items/Special/Heritage Items/HangingAxes.cs similarity index 100% rename from Projects/Scripts/Items/Special/Heritage Items/HangingAxes.cs rename to Projects/UOContent/Items/Special/Heritage Items/HangingAxes.cs diff --git a/Projects/Scripts/Items/Special/Heritage Items/HangingSwords.cs b/Projects/UOContent/Items/Special/Heritage Items/HangingSwords.cs similarity index 100% rename from Projects/Scripts/Items/Special/Heritage Items/HangingSwords.cs rename to Projects/UOContent/Items/Special/Heritage Items/HangingSwords.cs diff --git a/Projects/Scripts/Items/Special/Heritage Items/HouseLadder.cs b/Projects/UOContent/Items/Special/Heritage Items/HouseLadder.cs similarity index 100% rename from Projects/Scripts/Items/Special/Heritage Items/HouseLadder.cs rename to Projects/UOContent/Items/Special/Heritage Items/HouseLadder.cs diff --git a/Projects/Scripts/Items/Special/Heritage Items/IronMaiden.cs b/Projects/UOContent/Items/Special/Heritage Items/IronMaiden.cs similarity index 100% rename from Projects/Scripts/Items/Special/Heritage Items/IronMaiden.cs rename to Projects/UOContent/Items/Special/Heritage Items/IronMaiden.cs diff --git a/Projects/Scripts/Items/Special/Heritage Items/LargeFishingNet.cs b/Projects/UOContent/Items/Special/Heritage Items/LargeFishingNet.cs similarity index 100% rename from Projects/Scripts/Items/Special/Heritage Items/LargeFishingNet.cs rename to Projects/UOContent/Items/Special/Heritage Items/LargeFishingNet.cs diff --git a/Projects/Scripts/Items/Special/Heritage Items/PeachTrunk.cs b/Projects/UOContent/Items/Special/Heritage Items/PeachTrunk.cs similarity index 100% rename from Projects/Scripts/Items/Special/Heritage Items/PeachTrunk.cs rename to Projects/UOContent/Items/Special/Heritage Items/PeachTrunk.cs diff --git a/Projects/Scripts/Items/Special/Heritage Items/PinkFancyRug.cs b/Projects/UOContent/Items/Special/Heritage Items/PinkFancyRug.cs similarity index 100% rename from Projects/Scripts/Items/Special/Heritage Items/PinkFancyRug.cs rename to Projects/UOContent/Items/Special/Heritage Items/PinkFancyRug.cs diff --git a/Projects/Scripts/Items/Special/Heritage Items/RedPlainRug.cs b/Projects/UOContent/Items/Special/Heritage Items/RedPlainRug.cs similarity index 100% rename from Projects/Scripts/Items/Special/Heritage Items/RedPlainRug.cs rename to Projects/UOContent/Items/Special/Heritage Items/RedPlainRug.cs diff --git a/Projects/Scripts/Items/Special/Heritage Items/Scarecrow.cs b/Projects/UOContent/Items/Special/Heritage Items/Scarecrow.cs similarity index 100% rename from Projects/Scripts/Items/Special/Heritage Items/Scarecrow.cs rename to Projects/UOContent/Items/Special/Heritage Items/Scarecrow.cs diff --git a/Projects/Scripts/Items/Special/Heritage Items/SmallFishingNet.cs b/Projects/UOContent/Items/Special/Heritage Items/SmallFishingNet.cs similarity index 100% rename from Projects/Scripts/Items/Special/Heritage Items/SmallFishingNet.cs rename to Projects/UOContent/Items/Special/Heritage Items/SmallFishingNet.cs diff --git a/Projects/Scripts/Items/Special/Heritage Items/Statue.cs b/Projects/UOContent/Items/Special/Heritage Items/Statue.cs similarity index 100% rename from Projects/Scripts/Items/Special/Heritage Items/Statue.cs rename to Projects/UOContent/Items/Special/Heritage Items/Statue.cs diff --git a/Projects/Scripts/Items/Special/Heritage Items/SuitOfGoldArmor.cs b/Projects/UOContent/Items/Special/Heritage Items/SuitOfGoldArmor.cs similarity index 100% rename from Projects/Scripts/Items/Special/Heritage Items/SuitOfGoldArmor.cs rename to Projects/UOContent/Items/Special/Heritage Items/SuitOfGoldArmor.cs diff --git a/Projects/Scripts/Items/Special/Heritage Items/SuitOfSilverArmor.cs b/Projects/UOContent/Items/Special/Heritage Items/SuitOfSilverArmor.cs similarity index 100% rename from Projects/Scripts/Items/Special/Heritage Items/SuitOfSilverArmor.cs rename to Projects/UOContent/Items/Special/Heritage Items/SuitOfSilverArmor.cs diff --git a/Projects/Scripts/Items/Special/Heritage Items/TableWithBlueCloth.cs b/Projects/UOContent/Items/Special/Heritage Items/TableWithBlueCloth.cs similarity index 100% rename from Projects/Scripts/Items/Special/Heritage Items/TableWithBlueCloth.cs rename to Projects/UOContent/Items/Special/Heritage Items/TableWithBlueCloth.cs diff --git a/Projects/Scripts/Items/Special/Heritage Items/TableWithOrangeCloth.cs b/Projects/UOContent/Items/Special/Heritage Items/TableWithOrangeCloth.cs similarity index 100% rename from Projects/Scripts/Items/Special/Heritage Items/TableWithOrangeCloth.cs rename to Projects/UOContent/Items/Special/Heritage Items/TableWithOrangeCloth.cs diff --git a/Projects/Scripts/Items/Special/Heritage Items/TableWithPurpleCloth.cs b/Projects/UOContent/Items/Special/Heritage Items/TableWithPurpleCloth.cs similarity index 100% rename from Projects/Scripts/Items/Special/Heritage Items/TableWithPurpleCloth.cs rename to Projects/UOContent/Items/Special/Heritage Items/TableWithPurpleCloth.cs diff --git a/Projects/Scripts/Items/Special/Heritage Items/TableWithRedCloth.cs b/Projects/UOContent/Items/Special/Heritage Items/TableWithRedCloth.cs similarity index 100% rename from Projects/Scripts/Items/Special/Heritage Items/TableWithRedCloth.cs rename to Projects/UOContent/Items/Special/Heritage Items/TableWithRedCloth.cs diff --git a/Projects/Scripts/Items/Special/Heritage Items/UnmadeBed.cs b/Projects/UOContent/Items/Special/Heritage Items/UnmadeBed.cs similarity index 100% rename from Projects/Scripts/Items/Special/Heritage Items/UnmadeBed.cs rename to Projects/UOContent/Items/Special/Heritage Items/UnmadeBed.cs diff --git a/Projects/Scripts/Items/Special/Heritage Items/Vanity.cs b/Projects/UOContent/Items/Special/Heritage Items/Vanity.cs similarity index 100% rename from Projects/Scripts/Items/Special/Heritage Items/Vanity.cs rename to Projects/UOContent/Items/Special/Heritage Items/Vanity.cs diff --git a/Projects/Scripts/Items/Special/Heritage Items/WallTorch.cs b/Projects/UOContent/Items/Special/Heritage Items/WallTorch.cs similarity index 100% rename from Projects/Scripts/Items/Special/Heritage Items/WallTorch.cs rename to Projects/UOContent/Items/Special/Heritage Items/WallTorch.cs diff --git a/Projects/Scripts/Items/Special/Heritage Items/WoodenCoffin.cs b/Projects/UOContent/Items/Special/Heritage Items/WoodenCoffin.cs similarity index 100% rename from Projects/Scripts/Items/Special/Heritage Items/WoodenCoffin.cs rename to Projects/UOContent/Items/Special/Heritage Items/WoodenCoffin.cs diff --git a/Projects/Scripts/Items/Special/HeritageToken.cs b/Projects/UOContent/Items/Special/HeritageToken.cs similarity index 100% rename from Projects/Scripts/Items/Special/HeritageToken.cs rename to Projects/UOContent/Items/Special/HeritageToken.cs diff --git a/Projects/Scripts/Items/Special/Holiday/Christmas/HolidayTree.cs b/Projects/UOContent/Items/Special/Holiday/Christmas/HolidayTree.cs similarity index 100% rename from Projects/Scripts/Items/Special/Holiday/Christmas/HolidayTree.cs rename to Projects/UOContent/Items/Special/Holiday/Christmas/HolidayTree.cs diff --git a/Projects/Scripts/Items/Special/Holiday/GiftBox.cs b/Projects/UOContent/Items/Special/Holiday/GiftBox.cs similarity index 100% rename from Projects/Scripts/Items/Special/Holiday/GiftBox.cs rename to Projects/UOContent/Items/Special/Holiday/GiftBox.cs diff --git a/Projects/Scripts/Items/Special/Holiday/GingerBreadHouseDeed.cs b/Projects/UOContent/Items/Special/Holiday/GingerBreadHouseDeed.cs similarity index 100% rename from Projects/Scripts/Items/Special/Holiday/GingerBreadHouseDeed.cs rename to Projects/UOContent/Items/Special/Holiday/GingerBreadHouseDeed.cs diff --git a/Projects/Scripts/Items/Special/Holiday/HolidayBell.cs b/Projects/UOContent/Items/Special/Holiday/HolidayBell.cs similarity index 100% rename from Projects/Scripts/Items/Special/Holiday/HolidayBell.cs rename to Projects/UOContent/Items/Special/Holiday/HolidayBell.cs diff --git a/Projects/Scripts/Items/Special/Holiday/HolidayFoods.cs b/Projects/UOContent/Items/Special/Holiday/HolidayFoods.cs similarity index 100% rename from Projects/Scripts/Items/Special/Holiday/HolidayFoods.cs rename to Projects/UOContent/Items/Special/Holiday/HolidayFoods.cs diff --git a/Projects/Scripts/Items/Special/Holiday/HolidayGiftBoxes.cs b/Projects/UOContent/Items/Special/Holiday/HolidayGiftBoxes.cs similarity index 100% rename from Projects/Scripts/Items/Special/Holiday/HolidayGiftBoxes.cs rename to Projects/UOContent/Items/Special/Holiday/HolidayGiftBoxes.cs diff --git a/Projects/Scripts/Items/Special/Holiday/HolidayPottedPlant.cs b/Projects/UOContent/Items/Special/Holiday/HolidayPottedPlant.cs similarity index 100% rename from Projects/Scripts/Items/Special/Holiday/HolidayPottedPlant.cs rename to Projects/UOContent/Items/Special/Holiday/HolidayPottedPlant.cs diff --git a/Projects/Scripts/Items/Special/Holiday/HolidayTimepiece.cs b/Projects/UOContent/Items/Special/Holiday/HolidayTimepiece.cs similarity index 100% rename from Projects/Scripts/Items/Special/Holiday/HolidayTimepiece.cs rename to Projects/UOContent/Items/Special/Holiday/HolidayTimepiece.cs diff --git a/Projects/Scripts/Items/Special/Holiday/Icecicles.cs b/Projects/UOContent/Items/Special/Holiday/Icecicles.cs similarity index 100% rename from Projects/Scripts/Items/Special/Holiday/Icecicles.cs rename to Projects/UOContent/Items/Special/Holiday/Icecicles.cs diff --git a/Projects/Scripts/Items/Special/Holiday/IcyPatch.cs b/Projects/UOContent/Items/Special/Holiday/IcyPatch.cs similarity index 100% rename from Projects/Scripts/Items/Special/Holiday/IcyPatch.cs rename to Projects/UOContent/Items/Special/Holiday/IcyPatch.cs diff --git a/Projects/Scripts/Items/Special/Holiday/PKHolidayStuff.cs b/Projects/UOContent/Items/Special/Holiday/PKHolidayStuff.cs similarity index 100% rename from Projects/Scripts/Items/Special/Holiday/PKHolidayStuff.cs rename to Projects/UOContent/Items/Special/Holiday/PKHolidayStuff.cs diff --git a/Projects/Scripts/Items/Special/Holiday/Poinsettias.cs b/Projects/UOContent/Items/Special/Holiday/Poinsettias.cs similarity index 100% rename from Projects/Scripts/Items/Special/Holiday/Poinsettias.cs rename to Projects/UOContent/Items/Special/Holiday/Poinsettias.cs diff --git a/Projects/Scripts/Items/Special/Holiday/SnowGlobes.cs b/Projects/UOContent/Items/Special/Holiday/SnowGlobes.cs similarity index 100% rename from Projects/Scripts/Items/Special/Holiday/SnowGlobes.cs rename to Projects/UOContent/Items/Special/Holiday/SnowGlobes.cs diff --git a/Projects/Scripts/Items/Special/Holiday/SnowPiles.cs b/Projects/UOContent/Items/Special/Holiday/SnowPiles.cs similarity index 100% rename from Projects/Scripts/Items/Special/Holiday/SnowPiles.cs rename to Projects/UOContent/Items/Special/Holiday/SnowPiles.cs diff --git a/Projects/Scripts/Items/Special/Holiday/SnowStatue.cs b/Projects/UOContent/Items/Special/Holiday/SnowStatue.cs similarity index 100% rename from Projects/Scripts/Items/Special/Holiday/SnowStatue.cs rename to Projects/UOContent/Items/Special/Holiday/SnowStatue.cs diff --git a/Projects/Scripts/Items/Special/Holiday/Snowflakes.cs b/Projects/UOContent/Items/Special/Holiday/Snowflakes.cs similarity index 100% rename from Projects/Scripts/Items/Special/Holiday/Snowflakes.cs rename to Projects/UOContent/Items/Special/Holiday/Snowflakes.cs diff --git a/Projects/Scripts/Items/Special/Holiday/Snowman.cs b/Projects/UOContent/Items/Special/Holiday/Snowman.cs similarity index 100% rename from Projects/Scripts/Items/Special/Holiday/Snowman.cs rename to Projects/UOContent/Items/Special/Holiday/Snowman.cs diff --git a/Projects/Scripts/Items/Special/Holiday/Stockings.cs b/Projects/UOContent/Items/Special/Holiday/Stockings.cs similarity index 100% rename from Projects/Scripts/Items/Special/Holiday/Stockings.cs rename to Projects/UOContent/Items/Special/Holiday/Stockings.cs diff --git a/Projects/Scripts/Items/Special/Holiday/WinterGiftPackage2003.cs b/Projects/UOContent/Items/Special/Holiday/WinterGiftPackage2003.cs similarity index 100% rename from Projects/Scripts/Items/Special/Holiday/WinterGiftPackage2003.cs rename to Projects/UOContent/Items/Special/Holiday/WinterGiftPackage2003.cs diff --git a/Projects/Scripts/Items/Special/Holiday/Wreath.cs b/Projects/UOContent/Items/Special/Holiday/Wreath.cs similarity index 100% rename from Projects/Scripts/Items/Special/Holiday/Wreath.cs rename to Projects/UOContent/Items/Special/Holiday/Wreath.cs diff --git a/Projects/Scripts/Items/Special/Holiday/WristWatch.cs b/Projects/UOContent/Items/Special/Holiday/WristWatch.cs similarity index 100% rename from Projects/Scripts/Items/Special/Holiday/WristWatch.cs rename to Projects/UOContent/Items/Special/Holiday/WristWatch.cs diff --git a/Projects/Scripts/Items/Special/House Raffle/HouseRaffleDeed.cs b/Projects/UOContent/Items/Special/House Raffle/HouseRaffleDeed.cs similarity index 100% rename from Projects/Scripts/Items/Special/House Raffle/HouseRaffleDeed.cs rename to Projects/UOContent/Items/Special/House Raffle/HouseRaffleDeed.cs diff --git a/Projects/Scripts/Items/Special/House Raffle/HouseRaffleManagementGump.cs b/Projects/UOContent/Items/Special/House Raffle/HouseRaffleManagementGump.cs similarity index 100% rename from Projects/Scripts/Items/Special/House Raffle/HouseRaffleManagementGump.cs rename to Projects/UOContent/Items/Special/House Raffle/HouseRaffleManagementGump.cs diff --git a/Projects/Scripts/Items/Special/House Raffle/HouseRaffleRegion.cs b/Projects/UOContent/Items/Special/House Raffle/HouseRaffleRegion.cs similarity index 100% rename from Projects/Scripts/Items/Special/House Raffle/HouseRaffleRegion.cs rename to Projects/UOContent/Items/Special/House Raffle/HouseRaffleRegion.cs diff --git a/Projects/Scripts/Items/Special/House Raffle/HouseRaffleStone.cs b/Projects/UOContent/Items/Special/House Raffle/HouseRaffleStone.cs similarity index 100% rename from Projects/Scripts/Items/Special/House Raffle/HouseRaffleStone.cs rename to Projects/UOContent/Items/Special/House Raffle/HouseRaffleStone.cs diff --git a/Projects/Scripts/Items/Special/ML/BaseImprisonedMobile.cs b/Projects/UOContent/Items/Special/ML/BaseImprisonedMobile.cs similarity index 100% rename from Projects/Scripts/Items/Special/ML/BaseImprisonedMobile.cs rename to Projects/UOContent/Items/Special/ML/BaseImprisonedMobile.cs diff --git a/Projects/Scripts/Items/Special/ML/GrizzledMareStatuette.cs b/Projects/UOContent/Items/Special/ML/GrizzledMareStatuette.cs similarity index 100% rename from Projects/Scripts/Items/Special/ML/GrizzledMareStatuette.cs rename to Projects/UOContent/Items/Special/ML/GrizzledMareStatuette.cs diff --git a/Projects/Scripts/Items/Special/ML/MinotaurHedge.cs b/Projects/UOContent/Items/Special/ML/MinotaurHedge.cs similarity index 100% rename from Projects/Scripts/Items/Special/ML/MinotaurHedge.cs rename to Projects/UOContent/Items/Special/ML/MinotaurHedge.cs diff --git a/Projects/Scripts/Items/Special/ML/TormentedChains.cs b/Projects/UOContent/Items/Special/ML/TormentedChains.cs similarity index 100% rename from Projects/Scripts/Items/Special/ML/TormentedChains.cs rename to Projects/UOContent/Items/Special/ML/TormentedChains.cs diff --git a/Projects/Scripts/Items/Special/MiniHouses.cs b/Projects/UOContent/Items/Special/MiniHouses.cs similarity index 100% rename from Projects/Scripts/Items/Special/MiniHouses.cs rename to Projects/UOContent/Items/Special/MiniHouses.cs diff --git a/Projects/Scripts/Items/Special/MonsterStatuette.cs b/Projects/UOContent/Items/Special/MonsterStatuette.cs similarity index 100% rename from Projects/Scripts/Items/Special/MonsterStatuette.cs rename to Projects/UOContent/Items/Special/MonsterStatuette.cs diff --git a/Projects/Scripts/Items/Special/Mutation Core/PlagueBeastBackpack.cs b/Projects/UOContent/Items/Special/Mutation Core/PlagueBeastBackpack.cs similarity index 100% rename from Projects/Scripts/Items/Special/Mutation Core/PlagueBeastBackpack.cs rename to Projects/UOContent/Items/Special/Mutation Core/PlagueBeastBackpack.cs diff --git a/Projects/Scripts/Items/Special/Mutation Core/PlagueBeastBlood.cs b/Projects/UOContent/Items/Special/Mutation Core/PlagueBeastBlood.cs similarity index 100% rename from Projects/Scripts/Items/Special/Mutation Core/PlagueBeastBlood.cs rename to Projects/UOContent/Items/Special/Mutation Core/PlagueBeastBlood.cs diff --git a/Projects/Scripts/Items/Special/Mutation Core/PlagueBeastGland.cs b/Projects/UOContent/Items/Special/Mutation Core/PlagueBeastGland.cs similarity index 100% rename from Projects/Scripts/Items/Special/Mutation Core/PlagueBeastGland.cs rename to Projects/UOContent/Items/Special/Mutation Core/PlagueBeastGland.cs diff --git a/Projects/Scripts/Items/Special/Mutation Core/PlagueBeastHeart.cs b/Projects/UOContent/Items/Special/Mutation Core/PlagueBeastHeart.cs similarity index 100% rename from Projects/Scripts/Items/Special/Mutation Core/PlagueBeastHeart.cs rename to Projects/UOContent/Items/Special/Mutation Core/PlagueBeastHeart.cs diff --git a/Projects/Scripts/Items/Special/Mutation Core/PlagueBeastInnard.cs b/Projects/UOContent/Items/Special/Mutation Core/PlagueBeastInnard.cs similarity index 100% rename from Projects/Scripts/Items/Special/Mutation Core/PlagueBeastInnard.cs rename to Projects/UOContent/Items/Special/Mutation Core/PlagueBeastInnard.cs diff --git a/Projects/Scripts/Items/Special/Mutation Core/PlagueBeastMutationCore.cs b/Projects/UOContent/Items/Special/Mutation Core/PlagueBeastMutationCore.cs similarity index 100% rename from Projects/Scripts/Items/Special/Mutation Core/PlagueBeastMutationCore.cs rename to Projects/UOContent/Items/Special/Mutation Core/PlagueBeastMutationCore.cs diff --git a/Projects/Scripts/Items/Special/Mutation Core/PlagueBeastOrgans.cs b/Projects/UOContent/Items/Special/Mutation Core/PlagueBeastOrgans.cs similarity index 100% rename from Projects/Scripts/Items/Special/Mutation Core/PlagueBeastOrgans.cs rename to Projects/UOContent/Items/Special/Mutation Core/PlagueBeastOrgans.cs diff --git a/Projects/Scripts/Items/Special/Mutation Core/PlagueBeastVein.cs b/Projects/UOContent/Items/Special/Mutation Core/PlagueBeastVein.cs similarity index 100% rename from Projects/Scripts/Items/Special/Mutation Core/PlagueBeastVein.cs rename to Projects/UOContent/Items/Special/Mutation Core/PlagueBeastVein.cs diff --git a/Projects/Scripts/Items/Special/Rares/Containers/BaseWaterContainer.cs b/Projects/UOContent/Items/Special/Rares/Containers/BaseWaterContainer.cs similarity index 100% rename from Projects/Scripts/Items/Special/Rares/Containers/BaseWaterContainer.cs rename to Projects/UOContent/Items/Special/Rares/Containers/BaseWaterContainer.cs diff --git a/Projects/Scripts/Items/Special/Rares/Containers/Bucket.cs b/Projects/UOContent/Items/Special/Rares/Containers/Bucket.cs similarity index 100% rename from Projects/Scripts/Items/Special/Rares/Containers/Bucket.cs rename to Projects/UOContent/Items/Special/Rares/Containers/Bucket.cs diff --git a/Projects/Scripts/Items/Special/Rares/Containers/ClosedBarrel.cs b/Projects/UOContent/Items/Special/Rares/Containers/ClosedBarrel.cs similarity index 100% rename from Projects/Scripts/Items/Special/Rares/Containers/ClosedBarrel.cs rename to Projects/UOContent/Items/Special/Rares/Containers/ClosedBarrel.cs diff --git a/Projects/Scripts/Items/Special/Rares/Containers/UnfinishedBarrel.cs b/Projects/UOContent/Items/Special/Rares/Containers/UnfinishedBarrel.cs similarity index 100% rename from Projects/Scripts/Items/Special/Rares/Containers/UnfinishedBarrel.cs rename to Projects/UOContent/Items/Special/Rares/Containers/UnfinishedBarrel.cs diff --git a/Projects/Scripts/Items/Special/Rares/Containers/WaterBarrel.cs b/Projects/UOContent/Items/Special/Rares/Containers/WaterBarrel.cs similarity index 100% rename from Projects/Scripts/Items/Special/Rares/Containers/WaterBarrel.cs rename to Projects/UOContent/Items/Special/Rares/Containers/WaterBarrel.cs diff --git a/Projects/Scripts/Items/Special/Rares/Containers/WaterTub.cs b/Projects/UOContent/Items/Special/Rares/Containers/WaterTub.cs similarity index 100% rename from Projects/Scripts/Items/Special/Rares/Containers/WaterTub.cs rename to Projects/UOContent/Items/Special/Rares/Containers/WaterTub.cs diff --git a/Projects/Scripts/Items/Special/Rares/Daily/DecoRock.cs b/Projects/UOContent/Items/Special/Rares/Daily/DecoRock.cs similarity index 100% rename from Projects/Scripts/Items/Special/Rares/Daily/DecoRock.cs rename to Projects/UOContent/Items/Special/Rares/Daily/DecoRock.cs diff --git a/Projects/Scripts/Items/Special/Rares/Daily/DecoRock2.cs b/Projects/UOContent/Items/Special/Rares/Daily/DecoRock2.cs similarity index 100% rename from Projects/Scripts/Items/Special/Rares/Daily/DecoRock2.cs rename to Projects/UOContent/Items/Special/Rares/Daily/DecoRock2.cs diff --git a/Projects/Scripts/Items/Special/Rares/Daily/DecoRocks.cs b/Projects/UOContent/Items/Special/Rares/Daily/DecoRocks.cs similarity index 100% rename from Projects/Scripts/Items/Special/Rares/Daily/DecoRocks.cs rename to Projects/UOContent/Items/Special/Rares/Daily/DecoRocks.cs diff --git a/Projects/Scripts/Items/Special/Rares/Daily/DecoRocks2.cs b/Projects/UOContent/Items/Special/Rares/Daily/DecoRocks2.cs similarity index 100% rename from Projects/Scripts/Items/Special/Rares/Daily/DecoRocks2.cs rename to Projects/UOContent/Items/Special/Rares/Daily/DecoRocks2.cs diff --git a/Projects/Scripts/Items/Special/Rares/Flowers/DecoFlower.cs b/Projects/UOContent/Items/Special/Rares/Flowers/DecoFlower.cs similarity index 100% rename from Projects/Scripts/Items/Special/Rares/Flowers/DecoFlower.cs rename to Projects/UOContent/Items/Special/Rares/Flowers/DecoFlower.cs diff --git a/Projects/Scripts/Items/Special/Rares/Flowers/DecoFlower2.cs b/Projects/UOContent/Items/Special/Rares/Flowers/DecoFlower2.cs similarity index 100% rename from Projects/Scripts/Items/Special/Rares/Flowers/DecoFlower2.cs rename to Projects/UOContent/Items/Special/Rares/Flowers/DecoFlower2.cs diff --git a/Projects/Scripts/Items/Special/Rares/Flowers/DecoRoseOfTrinsic.cs b/Projects/UOContent/Items/Special/Rares/Flowers/DecoRoseOfTrinsic.cs similarity index 100% rename from Projects/Scripts/Items/Special/Rares/Flowers/DecoRoseOfTrinsic.cs rename to Projects/UOContent/Items/Special/Rares/Flowers/DecoRoseOfTrinsic.cs diff --git a/Projects/Scripts/Items/Special/Rares/Flowers/DecoRoseOfTrinsic2.cs b/Projects/UOContent/Items/Special/Rares/Flowers/DecoRoseOfTrinsic2.cs similarity index 100% rename from Projects/Scripts/Items/Special/Rares/Flowers/DecoRoseOfTrinsic2.cs rename to Projects/UOContent/Items/Special/Rares/Flowers/DecoRoseOfTrinsic2.cs diff --git a/Projects/Scripts/Items/Special/Rares/Flowers/DecoRoseOfTrinsic3.cs b/Projects/UOContent/Items/Special/Rares/Flowers/DecoRoseOfTrinsic3.cs similarity index 100% rename from Projects/Scripts/Items/Special/Rares/Flowers/DecoRoseOfTrinsic3.cs rename to Projects/UOContent/Items/Special/Rares/Flowers/DecoRoseOfTrinsic3.cs diff --git a/Projects/Scripts/Items/Special/Rares/Food/BottlesOfLiquor.cs b/Projects/UOContent/Items/Special/Rares/Food/BottlesOfLiquor.cs similarity index 100% rename from Projects/Scripts/Items/Special/Rares/Food/BottlesOfLiquor.cs rename to Projects/UOContent/Items/Special/Rares/Food/BottlesOfLiquor.cs diff --git a/Projects/Scripts/Items/Special/Rares/Food/Tray2.cs b/Projects/UOContent/Items/Special/Rares/Food/Tray2.cs similarity index 100% rename from Projects/Scripts/Items/Special/Rares/Food/Tray2.cs rename to Projects/UOContent/Items/Special/Rares/Food/Tray2.cs diff --git a/Projects/Scripts/Items/Special/Rares/Food/Trays.cs b/Projects/UOContent/Items/Special/Rares/Food/Trays.cs similarity index 100% rename from Projects/Scripts/Items/Special/Rares/Food/Trays.cs rename to Projects/UOContent/Items/Special/Rares/Food/Trays.cs diff --git a/Projects/Scripts/Items/Special/Rares/Furniture/BrokenChair.cs b/Projects/UOContent/Items/Special/Rares/Furniture/BrokenChair.cs similarity index 100% rename from Projects/Scripts/Items/Special/Rares/Furniture/BrokenChair.cs rename to Projects/UOContent/Items/Special/Rares/Furniture/BrokenChair.cs diff --git a/Projects/Scripts/Items/Special/Rares/GamePieces/Checkers.cs b/Projects/UOContent/Items/Special/Rares/GamePieces/Checkers.cs similarity index 100% rename from Projects/Scripts/Items/Special/Rares/GamePieces/Checkers.cs rename to Projects/UOContent/Items/Special/Rares/GamePieces/Checkers.cs diff --git a/Projects/Scripts/Items/Special/Rares/GamePieces/Checkers2.cs b/Projects/UOContent/Items/Special/Rares/GamePieces/Checkers2.cs similarity index 100% rename from Projects/Scripts/Items/Special/Rares/GamePieces/Checkers2.cs rename to Projects/UOContent/Items/Special/Rares/GamePieces/Checkers2.cs diff --git a/Projects/Scripts/Items/Special/Rares/GamePieces/Chessmen.cs b/Projects/UOContent/Items/Special/Rares/GamePieces/Chessmen.cs similarity index 100% rename from Projects/Scripts/Items/Special/Rares/GamePieces/Chessmen.cs rename to Projects/UOContent/Items/Special/Rares/GamePieces/Chessmen.cs diff --git a/Projects/Scripts/Items/Special/Rares/GamePieces/Chessmen2.cs b/Projects/UOContent/Items/Special/Rares/GamePieces/Chessmen2.cs similarity index 100% rename from Projects/Scripts/Items/Special/Rares/GamePieces/Chessmen2.cs rename to Projects/UOContent/Items/Special/Rares/GamePieces/Chessmen2.cs diff --git a/Projects/Scripts/Items/Special/Rares/GamePieces/Chessmen3.cs b/Projects/UOContent/Items/Special/Rares/GamePieces/Chessmen3.cs similarity index 100% rename from Projects/Scripts/Items/Special/Rares/GamePieces/Chessmen3.cs rename to Projects/UOContent/Items/Special/Rares/GamePieces/Chessmen3.cs diff --git a/Projects/Scripts/Items/Special/Rares/Ingots/DecoGoldIngot.cs b/Projects/UOContent/Items/Special/Rares/Ingots/DecoGoldIngot.cs similarity index 100% rename from Projects/Scripts/Items/Special/Rares/Ingots/DecoGoldIngot.cs rename to Projects/UOContent/Items/Special/Rares/Ingots/DecoGoldIngot.cs diff --git a/Projects/Scripts/Items/Special/Rares/Ingots/DecoGoldIngot2.cs b/Projects/UOContent/Items/Special/Rares/Ingots/DecoGoldIngot2.cs similarity index 100% rename from Projects/Scripts/Items/Special/Rares/Ingots/DecoGoldIngot2.cs rename to Projects/UOContent/Items/Special/Rares/Ingots/DecoGoldIngot2.cs diff --git a/Projects/Scripts/Items/Special/Rares/Ingots/DecoGoldIngots.cs b/Projects/UOContent/Items/Special/Rares/Ingots/DecoGoldIngots.cs similarity index 100% rename from Projects/Scripts/Items/Special/Rares/Ingots/DecoGoldIngots.cs rename to Projects/UOContent/Items/Special/Rares/Ingots/DecoGoldIngots.cs diff --git a/Projects/Scripts/Items/Special/Rares/Ingots/DecoGoldIngots2.cs b/Projects/UOContent/Items/Special/Rares/Ingots/DecoGoldIngots2.cs similarity index 100% rename from Projects/Scripts/Items/Special/Rares/Ingots/DecoGoldIngots2.cs rename to Projects/UOContent/Items/Special/Rares/Ingots/DecoGoldIngots2.cs diff --git a/Projects/Scripts/Items/Special/Rares/Ingots/DecoGoldIngots3.cs b/Projects/UOContent/Items/Special/Rares/Ingots/DecoGoldIngots3.cs similarity index 100% rename from Projects/Scripts/Items/Special/Rares/Ingots/DecoGoldIngots3.cs rename to Projects/UOContent/Items/Special/Rares/Ingots/DecoGoldIngots3.cs diff --git a/Projects/Scripts/Items/Special/Rares/Ingots/DecoGoldIngots4.cs b/Projects/UOContent/Items/Special/Rares/Ingots/DecoGoldIngots4.cs similarity index 100% rename from Projects/Scripts/Items/Special/Rares/Ingots/DecoGoldIngots4.cs rename to Projects/UOContent/Items/Special/Rares/Ingots/DecoGoldIngots4.cs diff --git a/Projects/Scripts/Items/Special/Rares/Ingots/DecoIronIngot.cs b/Projects/UOContent/Items/Special/Rares/Ingots/DecoIronIngot.cs similarity index 100% rename from Projects/Scripts/Items/Special/Rares/Ingots/DecoIronIngot.cs rename to Projects/UOContent/Items/Special/Rares/Ingots/DecoIronIngot.cs diff --git a/Projects/Scripts/Items/Special/Rares/Ingots/DecoIronIngot2.cs b/Projects/UOContent/Items/Special/Rares/Ingots/DecoIronIngot2.cs similarity index 100% rename from Projects/Scripts/Items/Special/Rares/Ingots/DecoIronIngot2.cs rename to Projects/UOContent/Items/Special/Rares/Ingots/DecoIronIngot2.cs diff --git a/Projects/Scripts/Items/Special/Rares/Ingots/DecoIronIngots.cs b/Projects/UOContent/Items/Special/Rares/Ingots/DecoIronIngots.cs similarity index 100% rename from Projects/Scripts/Items/Special/Rares/Ingots/DecoIronIngots.cs rename to Projects/UOContent/Items/Special/Rares/Ingots/DecoIronIngots.cs diff --git a/Projects/Scripts/Items/Special/Rares/Ingots/DecoIronIngots2.cs b/Projects/UOContent/Items/Special/Rares/Ingots/DecoIronIngots2.cs similarity index 100% rename from Projects/Scripts/Items/Special/Rares/Ingots/DecoIronIngots2.cs rename to Projects/UOContent/Items/Special/Rares/Ingots/DecoIronIngots2.cs diff --git a/Projects/Scripts/Items/Special/Rares/Ingots/DecoIronIngots3.cs b/Projects/UOContent/Items/Special/Rares/Ingots/DecoIronIngots3.cs similarity index 100% rename from Projects/Scripts/Items/Special/Rares/Ingots/DecoIronIngots3.cs rename to Projects/UOContent/Items/Special/Rares/Ingots/DecoIronIngots3.cs diff --git a/Projects/Scripts/Items/Special/Rares/Ingots/DecoIronIngots4.cs b/Projects/UOContent/Items/Special/Rares/Ingots/DecoIronIngots4.cs similarity index 100% rename from Projects/Scripts/Items/Special/Rares/Ingots/DecoIronIngots4.cs rename to Projects/UOContent/Items/Special/Rares/Ingots/DecoIronIngots4.cs diff --git a/Projects/Scripts/Items/Special/Rares/Ingots/DecoIronIngots5.cs b/Projects/UOContent/Items/Special/Rares/Ingots/DecoIronIngots5.cs similarity index 100% rename from Projects/Scripts/Items/Special/Rares/Ingots/DecoIronIngots5.cs rename to Projects/UOContent/Items/Special/Rares/Ingots/DecoIronIngots5.cs diff --git a/Projects/Scripts/Items/Special/Rares/Ingots/DecoIronIngots6.cs b/Projects/UOContent/Items/Special/Rares/Ingots/DecoIronIngots6.cs similarity index 100% rename from Projects/Scripts/Items/Special/Rares/Ingots/DecoIronIngots6.cs rename to Projects/UOContent/Items/Special/Rares/Ingots/DecoIronIngots6.cs diff --git a/Projects/Scripts/Items/Special/Rares/Ingots/DecoSilverIngot.cs b/Projects/UOContent/Items/Special/Rares/Ingots/DecoSilverIngot.cs similarity index 100% rename from Projects/Scripts/Items/Special/Rares/Ingots/DecoSilverIngot.cs rename to Projects/UOContent/Items/Special/Rares/Ingots/DecoSilverIngot.cs diff --git a/Projects/Scripts/Items/Special/Rares/Ingots/DecoSilverIngot2.cs b/Projects/UOContent/Items/Special/Rares/Ingots/DecoSilverIngot2.cs similarity index 100% rename from Projects/Scripts/Items/Special/Rares/Ingots/DecoSilverIngot2.cs rename to Projects/UOContent/Items/Special/Rares/Ingots/DecoSilverIngot2.cs diff --git a/Projects/Scripts/Items/Special/Rares/Ingots/DecoSilverIngots.cs b/Projects/UOContent/Items/Special/Rares/Ingots/DecoSilverIngots.cs similarity index 100% rename from Projects/Scripts/Items/Special/Rares/Ingots/DecoSilverIngots.cs rename to Projects/UOContent/Items/Special/Rares/Ingots/DecoSilverIngots.cs diff --git a/Projects/Scripts/Items/Special/Rares/Ingots/DecoSilverIngots2.cs b/Projects/UOContent/Items/Special/Rares/Ingots/DecoSilverIngots2.cs similarity index 100% rename from Projects/Scripts/Items/Special/Rares/Ingots/DecoSilverIngots2.cs rename to Projects/UOContent/Items/Special/Rares/Ingots/DecoSilverIngots2.cs diff --git a/Projects/Scripts/Items/Special/Rares/Ingots/DecoSilverIngots3.cs b/Projects/UOContent/Items/Special/Rares/Ingots/DecoSilverIngots3.cs similarity index 100% rename from Projects/Scripts/Items/Special/Rares/Ingots/DecoSilverIngots3.cs rename to Projects/UOContent/Items/Special/Rares/Ingots/DecoSilverIngots3.cs diff --git a/Projects/Scripts/Items/Special/Rares/Ingots/DecoSilverIngots4.cs b/Projects/UOContent/Items/Special/Rares/Ingots/DecoSilverIngots4.cs similarity index 100% rename from Projects/Scripts/Items/Special/Rares/Ingots/DecoSilverIngots4.cs rename to Projects/UOContent/Items/Special/Rares/Ingots/DecoSilverIngots4.cs diff --git a/Projects/Scripts/Items/Special/Rares/Ingots/DecoSilverIngots5.cs b/Projects/UOContent/Items/Special/Rares/Ingots/DecoSilverIngots5.cs similarity index 100% rename from Projects/Scripts/Items/Special/Rares/Ingots/DecoSilverIngots5.cs rename to Projects/UOContent/Items/Special/Rares/Ingots/DecoSilverIngots5.cs diff --git a/Projects/Scripts/Items/Special/Rares/Jars/EmptyJars.cs b/Projects/UOContent/Items/Special/Rares/Jars/EmptyJars.cs similarity index 100% rename from Projects/Scripts/Items/Special/Rares/Jars/EmptyJars.cs rename to Projects/UOContent/Items/Special/Rares/Jars/EmptyJars.cs diff --git a/Projects/Scripts/Items/Special/Rares/Jars/FullJars.cs b/Projects/UOContent/Items/Special/Rares/Jars/FullJars.cs similarity index 100% rename from Projects/Scripts/Items/Special/Rares/Jars/FullJars.cs rename to Projects/UOContent/Items/Special/Rares/Jars/FullJars.cs diff --git a/Projects/Scripts/Items/Special/Rares/Jars/HalfEmptyJars.cs b/Projects/UOContent/Items/Special/Rares/Jars/HalfEmptyJars.cs similarity index 100% rename from Projects/Scripts/Items/Special/Rares/Jars/HalfEmptyJars.cs rename to Projects/UOContent/Items/Special/Rares/Jars/HalfEmptyJars.cs diff --git a/Projects/Scripts/Items/Special/Rares/Magic/DecoCrystalBall.cs b/Projects/UOContent/Items/Special/Rares/Magic/DecoCrystalBall.cs similarity index 100% rename from Projects/Scripts/Items/Special/Rares/Magic/DecoCrystalBall.cs rename to Projects/UOContent/Items/Special/Rares/Magic/DecoCrystalBall.cs diff --git a/Projects/Scripts/Items/Special/Rares/Magic/DecoMagicalCrystal.cs b/Projects/UOContent/Items/Special/Rares/Magic/DecoMagicalCrystal.cs similarity index 100% rename from Projects/Scripts/Items/Special/Rares/Magic/DecoMagicalCrystal.cs rename to Projects/UOContent/Items/Special/Rares/Magic/DecoMagicalCrystal.cs diff --git a/Projects/Scripts/Items/Special/Rares/Misc/DecoSpittoon.cs b/Projects/UOContent/Items/Special/Rares/Misc/DecoSpittoon.cs similarity index 100% rename from Projects/Scripts/Items/Special/Rares/Misc/DecoSpittoon.cs rename to Projects/UOContent/Items/Special/Rares/Misc/DecoSpittoon.cs diff --git a/Projects/Scripts/Items/Special/Rares/PaganReagents/DecoBlackmoor.cs b/Projects/UOContent/Items/Special/Rares/PaganReagents/DecoBlackmoor.cs similarity index 100% rename from Projects/Scripts/Items/Special/Rares/PaganReagents/DecoBlackmoor.cs rename to Projects/UOContent/Items/Special/Rares/PaganReagents/DecoBlackmoor.cs diff --git a/Projects/Scripts/Items/Special/Rares/PaganReagents/DecoBloodspawn.cs b/Projects/UOContent/Items/Special/Rares/PaganReagents/DecoBloodspawn.cs similarity index 100% rename from Projects/Scripts/Items/Special/Rares/PaganReagents/DecoBloodspawn.cs rename to Projects/UOContent/Items/Special/Rares/PaganReagents/DecoBloodspawn.cs diff --git a/Projects/Scripts/Items/Special/Rares/PaganReagents/DecoBrimstone.cs b/Projects/UOContent/Items/Special/Rares/PaganReagents/DecoBrimstone.cs similarity index 100% rename from Projects/Scripts/Items/Special/Rares/PaganReagents/DecoBrimstone.cs rename to Projects/UOContent/Items/Special/Rares/PaganReagents/DecoBrimstone.cs diff --git a/Projects/Scripts/Items/Special/Rares/PaganReagents/DecoDragonsBlood.cs b/Projects/UOContent/Items/Special/Rares/PaganReagents/DecoDragonsBlood.cs similarity index 100% rename from Projects/Scripts/Items/Special/Rares/PaganReagents/DecoDragonsBlood.cs rename to Projects/UOContent/Items/Special/Rares/PaganReagents/DecoDragonsBlood.cs diff --git a/Projects/Scripts/Items/Special/Rares/PaganReagents/DecoDragonsBlood2.cs b/Projects/UOContent/Items/Special/Rares/PaganReagents/DecoDragonsBlood2.cs similarity index 100% rename from Projects/Scripts/Items/Special/Rares/PaganReagents/DecoDragonsBlood2.cs rename to Projects/UOContent/Items/Special/Rares/PaganReagents/DecoDragonsBlood2.cs diff --git a/Projects/Scripts/Items/Special/Rares/PaganReagents/DecoEyeOfNewt.cs b/Projects/UOContent/Items/Special/Rares/PaganReagents/DecoEyeOfNewt.cs similarity index 100% rename from Projects/Scripts/Items/Special/Rares/PaganReagents/DecoEyeOfNewt.cs rename to Projects/UOContent/Items/Special/Rares/PaganReagents/DecoEyeOfNewt.cs diff --git a/Projects/Scripts/Items/Special/Rares/PaganReagents/DecoGarlic.cs b/Projects/UOContent/Items/Special/Rares/PaganReagents/DecoGarlic.cs similarity index 100% rename from Projects/Scripts/Items/Special/Rares/PaganReagents/DecoGarlic.cs rename to Projects/UOContent/Items/Special/Rares/PaganReagents/DecoGarlic.cs diff --git a/Projects/Scripts/Items/Special/Rares/PaganReagents/DecoGarlic2.cs b/Projects/UOContent/Items/Special/Rares/PaganReagents/DecoGarlic2.cs similarity index 100% rename from Projects/Scripts/Items/Special/Rares/PaganReagents/DecoGarlic2.cs rename to Projects/UOContent/Items/Special/Rares/PaganReagents/DecoGarlic2.cs diff --git a/Projects/Scripts/Items/Special/Rares/PaganReagents/DecoGarlicBulb.cs b/Projects/UOContent/Items/Special/Rares/PaganReagents/DecoGarlicBulb.cs similarity index 100% rename from Projects/Scripts/Items/Special/Rares/PaganReagents/DecoGarlicBulb.cs rename to Projects/UOContent/Items/Special/Rares/PaganReagents/DecoGarlicBulb.cs diff --git a/Projects/Scripts/Items/Special/Rares/PaganReagents/DecoGarlicBulb2.cs b/Projects/UOContent/Items/Special/Rares/PaganReagents/DecoGarlicBulb2.cs similarity index 100% rename from Projects/Scripts/Items/Special/Rares/PaganReagents/DecoGarlicBulb2.cs rename to Projects/UOContent/Items/Special/Rares/PaganReagents/DecoGarlicBulb2.cs diff --git a/Projects/Scripts/Items/Special/Rares/PaganReagents/DecoGinseng.cs b/Projects/UOContent/Items/Special/Rares/PaganReagents/DecoGinseng.cs similarity index 100% rename from Projects/Scripts/Items/Special/Rares/PaganReagents/DecoGinseng.cs rename to Projects/UOContent/Items/Special/Rares/PaganReagents/DecoGinseng.cs diff --git a/Projects/Scripts/Items/Special/Rares/PaganReagents/DecoGinseng2.cs b/Projects/UOContent/Items/Special/Rares/PaganReagents/DecoGinseng2.cs similarity index 100% rename from Projects/Scripts/Items/Special/Rares/PaganReagents/DecoGinseng2.cs rename to Projects/UOContent/Items/Special/Rares/PaganReagents/DecoGinseng2.cs diff --git a/Projects/Scripts/Items/Special/Rares/PaganReagents/DecoGinsengRoot.cs b/Projects/UOContent/Items/Special/Rares/PaganReagents/DecoGinsengRoot.cs similarity index 100% rename from Projects/Scripts/Items/Special/Rares/PaganReagents/DecoGinsengRoot.cs rename to Projects/UOContent/Items/Special/Rares/PaganReagents/DecoGinsengRoot.cs diff --git a/Projects/Scripts/Items/Special/Rares/PaganReagents/DecoGinsengRoot2.cs b/Projects/UOContent/Items/Special/Rares/PaganReagents/DecoGinsengRoot2.cs similarity index 100% rename from Projects/Scripts/Items/Special/Rares/PaganReagents/DecoGinsengRoot2.cs rename to Projects/UOContent/Items/Special/Rares/PaganReagents/DecoGinsengRoot2.cs diff --git a/Projects/Scripts/Items/Special/Rares/PaganReagents/DecoMandrake.cs b/Projects/UOContent/Items/Special/Rares/PaganReagents/DecoMandrake.cs similarity index 100% rename from Projects/Scripts/Items/Special/Rares/PaganReagents/DecoMandrake.cs rename to Projects/UOContent/Items/Special/Rares/PaganReagents/DecoMandrake.cs diff --git a/Projects/Scripts/Items/Special/Rares/PaganReagents/DecoMandrake2.cs b/Projects/UOContent/Items/Special/Rares/PaganReagents/DecoMandrake2.cs similarity index 100% rename from Projects/Scripts/Items/Special/Rares/PaganReagents/DecoMandrake2.cs rename to Projects/UOContent/Items/Special/Rares/PaganReagents/DecoMandrake2.cs diff --git a/Projects/Scripts/Items/Special/Rares/PaganReagents/DecoMandrake3.cs b/Projects/UOContent/Items/Special/Rares/PaganReagents/DecoMandrake3.cs similarity index 100% rename from Projects/Scripts/Items/Special/Rares/PaganReagents/DecoMandrake3.cs rename to Projects/UOContent/Items/Special/Rares/PaganReagents/DecoMandrake3.cs diff --git a/Projects/Scripts/Items/Special/Rares/PaganReagents/DecoMandrakeRoot.cs b/Projects/UOContent/Items/Special/Rares/PaganReagents/DecoMandrakeRoot.cs similarity index 100% rename from Projects/Scripts/Items/Special/Rares/PaganReagents/DecoMandrakeRoot.cs rename to Projects/UOContent/Items/Special/Rares/PaganReagents/DecoMandrakeRoot.cs diff --git a/Projects/Scripts/Items/Special/Rares/PaganReagents/DecoMandrakeRoot2.cs b/Projects/UOContent/Items/Special/Rares/PaganReagents/DecoMandrakeRoot2.cs similarity index 100% rename from Projects/Scripts/Items/Special/Rares/PaganReagents/DecoMandrakeRoot2.cs rename to Projects/UOContent/Items/Special/Rares/PaganReagents/DecoMandrakeRoot2.cs diff --git a/Projects/Scripts/Items/Special/Rares/PaganReagents/DecoNightshade.cs b/Projects/UOContent/Items/Special/Rares/PaganReagents/DecoNightshade.cs similarity index 100% rename from Projects/Scripts/Items/Special/Rares/PaganReagents/DecoNightshade.cs rename to Projects/UOContent/Items/Special/Rares/PaganReagents/DecoNightshade.cs diff --git a/Projects/Scripts/Items/Special/Rares/PaganReagents/DecoNightshade2.cs b/Projects/UOContent/Items/Special/Rares/PaganReagents/DecoNightshade2.cs similarity index 100% rename from Projects/Scripts/Items/Special/Rares/PaganReagents/DecoNightshade2.cs rename to Projects/UOContent/Items/Special/Rares/PaganReagents/DecoNightshade2.cs diff --git a/Projects/Scripts/Items/Special/Rares/PaganReagents/DecoNightshade3.cs b/Projects/UOContent/Items/Special/Rares/PaganReagents/DecoNightshade3.cs similarity index 100% rename from Projects/Scripts/Items/Special/Rares/PaganReagents/DecoNightshade3.cs rename to Projects/UOContent/Items/Special/Rares/PaganReagents/DecoNightshade3.cs diff --git a/Projects/Scripts/Items/Special/Rares/PaganReagents/DecoObsidian.cs b/Projects/UOContent/Items/Special/Rares/PaganReagents/DecoObsidian.cs similarity index 100% rename from Projects/Scripts/Items/Special/Rares/PaganReagents/DecoObsidian.cs rename to Projects/UOContent/Items/Special/Rares/PaganReagents/DecoObsidian.cs diff --git a/Projects/Scripts/Items/Special/Rares/PaganReagents/DecoPumice.cs b/Projects/UOContent/Items/Special/Rares/PaganReagents/DecoPumice.cs similarity index 100% rename from Projects/Scripts/Items/Special/Rares/PaganReagents/DecoPumice.cs rename to Projects/UOContent/Items/Special/Rares/PaganReagents/DecoPumice.cs diff --git a/Projects/Scripts/Items/Special/Rares/PaganReagents/DecoWyrmsHeart.cs b/Projects/UOContent/Items/Special/Rares/PaganReagents/DecoWyrmsHeart.cs similarity index 100% rename from Projects/Scripts/Items/Special/Rares/PaganReagents/DecoWyrmsHeart.cs rename to Projects/UOContent/Items/Special/Rares/PaganReagents/DecoWyrmsHeart.cs diff --git a/Projects/Scripts/Items/Special/Rares/PlayingCards/Cards.cs b/Projects/UOContent/Items/Special/Rares/PlayingCards/Cards.cs similarity index 100% rename from Projects/Scripts/Items/Special/Rares/PlayingCards/Cards.cs rename to Projects/UOContent/Items/Special/Rares/PlayingCards/Cards.cs diff --git a/Projects/Scripts/Items/Special/Rares/PlayingCards/Cards2.cs b/Projects/UOContent/Items/Special/Rares/PlayingCards/Cards2.cs similarity index 100% rename from Projects/Scripts/Items/Special/Rares/PlayingCards/Cards2.cs rename to Projects/UOContent/Items/Special/Rares/PlayingCards/Cards2.cs diff --git a/Projects/Scripts/Items/Special/Rares/PlayingCards/Cards3.cs b/Projects/UOContent/Items/Special/Rares/PlayingCards/Cards3.cs similarity index 100% rename from Projects/Scripts/Items/Special/Rares/PlayingCards/Cards3.cs rename to Projects/UOContent/Items/Special/Rares/PlayingCards/Cards3.cs diff --git a/Projects/Scripts/Items/Special/Rares/PlayingCards/Cards4.cs b/Projects/UOContent/Items/Special/Rares/PlayingCards/Cards4.cs similarity index 100% rename from Projects/Scripts/Items/Special/Rares/PlayingCards/Cards4.cs rename to Projects/UOContent/Items/Special/Rares/PlayingCards/Cards4.cs diff --git a/Projects/Scripts/Items/Special/Rares/PlayingCards/Cards5.cs b/Projects/UOContent/Items/Special/Rares/PlayingCards/Cards5.cs similarity index 100% rename from Projects/Scripts/Items/Special/Rares/PlayingCards/Cards5.cs rename to Projects/UOContent/Items/Special/Rares/PlayingCards/Cards5.cs diff --git a/Projects/Scripts/Items/Special/Rares/PlayingCards/PlayingCards.cs b/Projects/UOContent/Items/Special/Rares/PlayingCards/PlayingCards.cs similarity index 100% rename from Projects/Scripts/Items/Special/Rares/PlayingCards/PlayingCards.cs rename to Projects/UOContent/Items/Special/Rares/PlayingCards/PlayingCards.cs diff --git a/Projects/Scripts/Items/Special/Rares/PlayingCards/PlayingCards2.cs b/Projects/UOContent/Items/Special/Rares/PlayingCards/PlayingCards2.cs similarity index 100% rename from Projects/Scripts/Items/Special/Rares/PlayingCards/PlayingCards2.cs rename to Projects/UOContent/Items/Special/Rares/PlayingCards/PlayingCards2.cs diff --git a/Projects/Scripts/Items/Special/Rares/Stables/Bridle.cs b/Projects/UOContent/Items/Special/Rares/Stables/Bridle.cs similarity index 100% rename from Projects/Scripts/Items/Special/Rares/Stables/Bridle.cs rename to Projects/UOContent/Items/Special/Rares/Stables/Bridle.cs diff --git a/Projects/Scripts/Items/Special/Rares/Stables/Bridle2.cs b/Projects/UOContent/Items/Special/Rares/Stables/Bridle2.cs similarity index 100% rename from Projects/Scripts/Items/Special/Rares/Stables/Bridle2.cs rename to Projects/UOContent/Items/Special/Rares/Stables/Bridle2.cs diff --git a/Projects/Scripts/Items/Special/Rares/Stables/DecoHay.cs b/Projects/UOContent/Items/Special/Rares/Stables/DecoHay.cs similarity index 100% rename from Projects/Scripts/Items/Special/Rares/Stables/DecoHay.cs rename to Projects/UOContent/Items/Special/Rares/Stables/DecoHay.cs diff --git a/Projects/Scripts/Items/Special/Rares/Stables/DecoHay2.cs b/Projects/UOContent/Items/Special/Rares/Stables/DecoHay2.cs similarity index 100% rename from Projects/Scripts/Items/Special/Rares/Stables/DecoHay2.cs rename to Projects/UOContent/Items/Special/Rares/Stables/DecoHay2.cs diff --git a/Projects/Scripts/Items/Special/Rares/Stables/DecoHorseDung.cs b/Projects/UOContent/Items/Special/Rares/Stables/DecoHorseDung.cs similarity index 100% rename from Projects/Scripts/Items/Special/Rares/Stables/DecoHorseDung.cs rename to Projects/UOContent/Items/Special/Rares/Stables/DecoHorseDung.cs diff --git a/Projects/Scripts/Items/Special/Rares/TarotCards/DecoDeckOfTarot.cs b/Projects/UOContent/Items/Special/Rares/TarotCards/DecoDeckOfTarot.cs similarity index 100% rename from Projects/Scripts/Items/Special/Rares/TarotCards/DecoDeckOfTarot.cs rename to Projects/UOContent/Items/Special/Rares/TarotCards/DecoDeckOfTarot.cs diff --git a/Projects/Scripts/Items/Special/Rares/TarotCards/DecoDeckOfTarot2.cs b/Projects/UOContent/Items/Special/Rares/TarotCards/DecoDeckOfTarot2.cs similarity index 100% rename from Projects/Scripts/Items/Special/Rares/TarotCards/DecoDeckOfTarot2.cs rename to Projects/UOContent/Items/Special/Rares/TarotCards/DecoDeckOfTarot2.cs diff --git a/Projects/Scripts/Items/Special/Rares/TarotCards/DecoTarot.cs b/Projects/UOContent/Items/Special/Rares/TarotCards/DecoTarot.cs similarity index 100% rename from Projects/Scripts/Items/Special/Rares/TarotCards/DecoTarot.cs rename to Projects/UOContent/Items/Special/Rares/TarotCards/DecoTarot.cs diff --git a/Projects/Scripts/Items/Special/Rares/TarotCards/DecoTarot2.cs b/Projects/UOContent/Items/Special/Rares/TarotCards/DecoTarot2.cs similarity index 100% rename from Projects/Scripts/Items/Special/Rares/TarotCards/DecoTarot2.cs rename to Projects/UOContent/Items/Special/Rares/TarotCards/DecoTarot2.cs diff --git a/Projects/Scripts/Items/Special/Rares/TarotCards/DecoTarot3.cs b/Projects/UOContent/Items/Special/Rares/TarotCards/DecoTarot3.cs similarity index 100% rename from Projects/Scripts/Items/Special/Rares/TarotCards/DecoTarot3.cs rename to Projects/UOContent/Items/Special/Rares/TarotCards/DecoTarot3.cs diff --git a/Projects/Scripts/Items/Special/Rares/TarotCards/DecoTarot4.cs b/Projects/UOContent/Items/Special/Rares/TarotCards/DecoTarot4.cs similarity index 100% rename from Projects/Scripts/Items/Special/Rares/TarotCards/DecoTarot4.cs rename to Projects/UOContent/Items/Special/Rares/TarotCards/DecoTarot4.cs diff --git a/Projects/Scripts/Items/Special/Rares/TarotCards/DecoTarot5.cs b/Projects/UOContent/Items/Special/Rares/TarotCards/DecoTarot5.cs similarity index 100% rename from Projects/Scripts/Items/Special/Rares/TarotCards/DecoTarot5.cs rename to Projects/UOContent/Items/Special/Rares/TarotCards/DecoTarot5.cs diff --git a/Projects/Scripts/Items/Special/Rares/TarotCards/DecoTarot6.cs b/Projects/UOContent/Items/Special/Rares/TarotCards/DecoTarot6.cs similarity index 100% rename from Projects/Scripts/Items/Special/Rares/TarotCards/DecoTarot6.cs rename to Projects/UOContent/Items/Special/Rares/TarotCards/DecoTarot6.cs diff --git a/Projects/Scripts/Items/Special/Rares/TarotCards/DecoTarot7.cs b/Projects/UOContent/Items/Special/Rares/TarotCards/DecoTarot7.cs similarity index 100% rename from Projects/Scripts/Items/Special/Rares/TarotCards/DecoTarot7.cs rename to Projects/UOContent/Items/Special/Rares/TarotCards/DecoTarot7.cs diff --git a/Projects/Scripts/Items/Special/Rares/Tinker/ArrowShafts.cs b/Projects/UOContent/Items/Special/Rares/Tinker/ArrowShafts.cs similarity index 100% rename from Projects/Scripts/Items/Special/Rares/Tinker/ArrowShafts.cs rename to Projects/UOContent/Items/Special/Rares/Tinker/ArrowShafts.cs diff --git a/Projects/Scripts/Items/Special/Rares/Tinker/CrossbowBolts.cs b/Projects/UOContent/Items/Special/Rares/Tinker/CrossbowBolts.cs similarity index 100% rename from Projects/Scripts/Items/Special/Rares/Tinker/CrossbowBolts.cs rename to Projects/UOContent/Items/Special/Rares/Tinker/CrossbowBolts.cs diff --git a/Projects/Scripts/Items/Special/Rares/Tinker/EmptyToolKit.cs b/Projects/UOContent/Items/Special/Rares/Tinker/EmptyToolKit.cs similarity index 100% rename from Projects/Scripts/Items/Special/Rares/Tinker/EmptyToolKit.cs rename to Projects/UOContent/Items/Special/Rares/Tinker/EmptyToolKit.cs diff --git a/Projects/Scripts/Items/Special/Rares/Tinker/EmptyToolKit2.cs b/Projects/UOContent/Items/Special/Rares/Tinker/EmptyToolKit2.cs similarity index 100% rename from Projects/Scripts/Items/Special/Rares/Tinker/EmptyToolKit2.cs rename to Projects/UOContent/Items/Special/Rares/Tinker/EmptyToolKit2.cs diff --git a/Projects/Scripts/Items/Special/Rares/Tinker/Lockpicks.cs b/Projects/UOContent/Items/Special/Rares/Tinker/Lockpicks.cs similarity index 100% rename from Projects/Scripts/Items/Special/Rares/Tinker/Lockpicks.cs rename to Projects/UOContent/Items/Special/Rares/Tinker/Lockpicks.cs diff --git a/Projects/Scripts/Items/Special/Rares/Tinker/ToolKit.cs b/Projects/UOContent/Items/Special/Rares/Tinker/ToolKit.cs similarity index 100% rename from Projects/Scripts/Items/Special/Rares/Tinker/ToolKit.cs rename to Projects/UOContent/Items/Special/Rares/Tinker/ToolKit.cs diff --git a/Projects/Scripts/Items/Special/RewardCake.cs b/Projects/UOContent/Items/Special/RewardCake.cs similarity index 100% rename from Projects/Scripts/Items/Special/RewardCake.cs rename to Projects/UOContent/Items/Special/RewardCake.cs diff --git a/Projects/Scripts/Items/Special/Solen Items/BagOfSending.cs b/Projects/UOContent/Items/Special/Solen Items/BagOfSending.cs similarity index 100% rename from Projects/Scripts/Items/Special/Solen Items/BagOfSending.cs rename to Projects/UOContent/Items/Special/Solen Items/BagOfSending.cs diff --git a/Projects/Scripts/Items/Special/Solen Items/BallOfSummoning.cs b/Projects/UOContent/Items/Special/Solen Items/BallOfSummoning.cs similarity index 100% rename from Projects/Scripts/Items/Special/Solen Items/BallOfSummoning.cs rename to Projects/UOContent/Items/Special/Solen Items/BallOfSummoning.cs diff --git a/Projects/Scripts/Items/Special/Solen Items/BraceletOfBinding.cs b/Projects/UOContent/Items/Special/Solen Items/BraceletOfBinding.cs similarity index 100% rename from Projects/Scripts/Items/Special/Solen Items/BraceletOfBinding.cs rename to Projects/UOContent/Items/Special/Solen Items/BraceletOfBinding.cs diff --git a/Projects/Scripts/Items/Special/Solen Items/MessageHelper.cs b/Projects/UOContent/Items/Special/Solen Items/MessageHelper.cs similarity index 100% rename from Projects/Scripts/Items/Special/Solen Items/MessageHelper.cs rename to Projects/UOContent/Items/Special/Solen Items/MessageHelper.cs diff --git a/Projects/Scripts/Items/Special/Solen Items/PowderOfTranslocation.cs b/Projects/UOContent/Items/Special/Solen Items/PowderOfTranslocation.cs similarity index 100% rename from Projects/Scripts/Items/Special/Solen Items/PowderOfTranslocation.cs rename to Projects/UOContent/Items/Special/Solen Items/PowderOfTranslocation.cs diff --git a/Projects/Scripts/Items/Special/Solen Items/ZoogiFungus.cs b/Projects/UOContent/Items/Special/Solen Items/ZoogiFungus.cs similarity index 100% rename from Projects/Scripts/Items/Special/Solen Items/ZoogiFungus.cs rename to Projects/UOContent/Items/Special/Solen Items/ZoogiFungus.cs diff --git a/Projects/Scripts/Items/Special/SoulStone.cs b/Projects/UOContent/Items/Special/SoulStone.cs similarity index 100% rename from Projects/Scripts/Items/Special/SoulStone.cs rename to Projects/UOContent/Items/Special/SoulStone.cs diff --git a/Projects/Scripts/Items/Special/Special Scrolls/PowerScroll.cs b/Projects/UOContent/Items/Special/Special Scrolls/PowerScroll.cs similarity index 100% rename from Projects/Scripts/Items/Special/Special Scrolls/PowerScroll.cs rename to Projects/UOContent/Items/Special/Special Scrolls/PowerScroll.cs diff --git a/Projects/Scripts/Items/Special/Special Scrolls/ScrollofAlacrity.cs b/Projects/UOContent/Items/Special/Special Scrolls/ScrollofAlacrity.cs similarity index 100% rename from Projects/Scripts/Items/Special/Special Scrolls/ScrollofAlacrity.cs rename to Projects/UOContent/Items/Special/Special Scrolls/ScrollofAlacrity.cs diff --git a/Projects/Scripts/Items/Special/Special Scrolls/ScrollofTranscendence.cs b/Projects/UOContent/Items/Special/Special Scrolls/ScrollofTranscendence.cs similarity index 100% rename from Projects/Scripts/Items/Special/Special Scrolls/ScrollofTranscendence.cs rename to Projects/UOContent/Items/Special/Special Scrolls/ScrollofTranscendence.cs diff --git a/Projects/Scripts/Items/Special/Special Scrolls/SpecialScroll.cs b/Projects/UOContent/Items/Special/Special Scrolls/SpecialScroll.cs similarity index 100% rename from Projects/Scripts/Items/Special/Special Scrolls/SpecialScroll.cs rename to Projects/UOContent/Items/Special/Special Scrolls/SpecialScroll.cs diff --git a/Projects/Scripts/Items/Special/Special Scrolls/StatScroll.cs b/Projects/UOContent/Items/Special/Special Scrolls/StatScroll.cs similarity index 100% rename from Projects/Scripts/Items/Special/Special Scrolls/StatScroll.cs rename to Projects/UOContent/Items/Special/Special Scrolls/StatScroll.cs diff --git a/Projects/Scripts/Items/Special/Valentines/2007/RedVelvetGiftBox.cs b/Projects/UOContent/Items/Special/Valentines/2007/RedVelvetGiftBox.cs similarity index 100% rename from Projects/Scripts/Items/Special/Valentines/2007/RedVelvetGiftBox.cs rename to Projects/UOContent/Items/Special/Valentines/2007/RedVelvetGiftBox.cs diff --git a/Projects/Scripts/Items/Special/Valentines/2007/RoseInAVase.cs b/Projects/UOContent/Items/Special/Valentines/2007/RoseInAVase.cs similarity index 100% rename from Projects/Scripts/Items/Special/Valentines/2007/RoseInAVase.cs rename to Projects/UOContent/Items/Special/Valentines/2007/RoseInAVase.cs diff --git a/Projects/Scripts/Items/Special/Valentines/2007/ValentinesCard.cs b/Projects/UOContent/Items/Special/Valentines/2007/ValentinesCard.cs similarity index 100% rename from Projects/Scripts/Items/Special/Valentines/2007/ValentinesCard.cs rename to Projects/UOContent/Items/Special/Valentines/2007/ValentinesCard.cs diff --git a/Projects/Scripts/Items/Special/Veteran Rewards/AnkhOfSacrifice.cs b/Projects/UOContent/Items/Special/Veteran Rewards/AnkhOfSacrifice.cs similarity index 100% rename from Projects/Scripts/Items/Special/Veteran Rewards/AnkhOfSacrifice.cs rename to Projects/UOContent/Items/Special/Veteran Rewards/AnkhOfSacrifice.cs diff --git a/Projects/Scripts/Items/Special/Veteran Rewards/Banner.cs b/Projects/UOContent/Items/Special/Veteran Rewards/Banner.cs similarity index 100% rename from Projects/Scripts/Items/Special/Veteran Rewards/Banner.cs rename to Projects/UOContent/Items/Special/Veteran Rewards/Banner.cs diff --git a/Projects/Scripts/Items/Special/Veteran Rewards/BloodyPentagram.cs b/Projects/UOContent/Items/Special/Veteran Rewards/BloodyPentagram.cs similarity index 100% rename from Projects/Scripts/Items/Special/Veteran Rewards/BloodyPentagram.cs rename to Projects/UOContent/Items/Special/Veteran Rewards/BloodyPentagram.cs diff --git a/Projects/Scripts/Items/Special/Veteran Rewards/Brazier.cs b/Projects/UOContent/Items/Special/Veteran Rewards/Brazier.cs similarity index 100% rename from Projects/Scripts/Items/Special/Veteran Rewards/Brazier.cs rename to Projects/UOContent/Items/Special/Veteran Rewards/Brazier.cs diff --git a/Projects/Scripts/Items/Special/Veteran Rewards/Cannon.cs b/Projects/UOContent/Items/Special/Veteran Rewards/Cannon.cs similarity index 100% rename from Projects/Scripts/Items/Special/Veteran Rewards/Cannon.cs rename to Projects/UOContent/Items/Special/Veteran Rewards/Cannon.cs diff --git a/Projects/Scripts/Items/Special/Veteran Rewards/CommodityDeedBox.cs b/Projects/UOContent/Items/Special/Veteran Rewards/CommodityDeedBox.cs similarity index 100% rename from Projects/Scripts/Items/Special/Veteran Rewards/CommodityDeedBox.cs rename to Projects/UOContent/Items/Special/Veteran Rewards/CommodityDeedBox.cs diff --git a/Projects/Scripts/Items/Special/Veteran Rewards/ContestMiniHouse.cs b/Projects/UOContent/Items/Special/Veteran Rewards/ContestMiniHouse.cs similarity index 100% rename from Projects/Scripts/Items/Special/Veteran Rewards/ContestMiniHouse.cs rename to Projects/UOContent/Items/Special/Veteran Rewards/ContestMiniHouse.cs diff --git a/Projects/Scripts/Items/Special/Veteran Rewards/DecorativeShield.cs b/Projects/UOContent/Items/Special/Veteran Rewards/DecorativeShield.cs similarity index 100% rename from Projects/Scripts/Items/Special/Veteran Rewards/DecorativeShield.cs rename to Projects/UOContent/Items/Special/Veteran Rewards/DecorativeShield.cs diff --git a/Projects/Scripts/Items/Special/Veteran Rewards/FlamingHead.cs b/Projects/UOContent/Items/Special/Veteran Rewards/FlamingHead.cs similarity index 100% rename from Projects/Scripts/Items/Special/Veteran Rewards/FlamingHead.cs rename to Projects/UOContent/Items/Special/Veteran Rewards/FlamingHead.cs diff --git a/Projects/Scripts/Items/Special/Veteran Rewards/HangingSkeleton.cs b/Projects/UOContent/Items/Special/Veteran Rewards/HangingSkeleton.cs similarity index 100% rename from Projects/Scripts/Items/Special/Veteran Rewards/HangingSkeleton.cs rename to Projects/UOContent/Items/Special/Veteran Rewards/HangingSkeleton.cs diff --git a/Projects/Scripts/Items/Special/Veteran Rewards/MiningCart.cs b/Projects/UOContent/Items/Special/Veteran Rewards/MiningCart.cs similarity index 100% rename from Projects/Scripts/Items/Special/Veteran Rewards/MiningCart.cs rename to Projects/UOContent/Items/Special/Veteran Rewards/MiningCart.cs diff --git a/Projects/Scripts/Items/Special/Veteran Rewards/MinotaurStatue.cs b/Projects/UOContent/Items/Special/Veteran Rewards/MinotaurStatue.cs similarity index 100% rename from Projects/Scripts/Items/Special/Veteran Rewards/MinotaurStatue.cs rename to Projects/UOContent/Items/Special/Veteran Rewards/MinotaurStatue.cs diff --git a/Projects/Scripts/Items/Special/Veteran Rewards/PottedCactus.cs b/Projects/UOContent/Items/Special/Veteran Rewards/PottedCactus.cs similarity index 100% rename from Projects/Scripts/Items/Special/Veteran Rewards/PottedCactus.cs rename to Projects/UOContent/Items/Special/Veteran Rewards/PottedCactus.cs diff --git a/Projects/Scripts/Items/Special/Veteran Rewards/StoneAnkh.cs b/Projects/UOContent/Items/Special/Veteran Rewards/StoneAnkh.cs similarity index 100% rename from Projects/Scripts/Items/Special/Veteran Rewards/StoneAnkh.cs rename to Projects/UOContent/Items/Special/Veteran Rewards/StoneAnkh.cs diff --git a/Projects/Scripts/Items/Special/Veteran Rewards/TreeStump.cs b/Projects/UOContent/Items/Special/Veteran Rewards/TreeStump.cs similarity index 100% rename from Projects/Scripts/Items/Special/Veteran Rewards/TreeStump.cs rename to Projects/UOContent/Items/Special/Veteran Rewards/TreeStump.cs diff --git a/Projects/Scripts/Items/Special/Veteran Rewards/WallBanner.cs b/Projects/UOContent/Items/Special/Veteran Rewards/WallBanner.cs similarity index 100% rename from Projects/Scripts/Items/Special/Veteran Rewards/WallBanner.cs rename to Projects/UOContent/Items/Special/Veteran Rewards/WallBanner.cs diff --git a/Projects/Scripts/Items/Special/Veteran Rewards/WeaponEngravingTool.cs b/Projects/UOContent/Items/Special/Veteran Rewards/WeaponEngravingTool.cs similarity index 100% rename from Projects/Scripts/Items/Special/Veteran Rewards/WeaponEngravingTool.cs rename to Projects/UOContent/Items/Special/Veteran Rewards/WeaponEngravingTool.cs diff --git a/Projects/Scripts/Items/Suits/AdminRobe.cs b/Projects/UOContent/Items/Suits/AdminRobe.cs similarity index 100% rename from Projects/Scripts/Items/Suits/AdminRobe.cs rename to Projects/UOContent/Items/Suits/AdminRobe.cs diff --git a/Projects/Scripts/Items/Suits/BaseSuit.cs b/Projects/UOContent/Items/Suits/BaseSuit.cs similarity index 100% rename from Projects/Scripts/Items/Suits/BaseSuit.cs rename to Projects/UOContent/Items/Suits/BaseSuit.cs diff --git a/Projects/Scripts/Items/Suits/CounselorRobe.cs b/Projects/UOContent/Items/Suits/CounselorRobe.cs similarity index 100% rename from Projects/Scripts/Items/Suits/CounselorRobe.cs rename to Projects/UOContent/Items/Suits/CounselorRobe.cs diff --git a/Projects/Scripts/Items/Suits/DeathShroud.cs b/Projects/UOContent/Items/Suits/DeathShroud.cs similarity index 100% rename from Projects/Scripts/Items/Suits/DeathShroud.cs rename to Projects/UOContent/Items/Suits/DeathShroud.cs diff --git a/Projects/Scripts/Items/Suits/DupreSuit.cs b/Projects/UOContent/Items/Suits/DupreSuit.cs similarity index 100% rename from Projects/Scripts/Items/Suits/DupreSuit.cs rename to Projects/UOContent/Items/Suits/DupreSuit.cs diff --git a/Projects/Scripts/Items/Suits/GMRobe.cs b/Projects/UOContent/Items/Suits/GMRobe.cs similarity index 100% rename from Projects/Scripts/Items/Suits/GMRobe.cs rename to Projects/UOContent/Items/Suits/GMRobe.cs diff --git a/Projects/Scripts/Items/Suits/LordBlackthorneSuit.cs b/Projects/UOContent/Items/Suits/LordBlackthorneSuit.cs similarity index 100% rename from Projects/Scripts/Items/Suits/LordBlackthorneSuit.cs rename to Projects/UOContent/Items/Suits/LordBlackthorneSuit.cs diff --git a/Projects/Scripts/Items/Suits/LordBritishSuit.cs b/Projects/UOContent/Items/Suits/LordBritishSuit.cs similarity index 100% rename from Projects/Scripts/Items/Suits/LordBritishSuit.cs rename to Projects/UOContent/Items/Suits/LordBritishSuit.cs diff --git a/Projects/Scripts/Items/Suits/SeerRobe.cs b/Projects/UOContent/Items/Suits/SeerRobe.cs similarity index 100% rename from Projects/Scripts/Items/Suits/SeerRobe.cs rename to Projects/UOContent/Items/Suits/SeerRobe.cs diff --git a/Projects/Scripts/Items/Talismans/BaseTalisman.cs b/Projects/UOContent/Items/Talismans/BaseTalisman.cs similarity index 100% rename from Projects/Scripts/Items/Talismans/BaseTalisman.cs rename to Projects/UOContent/Items/Talismans/BaseTalisman.cs diff --git a/Projects/Scripts/Items/Talismans/Items/EnchantedSwitch.cs b/Projects/UOContent/Items/Talismans/Items/EnchantedSwitch.cs similarity index 100% rename from Projects/Scripts/Items/Talismans/Items/EnchantedSwitch.cs rename to Projects/UOContent/Items/Talismans/Items/EnchantedSwitch.cs diff --git a/Projects/Scripts/Items/Talismans/Items/HollowPrism.cs b/Projects/UOContent/Items/Talismans/Items/HollowPrism.cs similarity index 100% rename from Projects/Scripts/Items/Talismans/Items/HollowPrism.cs rename to Projects/UOContent/Items/Talismans/Items/HollowPrism.cs diff --git a/Projects/Scripts/Items/Talismans/Items/JeweledFiligree.cs b/Projects/UOContent/Items/Talismans/Items/JeweledFiligree.cs similarity index 100% rename from Projects/Scripts/Items/Talismans/Items/JeweledFiligree.cs rename to Projects/UOContent/Items/Talismans/Items/JeweledFiligree.cs diff --git a/Projects/Scripts/Items/Talismans/Items/RunedPrism.cs b/Projects/UOContent/Items/Talismans/Items/RunedPrism.cs similarity index 100% rename from Projects/Scripts/Items/Talismans/Items/RunedPrism.cs rename to Projects/UOContent/Items/Talismans/Items/RunedPrism.cs diff --git a/Projects/Scripts/Items/Talismans/Items/RunedSwitch.cs b/Projects/UOContent/Items/Talismans/Items/RunedSwitch.cs similarity index 100% rename from Projects/Scripts/Items/Talismans/Items/RunedSwitch.cs rename to Projects/UOContent/Items/Talismans/Items/RunedSwitch.cs diff --git a/Projects/Scripts/Items/Talismans/RandomTalisman.cs b/Projects/UOContent/Items/Talismans/RandomTalisman.cs similarity index 100% rename from Projects/Scripts/Items/Talismans/RandomTalisman.cs rename to Projects/UOContent/Items/Talismans/RandomTalisman.cs diff --git a/Projects/Scripts/Items/Talismans/TalismanAttribute.cs b/Projects/UOContent/Items/Talismans/TalismanAttribute.cs similarity index 100% rename from Projects/Scripts/Items/Talismans/TalismanAttribute.cs rename to Projects/UOContent/Items/Talismans/TalismanAttribute.cs diff --git a/Projects/Scripts/Items/Talismans/TalismanSlayer.cs b/Projects/UOContent/Items/Talismans/TalismanSlayer.cs similarity index 100% rename from Projects/Scripts/Items/Talismans/TalismanSlayer.cs rename to Projects/UOContent/Items/Talismans/TalismanSlayer.cs diff --git a/Projects/Scripts/Items/Talismans/TalismanSummons.cs b/Projects/UOContent/Items/Talismans/TalismanSummons.cs similarity index 100% rename from Projects/Scripts/Items/Talismans/TalismanSummons.cs rename to Projects/UOContent/Items/Talismans/TalismanSummons.cs diff --git a/Projects/Scripts/Items/Traps/BaseTrap.cs b/Projects/UOContent/Items/Traps/BaseTrap.cs similarity index 100% rename from Projects/Scripts/Items/Traps/BaseTrap.cs rename to Projects/UOContent/Items/Traps/BaseTrap.cs diff --git a/Projects/Scripts/Items/Traps/FireColumnTrap.cs b/Projects/UOContent/Items/Traps/FireColumnTrap.cs similarity index 100% rename from Projects/Scripts/Items/Traps/FireColumnTrap.cs rename to Projects/UOContent/Items/Traps/FireColumnTrap.cs diff --git a/Projects/Scripts/Items/Traps/FlameSpurtTrap.cs b/Projects/UOContent/Items/Traps/FlameSpurtTrap.cs similarity index 100% rename from Projects/Scripts/Items/Traps/FlameSpurtTrap.cs rename to Projects/UOContent/Items/Traps/FlameSpurtTrap.cs diff --git a/Projects/Scripts/Items/Traps/GasTrap.cs b/Projects/UOContent/Items/Traps/GasTrap.cs similarity index 100% rename from Projects/Scripts/Items/Traps/GasTrap.cs rename to Projects/UOContent/Items/Traps/GasTrap.cs diff --git a/Projects/Scripts/Items/Traps/GiantSpikeTrap.cs b/Projects/UOContent/Items/Traps/GiantSpikeTrap.cs similarity index 100% rename from Projects/Scripts/Items/Traps/GiantSpikeTrap.cs rename to Projects/UOContent/Items/Traps/GiantSpikeTrap.cs diff --git a/Projects/Scripts/Items/Traps/MushroomTrap.cs b/Projects/UOContent/Items/Traps/MushroomTrap.cs similarity index 100% rename from Projects/Scripts/Items/Traps/MushroomTrap.cs rename to Projects/UOContent/Items/Traps/MushroomTrap.cs diff --git a/Projects/Scripts/Items/Traps/SawTrap.cs b/Projects/UOContent/Items/Traps/SawTrap.cs similarity index 100% rename from Projects/Scripts/Items/Traps/SawTrap.cs rename to Projects/UOContent/Items/Traps/SawTrap.cs diff --git a/Projects/Scripts/Items/Traps/SpikeTrap.cs b/Projects/UOContent/Items/Traps/SpikeTrap.cs similarity index 100% rename from Projects/Scripts/Items/Traps/SpikeTrap.cs rename to Projects/UOContent/Items/Traps/SpikeTrap.cs diff --git a/Projects/Scripts/Items/Traps/StoneFaceTrap.cs b/Projects/UOContent/Items/Traps/StoneFaceTrap.cs similarity index 100% rename from Projects/Scripts/Items/Traps/StoneFaceTrap.cs rename to Projects/UOContent/Items/Traps/StoneFaceTrap.cs diff --git a/Projects/Scripts/Items/TreasureChests/TreasureChestLevel1.cs b/Projects/UOContent/Items/TreasureChests/TreasureChestLevel1.cs similarity index 100% rename from Projects/Scripts/Items/TreasureChests/TreasureChestLevel1.cs rename to Projects/UOContent/Items/TreasureChests/TreasureChestLevel1.cs diff --git a/Projects/Scripts/Items/TreasureChests/TreasureChestLevel2.cs b/Projects/UOContent/Items/TreasureChests/TreasureChestLevel2.cs similarity index 100% rename from Projects/Scripts/Items/TreasureChests/TreasureChestLevel2.cs rename to Projects/UOContent/Items/TreasureChests/TreasureChestLevel2.cs diff --git a/Projects/Scripts/Items/TreasureChests/TreasureChestLevel3.cs b/Projects/UOContent/Items/TreasureChests/TreasureChestLevel3.cs similarity index 100% rename from Projects/Scripts/Items/TreasureChests/TreasureChestLevel3.cs rename to Projects/UOContent/Items/TreasureChests/TreasureChestLevel3.cs diff --git a/Projects/Scripts/Items/TreasureChests/TreasureChestLevel4.cs b/Projects/UOContent/Items/TreasureChests/TreasureChestLevel4.cs similarity index 100% rename from Projects/Scripts/Items/TreasureChests/TreasureChestLevel4.cs rename to Projects/UOContent/Items/TreasureChests/TreasureChestLevel4.cs diff --git a/Projects/Scripts/Items/Wands/BaseWand.cs b/Projects/UOContent/Items/Wands/BaseWand.cs similarity index 100% rename from Projects/Scripts/Items/Wands/BaseWand.cs rename to Projects/UOContent/Items/Wands/BaseWand.cs diff --git a/Projects/Scripts/Items/Wands/ClumsyWand.cs b/Projects/UOContent/Items/Wands/ClumsyWand.cs similarity index 100% rename from Projects/Scripts/Items/Wands/ClumsyWand.cs rename to Projects/UOContent/Items/Wands/ClumsyWand.cs diff --git a/Projects/Scripts/Items/Wands/FeebleWand.cs b/Projects/UOContent/Items/Wands/FeebleWand.cs similarity index 100% rename from Projects/Scripts/Items/Wands/FeebleWand.cs rename to Projects/UOContent/Items/Wands/FeebleWand.cs diff --git a/Projects/Scripts/Items/Wands/FireballWand.cs b/Projects/UOContent/Items/Wands/FireballWand.cs similarity index 100% rename from Projects/Scripts/Items/Wands/FireballWand.cs rename to Projects/UOContent/Items/Wands/FireballWand.cs diff --git a/Projects/Scripts/Items/Wands/GreaterHealWand.cs b/Projects/UOContent/Items/Wands/GreaterHealWand.cs similarity index 100% rename from Projects/Scripts/Items/Wands/GreaterHealWand.cs rename to Projects/UOContent/Items/Wands/GreaterHealWand.cs diff --git a/Projects/Scripts/Items/Wands/HarmWand.cs b/Projects/UOContent/Items/Wands/HarmWand.cs similarity index 100% rename from Projects/Scripts/Items/Wands/HarmWand.cs rename to Projects/UOContent/Items/Wands/HarmWand.cs diff --git a/Projects/Scripts/Items/Wands/HealWand.cs b/Projects/UOContent/Items/Wands/HealWand.cs similarity index 100% rename from Projects/Scripts/Items/Wands/HealWand.cs rename to Projects/UOContent/Items/Wands/HealWand.cs diff --git a/Projects/Scripts/Items/Wands/IDWand.cs b/Projects/UOContent/Items/Wands/IDWand.cs similarity index 100% rename from Projects/Scripts/Items/Wands/IDWand.cs rename to Projects/UOContent/Items/Wands/IDWand.cs diff --git a/Projects/Scripts/Items/Wands/LightningWand.cs b/Projects/UOContent/Items/Wands/LightningWand.cs similarity index 100% rename from Projects/Scripts/Items/Wands/LightningWand.cs rename to Projects/UOContent/Items/Wands/LightningWand.cs diff --git a/Projects/Scripts/Items/Wands/MagicArrowWand.cs b/Projects/UOContent/Items/Wands/MagicArrowWand.cs similarity index 100% rename from Projects/Scripts/Items/Wands/MagicArrowWand.cs rename to Projects/UOContent/Items/Wands/MagicArrowWand.cs diff --git a/Projects/Scripts/Items/Wands/ManaDrainWand.cs b/Projects/UOContent/Items/Wands/ManaDrainWand.cs similarity index 100% rename from Projects/Scripts/Items/Wands/ManaDrainWand.cs rename to Projects/UOContent/Items/Wands/ManaDrainWand.cs diff --git a/Projects/Scripts/Items/Wands/RandomWand.cs b/Projects/UOContent/Items/Wands/RandomWand.cs similarity index 100% rename from Projects/Scripts/Items/Wands/RandomWand.cs rename to Projects/UOContent/Items/Wands/RandomWand.cs diff --git a/Projects/Scripts/Items/Wands/WandTarget.cs b/Projects/UOContent/Items/Wands/WandTarget.cs similarity index 100% rename from Projects/Scripts/Items/Wands/WandTarget.cs rename to Projects/UOContent/Items/Wands/WandTarget.cs diff --git a/Projects/Scripts/Items/Wands/WeaknessWand.cs b/Projects/UOContent/Items/Wands/WeaknessWand.cs similarity index 100% rename from Projects/Scripts/Items/Wands/WeaknessWand.cs rename to Projects/UOContent/Items/Wands/WeaknessWand.cs diff --git a/Projects/Scripts/Items/Weapons/Abilities/ArmorIgnore.cs b/Projects/UOContent/Items/Weapons/Abilities/ArmorIgnore.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/Abilities/ArmorIgnore.cs rename to Projects/UOContent/Items/Weapons/Abilities/ArmorIgnore.cs diff --git a/Projects/Scripts/Items/Weapons/Abilities/ArmorPierce.cs b/Projects/UOContent/Items/Weapons/Abilities/ArmorPierce.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/Abilities/ArmorPierce.cs rename to Projects/UOContent/Items/Weapons/Abilities/ArmorPierce.cs diff --git a/Projects/Scripts/Items/Weapons/Abilities/BleedAttack.cs b/Projects/UOContent/Items/Weapons/Abilities/BleedAttack.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/Abilities/BleedAttack.cs rename to Projects/UOContent/Items/Weapons/Abilities/BleedAttack.cs diff --git a/Projects/Scripts/Items/Weapons/Abilities/Block.cs b/Projects/UOContent/Items/Weapons/Abilities/Block.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/Abilities/Block.cs rename to Projects/UOContent/Items/Weapons/Abilities/Block.cs diff --git a/Projects/Scripts/Items/Weapons/Abilities/ConcussionBlow.cs b/Projects/UOContent/Items/Weapons/Abilities/ConcussionBlow.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/Abilities/ConcussionBlow.cs rename to Projects/UOContent/Items/Weapons/Abilities/ConcussionBlow.cs diff --git a/Projects/Scripts/Items/Weapons/Abilities/CrushingBlow.cs b/Projects/UOContent/Items/Weapons/Abilities/CrushingBlow.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/Abilities/CrushingBlow.cs rename to Projects/UOContent/Items/Weapons/Abilities/CrushingBlow.cs diff --git a/Projects/Scripts/Items/Weapons/Abilities/DefenseMastery.cs b/Projects/UOContent/Items/Weapons/Abilities/DefenseMastery.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/Abilities/DefenseMastery.cs rename to Projects/UOContent/Items/Weapons/Abilities/DefenseMastery.cs diff --git a/Projects/Scripts/Items/Weapons/Abilities/Disarm.cs b/Projects/UOContent/Items/Weapons/Abilities/Disarm.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/Abilities/Disarm.cs rename to Projects/UOContent/Items/Weapons/Abilities/Disarm.cs diff --git a/Projects/Scripts/Items/Weapons/Abilities/Dismount.cs b/Projects/UOContent/Items/Weapons/Abilities/Dismount.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/Abilities/Dismount.cs rename to Projects/UOContent/Items/Weapons/Abilities/Dismount.cs diff --git a/Projects/Scripts/Items/Weapons/Abilities/Disrobe.cs b/Projects/UOContent/Items/Weapons/Abilities/Disrobe.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/Abilities/Disrobe.cs rename to Projects/UOContent/Items/Weapons/Abilities/Disrobe.cs diff --git a/Projects/Scripts/Items/Weapons/Abilities/DoubleShot.cs b/Projects/UOContent/Items/Weapons/Abilities/DoubleShot.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/Abilities/DoubleShot.cs rename to Projects/UOContent/Items/Weapons/Abilities/DoubleShot.cs diff --git a/Projects/Scripts/Items/Weapons/Abilities/DoubleStrike.cs b/Projects/UOContent/Items/Weapons/Abilities/DoubleStrike.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/Abilities/DoubleStrike.cs rename to Projects/UOContent/Items/Weapons/Abilities/DoubleStrike.cs diff --git a/Projects/Scripts/Items/Weapons/Abilities/DualWield.cs b/Projects/UOContent/Items/Weapons/Abilities/DualWield.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/Abilities/DualWield.cs rename to Projects/UOContent/Items/Weapons/Abilities/DualWield.cs diff --git a/Projects/Scripts/Items/Weapons/Abilities/Feint.cs b/Projects/UOContent/Items/Weapons/Abilities/Feint.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/Abilities/Feint.cs rename to Projects/UOContent/Items/Weapons/Abilities/Feint.cs diff --git a/Projects/Scripts/Items/Weapons/Abilities/FrenziedWhirlwind.cs b/Projects/UOContent/Items/Weapons/Abilities/FrenziedWhirlwind.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/Abilities/FrenziedWhirlwind.cs rename to Projects/UOContent/Items/Weapons/Abilities/FrenziedWhirlwind.cs diff --git a/Projects/Scripts/Items/Weapons/Abilities/InfectiousStrike.cs b/Projects/UOContent/Items/Weapons/Abilities/InfectiousStrike.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/Abilities/InfectiousStrike.cs rename to Projects/UOContent/Items/Weapons/Abilities/InfectiousStrike.cs diff --git a/Projects/Scripts/Items/Weapons/Abilities/MortalStrike.cs b/Projects/UOContent/Items/Weapons/Abilities/MortalStrike.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/Abilities/MortalStrike.cs rename to Projects/UOContent/Items/Weapons/Abilities/MortalStrike.cs diff --git a/Projects/Scripts/Items/Weapons/Abilities/MovingShot.cs b/Projects/UOContent/Items/Weapons/Abilities/MovingShot.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/Abilities/MovingShot.cs rename to Projects/UOContent/Items/Weapons/Abilities/MovingShot.cs diff --git a/Projects/Scripts/Items/Weapons/Abilities/NerveStrike.cs b/Projects/UOContent/Items/Weapons/Abilities/NerveStrike.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/Abilities/NerveStrike.cs rename to Projects/UOContent/Items/Weapons/Abilities/NerveStrike.cs diff --git a/Projects/Scripts/Items/Weapons/Abilities/ParalyzingBlow.cs b/Projects/UOContent/Items/Weapons/Abilities/ParalyzingBlow.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/Abilities/ParalyzingBlow.cs rename to Projects/UOContent/Items/Weapons/Abilities/ParalyzingBlow.cs diff --git a/Projects/Scripts/Items/Weapons/Abilities/RidingSwipe.cs b/Projects/UOContent/Items/Weapons/Abilities/RidingSwipe.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/Abilities/RidingSwipe.cs rename to Projects/UOContent/Items/Weapons/Abilities/RidingSwipe.cs diff --git a/Projects/Scripts/Items/Weapons/Abilities/ShadowStrike.cs b/Projects/UOContent/Items/Weapons/Abilities/ShadowStrike.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/Abilities/ShadowStrike.cs rename to Projects/UOContent/Items/Weapons/Abilities/ShadowStrike.cs diff --git a/Projects/Scripts/Items/Weapons/Abilities/TalonStrike.cs b/Projects/UOContent/Items/Weapons/Abilities/TalonStrike.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/Abilities/TalonStrike.cs rename to Projects/UOContent/Items/Weapons/Abilities/TalonStrike.cs diff --git a/Projects/Scripts/Items/Weapons/Abilities/WeaponAbility.cs b/Projects/UOContent/Items/Weapons/Abilities/WeaponAbility.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/Abilities/WeaponAbility.cs rename to Projects/UOContent/Items/Weapons/Abilities/WeaponAbility.cs diff --git a/Projects/Scripts/Items/Weapons/Abilities/WhirlwindAttack.cs b/Projects/UOContent/Items/Weapons/Abilities/WhirlwindAttack.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/Abilities/WhirlwindAttack.cs rename to Projects/UOContent/Items/Weapons/Abilities/WhirlwindAttack.cs diff --git a/Projects/Scripts/Items/Weapons/Artifacts/AxeOfTheHeavens.cs b/Projects/UOContent/Items/Weapons/Artifacts/AxeOfTheHeavens.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/Artifacts/AxeOfTheHeavens.cs rename to Projects/UOContent/Items/Weapons/Artifacts/AxeOfTheHeavens.cs diff --git a/Projects/Scripts/Items/Weapons/Artifacts/BladeOfInsanity.cs b/Projects/UOContent/Items/Weapons/Artifacts/BladeOfInsanity.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/Artifacts/BladeOfInsanity.cs rename to Projects/UOContent/Items/Weapons/Artifacts/BladeOfInsanity.cs diff --git a/Projects/Scripts/Items/Weapons/Artifacts/BladeOfTheRighteous.cs b/Projects/UOContent/Items/Weapons/Artifacts/BladeOfTheRighteous.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/Artifacts/BladeOfTheRighteous.cs rename to Projects/UOContent/Items/Weapons/Artifacts/BladeOfTheRighteous.cs diff --git a/Projects/Scripts/Items/Weapons/Artifacts/BoneCrusher.cs b/Projects/UOContent/Items/Weapons/Artifacts/BoneCrusher.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/Artifacts/BoneCrusher.cs rename to Projects/UOContent/Items/Weapons/Artifacts/BoneCrusher.cs diff --git a/Projects/Scripts/Items/Weapons/Artifacts/BreathOfTheDead.cs b/Projects/UOContent/Items/Weapons/Artifacts/BreathOfTheDead.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/Artifacts/BreathOfTheDead.cs rename to Projects/UOContent/Items/Weapons/Artifacts/BreathOfTheDead.cs diff --git a/Projects/Scripts/Items/Weapons/Artifacts/Frostbringer.cs b/Projects/UOContent/Items/Weapons/Artifacts/Frostbringer.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/Artifacts/Frostbringer.cs rename to Projects/UOContent/Items/Weapons/Artifacts/Frostbringer.cs diff --git a/Projects/Scripts/Items/Weapons/Artifacts/LegacyOfTheDreadLord.cs b/Projects/UOContent/Items/Weapons/Artifacts/LegacyOfTheDreadLord.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/Artifacts/LegacyOfTheDreadLord.cs rename to Projects/UOContent/Items/Weapons/Artifacts/LegacyOfTheDreadLord.cs diff --git a/Projects/Scripts/Items/Weapons/Artifacts/SerpentsFang.cs b/Projects/UOContent/Items/Weapons/Artifacts/SerpentsFang.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/Artifacts/SerpentsFang.cs rename to Projects/UOContent/Items/Weapons/Artifacts/SerpentsFang.cs diff --git a/Projects/Scripts/Items/Weapons/Artifacts/StaffOfTheMagi.cs b/Projects/UOContent/Items/Weapons/Artifacts/StaffOfTheMagi.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/Artifacts/StaffOfTheMagi.cs rename to Projects/UOContent/Items/Weapons/Artifacts/StaffOfTheMagi.cs diff --git a/Projects/Scripts/Items/Weapons/Artifacts/TheBeserkersMaul.cs b/Projects/UOContent/Items/Weapons/Artifacts/TheBeserkersMaul.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/Artifacts/TheBeserkersMaul.cs rename to Projects/UOContent/Items/Weapons/Artifacts/TheBeserkersMaul.cs diff --git a/Projects/Scripts/Items/Weapons/Artifacts/TheDragonSlayer.cs b/Projects/UOContent/Items/Weapons/Artifacts/TheDragonSlayer.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/Artifacts/TheDragonSlayer.cs rename to Projects/UOContent/Items/Weapons/Artifacts/TheDragonSlayer.cs diff --git a/Projects/Scripts/Items/Weapons/Artifacts/TheDryadBow.cs b/Projects/UOContent/Items/Weapons/Artifacts/TheDryadBow.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/Artifacts/TheDryadBow.cs rename to Projects/UOContent/Items/Weapons/Artifacts/TheDryadBow.cs diff --git a/Projects/Scripts/Items/Weapons/Artifacts/TheTaskmaster.cs b/Projects/UOContent/Items/Weapons/Artifacts/TheTaskmaster.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/Artifacts/TheTaskmaster.cs rename to Projects/UOContent/Items/Weapons/Artifacts/TheTaskmaster.cs diff --git a/Projects/Scripts/Items/Weapons/Artifacts/TitansHammer.cs b/Projects/UOContent/Items/Weapons/Artifacts/TitansHammer.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/Artifacts/TitansHammer.cs rename to Projects/UOContent/Items/Weapons/Artifacts/TitansHammer.cs diff --git a/Projects/Scripts/Items/Weapons/Artifacts/ZyronicClaw.cs b/Projects/UOContent/Items/Weapons/Artifacts/ZyronicClaw.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/Artifacts/ZyronicClaw.cs rename to Projects/UOContent/Items/Weapons/Artifacts/ZyronicClaw.cs diff --git a/Projects/Scripts/Items/Weapons/Axes/Axe.cs b/Projects/UOContent/Items/Weapons/Axes/Axe.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/Axes/Axe.cs rename to Projects/UOContent/Items/Weapons/Axes/Axe.cs diff --git a/Projects/Scripts/Items/Weapons/Axes/BaseAxe.cs b/Projects/UOContent/Items/Weapons/Axes/BaseAxe.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/Axes/BaseAxe.cs rename to Projects/UOContent/Items/Weapons/Axes/BaseAxe.cs diff --git a/Projects/Scripts/Items/Weapons/Axes/BattleAxe.cs b/Projects/UOContent/Items/Weapons/Axes/BattleAxe.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/Axes/BattleAxe.cs rename to Projects/UOContent/Items/Weapons/Axes/BattleAxe.cs diff --git a/Projects/Scripts/Items/Weapons/Axes/DoubleAxe.cs b/Projects/UOContent/Items/Weapons/Axes/DoubleAxe.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/Axes/DoubleAxe.cs rename to Projects/UOContent/Items/Weapons/Axes/DoubleAxe.cs diff --git a/Projects/Scripts/Items/Weapons/Axes/ExecutionersAxe.cs b/Projects/UOContent/Items/Weapons/Axes/ExecutionersAxe.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/Axes/ExecutionersAxe.cs rename to Projects/UOContent/Items/Weapons/Axes/ExecutionersAxe.cs diff --git a/Projects/Scripts/Items/Weapons/Axes/GuardianAxe.cs b/Projects/UOContent/Items/Weapons/Axes/GuardianAxe.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/Axes/GuardianAxe.cs rename to Projects/UOContent/Items/Weapons/Axes/GuardianAxe.cs diff --git a/Projects/Scripts/Items/Weapons/Axes/Hatchet.cs b/Projects/UOContent/Items/Weapons/Axes/Hatchet.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/Axes/Hatchet.cs rename to Projects/UOContent/Items/Weapons/Axes/Hatchet.cs diff --git a/Projects/Scripts/Items/Weapons/Axes/HeavyOrnateAxe.cs b/Projects/UOContent/Items/Weapons/Axes/HeavyOrnateAxe.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/Axes/HeavyOrnateAxe.cs rename to Projects/UOContent/Items/Weapons/Axes/HeavyOrnateAxe.cs diff --git a/Projects/Scripts/Items/Weapons/Axes/LargeBattleAxe.cs b/Projects/UOContent/Items/Weapons/Axes/LargeBattleAxe.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/Axes/LargeBattleAxe.cs rename to Projects/UOContent/Items/Weapons/Axes/LargeBattleAxe.cs diff --git a/Projects/Scripts/Items/Weapons/Axes/Pickaxe.cs b/Projects/UOContent/Items/Weapons/Axes/Pickaxe.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/Axes/Pickaxe.cs rename to Projects/UOContent/Items/Weapons/Axes/Pickaxe.cs diff --git a/Projects/Scripts/Items/Weapons/Axes/SingingAxe.cs b/Projects/UOContent/Items/Weapons/Axes/SingingAxe.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/Axes/SingingAxe.cs rename to Projects/UOContent/Items/Weapons/Axes/SingingAxe.cs diff --git a/Projects/Scripts/Items/Weapons/Axes/ThunderingAxe.cs b/Projects/UOContent/Items/Weapons/Axes/ThunderingAxe.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/Axes/ThunderingAxe.cs rename to Projects/UOContent/Items/Weapons/Axes/ThunderingAxe.cs diff --git a/Projects/Scripts/Items/Weapons/Axes/TwoHandedAxe.cs b/Projects/UOContent/Items/Weapons/Axes/TwoHandedAxe.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/Axes/TwoHandedAxe.cs rename to Projects/UOContent/Items/Weapons/Axes/TwoHandedAxe.cs diff --git a/Projects/Scripts/Items/Weapons/Axes/WarAxe.cs b/Projects/UOContent/Items/Weapons/Axes/WarAxe.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/Axes/WarAxe.cs rename to Projects/UOContent/Items/Weapons/Axes/WarAxe.cs diff --git a/Projects/Scripts/Items/Weapons/BaseMeleeWeapon.cs b/Projects/UOContent/Items/Weapons/BaseMeleeWeapon.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/BaseMeleeWeapon.cs rename to Projects/UOContent/Items/Weapons/BaseMeleeWeapon.cs diff --git a/Projects/Scripts/Items/Weapons/BaseWeapon.cs b/Projects/UOContent/Items/Weapons/BaseWeapon.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/BaseWeapon.cs rename to Projects/UOContent/Items/Weapons/BaseWeapon.cs diff --git a/Projects/Scripts/Items/Weapons/Fists.cs b/Projects/UOContent/Items/Weapons/Fists.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/Fists.cs rename to Projects/UOContent/Items/Weapons/Fists.cs diff --git a/Projects/Scripts/Items/Weapons/HitLower.cs b/Projects/UOContent/Items/Weapons/HitLower.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/HitLower.cs rename to Projects/UOContent/Items/Weapons/HitLower.cs diff --git a/Projects/Scripts/Items/Weapons/Knives/BaseKnife.cs b/Projects/UOContent/Items/Weapons/Knives/BaseKnife.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/Knives/BaseKnife.cs rename to Projects/UOContent/Items/Weapons/Knives/BaseKnife.cs diff --git a/Projects/Scripts/Items/Weapons/Knives/ButcherKnife.cs b/Projects/UOContent/Items/Weapons/Knives/ButcherKnife.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/Knives/ButcherKnife.cs rename to Projects/UOContent/Items/Weapons/Knives/ButcherKnife.cs diff --git a/Projects/Scripts/Items/Weapons/Knives/Cleaver.cs b/Projects/UOContent/Items/Weapons/Knives/Cleaver.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/Knives/Cleaver.cs rename to Projects/UOContent/Items/Weapons/Knives/Cleaver.cs diff --git a/Projects/Scripts/Items/Weapons/Knives/Dagger.cs b/Projects/UOContent/Items/Weapons/Knives/Dagger.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/Knives/Dagger.cs rename to Projects/UOContent/Items/Weapons/Knives/Dagger.cs diff --git a/Projects/Scripts/Items/Weapons/Knives/SkinningKnife.cs b/Projects/UOContent/Items/Weapons/Knives/SkinningKnife.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/Knives/SkinningKnife.cs rename to Projects/UOContent/Items/Weapons/Knives/SkinningKnife.cs diff --git a/Projects/Scripts/Items/Weapons/Knives/ThrowingDagger.cs b/Projects/UOContent/Items/Weapons/Knives/ThrowingDagger.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/Knives/ThrowingDagger.cs rename to Projects/UOContent/Items/Weapons/Knives/ThrowingDagger.cs diff --git a/Projects/Scripts/Items/Weapons/ML Weapons/Artifacts/BlightGrippedLongbow.cs b/Projects/UOContent/Items/Weapons/ML Weapons/Artifacts/BlightGrippedLongbow.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/ML Weapons/Artifacts/BlightGrippedLongbow.cs rename to Projects/UOContent/Items/Weapons/ML Weapons/Artifacts/BlightGrippedLongbow.cs diff --git a/Projects/Scripts/Items/Weapons/ML Weapons/Artifacts/ColdForgedBlade.cs b/Projects/UOContent/Items/Weapons/ML Weapons/Artifacts/ColdForgedBlade.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/ML Weapons/Artifacts/ColdForgedBlade.cs rename to Projects/UOContent/Items/Weapons/ML Weapons/Artifacts/ColdForgedBlade.cs diff --git a/Projects/Scripts/Items/Weapons/ML Weapons/Artifacts/LuminousRuneBlade.cs b/Projects/UOContent/Items/Weapons/ML Weapons/Artifacts/LuminousRuneBlade.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/ML Weapons/Artifacts/LuminousRuneBlade.cs rename to Projects/UOContent/Items/Weapons/ML Weapons/Artifacts/LuminousRuneBlade.cs diff --git a/Projects/Scripts/Items/Weapons/ML Weapons/Artifacts/OverseerSunderedBlade.cs b/Projects/UOContent/Items/Weapons/ML Weapons/Artifacts/OverseerSunderedBlade.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/ML Weapons/Artifacts/OverseerSunderedBlade.cs rename to Projects/UOContent/Items/Weapons/ML Weapons/Artifacts/OverseerSunderedBlade.cs diff --git a/Projects/Scripts/Items/Weapons/ML Weapons/Artifacts/PhantomStaff.cs b/Projects/UOContent/Items/Weapons/ML Weapons/Artifacts/PhantomStaff.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/ML Weapons/Artifacts/PhantomStaff.cs rename to Projects/UOContent/Items/Weapons/ML Weapons/Artifacts/PhantomStaff.cs diff --git a/Projects/Scripts/Items/Weapons/ML Weapons/Artifacts/RuneCarvingKnife.cs b/Projects/UOContent/Items/Weapons/ML Weapons/Artifacts/RuneCarvingKnife.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/ML Weapons/Artifacts/RuneCarvingKnife.cs rename to Projects/UOContent/Items/Weapons/ML Weapons/Artifacts/RuneCarvingKnife.cs diff --git a/Projects/Scripts/Items/Weapons/ML Weapons/Artifacts/ShardTrasher.cs b/Projects/UOContent/Items/Weapons/ML Weapons/Artifacts/ShardTrasher.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/ML Weapons/Artifacts/ShardTrasher.cs rename to Projects/UOContent/Items/Weapons/ML Weapons/Artifacts/ShardTrasher.cs diff --git a/Projects/Scripts/Items/Weapons/ML Weapons/Artifacts/SilvanisFeywoodBow.cs b/Projects/UOContent/Items/Weapons/ML Weapons/Artifacts/SilvanisFeywoodBow.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/ML Weapons/Artifacts/SilvanisFeywoodBow.cs rename to Projects/UOContent/Items/Weapons/ML Weapons/Artifacts/SilvanisFeywoodBow.cs diff --git a/Projects/Scripts/Items/Weapons/ML Weapons/Artifacts/TheNightReaper.cs b/Projects/UOContent/Items/Weapons/ML Weapons/Artifacts/TheNightReaper.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/ML Weapons/Artifacts/TheNightReaper.cs rename to Projects/UOContent/Items/Weapons/ML Weapons/Artifacts/TheNightReaper.cs diff --git a/Projects/Scripts/Items/Weapons/ML Weapons/AssassinSpike.cs b/Projects/UOContent/Items/Weapons/ML Weapons/AssassinSpike.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/ML Weapons/AssassinSpike.cs rename to Projects/UOContent/Items/Weapons/ML Weapons/AssassinSpike.cs diff --git a/Projects/Scripts/Items/Weapons/ML Weapons/ButchersWarCleaver.cs b/Projects/UOContent/Items/Weapons/ML Weapons/ButchersWarCleaver.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/ML Weapons/ButchersWarCleaver.cs rename to Projects/UOContent/Items/Weapons/ML Weapons/ButchersWarCleaver.cs diff --git a/Projects/Scripts/Items/Weapons/ML Weapons/DiamondMace.cs b/Projects/UOContent/Items/Weapons/ML Weapons/DiamondMace.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/ML Weapons/DiamondMace.cs rename to Projects/UOContent/Items/Weapons/ML Weapons/DiamondMace.cs diff --git a/Projects/Scripts/Items/Weapons/ML Weapons/ElvenCompositeLongbow.cs b/Projects/UOContent/Items/Weapons/ML Weapons/ElvenCompositeLongbow.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/ML Weapons/ElvenCompositeLongbow.cs rename to Projects/UOContent/Items/Weapons/ML Weapons/ElvenCompositeLongbow.cs diff --git a/Projects/Scripts/Items/Weapons/ML Weapons/ElvenMachete.cs b/Projects/UOContent/Items/Weapons/ML Weapons/ElvenMachete.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/ML Weapons/ElvenMachete.cs rename to Projects/UOContent/Items/Weapons/ML Weapons/ElvenMachete.cs diff --git a/Projects/Scripts/Items/Weapons/ML Weapons/ElvenSpellblade.cs b/Projects/UOContent/Items/Weapons/ML Weapons/ElvenSpellblade.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/ML Weapons/ElvenSpellblade.cs rename to Projects/UOContent/Items/Weapons/ML Weapons/ElvenSpellblade.cs diff --git a/Projects/Scripts/Items/Weapons/ML Weapons/Leafblade.cs b/Projects/UOContent/Items/Weapons/ML Weapons/Leafblade.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/ML Weapons/Leafblade.cs rename to Projects/UOContent/Items/Weapons/ML Weapons/Leafblade.cs diff --git a/Projects/Scripts/Items/Weapons/ML Weapons/MagicalShortbow.cs b/Projects/UOContent/Items/Weapons/ML Weapons/MagicalShortbow.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/ML Weapons/MagicalShortbow.cs rename to Projects/UOContent/Items/Weapons/ML Weapons/MagicalShortbow.cs diff --git a/Projects/Scripts/Items/Weapons/ML Weapons/OrnateAxe.cs b/Projects/UOContent/Items/Weapons/ML Weapons/OrnateAxe.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/ML Weapons/OrnateAxe.cs rename to Projects/UOContent/Items/Weapons/ML Weapons/OrnateAxe.cs diff --git a/Projects/Scripts/Items/Weapons/ML Weapons/RadiantScimitar.cs b/Projects/UOContent/Items/Weapons/ML Weapons/RadiantScimitar.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/ML Weapons/RadiantScimitar.cs rename to Projects/UOContent/Items/Weapons/ML Weapons/RadiantScimitar.cs diff --git a/Projects/Scripts/Items/Weapons/ML Weapons/RuneBlade.cs b/Projects/UOContent/Items/Weapons/ML Weapons/RuneBlade.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/ML Weapons/RuneBlade.cs rename to Projects/UOContent/Items/Weapons/ML Weapons/RuneBlade.cs diff --git a/Projects/Scripts/Items/Weapons/ML Weapons/WarCleaver.cs b/Projects/UOContent/Items/Weapons/ML Weapons/WarCleaver.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/ML Weapons/WarCleaver.cs rename to Projects/UOContent/Items/Weapons/ML Weapons/WarCleaver.cs diff --git a/Projects/Scripts/Items/Weapons/ML Weapons/WildStaff.cs b/Projects/UOContent/Items/Weapons/ML Weapons/WildStaff.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/ML Weapons/WildStaff.cs rename to Projects/UOContent/Items/Weapons/ML Weapons/WildStaff.cs diff --git a/Projects/Scripts/Items/Weapons/Maces/BaseBashing.cs b/Projects/UOContent/Items/Weapons/Maces/BaseBashing.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/Maces/BaseBashing.cs rename to Projects/UOContent/Items/Weapons/Maces/BaseBashing.cs diff --git a/Projects/Scripts/Items/Weapons/Maces/Club.cs b/Projects/UOContent/Items/Weapons/Maces/Club.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/Maces/Club.cs rename to Projects/UOContent/Items/Weapons/Maces/Club.cs diff --git a/Projects/Scripts/Items/Weapons/Maces/EmeraldMace.cs b/Projects/UOContent/Items/Weapons/Maces/EmeraldMace.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/Maces/EmeraldMace.cs rename to Projects/UOContent/Items/Weapons/Maces/EmeraldMace.cs diff --git a/Projects/Scripts/Items/Weapons/Maces/FireworksWand.cs b/Projects/UOContent/Items/Weapons/Maces/FireworksWand.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/Maces/FireworksWand.cs rename to Projects/UOContent/Items/Weapons/Maces/FireworksWand.cs diff --git a/Projects/Scripts/Items/Weapons/Maces/HammerPick.cs b/Projects/UOContent/Items/Weapons/Maces/HammerPick.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/Maces/HammerPick.cs rename to Projects/UOContent/Items/Weapons/Maces/HammerPick.cs diff --git a/Projects/Scripts/Items/Weapons/Maces/Mace.cs b/Projects/UOContent/Items/Weapons/Maces/Mace.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/Maces/Mace.cs rename to Projects/UOContent/Items/Weapons/Maces/Mace.cs diff --git a/Projects/Scripts/Items/Weapons/Maces/MagicWand.cs b/Projects/UOContent/Items/Weapons/Maces/MagicWand.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/Maces/MagicWand.cs rename to Projects/UOContent/Items/Weapons/Maces/MagicWand.cs diff --git a/Projects/Scripts/Items/Weapons/Maces/Maul.cs b/Projects/UOContent/Items/Weapons/Maces/Maul.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/Maces/Maul.cs rename to Projects/UOContent/Items/Weapons/Maces/Maul.cs diff --git a/Projects/Scripts/Items/Weapons/Maces/RubyMace.cs b/Projects/UOContent/Items/Weapons/Maces/RubyMace.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/Maces/RubyMace.cs rename to Projects/UOContent/Items/Weapons/Maces/RubyMace.cs diff --git a/Projects/Scripts/Items/Weapons/Maces/SapphireMace.cs b/Projects/UOContent/Items/Weapons/Maces/SapphireMace.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/Maces/SapphireMace.cs rename to Projects/UOContent/Items/Weapons/Maces/SapphireMace.cs diff --git a/Projects/Scripts/Items/Weapons/Maces/Scepter.cs b/Projects/UOContent/Items/Weapons/Maces/Scepter.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/Maces/Scepter.cs rename to Projects/UOContent/Items/Weapons/Maces/Scepter.cs diff --git a/Projects/Scripts/Items/Weapons/Maces/SilverEtchedMace.cs b/Projects/UOContent/Items/Weapons/Maces/SilverEtchedMace.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/Maces/SilverEtchedMace.cs rename to Projects/UOContent/Items/Weapons/Maces/SilverEtchedMace.cs diff --git a/Projects/Scripts/Items/Weapons/Maces/WarHammer.cs b/Projects/UOContent/Items/Weapons/Maces/WarHammer.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/Maces/WarHammer.cs rename to Projects/UOContent/Items/Weapons/Maces/WarHammer.cs diff --git a/Projects/Scripts/Items/Weapons/Maces/WarMace.cs b/Projects/UOContent/Items/Weapons/Maces/WarMace.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/Maces/WarMace.cs rename to Projects/UOContent/Items/Weapons/Maces/WarMace.cs diff --git a/Projects/Scripts/Items/Weapons/PoleArms/Bardiche.cs b/Projects/UOContent/Items/Weapons/PoleArms/Bardiche.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/PoleArms/Bardiche.cs rename to Projects/UOContent/Items/Weapons/PoleArms/Bardiche.cs diff --git a/Projects/Scripts/Items/Weapons/PoleArms/BasePoleArm.cs b/Projects/UOContent/Items/Weapons/PoleArms/BasePoleArm.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/PoleArms/BasePoleArm.cs rename to Projects/UOContent/Items/Weapons/PoleArms/BasePoleArm.cs diff --git a/Projects/Scripts/Items/Weapons/PoleArms/Halberd.cs b/Projects/UOContent/Items/Weapons/PoleArms/Halberd.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/PoleArms/Halberd.cs rename to Projects/UOContent/Items/Weapons/PoleArms/Halberd.cs diff --git a/Projects/Scripts/Items/Weapons/PoleArms/Scythe.cs b/Projects/UOContent/Items/Weapons/PoleArms/Scythe.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/PoleArms/Scythe.cs rename to Projects/UOContent/Items/Weapons/PoleArms/Scythe.cs diff --git a/Projects/Scripts/Items/Weapons/Ranged/AssassinsShortbow.cs b/Projects/UOContent/Items/Weapons/Ranged/AssassinsShortbow.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/Ranged/AssassinsShortbow.cs rename to Projects/UOContent/Items/Weapons/Ranged/AssassinsShortbow.cs diff --git a/Projects/Scripts/Items/Weapons/Ranged/BarbedLongbow.cs b/Projects/UOContent/Items/Weapons/Ranged/BarbedLongbow.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/Ranged/BarbedLongbow.cs rename to Projects/UOContent/Items/Weapons/Ranged/BarbedLongbow.cs diff --git a/Projects/Scripts/Items/Weapons/Ranged/BaseRanged.cs b/Projects/UOContent/Items/Weapons/Ranged/BaseRanged.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/Ranged/BaseRanged.cs rename to Projects/UOContent/Items/Weapons/Ranged/BaseRanged.cs diff --git a/Projects/Scripts/Items/Weapons/Ranged/Bow.cs b/Projects/UOContent/Items/Weapons/Ranged/Bow.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/Ranged/Bow.cs rename to Projects/UOContent/Items/Weapons/Ranged/Bow.cs diff --git a/Projects/Scripts/Items/Weapons/Ranged/CompositeBow.cs b/Projects/UOContent/Items/Weapons/Ranged/CompositeBow.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/Ranged/CompositeBow.cs rename to Projects/UOContent/Items/Weapons/Ranged/CompositeBow.cs diff --git a/Projects/Scripts/Items/Weapons/Ranged/Crossbow.cs b/Projects/UOContent/Items/Weapons/Ranged/Crossbow.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/Ranged/Crossbow.cs rename to Projects/UOContent/Items/Weapons/Ranged/Crossbow.cs diff --git a/Projects/Scripts/Items/Weapons/Ranged/FrozenLongbow.cs b/Projects/UOContent/Items/Weapons/Ranged/FrozenLongbow.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/Ranged/FrozenLongbow.cs rename to Projects/UOContent/Items/Weapons/Ranged/FrozenLongbow.cs diff --git a/Projects/Scripts/Items/Weapons/Ranged/HeavyCrossbow.cs b/Projects/UOContent/Items/Weapons/Ranged/HeavyCrossbow.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/Ranged/HeavyCrossbow.cs rename to Projects/UOContent/Items/Weapons/Ranged/HeavyCrossbow.cs diff --git a/Projects/Scripts/Items/Weapons/Ranged/JukaBow.cs b/Projects/UOContent/Items/Weapons/Ranged/JukaBow.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/Ranged/JukaBow.cs rename to Projects/UOContent/Items/Weapons/Ranged/JukaBow.cs diff --git a/Projects/Scripts/Items/Weapons/Ranged/LightweightShortbow.cs b/Projects/UOContent/Items/Weapons/Ranged/LightweightShortbow.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/Ranged/LightweightShortbow.cs rename to Projects/UOContent/Items/Weapons/Ranged/LightweightShortbow.cs diff --git a/Projects/Scripts/Items/Weapons/Ranged/LongbowOfMight.cs b/Projects/UOContent/Items/Weapons/Ranged/LongbowOfMight.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/Ranged/LongbowOfMight.cs rename to Projects/UOContent/Items/Weapons/Ranged/LongbowOfMight.cs diff --git a/Projects/Scripts/Items/Weapons/Ranged/MysticalShortbow.cs b/Projects/UOContent/Items/Weapons/Ranged/MysticalShortbow.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/Ranged/MysticalShortbow.cs rename to Projects/UOContent/Items/Weapons/Ranged/MysticalShortbow.cs diff --git a/Projects/Scripts/Items/Weapons/Ranged/RangersShortbow.cs b/Projects/UOContent/Items/Weapons/Ranged/RangersShortbow.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/Ranged/RangersShortbow.cs rename to Projects/UOContent/Items/Weapons/Ranged/RangersShortbow.cs diff --git a/Projects/Scripts/Items/Weapons/Ranged/RepeatingCrossbow.cs b/Projects/UOContent/Items/Weapons/Ranged/RepeatingCrossbow.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/Ranged/RepeatingCrossbow.cs rename to Projects/UOContent/Items/Weapons/Ranged/RepeatingCrossbow.cs diff --git a/Projects/Scripts/Items/Weapons/Ranged/SlayerLongbow.cs b/Projects/UOContent/Items/Weapons/Ranged/SlayerLongbow.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/Ranged/SlayerLongbow.cs rename to Projects/UOContent/Items/Weapons/Ranged/SlayerLongbow.cs diff --git a/Projects/Scripts/Items/Weapons/SE Weapons/Bokuto.cs b/Projects/UOContent/Items/Weapons/SE Weapons/Bokuto.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/SE Weapons/Bokuto.cs rename to Projects/UOContent/Items/Weapons/SE Weapons/Bokuto.cs diff --git a/Projects/Scripts/Items/Weapons/SE Weapons/Daisho.cs b/Projects/UOContent/Items/Weapons/SE Weapons/Daisho.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/SE Weapons/Daisho.cs rename to Projects/UOContent/Items/Weapons/SE Weapons/Daisho.cs diff --git a/Projects/Scripts/Items/Weapons/SE Weapons/Kama.cs b/Projects/UOContent/Items/Weapons/SE Weapons/Kama.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/SE Weapons/Kama.cs rename to Projects/UOContent/Items/Weapons/SE Weapons/Kama.cs diff --git a/Projects/Scripts/Items/Weapons/SE Weapons/Lajatang.cs b/Projects/UOContent/Items/Weapons/SE Weapons/Lajatang.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/SE Weapons/Lajatang.cs rename to Projects/UOContent/Items/Weapons/SE Weapons/Lajatang.cs diff --git a/Projects/Scripts/Items/Weapons/SE Weapons/NoDachi.cs b/Projects/UOContent/Items/Weapons/SE Weapons/NoDachi.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/SE Weapons/NoDachi.cs rename to Projects/UOContent/Items/Weapons/SE Weapons/NoDachi.cs diff --git a/Projects/Scripts/Items/Weapons/SE Weapons/Nunchaku.cs b/Projects/UOContent/Items/Weapons/SE Weapons/Nunchaku.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/SE Weapons/Nunchaku.cs rename to Projects/UOContent/Items/Weapons/SE Weapons/Nunchaku.cs diff --git a/Projects/Scripts/Items/Weapons/SE Weapons/Sai.cs b/Projects/UOContent/Items/Weapons/SE Weapons/Sai.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/SE Weapons/Sai.cs rename to Projects/UOContent/Items/Weapons/SE Weapons/Sai.cs diff --git a/Projects/Scripts/Items/Weapons/SE Weapons/Tekagi.cs b/Projects/UOContent/Items/Weapons/SE Weapons/Tekagi.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/SE Weapons/Tekagi.cs rename to Projects/UOContent/Items/Weapons/SE Weapons/Tekagi.cs diff --git a/Projects/Scripts/Items/Weapons/SE Weapons/Tessen.cs b/Projects/UOContent/Items/Weapons/SE Weapons/Tessen.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/SE Weapons/Tessen.cs rename to Projects/UOContent/Items/Weapons/SE Weapons/Tessen.cs diff --git a/Projects/Scripts/Items/Weapons/SE Weapons/Tetsubo.cs b/Projects/UOContent/Items/Weapons/SE Weapons/Tetsubo.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/SE Weapons/Tetsubo.cs rename to Projects/UOContent/Items/Weapons/SE Weapons/Tetsubo.cs diff --git a/Projects/Scripts/Items/Weapons/SE Weapons/Wakizashi.cs b/Projects/UOContent/Items/Weapons/SE Weapons/Wakizashi.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/SE Weapons/Wakizashi.cs rename to Projects/UOContent/Items/Weapons/SE Weapons/Wakizashi.cs diff --git a/Projects/Scripts/Items/Weapons/SE Weapons/Yumi.cs b/Projects/UOContent/Items/Weapons/SE Weapons/Yumi.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/SE Weapons/Yumi.cs rename to Projects/UOContent/Items/Weapons/SE Weapons/Yumi.cs diff --git a/Projects/Scripts/Items/Weapons/SlayerEntry.cs b/Projects/UOContent/Items/Weapons/SlayerEntry.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/SlayerEntry.cs rename to Projects/UOContent/Items/Weapons/SlayerEntry.cs diff --git a/Projects/Scripts/Items/Weapons/SlayerGroup.cs b/Projects/UOContent/Items/Weapons/SlayerGroup.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/SlayerGroup.cs rename to Projects/UOContent/Items/Weapons/SlayerGroup.cs diff --git a/Projects/Scripts/Items/Weapons/SlayerName.cs b/Projects/UOContent/Items/Weapons/SlayerName.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/SlayerName.cs rename to Projects/UOContent/Items/Weapons/SlayerName.cs diff --git a/Projects/Scripts/Items/Weapons/SpearsAndForks/BaseSpear.cs b/Projects/UOContent/Items/Weapons/SpearsAndForks/BaseSpear.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/SpearsAndForks/BaseSpear.cs rename to Projects/UOContent/Items/Weapons/SpearsAndForks/BaseSpear.cs diff --git a/Projects/Scripts/Items/Weapons/SpearsAndForks/BladedStaff.cs b/Projects/UOContent/Items/Weapons/SpearsAndForks/BladedStaff.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/SpearsAndForks/BladedStaff.cs rename to Projects/UOContent/Items/Weapons/SpearsAndForks/BladedStaff.cs diff --git a/Projects/Scripts/Items/Weapons/SpearsAndForks/DoubleBladedStaff.cs b/Projects/UOContent/Items/Weapons/SpearsAndForks/DoubleBladedStaff.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/SpearsAndForks/DoubleBladedStaff.cs rename to Projects/UOContent/Items/Weapons/SpearsAndForks/DoubleBladedStaff.cs diff --git a/Projects/Scripts/Items/Weapons/SpearsAndForks/Pike.cs b/Projects/UOContent/Items/Weapons/SpearsAndForks/Pike.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/SpearsAndForks/Pike.cs rename to Projects/UOContent/Items/Weapons/SpearsAndForks/Pike.cs diff --git a/Projects/Scripts/Items/Weapons/SpearsAndForks/Pitchfork.cs b/Projects/UOContent/Items/Weapons/SpearsAndForks/Pitchfork.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/SpearsAndForks/Pitchfork.cs rename to Projects/UOContent/Items/Weapons/SpearsAndForks/Pitchfork.cs diff --git a/Projects/Scripts/Items/Weapons/SpearsAndForks/ShortSpear.cs b/Projects/UOContent/Items/Weapons/SpearsAndForks/ShortSpear.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/SpearsAndForks/ShortSpear.cs rename to Projects/UOContent/Items/Weapons/SpearsAndForks/ShortSpear.cs diff --git a/Projects/Scripts/Items/Weapons/SpearsAndForks/Spear.cs b/Projects/UOContent/Items/Weapons/SpearsAndForks/Spear.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/SpearsAndForks/Spear.cs rename to Projects/UOContent/Items/Weapons/SpearsAndForks/Spear.cs diff --git a/Projects/Scripts/Items/Weapons/SpearsAndForks/TribalSpear.cs b/Projects/UOContent/Items/Weapons/SpearsAndForks/TribalSpear.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/SpearsAndForks/TribalSpear.cs rename to Projects/UOContent/Items/Weapons/SpearsAndForks/TribalSpear.cs diff --git a/Projects/Scripts/Items/Weapons/SpearsAndForks/WarFork.cs b/Projects/UOContent/Items/Weapons/SpearsAndForks/WarFork.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/SpearsAndForks/WarFork.cs rename to Projects/UOContent/Items/Weapons/SpearsAndForks/WarFork.cs diff --git a/Projects/Scripts/Items/Weapons/Staves/BaseStaff.cs b/Projects/UOContent/Items/Weapons/Staves/BaseStaff.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/Staves/BaseStaff.cs rename to Projects/UOContent/Items/Weapons/Staves/BaseStaff.cs diff --git a/Projects/Scripts/Items/Weapons/Staves/BlackStaff.cs b/Projects/UOContent/Items/Weapons/Staves/BlackStaff.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/Staves/BlackStaff.cs rename to Projects/UOContent/Items/Weapons/Staves/BlackStaff.cs diff --git a/Projects/Scripts/Items/Weapons/Staves/GlacialStaff.cs b/Projects/UOContent/Items/Weapons/Staves/GlacialStaff.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/Staves/GlacialStaff.cs rename to Projects/UOContent/Items/Weapons/Staves/GlacialStaff.cs diff --git a/Projects/Scripts/Items/Weapons/Staves/GnarledStaff.cs b/Projects/UOContent/Items/Weapons/Staves/GnarledStaff.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/Staves/GnarledStaff.cs rename to Projects/UOContent/Items/Weapons/Staves/GnarledStaff.cs diff --git a/Projects/Scripts/Items/Weapons/Staves/QuarterStaff.cs b/Projects/UOContent/Items/Weapons/Staves/QuarterStaff.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/Staves/QuarterStaff.cs rename to Projects/UOContent/Items/Weapons/Staves/QuarterStaff.cs diff --git a/Projects/Scripts/Items/Weapons/Staves/ShepherdsCrook.cs b/Projects/UOContent/Items/Weapons/Staves/ShepherdsCrook.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/Staves/ShepherdsCrook.cs rename to Projects/UOContent/Items/Weapons/Staves/ShepherdsCrook.cs diff --git a/Projects/Scripts/Items/Weapons/Swords/AdventurersMachete.cs b/Projects/UOContent/Items/Weapons/Swords/AdventurersMachete.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/Swords/AdventurersMachete.cs rename to Projects/UOContent/Items/Weapons/Swords/AdventurersMachete.cs diff --git a/Projects/Scripts/Items/Weapons/Swords/BaseSword.cs b/Projects/UOContent/Items/Weapons/Swords/BaseSword.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/Swords/BaseSword.cs rename to Projects/UOContent/Items/Weapons/Swords/BaseSword.cs diff --git a/Projects/Scripts/Items/Weapons/Swords/BoneHarvester.cs b/Projects/UOContent/Items/Weapons/Swords/BoneHarvester.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/Swords/BoneHarvester.cs rename to Projects/UOContent/Items/Weapons/Swords/BoneHarvester.cs diff --git a/Projects/Scripts/Items/Weapons/Swords/BoneMachete.cs b/Projects/UOContent/Items/Weapons/Swords/BoneMachete.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/Swords/BoneMachete.cs rename to Projects/UOContent/Items/Weapons/Swords/BoneMachete.cs diff --git a/Projects/Scripts/Items/Weapons/Swords/Broadsword.cs b/Projects/UOContent/Items/Weapons/Swords/Broadsword.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/Swords/Broadsword.cs rename to Projects/UOContent/Items/Weapons/Swords/Broadsword.cs diff --git a/Projects/Scripts/Items/Weapons/Swords/ChargedAssassinSpike.cs b/Projects/UOContent/Items/Weapons/Swords/ChargedAssassinSpike.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/Swords/ChargedAssassinSpike.cs rename to Projects/UOContent/Items/Weapons/Swords/ChargedAssassinSpike.cs diff --git a/Projects/Scripts/Items/Weapons/Swords/CorruptedRuneBlade.cs b/Projects/UOContent/Items/Weapons/Swords/CorruptedRuneBlade.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/Swords/CorruptedRuneBlade.cs rename to Projects/UOContent/Items/Weapons/Swords/CorruptedRuneBlade.cs diff --git a/Projects/Scripts/Items/Weapons/Swords/CrescentBlade.cs b/Projects/UOContent/Items/Weapons/Swords/CrescentBlade.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/Swords/CrescentBlade.cs rename to Projects/UOContent/Items/Weapons/Swords/CrescentBlade.cs diff --git a/Projects/Scripts/Items/Weapons/Swords/Cutlass.cs b/Projects/UOContent/Items/Weapons/Swords/Cutlass.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/Swords/Cutlass.cs rename to Projects/UOContent/Items/Weapons/Swords/Cutlass.cs diff --git a/Projects/Scripts/Items/Weapons/Swords/DarkglowScimitar.cs b/Projects/UOContent/Items/Weapons/Swords/DarkglowScimitar.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/Swords/DarkglowScimitar.cs rename to Projects/UOContent/Items/Weapons/Swords/DarkglowScimitar.cs diff --git a/Projects/Scripts/Items/Weapons/Swords/DiseasedMachete.cs b/Projects/UOContent/Items/Weapons/Swords/DiseasedMachete.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/Swords/DiseasedMachete.cs rename to Projects/UOContent/Items/Weapons/Swords/DiseasedMachete.cs diff --git a/Projects/Scripts/Items/Weapons/Swords/FierySpellblade.cs b/Projects/UOContent/Items/Weapons/Swords/FierySpellblade.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/Swords/FierySpellblade.cs rename to Projects/UOContent/Items/Weapons/Swords/FierySpellblade.cs diff --git a/Projects/Scripts/Items/Weapons/Swords/IcyScimitar.cs b/Projects/UOContent/Items/Weapons/Swords/IcyScimitar.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/Swords/IcyScimitar.cs rename to Projects/UOContent/Items/Weapons/Swords/IcyScimitar.cs diff --git a/Projects/Scripts/Items/Weapons/Swords/IcySpellblade.cs b/Projects/UOContent/Items/Weapons/Swords/IcySpellblade.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/Swords/IcySpellblade.cs rename to Projects/UOContent/Items/Weapons/Swords/IcySpellblade.cs diff --git a/Projects/Scripts/Items/Weapons/Swords/Katana.cs b/Projects/UOContent/Items/Weapons/Swords/Katana.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/Swords/Katana.cs rename to Projects/UOContent/Items/Weapons/Swords/Katana.cs diff --git a/Projects/Scripts/Items/Weapons/Swords/KnightsWarCleaver.cs b/Projects/UOContent/Items/Weapons/Swords/KnightsWarCleaver.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/Swords/KnightsWarCleaver.cs rename to Projects/UOContent/Items/Weapons/Swords/KnightsWarCleaver.cs diff --git a/Projects/Scripts/Items/Weapons/Swords/Kryss.cs b/Projects/UOContent/Items/Weapons/Swords/Kryss.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/Swords/Kryss.cs rename to Projects/UOContent/Items/Weapons/Swords/Kryss.cs diff --git a/Projects/Scripts/Items/Weapons/Swords/Lance.cs b/Projects/UOContent/Items/Weapons/Swords/Lance.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/Swords/Lance.cs rename to Projects/UOContent/Items/Weapons/Swords/Lance.cs diff --git a/Projects/Scripts/Items/Weapons/Swords/LeafbladeOfEase.cs b/Projects/UOContent/Items/Weapons/Swords/LeafbladeOfEase.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/Swords/LeafbladeOfEase.cs rename to Projects/UOContent/Items/Weapons/Swords/LeafbladeOfEase.cs diff --git a/Projects/Scripts/Items/Weapons/Swords/Longsword.cs b/Projects/UOContent/Items/Weapons/Swords/Longsword.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/Swords/Longsword.cs rename to Projects/UOContent/Items/Weapons/Swords/Longsword.cs diff --git a/Projects/Scripts/Items/Weapons/Swords/Luckblade.cs b/Projects/UOContent/Items/Weapons/Swords/Luckblade.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/Swords/Luckblade.cs rename to Projects/UOContent/Items/Weapons/Swords/Luckblade.cs diff --git a/Projects/Scripts/Items/Weapons/Swords/MacheteOfDefense.cs b/Projects/UOContent/Items/Weapons/Swords/MacheteOfDefense.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/Swords/MacheteOfDefense.cs rename to Projects/UOContent/Items/Weapons/Swords/MacheteOfDefense.cs diff --git a/Projects/Scripts/Items/Weapons/Swords/MagekillerAssassinSpike.cs b/Projects/UOContent/Items/Weapons/Swords/MagekillerAssassinSpike.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/Swords/MagekillerAssassinSpike.cs rename to Projects/UOContent/Items/Weapons/Swords/MagekillerAssassinSpike.cs diff --git a/Projects/Scripts/Items/Weapons/Swords/MagekillerLeafblade.cs b/Projects/UOContent/Items/Weapons/Swords/MagekillerLeafblade.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/Swords/MagekillerLeafblade.cs rename to Projects/UOContent/Items/Weapons/Swords/MagekillerLeafblade.cs diff --git a/Projects/Scripts/Items/Weapons/Swords/MagesRuneBlade.cs b/Projects/UOContent/Items/Weapons/Swords/MagesRuneBlade.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/Swords/MagesRuneBlade.cs rename to Projects/UOContent/Items/Weapons/Swords/MagesRuneBlade.cs diff --git a/Projects/Scripts/Items/Weapons/Swords/OrcishMachete.cs b/Projects/UOContent/Items/Weapons/Swords/OrcishMachete.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/Swords/OrcishMachete.cs rename to Projects/UOContent/Items/Weapons/Swords/OrcishMachete.cs diff --git a/Projects/Scripts/Items/Weapons/Swords/RuneBladeOfKnowledge.cs b/Projects/UOContent/Items/Weapons/Swords/RuneBladeOfKnowledge.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/Swords/RuneBladeOfKnowledge.cs rename to Projects/UOContent/Items/Weapons/Swords/RuneBladeOfKnowledge.cs diff --git a/Projects/Scripts/Items/Weapons/Swords/Runesabre.cs b/Projects/UOContent/Items/Weapons/Swords/Runesabre.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/Swords/Runesabre.cs rename to Projects/UOContent/Items/Weapons/Swords/Runesabre.cs diff --git a/Projects/Scripts/Items/Weapons/Swords/Scimitar.cs b/Projects/UOContent/Items/Weapons/Swords/Scimitar.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/Swords/Scimitar.cs rename to Projects/UOContent/Items/Weapons/Swords/Scimitar.cs diff --git a/Projects/Scripts/Items/Weapons/Swords/SerratedWarCleaver.cs b/Projects/UOContent/Items/Weapons/Swords/SerratedWarCleaver.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/Swords/SerratedWarCleaver.cs rename to Projects/UOContent/Items/Weapons/Swords/SerratedWarCleaver.cs diff --git a/Projects/Scripts/Items/Weapons/Swords/SpellbladeOfDefense.cs b/Projects/UOContent/Items/Weapons/Swords/SpellbladeOfDefense.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/Swords/SpellbladeOfDefense.cs rename to Projects/UOContent/Items/Weapons/Swords/SpellbladeOfDefense.cs diff --git a/Projects/Scripts/Items/Weapons/Swords/ThinLongsword.cs b/Projects/UOContent/Items/Weapons/Swords/ThinLongsword.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/Swords/ThinLongsword.cs rename to Projects/UOContent/Items/Weapons/Swords/ThinLongsword.cs diff --git a/Projects/Scripts/Items/Weapons/Swords/TrueAssassinSpike.cs b/Projects/UOContent/Items/Weapons/Swords/TrueAssassinSpike.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/Swords/TrueAssassinSpike.cs rename to Projects/UOContent/Items/Weapons/Swords/TrueAssassinSpike.cs diff --git a/Projects/Scripts/Items/Weapons/Swords/TrueLeafblade.cs b/Projects/UOContent/Items/Weapons/Swords/TrueLeafblade.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/Swords/TrueLeafblade.cs rename to Projects/UOContent/Items/Weapons/Swords/TrueLeafblade.cs diff --git a/Projects/Scripts/Items/Weapons/Swords/TrueRadiantScimitar.cs b/Projects/UOContent/Items/Weapons/Swords/TrueRadiantScimitar.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/Swords/TrueRadiantScimitar.cs rename to Projects/UOContent/Items/Weapons/Swords/TrueRadiantScimitar.cs diff --git a/Projects/Scripts/Items/Weapons/Swords/TrueSpellblade.cs b/Projects/UOContent/Items/Weapons/Swords/TrueSpellblade.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/Swords/TrueSpellblade.cs rename to Projects/UOContent/Items/Weapons/Swords/TrueSpellblade.cs diff --git a/Projects/Scripts/Items/Weapons/Swords/TrueWarCleaver.cs b/Projects/UOContent/Items/Weapons/Swords/TrueWarCleaver.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/Swords/TrueWarCleaver.cs rename to Projects/UOContent/Items/Weapons/Swords/TrueWarCleaver.cs diff --git a/Projects/Scripts/Items/Weapons/Swords/TwinklingScimitar.cs b/Projects/UOContent/Items/Weapons/Swords/TwinklingScimitar.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/Swords/TwinklingScimitar.cs rename to Projects/UOContent/Items/Weapons/Swords/TwinklingScimitar.cs diff --git a/Projects/Scripts/Items/Weapons/Swords/VikingSword.cs b/Projects/UOContent/Items/Weapons/Swords/VikingSword.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/Swords/VikingSword.cs rename to Projects/UOContent/Items/Weapons/Swords/VikingSword.cs diff --git a/Projects/Scripts/Items/Weapons/Swords/WoundingAssassinSpike.cs b/Projects/UOContent/Items/Weapons/Swords/WoundingAssassinSpike.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/Swords/WoundingAssassinSpike.cs rename to Projects/UOContent/Items/Weapons/Swords/WoundingAssassinSpike.cs diff --git a/Projects/Scripts/Items/Weapons/WeaponEnums.cs b/Projects/UOContent/Items/Weapons/WeaponEnums.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/WeaponEnums.cs rename to Projects/UOContent/Items/Weapons/WeaponEnums.cs diff --git a/Projects/Scripts/Items/Weapons/Wooden/AncientWildStaff.cs b/Projects/UOContent/Items/Weapons/Wooden/AncientWildStaff.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/Wooden/AncientWildStaff.cs rename to Projects/UOContent/Items/Weapons/Wooden/AncientWildStaff.cs diff --git a/Projects/Scripts/Items/Weapons/Wooden/ArcanistsWildStaff.cs b/Projects/UOContent/Items/Weapons/Wooden/ArcanistsWildStaff.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/Wooden/ArcanistsWildStaff.cs rename to Projects/UOContent/Items/Weapons/Wooden/ArcanistsWildStaff.cs diff --git a/Projects/Scripts/Items/Weapons/Wooden/HardenedWildStaff.cs b/Projects/UOContent/Items/Weapons/Wooden/HardenedWildStaff.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/Wooden/HardenedWildStaff.cs rename to Projects/UOContent/Items/Weapons/Wooden/HardenedWildStaff.cs diff --git a/Projects/Scripts/Items/Weapons/Wooden/ThornedWildStaff.cs b/Projects/UOContent/Items/Weapons/Wooden/ThornedWildStaff.cs similarity index 100% rename from Projects/Scripts/Items/Weapons/Wooden/ThornedWildStaff.cs rename to Projects/UOContent/Items/Weapons/Wooden/ThornedWildStaff.cs diff --git a/Projects/Scripts/Misc/AOS.cs b/Projects/UOContent/Misc/AOS.cs similarity index 100% rename from Projects/Scripts/Misc/AOS.cs rename to Projects/UOContent/Misc/AOS.cs diff --git a/Projects/Scripts/Misc/AccountPrompt.cs b/Projects/UOContent/Misc/AccountPrompt.cs similarity index 100% rename from Projects/Scripts/Misc/AccountPrompt.cs rename to Projects/UOContent/Misc/AccountPrompt.cs diff --git a/Projects/Scripts/Misc/Animations.cs b/Projects/UOContent/Misc/Animations.cs similarity index 100% rename from Projects/Scripts/Misc/Animations.cs rename to Projects/UOContent/Misc/Animations.cs diff --git a/Projects/Scripts/Misc/AttackMessage.cs b/Projects/UOContent/Misc/AttackMessage.cs similarity index 100% rename from Projects/Scripts/Misc/AttackMessage.cs rename to Projects/UOContent/Misc/AttackMessage.cs diff --git a/Projects/Scripts/Misc/AutoRestart.cs b/Projects/UOContent/Misc/AutoRestart.cs similarity index 100% rename from Projects/Scripts/Misc/AutoRestart.cs rename to Projects/UOContent/Misc/AutoRestart.cs diff --git a/Projects/Scripts/Misc/AutoSave.cs b/Projects/UOContent/Misc/AutoSave.cs similarity index 100% rename from Projects/Scripts/Misc/AutoSave.cs rename to Projects/UOContent/Misc/AutoSave.cs diff --git a/Projects/Scripts/Misc/Broadcasts.cs b/Projects/UOContent/Misc/Broadcasts.cs similarity index 100% rename from Projects/Scripts/Misc/Broadcasts.cs rename to Projects/UOContent/Misc/Broadcasts.cs diff --git a/Projects/Scripts/Misc/BuffIcons.cs b/Projects/UOContent/Misc/BuffIcons.cs similarity index 100% rename from Projects/Scripts/Misc/BuffIcons.cs rename to Projects/UOContent/Misc/BuffIcons.cs diff --git a/Projects/Scripts/Misc/CharacterCreation.cs b/Projects/UOContent/Misc/CharacterCreation.cs similarity index 100% rename from Projects/Scripts/Misc/CharacterCreation.cs rename to Projects/UOContent/Misc/CharacterCreation.cs diff --git a/Projects/Scripts/Misc/Cleanup.cs b/Projects/UOContent/Misc/Cleanup.cs similarity index 100% rename from Projects/Scripts/Misc/Cleanup.cs rename to Projects/UOContent/Misc/Cleanup.cs diff --git a/Projects/Scripts/Misc/ClientVerification.cs b/Projects/UOContent/Misc/ClientVerification.cs similarity index 100% rename from Projects/Scripts/Misc/ClientVerification.cs rename to Projects/UOContent/Misc/ClientVerification.cs diff --git a/Projects/Scripts/Misc/CrashGuard.cs b/Projects/UOContent/Misc/CrashGuard.cs similarity index 100% rename from Projects/Scripts/Misc/CrashGuard.cs rename to Projects/UOContent/Misc/CrashGuard.cs diff --git a/Projects/Scripts/Misc/DispellableAttribute.cs b/Projects/UOContent/Misc/DispellableAttribute.cs similarity index 100% rename from Projects/Scripts/Misc/DispellableAttribute.cs rename to Projects/UOContent/Misc/DispellableAttribute.cs diff --git a/Projects/Scripts/Misc/DispellableFieldAttribute.cs b/Projects/UOContent/Misc/DispellableFieldAttribute.cs similarity index 100% rename from Projects/Scripts/Misc/DispellableFieldAttribute.cs rename to Projects/UOContent/Misc/DispellableFieldAttribute.cs diff --git a/Projects/Scripts/Misc/DoorGenerator.cs b/Projects/UOContent/Misc/DoorGenerator.cs similarity index 100% rename from Projects/Scripts/Misc/DoorGenerator.cs rename to Projects/UOContent/Misc/DoorGenerator.cs diff --git a/Projects/Scripts/Misc/Email.cs b/Projects/UOContent/Misc/Email.cs similarity index 100% rename from Projects/Scripts/Misc/Email.cs rename to Projects/UOContent/Misc/Email.cs diff --git a/Projects/Scripts/Misc/Emitter.cs b/Projects/UOContent/Misc/Emitter.cs similarity index 100% rename from Projects/Scripts/Misc/Emitter.cs rename to Projects/UOContent/Misc/Emitter.cs diff --git a/Projects/Scripts/Misc/Fastwalk.cs b/Projects/UOContent/Misc/Fastwalk.cs similarity index 100% rename from Projects/Scripts/Misc/Fastwalk.cs rename to Projects/UOContent/Misc/Fastwalk.cs diff --git a/Projects/Scripts/Misc/FoodDecay.cs b/Projects/UOContent/Misc/FoodDecay.cs similarity index 100% rename from Projects/Scripts/Misc/FoodDecay.cs rename to Projects/UOContent/Misc/FoodDecay.cs diff --git a/Projects/Scripts/Misc/Geometry.cs b/Projects/UOContent/Misc/Geometry.cs similarity index 100% rename from Projects/Scripts/Misc/Geometry.cs rename to Projects/UOContent/Misc/Geometry.cs diff --git a/Projects/Scripts/Misc/Gifts/Winter2004/DecorativeTopiary.cs b/Projects/UOContent/Misc/Gifts/Winter2004/DecorativeTopiary.cs similarity index 100% rename from Projects/Scripts/Misc/Gifts/Winter2004/DecorativeTopiary.cs rename to Projects/UOContent/Misc/Gifts/Winter2004/DecorativeTopiary.cs diff --git a/Projects/Scripts/Misc/Gifts/Winter2004/FestiveCactus.cs b/Projects/UOContent/Misc/Gifts/Winter2004/FestiveCactus.cs similarity index 100% rename from Projects/Scripts/Misc/Gifts/Winter2004/FestiveCactus.cs rename to Projects/UOContent/Misc/Gifts/Winter2004/FestiveCactus.cs diff --git a/Projects/Scripts/Misc/Gifts/Winter2004/LightOfTheWinterSolstice.cs b/Projects/UOContent/Misc/Gifts/Winter2004/LightOfTheWinterSolstice.cs similarity index 100% rename from Projects/Scripts/Misc/Gifts/Winter2004/LightOfTheWinterSolstice.cs rename to Projects/UOContent/Misc/Gifts/Winter2004/LightOfTheWinterSolstice.cs diff --git a/Projects/Scripts/Misc/Gifts/Winter2004/Mistletoe.cs b/Projects/UOContent/Misc/Gifts/Winter2004/Mistletoe.cs similarity index 100% rename from Projects/Scripts/Misc/Gifts/Winter2004/Mistletoe.cs rename to Projects/UOContent/Misc/Gifts/Winter2004/Mistletoe.cs diff --git a/Projects/Scripts/Misc/Gifts/Winter2004/PileOfGlacialSnow.cs b/Projects/UOContent/Misc/Gifts/Winter2004/PileOfGlacialSnow.cs similarity index 100% rename from Projects/Scripts/Misc/Gifts/Winter2004/PileOfGlacialSnow.cs rename to Projects/UOContent/Misc/Gifts/Winter2004/PileOfGlacialSnow.cs diff --git a/Projects/Scripts/Misc/Gifts/Winter2004/SnowPile.cs b/Projects/UOContent/Misc/Gifts/Winter2004/SnowPile.cs similarity index 100% rename from Projects/Scripts/Misc/Gifts/Winter2004/SnowPile.cs rename to Projects/UOContent/Misc/Gifts/Winter2004/SnowPile.cs diff --git a/Projects/Scripts/Misc/Gifts/Winter2004/SnowyTree.cs b/Projects/UOContent/Misc/Gifts/Winter2004/SnowyTree.cs similarity index 100% rename from Projects/Scripts/Misc/Gifts/Winter2004/SnowyTree.cs rename to Projects/UOContent/Misc/Gifts/Winter2004/SnowyTree.cs diff --git a/Projects/Scripts/Misc/Gifts/Winter2004/Winter2004.cs b/Projects/UOContent/Misc/Gifts/Winter2004/Winter2004.cs similarity index 100% rename from Projects/Scripts/Misc/Gifts/Winter2004/Winter2004.cs rename to Projects/UOContent/Misc/Gifts/Winter2004/Winter2004.cs diff --git a/Projects/Scripts/Misc/Guild.cs b/Projects/UOContent/Misc/Guild.cs similarity index 100% rename from Projects/Scripts/Misc/Guild.cs rename to Projects/UOContent/Misc/Guild.cs diff --git a/Projects/Scripts/Misc/HardwareInfo.cs b/Projects/UOContent/Misc/HardwareInfo.cs similarity index 100% rename from Projects/Scripts/Misc/HardwareInfo.cs rename to Projects/UOContent/Misc/HardwareInfo.cs diff --git a/Projects/Scripts/Misc/HexStringConverter.cs b/Projects/UOContent/Misc/HexStringConverter.cs similarity index 100% rename from Projects/Scripts/Misc/HexStringConverter.cs rename to Projects/UOContent/Misc/HexStringConverter.cs diff --git a/Projects/Scripts/Misc/InhumanSpeech.cs b/Projects/UOContent/Misc/InhumanSpeech.cs similarity index 100% rename from Projects/Scripts/Misc/InhumanSpeech.cs rename to Projects/UOContent/Misc/InhumanSpeech.cs diff --git a/Projects/Scripts/Misc/Keywords.cs b/Projects/UOContent/Misc/Keywords.cs similarity index 100% rename from Projects/Scripts/Misc/Keywords.cs rename to Projects/UOContent/Misc/Keywords.cs diff --git a/Projects/Scripts/Misc/LanguageStatistics.cs b/Projects/UOContent/Misc/LanguageStatistics.cs similarity index 100% rename from Projects/Scripts/Misc/LanguageStatistics.cs rename to Projects/UOContent/Misc/LanguageStatistics.cs diff --git a/Projects/Scripts/Misc/LightCycle.cs b/Projects/UOContent/Misc/LightCycle.cs similarity index 100% rename from Projects/Scripts/Misc/LightCycle.cs rename to Projects/UOContent/Misc/LightCycle.cs diff --git a/Projects/Scripts/Misc/LoginStats.cs b/Projects/UOContent/Misc/LoginStats.cs similarity index 100% rename from Projects/Scripts/Misc/LoginStats.cs rename to Projects/UOContent/Misc/LoginStats.cs diff --git a/Projects/Scripts/Misc/Loot.cs b/Projects/UOContent/Misc/Loot.cs similarity index 100% rename from Projects/Scripts/Misc/Loot.cs rename to Projects/UOContent/Misc/Loot.cs diff --git a/Projects/Scripts/Misc/LootPack.cs b/Projects/UOContent/Misc/LootPack.cs similarity index 100% rename from Projects/Scripts/Misc/LootPack.cs rename to Projects/UOContent/Misc/LootPack.cs diff --git a/Projects/Scripts/Misc/MapDefinitions.cs b/Projects/UOContent/Misc/MapDefinitions.cs similarity index 100% rename from Projects/Scripts/Misc/MapDefinitions.cs rename to Projects/UOContent/Misc/MapDefinitions.cs diff --git a/Projects/Scripts/Misc/MapUO.cs b/Projects/UOContent/Misc/MapUO.cs similarity index 100% rename from Projects/Scripts/Misc/MapUO.cs rename to Projects/UOContent/Misc/MapUO.cs diff --git a/Projects/Scripts/Misc/MondainsLegacy.cs b/Projects/UOContent/Misc/MondainsLegacy.cs similarity index 100% rename from Projects/Scripts/Misc/MondainsLegacy.cs rename to Projects/UOContent/Misc/MondainsLegacy.cs diff --git a/Projects/Scripts/Misc/NameList.cs b/Projects/UOContent/Misc/NameList.cs similarity index 100% rename from Projects/Scripts/Misc/NameList.cs rename to Projects/UOContent/Misc/NameList.cs diff --git a/Projects/Scripts/Misc/NameVerification.cs b/Projects/UOContent/Misc/NameVerification.cs similarity index 100% rename from Projects/Scripts/Misc/NameVerification.cs rename to Projects/UOContent/Misc/NameVerification.cs diff --git a/Projects/Scripts/Misc/Notoriety.cs b/Projects/UOContent/Misc/Notoriety.cs similarity index 100% rename from Projects/Scripts/Misc/Notoriety.cs rename to Projects/UOContent/Misc/Notoriety.cs diff --git a/Projects/Scripts/Misc/Paperdoll.cs b/Projects/UOContent/Misc/Paperdoll.cs similarity index 100% rename from Projects/Scripts/Misc/Paperdoll.cs rename to Projects/UOContent/Misc/Paperdoll.cs diff --git a/Projects/Scripts/Misc/Poison.cs b/Projects/UOContent/Misc/Poison.cs similarity index 100% rename from Projects/Scripts/Misc/Poison.cs rename to Projects/UOContent/Misc/Poison.cs diff --git a/Projects/Scripts/Misc/ProfanityProtection.cs b/Projects/UOContent/Misc/ProfanityProtection.cs similarity index 100% rename from Projects/Scripts/Misc/ProfanityProtection.cs rename to Projects/UOContent/Misc/ProfanityProtection.cs diff --git a/Projects/Scripts/Misc/Profile.cs b/Projects/UOContent/Misc/Profile.cs similarity index 100% rename from Projects/Scripts/Misc/Profile.cs rename to Projects/UOContent/Misc/Profile.cs diff --git a/Projects/Scripts/Misc/ProtocolExtensions.cs b/Projects/UOContent/Misc/ProtocolExtensions.cs similarity index 100% rename from Projects/Scripts/Misc/ProtocolExtensions.cs rename to Projects/UOContent/Misc/ProtocolExtensions.cs diff --git a/Projects/Scripts/Misc/RaceDefinitions.cs b/Projects/UOContent/Misc/RaceDefinitions.cs similarity index 100% rename from Projects/Scripts/Misc/RaceDefinitions.cs rename to Projects/UOContent/Misc/RaceDefinitions.cs diff --git a/Projects/Scripts/Misc/RegenRates.cs b/Projects/UOContent/Misc/RegenRates.cs similarity index 100% rename from Projects/Scripts/Misc/RegenRates.cs rename to Projects/UOContent/Misc/RegenRates.cs diff --git a/Projects/Scripts/Misc/RenameRequests.cs b/Projects/UOContent/Misc/RenameRequests.cs similarity index 100% rename from Projects/Scripts/Misc/RenameRequests.cs rename to Projects/UOContent/Misc/RenameRequests.cs diff --git a/Projects/Scripts/Misc/ResourceInfo.cs b/Projects/UOContent/Misc/ResourceInfo.cs similarity index 100% rename from Projects/Scripts/Misc/ResourceInfo.cs rename to Projects/UOContent/Misc/ResourceInfo.cs diff --git a/Projects/Scripts/Misc/ServerList.cs b/Projects/UOContent/Misc/ServerList.cs similarity index 100% rename from Projects/Scripts/Misc/ServerList.cs rename to Projects/UOContent/Misc/ServerList.cs diff --git a/Projects/Scripts/Misc/ShardPoller.cs b/Projects/UOContent/Misc/ShardPoller.cs similarity index 100% rename from Projects/Scripts/Misc/ShardPoller.cs rename to Projects/UOContent/Misc/ShardPoller.cs diff --git a/Projects/Scripts/Misc/ShrinkTable.cs b/Projects/UOContent/Misc/ShrinkTable.cs similarity index 100% rename from Projects/Scripts/Misc/ShrinkTable.cs rename to Projects/UOContent/Misc/ShrinkTable.cs diff --git a/Projects/Scripts/Misc/SkillCheck.cs b/Projects/UOContent/Misc/SkillCheck.cs similarity index 100% rename from Projects/Scripts/Misc/SkillCheck.cs rename to Projects/UOContent/Misc/SkillCheck.cs diff --git a/Projects/Scripts/Misc/SocketOptions.cs b/Projects/UOContent/Misc/SocketOptions.cs similarity index 100% rename from Projects/Scripts/Misc/SocketOptions.cs rename to Projects/UOContent/Misc/SocketOptions.cs diff --git a/Projects/Scripts/Misc/TextDefinition.cs b/Projects/UOContent/Misc/TextDefinition.cs similarity index 100% rename from Projects/Scripts/Misc/TextDefinition.cs rename to Projects/UOContent/Misc/TextDefinition.cs diff --git a/Projects/Scripts/Misc/Titles.cs b/Projects/UOContent/Misc/Titles.cs similarity index 100% rename from Projects/Scripts/Misc/Titles.cs rename to Projects/UOContent/Misc/Titles.cs diff --git a/Projects/Scripts/Misc/ToggleItem.cs b/Projects/UOContent/Misc/ToggleItem.cs similarity index 100% rename from Projects/Scripts/Misc/ToggleItem.cs rename to Projects/UOContent/Misc/ToggleItem.cs diff --git a/Projects/Scripts/Misc/TreasureMapProtection.cs b/Projects/UOContent/Misc/TreasureMapProtection.cs similarity index 100% rename from Projects/Scripts/Misc/TreasureMapProtection.cs rename to Projects/UOContent/Misc/TreasureMapProtection.cs diff --git a/Projects/Scripts/Misc/ValidationQueue.cs b/Projects/UOContent/Misc/ValidationQueue.cs similarity index 100% rename from Projects/Scripts/Misc/ValidationQueue.cs rename to Projects/UOContent/Misc/ValidationQueue.cs diff --git a/Projects/Scripts/Misc/VendorGenerator.cs b/Projects/UOContent/Misc/VendorGenerator.cs similarity index 100% rename from Projects/Scripts/Misc/VendorGenerator.cs rename to Projects/UOContent/Misc/VendorGenerator.cs diff --git a/Projects/Scripts/Misc/Weather.cs b/Projects/UOContent/Misc/Weather.cs similarity index 100% rename from Projects/Scripts/Misc/Weather.cs rename to Projects/UOContent/Misc/Weather.cs diff --git a/Projects/Scripts/Misc/WebStatus.cs b/Projects/UOContent/Misc/WebStatus.cs similarity index 100% rename from Projects/Scripts/Misc/WebStatus.cs rename to Projects/UOContent/Misc/WebStatus.cs diff --git a/Projects/Scripts/Misc/WeightOverloading.cs b/Projects/UOContent/Misc/WeightOverloading.cs similarity index 100% rename from Projects/Scripts/Misc/WeightOverloading.cs rename to Projects/UOContent/Misc/WeightOverloading.cs diff --git a/Projects/Scripts/Misc/WelcomeTimer.cs b/Projects/UOContent/Misc/WelcomeTimer.cs similarity index 100% rename from Projects/Scripts/Misc/WelcomeTimer.cs rename to Projects/UOContent/Misc/WelcomeTimer.cs diff --git a/Projects/Scripts/Misc/uoamVendors.cs b/Projects/UOContent/Misc/uoamVendors.cs similarity index 100% rename from Projects/Scripts/Misc/uoamVendors.cs rename to Projects/UOContent/Misc/uoamVendors.cs diff --git a/Projects/Scripts/Mobiles/AI/AIControlMobileTarget.cs b/Projects/UOContent/Mobiles/AI/AIControlMobileTarget.cs similarity index 100% rename from Projects/Scripts/Mobiles/AI/AIControlMobileTarget.cs rename to Projects/UOContent/Mobiles/AI/AIControlMobileTarget.cs diff --git a/Projects/Scripts/Mobiles/AI/AnimalAI.cs b/Projects/UOContent/Mobiles/AI/AnimalAI.cs similarity index 100% rename from Projects/Scripts/Mobiles/AI/AnimalAI.cs rename to Projects/UOContent/Mobiles/AI/AnimalAI.cs diff --git a/Projects/Scripts/Mobiles/AI/ArcherAI.cs b/Projects/UOContent/Mobiles/AI/ArcherAI.cs similarity index 100% rename from Projects/Scripts/Mobiles/AI/ArcherAI.cs rename to Projects/UOContent/Mobiles/AI/ArcherAI.cs diff --git a/Projects/Scripts/Mobiles/AI/BaseAI.cs b/Projects/UOContent/Mobiles/AI/BaseAI.cs similarity index 100% rename from Projects/Scripts/Mobiles/AI/BaseAI.cs rename to Projects/UOContent/Mobiles/AI/BaseAI.cs diff --git a/Projects/Scripts/Mobiles/AI/BerserkAI.cs b/Projects/UOContent/Mobiles/AI/BerserkAI.cs similarity index 100% rename from Projects/Scripts/Mobiles/AI/BerserkAI.cs rename to Projects/UOContent/Mobiles/AI/BerserkAI.cs diff --git a/Projects/Scripts/Mobiles/AI/HealerAI.cs b/Projects/UOContent/Mobiles/AI/HealerAI.cs similarity index 100% rename from Projects/Scripts/Mobiles/AI/HealerAI.cs rename to Projects/UOContent/Mobiles/AI/HealerAI.cs diff --git a/Projects/Scripts/Mobiles/AI/MageAI.cs b/Projects/UOContent/Mobiles/AI/MageAI.cs similarity index 100% rename from Projects/Scripts/Mobiles/AI/MageAI.cs rename to Projects/UOContent/Mobiles/AI/MageAI.cs diff --git a/Projects/Scripts/Mobiles/AI/MeleeAI.cs b/Projects/UOContent/Mobiles/AI/MeleeAI.cs similarity index 100% rename from Projects/Scripts/Mobiles/AI/MeleeAI.cs rename to Projects/UOContent/Mobiles/AI/MeleeAI.cs diff --git a/Projects/Scripts/Mobiles/AI/OppositionGroup.cs b/Projects/UOContent/Mobiles/AI/OppositionGroup.cs similarity index 100% rename from Projects/Scripts/Mobiles/AI/OppositionGroup.cs rename to Projects/UOContent/Mobiles/AI/OppositionGroup.cs diff --git a/Projects/Scripts/Mobiles/AI/PredatorAI.cs b/Projects/UOContent/Mobiles/AI/PredatorAI.cs similarity index 100% rename from Projects/Scripts/Mobiles/AI/PredatorAI.cs rename to Projects/UOContent/Mobiles/AI/PredatorAI.cs diff --git a/Projects/Scripts/Mobiles/AI/SpeedInfo.cs b/Projects/UOContent/Mobiles/AI/SpeedInfo.cs similarity index 100% rename from Projects/Scripts/Mobiles/AI/SpeedInfo.cs rename to Projects/UOContent/Mobiles/AI/SpeedInfo.cs diff --git a/Projects/Scripts/Mobiles/AI/ThiefAI.cs b/Projects/UOContent/Mobiles/AI/ThiefAI.cs similarity index 100% rename from Projects/Scripts/Mobiles/AI/ThiefAI.cs rename to Projects/UOContent/Mobiles/AI/ThiefAI.cs diff --git a/Projects/Scripts/Mobiles/AI/VendorAI.cs b/Projects/UOContent/Mobiles/AI/VendorAI.cs similarity index 100% rename from Projects/Scripts/Mobiles/AI/VendorAI.cs rename to Projects/UOContent/Mobiles/AI/VendorAI.cs diff --git a/Projects/Scripts/Mobiles/Animals/Bears/BlackBear.cs b/Projects/UOContent/Mobiles/Animals/Bears/BlackBear.cs similarity index 100% rename from Projects/Scripts/Mobiles/Animals/Bears/BlackBear.cs rename to Projects/UOContent/Mobiles/Animals/Bears/BlackBear.cs diff --git a/Projects/Scripts/Mobiles/Animals/Bears/BrownBear.cs b/Projects/UOContent/Mobiles/Animals/Bears/BrownBear.cs similarity index 100% rename from Projects/Scripts/Mobiles/Animals/Bears/BrownBear.cs rename to Projects/UOContent/Mobiles/Animals/Bears/BrownBear.cs diff --git a/Projects/Scripts/Mobiles/Animals/Bears/GrizzlyBear.cs b/Projects/UOContent/Mobiles/Animals/Bears/GrizzlyBear.cs similarity index 100% rename from Projects/Scripts/Mobiles/Animals/Bears/GrizzlyBear.cs rename to Projects/UOContent/Mobiles/Animals/Bears/GrizzlyBear.cs diff --git a/Projects/Scripts/Mobiles/Animals/Bears/PolarBear.cs b/Projects/UOContent/Mobiles/Animals/Bears/PolarBear.cs similarity index 100% rename from Projects/Scripts/Mobiles/Animals/Bears/PolarBear.cs rename to Projects/UOContent/Mobiles/Animals/Bears/PolarBear.cs diff --git a/Projects/Scripts/Mobiles/Animals/Birds/Chicken.cs b/Projects/UOContent/Mobiles/Animals/Birds/Chicken.cs similarity index 100% rename from Projects/Scripts/Mobiles/Animals/Birds/Chicken.cs rename to Projects/UOContent/Mobiles/Animals/Birds/Chicken.cs diff --git a/Projects/Scripts/Mobiles/Animals/Birds/Crane.cs b/Projects/UOContent/Mobiles/Animals/Birds/Crane.cs similarity index 100% rename from Projects/Scripts/Mobiles/Animals/Birds/Crane.cs rename to Projects/UOContent/Mobiles/Animals/Birds/Crane.cs diff --git a/Projects/Scripts/Mobiles/Animals/Birds/Eagle.cs b/Projects/UOContent/Mobiles/Animals/Birds/Eagle.cs similarity index 100% rename from Projects/Scripts/Mobiles/Animals/Birds/Eagle.cs rename to Projects/UOContent/Mobiles/Animals/Birds/Eagle.cs diff --git a/Projects/Scripts/Mobiles/Animals/Birds/Phoenix.cs b/Projects/UOContent/Mobiles/Animals/Birds/Phoenix.cs similarity index 100% rename from Projects/Scripts/Mobiles/Animals/Birds/Phoenix.cs rename to Projects/UOContent/Mobiles/Animals/Birds/Phoenix.cs diff --git a/Projects/Scripts/Mobiles/Animals/Canines/DireWolf.cs b/Projects/UOContent/Mobiles/Animals/Canines/DireWolf.cs similarity index 100% rename from Projects/Scripts/Mobiles/Animals/Canines/DireWolf.cs rename to Projects/UOContent/Mobiles/Animals/Canines/DireWolf.cs diff --git a/Projects/Scripts/Mobiles/Animals/Canines/GreyWolf.cs b/Projects/UOContent/Mobiles/Animals/Canines/GreyWolf.cs similarity index 100% rename from Projects/Scripts/Mobiles/Animals/Canines/GreyWolf.cs rename to Projects/UOContent/Mobiles/Animals/Canines/GreyWolf.cs diff --git a/Projects/Scripts/Mobiles/Animals/Canines/TimberWolf.cs b/Projects/UOContent/Mobiles/Animals/Canines/TimberWolf.cs similarity index 100% rename from Projects/Scripts/Mobiles/Animals/Canines/TimberWolf.cs rename to Projects/UOContent/Mobiles/Animals/Canines/TimberWolf.cs diff --git a/Projects/Scripts/Mobiles/Animals/Canines/WhiteWolf.cs b/Projects/UOContent/Mobiles/Animals/Canines/WhiteWolf.cs similarity index 100% rename from Projects/Scripts/Mobiles/Animals/Canines/WhiteWolf.cs rename to Projects/UOContent/Mobiles/Animals/Canines/WhiteWolf.cs diff --git a/Projects/Scripts/Mobiles/Animals/Cows/Bull.cs b/Projects/UOContent/Mobiles/Animals/Cows/Bull.cs similarity index 100% rename from Projects/Scripts/Mobiles/Animals/Cows/Bull.cs rename to Projects/UOContent/Mobiles/Animals/Cows/Bull.cs diff --git a/Projects/Scripts/Mobiles/Animals/Cows/Cow.cs b/Projects/UOContent/Mobiles/Animals/Cows/Cow.cs similarity index 100% rename from Projects/Scripts/Mobiles/Animals/Cows/Cow.cs rename to Projects/UOContent/Mobiles/Animals/Cows/Cow.cs diff --git a/Projects/Scripts/Mobiles/Animals/Felines/Cougar.cs b/Projects/UOContent/Mobiles/Animals/Felines/Cougar.cs similarity index 100% rename from Projects/Scripts/Mobiles/Animals/Felines/Cougar.cs rename to Projects/UOContent/Mobiles/Animals/Felines/Cougar.cs diff --git a/Projects/Scripts/Mobiles/Animals/Felines/HellCat.cs b/Projects/UOContent/Mobiles/Animals/Felines/HellCat.cs similarity index 100% rename from Projects/Scripts/Mobiles/Animals/Felines/HellCat.cs rename to Projects/UOContent/Mobiles/Animals/Felines/HellCat.cs diff --git a/Projects/Scripts/Mobiles/Animals/Felines/Panther.cs b/Projects/UOContent/Mobiles/Animals/Felines/Panther.cs similarity index 100% rename from Projects/Scripts/Mobiles/Animals/Felines/Panther.cs rename to Projects/UOContent/Mobiles/Animals/Felines/Panther.cs diff --git a/Projects/Scripts/Mobiles/Animals/Felines/PredatorHellCat.cs b/Projects/UOContent/Mobiles/Animals/Felines/PredatorHellCat.cs similarity index 100% rename from Projects/Scripts/Mobiles/Animals/Felines/PredatorHellCat.cs rename to Projects/UOContent/Mobiles/Animals/Felines/PredatorHellCat.cs diff --git a/Projects/Scripts/Mobiles/Animals/Felines/SnowLeopard.cs b/Projects/UOContent/Mobiles/Animals/Felines/SnowLeopard.cs similarity index 100% rename from Projects/Scripts/Mobiles/Animals/Felines/SnowLeopard.cs rename to Projects/UOContent/Mobiles/Animals/Felines/SnowLeopard.cs diff --git a/Projects/Scripts/Mobiles/Animals/Misc/Boar.cs b/Projects/UOContent/Mobiles/Animals/Misc/Boar.cs similarity index 100% rename from Projects/Scripts/Mobiles/Animals/Misc/Boar.cs rename to Projects/UOContent/Mobiles/Animals/Misc/Boar.cs diff --git a/Projects/Scripts/Mobiles/Animals/Misc/BullFrog.cs b/Projects/UOContent/Mobiles/Animals/Misc/BullFrog.cs similarity index 100% rename from Projects/Scripts/Mobiles/Animals/Misc/BullFrog.cs rename to Projects/UOContent/Mobiles/Animals/Misc/BullFrog.cs diff --git a/Projects/Scripts/Mobiles/Animals/Misc/Dolphin.cs b/Projects/UOContent/Mobiles/Animals/Misc/Dolphin.cs similarity index 100% rename from Projects/Scripts/Mobiles/Animals/Misc/Dolphin.cs rename to Projects/UOContent/Mobiles/Animals/Misc/Dolphin.cs diff --git a/Projects/Scripts/Mobiles/Animals/Misc/Gaman.cs b/Projects/UOContent/Mobiles/Animals/Misc/Gaman.cs similarity index 100% rename from Projects/Scripts/Mobiles/Animals/Misc/Gaman.cs rename to Projects/UOContent/Mobiles/Animals/Misc/Gaman.cs diff --git a/Projects/Scripts/Mobiles/Animals/Misc/GiantToad.cs b/Projects/UOContent/Mobiles/Animals/Misc/GiantToad.cs similarity index 100% rename from Projects/Scripts/Mobiles/Animals/Misc/GiantToad.cs rename to Projects/UOContent/Mobiles/Animals/Misc/GiantToad.cs diff --git a/Projects/Scripts/Mobiles/Animals/Misc/Goat.cs b/Projects/UOContent/Mobiles/Animals/Misc/Goat.cs similarity index 100% rename from Projects/Scripts/Mobiles/Animals/Misc/Goat.cs rename to Projects/UOContent/Mobiles/Animals/Misc/Goat.cs diff --git a/Projects/Scripts/Mobiles/Animals/Misc/Gorilla.cs b/Projects/UOContent/Mobiles/Animals/Misc/Gorilla.cs similarity index 100% rename from Projects/Scripts/Mobiles/Animals/Misc/Gorilla.cs rename to Projects/UOContent/Mobiles/Animals/Misc/Gorilla.cs diff --git a/Projects/Scripts/Mobiles/Animals/Misc/GreatHart.cs b/Projects/UOContent/Mobiles/Animals/Misc/GreatHart.cs similarity index 100% rename from Projects/Scripts/Mobiles/Animals/Misc/GreatHart.cs rename to Projects/UOContent/Mobiles/Animals/Misc/GreatHart.cs diff --git a/Projects/Scripts/Mobiles/Animals/Misc/Hind.cs b/Projects/UOContent/Mobiles/Animals/Misc/Hind.cs similarity index 100% rename from Projects/Scripts/Mobiles/Animals/Misc/Hind.cs rename to Projects/UOContent/Mobiles/Animals/Misc/Hind.cs diff --git a/Projects/Scripts/Mobiles/Animals/Misc/Llama.cs b/Projects/UOContent/Mobiles/Animals/Misc/Llama.cs similarity index 100% rename from Projects/Scripts/Mobiles/Animals/Misc/Llama.cs rename to Projects/UOContent/Mobiles/Animals/Misc/Llama.cs diff --git a/Projects/Scripts/Mobiles/Animals/Misc/MountainGoat.cs b/Projects/UOContent/Mobiles/Animals/Misc/MountainGoat.cs similarity index 100% rename from Projects/Scripts/Mobiles/Animals/Misc/MountainGoat.cs rename to Projects/UOContent/Mobiles/Animals/Misc/MountainGoat.cs diff --git a/Projects/Scripts/Mobiles/Animals/Misc/PackHorse.cs b/Projects/UOContent/Mobiles/Animals/Misc/PackHorse.cs similarity index 100% rename from Projects/Scripts/Mobiles/Animals/Misc/PackHorse.cs rename to Projects/UOContent/Mobiles/Animals/Misc/PackHorse.cs diff --git a/Projects/Scripts/Mobiles/Animals/Misc/PackLlama.cs b/Projects/UOContent/Mobiles/Animals/Misc/PackLlama.cs similarity index 100% rename from Projects/Scripts/Mobiles/Animals/Misc/PackLlama.cs rename to Projects/UOContent/Mobiles/Animals/Misc/PackLlama.cs diff --git a/Projects/Scripts/Mobiles/Animals/Misc/Pig.cs b/Projects/UOContent/Mobiles/Animals/Misc/Pig.cs similarity index 100% rename from Projects/Scripts/Mobiles/Animals/Misc/Pig.cs rename to Projects/UOContent/Mobiles/Animals/Misc/Pig.cs diff --git a/Projects/Scripts/Mobiles/Animals/Misc/Sheep.cs b/Projects/UOContent/Mobiles/Animals/Misc/Sheep.cs similarity index 100% rename from Projects/Scripts/Mobiles/Animals/Misc/Sheep.cs rename to Projects/UOContent/Mobiles/Animals/Misc/Sheep.cs diff --git a/Projects/Scripts/Mobiles/Animals/Misc/Walrus.cs b/Projects/UOContent/Mobiles/Animals/Misc/Walrus.cs similarity index 100% rename from Projects/Scripts/Mobiles/Animals/Misc/Walrus.cs rename to Projects/UOContent/Mobiles/Animals/Misc/Walrus.cs diff --git a/Projects/Scripts/Mobiles/Animals/Mounts/BaseMount.cs b/Projects/UOContent/Mobiles/Animals/Mounts/BaseMount.cs similarity index 100% rename from Projects/Scripts/Mobiles/Animals/Mounts/BaseMount.cs rename to Projects/UOContent/Mobiles/Animals/Mounts/BaseMount.cs diff --git a/Projects/Scripts/Mobiles/Animals/Mounts/Beetle.cs b/Projects/UOContent/Mobiles/Animals/Mounts/Beetle.cs similarity index 100% rename from Projects/Scripts/Mobiles/Animals/Mounts/Beetle.cs rename to Projects/UOContent/Mobiles/Animals/Mounts/Beetle.cs diff --git a/Projects/Scripts/Mobiles/Animals/Mounts/DesertOstard.cs b/Projects/UOContent/Mobiles/Animals/Mounts/DesertOstard.cs similarity index 100% rename from Projects/Scripts/Mobiles/Animals/Mounts/DesertOstard.cs rename to Projects/UOContent/Mobiles/Animals/Mounts/DesertOstard.cs diff --git a/Projects/Scripts/Mobiles/Animals/Mounts/Ethereals.cs b/Projects/UOContent/Mobiles/Animals/Mounts/Ethereals.cs similarity index 100% rename from Projects/Scripts/Mobiles/Animals/Mounts/Ethereals.cs rename to Projects/UOContent/Mobiles/Animals/Mounts/Ethereals.cs diff --git a/Projects/Scripts/Mobiles/Animals/Mounts/FireSteed.cs b/Projects/UOContent/Mobiles/Animals/Mounts/FireSteed.cs similarity index 100% rename from Projects/Scripts/Mobiles/Animals/Mounts/FireSteed.cs rename to Projects/UOContent/Mobiles/Animals/Mounts/FireSteed.cs diff --git a/Projects/Scripts/Mobiles/Animals/Mounts/ForestOstard.cs b/Projects/UOContent/Mobiles/Animals/Mounts/ForestOstard.cs similarity index 100% rename from Projects/Scripts/Mobiles/Animals/Mounts/ForestOstard.cs rename to Projects/UOContent/Mobiles/Animals/Mounts/ForestOstard.cs diff --git a/Projects/Scripts/Mobiles/Animals/Mounts/FrenziedOstard.cs b/Projects/UOContent/Mobiles/Animals/Mounts/FrenziedOstard.cs similarity index 100% rename from Projects/Scripts/Mobiles/Animals/Mounts/FrenziedOstard.cs rename to Projects/UOContent/Mobiles/Animals/Mounts/FrenziedOstard.cs diff --git a/Projects/Scripts/Mobiles/Animals/Mounts/HellSteed.cs b/Projects/UOContent/Mobiles/Animals/Mounts/HellSteed.cs similarity index 100% rename from Projects/Scripts/Mobiles/Animals/Mounts/HellSteed.cs rename to Projects/UOContent/Mobiles/Animals/Mounts/HellSteed.cs diff --git a/Projects/Scripts/Mobiles/Animals/Mounts/Hiryu.cs b/Projects/UOContent/Mobiles/Animals/Mounts/Hiryu.cs similarity index 100% rename from Projects/Scripts/Mobiles/Animals/Mounts/Hiryu.cs rename to Projects/UOContent/Mobiles/Animals/Mounts/Hiryu.cs diff --git a/Projects/Scripts/Mobiles/Animals/Mounts/Horse.cs b/Projects/UOContent/Mobiles/Animals/Mounts/Horse.cs similarity index 100% rename from Projects/Scripts/Mobiles/Animals/Mounts/Horse.cs rename to Projects/UOContent/Mobiles/Animals/Mounts/Horse.cs diff --git a/Projects/Scripts/Mobiles/Animals/Mounts/Kirin.cs b/Projects/UOContent/Mobiles/Animals/Mounts/Kirin.cs similarity index 100% rename from Projects/Scripts/Mobiles/Animals/Mounts/Kirin.cs rename to Projects/UOContent/Mobiles/Animals/Mounts/Kirin.cs diff --git a/Projects/Scripts/Mobiles/Animals/Mounts/LesserHiryu.cs b/Projects/UOContent/Mobiles/Animals/Mounts/LesserHiryu.cs similarity index 100% rename from Projects/Scripts/Mobiles/Animals/Mounts/LesserHiryu.cs rename to Projects/UOContent/Mobiles/Animals/Mounts/LesserHiryu.cs diff --git a/Projects/Scripts/Mobiles/Animals/Mounts/Nightmare.cs b/Projects/UOContent/Mobiles/Animals/Mounts/Nightmare.cs similarity index 100% rename from Projects/Scripts/Mobiles/Animals/Mounts/Nightmare.cs rename to Projects/UOContent/Mobiles/Animals/Mounts/Nightmare.cs diff --git a/Projects/Scripts/Mobiles/Animals/Mounts/RidableLlama.cs b/Projects/UOContent/Mobiles/Animals/Mounts/RidableLlama.cs similarity index 100% rename from Projects/Scripts/Mobiles/Animals/Mounts/RidableLlama.cs rename to Projects/UOContent/Mobiles/Animals/Mounts/RidableLlama.cs diff --git a/Projects/Scripts/Mobiles/Animals/Mounts/Ridgeback.cs b/Projects/UOContent/Mobiles/Animals/Mounts/Ridgeback.cs similarity index 100% rename from Projects/Scripts/Mobiles/Animals/Mounts/Ridgeback.cs rename to Projects/UOContent/Mobiles/Animals/Mounts/Ridgeback.cs diff --git a/Projects/Scripts/Mobiles/Animals/Mounts/SavageRidgeback.cs b/Projects/UOContent/Mobiles/Animals/Mounts/SavageRidgeback.cs similarity index 100% rename from Projects/Scripts/Mobiles/Animals/Mounts/SavageRidgeback.cs rename to Projects/UOContent/Mobiles/Animals/Mounts/SavageRidgeback.cs diff --git a/Projects/Scripts/Mobiles/Animals/Mounts/ScaledSwampDragon.cs b/Projects/UOContent/Mobiles/Animals/Mounts/ScaledSwampDragon.cs similarity index 100% rename from Projects/Scripts/Mobiles/Animals/Mounts/ScaledSwampDragon.cs rename to Projects/UOContent/Mobiles/Animals/Mounts/ScaledSwampDragon.cs diff --git a/Projects/Scripts/Mobiles/Animals/Mounts/SeaHorse.cs b/Projects/UOContent/Mobiles/Animals/Mounts/SeaHorse.cs similarity index 100% rename from Projects/Scripts/Mobiles/Animals/Mounts/SeaHorse.cs rename to Projects/UOContent/Mobiles/Animals/Mounts/SeaHorse.cs diff --git a/Projects/Scripts/Mobiles/Animals/Mounts/SilverSteed.cs b/Projects/UOContent/Mobiles/Animals/Mounts/SilverSteed.cs similarity index 100% rename from Projects/Scripts/Mobiles/Animals/Mounts/SilverSteed.cs rename to Projects/UOContent/Mobiles/Animals/Mounts/SilverSteed.cs diff --git a/Projects/Scripts/Mobiles/Animals/Mounts/SkeletalMount.cs b/Projects/UOContent/Mobiles/Animals/Mounts/SkeletalMount.cs similarity index 100% rename from Projects/Scripts/Mobiles/Animals/Mounts/SkeletalMount.cs rename to Projects/UOContent/Mobiles/Animals/Mounts/SkeletalMount.cs diff --git a/Projects/Scripts/Mobiles/Animals/Mounts/SwampDragon.cs b/Projects/UOContent/Mobiles/Animals/Mounts/SwampDragon.cs similarity index 100% rename from Projects/Scripts/Mobiles/Animals/Mounts/SwampDragon.cs rename to Projects/UOContent/Mobiles/Animals/Mounts/SwampDragon.cs diff --git a/Projects/Scripts/Mobiles/Animals/Mounts/Unicorn.cs b/Projects/UOContent/Mobiles/Animals/Mounts/Unicorn.cs similarity index 100% rename from Projects/Scripts/Mobiles/Animals/Mounts/Unicorn.cs rename to Projects/UOContent/Mobiles/Animals/Mounts/Unicorn.cs diff --git a/Projects/Scripts/Mobiles/Animals/Mounts/War Horses/BaseWarHorse.cs b/Projects/UOContent/Mobiles/Animals/Mounts/War Horses/BaseWarHorse.cs similarity index 100% rename from Projects/Scripts/Mobiles/Animals/Mounts/War Horses/BaseWarHorse.cs rename to Projects/UOContent/Mobiles/Animals/Mounts/War Horses/BaseWarHorse.cs diff --git a/Projects/Scripts/Mobiles/Animals/Mounts/War Horses/CoMWarHorse.cs b/Projects/UOContent/Mobiles/Animals/Mounts/War Horses/CoMWarHorse.cs similarity index 100% rename from Projects/Scripts/Mobiles/Animals/Mounts/War Horses/CoMWarHorse.cs rename to Projects/UOContent/Mobiles/Animals/Mounts/War Horses/CoMWarHorse.cs diff --git a/Projects/Scripts/Mobiles/Animals/Mounts/War Horses/MinaxWarHorse.cs b/Projects/UOContent/Mobiles/Animals/Mounts/War Horses/MinaxWarHorse.cs similarity index 100% rename from Projects/Scripts/Mobiles/Animals/Mounts/War Horses/MinaxWarHorse.cs rename to Projects/UOContent/Mobiles/Animals/Mounts/War Horses/MinaxWarHorse.cs diff --git a/Projects/Scripts/Mobiles/Animals/Mounts/War Horses/SLWarHorse.cs b/Projects/UOContent/Mobiles/Animals/Mounts/War Horses/SLWarHorse.cs similarity index 100% rename from Projects/Scripts/Mobiles/Animals/Mounts/War Horses/SLWarHorse.cs rename to Projects/UOContent/Mobiles/Animals/Mounts/War Horses/SLWarHorse.cs diff --git a/Projects/Scripts/Mobiles/Animals/Mounts/War Horses/TBWarHorse.cs b/Projects/UOContent/Mobiles/Animals/Mounts/War Horses/TBWarHorse.cs similarity index 100% rename from Projects/Scripts/Mobiles/Animals/Mounts/War Horses/TBWarHorse.cs rename to Projects/UOContent/Mobiles/Animals/Mounts/War Horses/TBWarHorse.cs diff --git a/Projects/Scripts/Mobiles/Animals/Reptiles/Alligator.cs b/Projects/UOContent/Mobiles/Animals/Reptiles/Alligator.cs similarity index 100% rename from Projects/Scripts/Mobiles/Animals/Reptiles/Alligator.cs rename to Projects/UOContent/Mobiles/Animals/Reptiles/Alligator.cs diff --git a/Projects/Scripts/Mobiles/Animals/Reptiles/GiantSerpent.cs b/Projects/UOContent/Mobiles/Animals/Reptiles/GiantSerpent.cs similarity index 100% rename from Projects/Scripts/Mobiles/Animals/Reptiles/GiantSerpent.cs rename to Projects/UOContent/Mobiles/Animals/Reptiles/GiantSerpent.cs diff --git a/Projects/Scripts/Mobiles/Animals/Reptiles/IceSerpent.cs b/Projects/UOContent/Mobiles/Animals/Reptiles/IceSerpent.cs similarity index 100% rename from Projects/Scripts/Mobiles/Animals/Reptiles/IceSerpent.cs rename to Projects/UOContent/Mobiles/Animals/Reptiles/IceSerpent.cs diff --git a/Projects/Scripts/Mobiles/Animals/Reptiles/IceSnake.cs b/Projects/UOContent/Mobiles/Animals/Reptiles/IceSnake.cs similarity index 100% rename from Projects/Scripts/Mobiles/Animals/Reptiles/IceSnake.cs rename to Projects/UOContent/Mobiles/Animals/Reptiles/IceSnake.cs diff --git a/Projects/Scripts/Mobiles/Animals/Reptiles/LavaLizard.cs b/Projects/UOContent/Mobiles/Animals/Reptiles/LavaLizard.cs similarity index 100% rename from Projects/Scripts/Mobiles/Animals/Reptiles/LavaLizard.cs rename to Projects/UOContent/Mobiles/Animals/Reptiles/LavaLizard.cs diff --git a/Projects/Scripts/Mobiles/Animals/Reptiles/LavaSerpent.cs b/Projects/UOContent/Mobiles/Animals/Reptiles/LavaSerpent.cs similarity index 100% rename from Projects/Scripts/Mobiles/Animals/Reptiles/LavaSerpent.cs rename to Projects/UOContent/Mobiles/Animals/Reptiles/LavaSerpent.cs diff --git a/Projects/Scripts/Mobiles/Animals/Reptiles/LavaSnake.cs b/Projects/UOContent/Mobiles/Animals/Reptiles/LavaSnake.cs similarity index 100% rename from Projects/Scripts/Mobiles/Animals/Reptiles/LavaSnake.cs rename to Projects/UOContent/Mobiles/Animals/Reptiles/LavaSnake.cs diff --git a/Projects/Scripts/Mobiles/Animals/Reptiles/SilverSerpent.cs b/Projects/UOContent/Mobiles/Animals/Reptiles/SilverSerpent.cs similarity index 100% rename from Projects/Scripts/Mobiles/Animals/Reptiles/SilverSerpent.cs rename to Projects/UOContent/Mobiles/Animals/Reptiles/SilverSerpent.cs diff --git a/Projects/Scripts/Mobiles/Animals/Reptiles/Snake.cs b/Projects/UOContent/Mobiles/Animals/Reptiles/Snake.cs similarity index 100% rename from Projects/Scripts/Mobiles/Animals/Reptiles/Snake.cs rename to Projects/UOContent/Mobiles/Animals/Reptiles/Snake.cs diff --git a/Projects/Scripts/Mobiles/Animals/Rodents/GiantRat.cs b/Projects/UOContent/Mobiles/Animals/Rodents/GiantRat.cs similarity index 100% rename from Projects/Scripts/Mobiles/Animals/Rodents/GiantRat.cs rename to Projects/UOContent/Mobiles/Animals/Rodents/GiantRat.cs diff --git a/Projects/Scripts/Mobiles/Animals/Rodents/JackRabbit.cs b/Projects/UOContent/Mobiles/Animals/Rodents/JackRabbit.cs similarity index 100% rename from Projects/Scripts/Mobiles/Animals/Rodents/JackRabbit.cs rename to Projects/UOContent/Mobiles/Animals/Rodents/JackRabbit.cs diff --git a/Projects/Scripts/Mobiles/Animals/Rodents/Rabbit.cs b/Projects/UOContent/Mobiles/Animals/Rodents/Rabbit.cs similarity index 100% rename from Projects/Scripts/Mobiles/Animals/Rodents/Rabbit.cs rename to Projects/UOContent/Mobiles/Animals/Rodents/Rabbit.cs diff --git a/Projects/Scripts/Mobiles/Animals/Rodents/SewerRat.cs b/Projects/UOContent/Mobiles/Animals/Rodents/SewerRat.cs similarity index 100% rename from Projects/Scripts/Mobiles/Animals/Rodents/SewerRat.cs rename to Projects/UOContent/Mobiles/Animals/Rodents/SewerRat.cs diff --git a/Projects/Scripts/Mobiles/Animals/Slimes/Jwilson.cs b/Projects/UOContent/Mobiles/Animals/Slimes/Jwilson.cs similarity index 100% rename from Projects/Scripts/Mobiles/Animals/Slimes/Jwilson.cs rename to Projects/UOContent/Mobiles/Animals/Slimes/Jwilson.cs diff --git a/Projects/Scripts/Mobiles/Animals/Town Critters/(UO 3D Only) Parrot.cs b/Projects/UOContent/Mobiles/Animals/Town Critters/(UO 3D Only) Parrot.cs similarity index 100% rename from Projects/Scripts/Mobiles/Animals/Town Critters/(UO 3D Only) Parrot.cs rename to Projects/UOContent/Mobiles/Animals/Town Critters/(UO 3D Only) Parrot.cs diff --git a/Projects/Scripts/Mobiles/Animals/Town Critters/Bird.cs b/Projects/UOContent/Mobiles/Animals/Town Critters/Bird.cs similarity index 100% rename from Projects/Scripts/Mobiles/Animals/Town Critters/Bird.cs rename to Projects/UOContent/Mobiles/Animals/Town Critters/Bird.cs diff --git a/Projects/Scripts/Mobiles/Animals/Town Critters/Cat.cs b/Projects/UOContent/Mobiles/Animals/Town Critters/Cat.cs similarity index 100% rename from Projects/Scripts/Mobiles/Animals/Town Critters/Cat.cs rename to Projects/UOContent/Mobiles/Animals/Town Critters/Cat.cs diff --git a/Projects/Scripts/Mobiles/Animals/Town Critters/Dog.cs b/Projects/UOContent/Mobiles/Animals/Town Critters/Dog.cs similarity index 100% rename from Projects/Scripts/Mobiles/Animals/Town Critters/Dog.cs rename to Projects/UOContent/Mobiles/Animals/Town Critters/Dog.cs diff --git a/Projects/Scripts/Mobiles/Animals/Town Critters/Rat.cs b/Projects/UOContent/Mobiles/Animals/Town Critters/Rat.cs similarity index 100% rename from Projects/Scripts/Mobiles/Animals/Town Critters/Rat.cs rename to Projects/UOContent/Mobiles/Animals/Town Critters/Rat.cs diff --git a/Projects/Scripts/Mobiles/BaseCreature.cs b/Projects/UOContent/Mobiles/BaseCreature.cs similarity index 100% rename from Projects/Scripts/Mobiles/BaseCreature.cs rename to Projects/UOContent/Mobiles/BaseCreature.cs diff --git a/Projects/Scripts/Mobiles/Familiars/BaseFamiliar.cs b/Projects/UOContent/Mobiles/Familiars/BaseFamiliar.cs similarity index 100% rename from Projects/Scripts/Mobiles/Familiars/BaseFamiliar.cs rename to Projects/UOContent/Mobiles/Familiars/BaseFamiliar.cs diff --git a/Projects/Scripts/Mobiles/Familiars/DarkWolf.cs b/Projects/UOContent/Mobiles/Familiars/DarkWolf.cs similarity index 100% rename from Projects/Scripts/Mobiles/Familiars/DarkWolf.cs rename to Projects/UOContent/Mobiles/Familiars/DarkWolf.cs diff --git a/Projects/Scripts/Mobiles/Familiars/DeathAdder.cs b/Projects/UOContent/Mobiles/Familiars/DeathAdder.cs similarity index 100% rename from Projects/Scripts/Mobiles/Familiars/DeathAdder.cs rename to Projects/UOContent/Mobiles/Familiars/DeathAdder.cs diff --git a/Projects/Scripts/Mobiles/Familiars/HordeMinion.cs b/Projects/UOContent/Mobiles/Familiars/HordeMinion.cs similarity index 100% rename from Projects/Scripts/Mobiles/Familiars/HordeMinion.cs rename to Projects/UOContent/Mobiles/Familiars/HordeMinion.cs diff --git a/Projects/Scripts/Mobiles/Familiars/ShadowWisp.cs b/Projects/UOContent/Mobiles/Familiars/ShadowWisp.cs similarity index 100% rename from Projects/Scripts/Mobiles/Familiars/ShadowWisp.cs rename to Projects/UOContent/Mobiles/Familiars/ShadowWisp.cs diff --git a/Projects/Scripts/Mobiles/Familiars/VampireBat.cs b/Projects/UOContent/Mobiles/Familiars/VampireBat.cs similarity index 100% rename from Projects/Scripts/Mobiles/Familiars/VampireBat.cs rename to Projects/UOContent/Mobiles/Familiars/VampireBat.cs diff --git a/Projects/Scripts/Mobiles/Guards/ArcherGuard.cs b/Projects/UOContent/Mobiles/Guards/ArcherGuard.cs similarity index 100% rename from Projects/Scripts/Mobiles/Guards/ArcherGuard.cs rename to Projects/UOContent/Mobiles/Guards/ArcherGuard.cs diff --git a/Projects/Scripts/Mobiles/Guards/BaseGuard.cs b/Projects/UOContent/Mobiles/Guards/BaseGuard.cs similarity index 100% rename from Projects/Scripts/Mobiles/Guards/BaseGuard.cs rename to Projects/UOContent/Mobiles/Guards/BaseGuard.cs diff --git a/Projects/Scripts/Mobiles/Guards/WarriorGuard.cs b/Projects/UOContent/Mobiles/Guards/WarriorGuard.cs similarity index 100% rename from Projects/Scripts/Mobiles/Guards/WarriorGuard.cs rename to Projects/UOContent/Mobiles/Guards/WarriorGuard.cs diff --git a/Projects/Scripts/Mobiles/Healers/BaseHealer.cs b/Projects/UOContent/Mobiles/Healers/BaseHealer.cs similarity index 100% rename from Projects/Scripts/Mobiles/Healers/BaseHealer.cs rename to Projects/UOContent/Mobiles/Healers/BaseHealer.cs diff --git a/Projects/Scripts/Mobiles/Healers/EvilHealer.cs b/Projects/UOContent/Mobiles/Healers/EvilHealer.cs similarity index 100% rename from Projects/Scripts/Mobiles/Healers/EvilHealer.cs rename to Projects/UOContent/Mobiles/Healers/EvilHealer.cs diff --git a/Projects/Scripts/Mobiles/Healers/EvilWanderingHealer.cs b/Projects/UOContent/Mobiles/Healers/EvilWanderingHealer.cs similarity index 100% rename from Projects/Scripts/Mobiles/Healers/EvilWanderingHealer.cs rename to Projects/UOContent/Mobiles/Healers/EvilWanderingHealer.cs diff --git a/Projects/Scripts/Mobiles/Healers/FortuneTeller.cs b/Projects/UOContent/Mobiles/Healers/FortuneTeller.cs similarity index 100% rename from Projects/Scripts/Mobiles/Healers/FortuneTeller.cs rename to Projects/UOContent/Mobiles/Healers/FortuneTeller.cs diff --git a/Projects/Scripts/Mobiles/Healers/Healer.cs b/Projects/UOContent/Mobiles/Healers/Healer.cs similarity index 100% rename from Projects/Scripts/Mobiles/Healers/Healer.cs rename to Projects/UOContent/Mobiles/Healers/Healer.cs diff --git a/Projects/Scripts/Mobiles/Healers/PricedHealer.cs b/Projects/UOContent/Mobiles/Healers/PricedHealer.cs similarity index 100% rename from Projects/Scripts/Mobiles/Healers/PricedHealer.cs rename to Projects/UOContent/Mobiles/Healers/PricedHealer.cs diff --git a/Projects/Scripts/Mobiles/Healers/WanderingHealer.cs b/Projects/UOContent/Mobiles/Healers/WanderingHealer.cs similarity index 100% rename from Projects/Scripts/Mobiles/Healers/WanderingHealer.cs rename to Projects/UOContent/Mobiles/Healers/WanderingHealer.cs diff --git a/Projects/Scripts/Mobiles/Monsters/AOS/AbysmalHorror.cs b/Projects/UOContent/Mobiles/Monsters/AOS/AbysmalHorror.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/AOS/AbysmalHorror.cs rename to Projects/UOContent/Mobiles/Monsters/AOS/AbysmalHorror.cs diff --git a/Projects/Scripts/Mobiles/Monsters/AOS/BoneDemon.cs b/Projects/UOContent/Mobiles/Monsters/AOS/BoneDemon.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/AOS/BoneDemon.cs rename to Projects/UOContent/Mobiles/Monsters/AOS/BoneDemon.cs diff --git a/Projects/Scripts/Mobiles/Monsters/AOS/CrystalElemental.cs b/Projects/UOContent/Mobiles/Monsters/AOS/CrystalElemental.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/AOS/CrystalElemental.cs rename to Projects/UOContent/Mobiles/Monsters/AOS/CrystalElemental.cs diff --git a/Projects/Scripts/Mobiles/Monsters/AOS/DarknightCreeper.cs b/Projects/UOContent/Mobiles/Monsters/AOS/DarknightCreeper.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/AOS/DarknightCreeper.cs rename to Projects/UOContent/Mobiles/Monsters/AOS/DarknightCreeper.cs diff --git a/Projects/Scripts/Mobiles/Monsters/AOS/DemonKnight.cs b/Projects/UOContent/Mobiles/Monsters/AOS/DemonKnight.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/AOS/DemonKnight.cs rename to Projects/UOContent/Mobiles/Monsters/AOS/DemonKnight.cs diff --git a/Projects/Scripts/Mobiles/Monsters/AOS/Devourer.cs b/Projects/UOContent/Mobiles/Monsters/AOS/Devourer.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/AOS/Devourer.cs rename to Projects/UOContent/Mobiles/Monsters/AOS/Devourer.cs diff --git a/Projects/Scripts/Mobiles/Monsters/AOS/FleshGolem.cs b/Projects/UOContent/Mobiles/Monsters/AOS/FleshGolem.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/AOS/FleshGolem.cs rename to Projects/UOContent/Mobiles/Monsters/AOS/FleshGolem.cs diff --git a/Projects/Scripts/Mobiles/Monsters/AOS/FleshRenderer.cs b/Projects/UOContent/Mobiles/Monsters/AOS/FleshRenderer.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/AOS/FleshRenderer.cs rename to Projects/UOContent/Mobiles/Monsters/AOS/FleshRenderer.cs diff --git a/Projects/Scripts/Mobiles/Monsters/AOS/Gibberling.cs b/Projects/UOContent/Mobiles/Monsters/AOS/Gibberling.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/AOS/Gibberling.cs rename to Projects/UOContent/Mobiles/Monsters/AOS/Gibberling.cs diff --git a/Projects/Scripts/Mobiles/Monsters/AOS/GoreFiend.cs b/Projects/UOContent/Mobiles/Monsters/AOS/GoreFiend.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/AOS/GoreFiend.cs rename to Projects/UOContent/Mobiles/Monsters/AOS/GoreFiend.cs diff --git a/Projects/Scripts/Mobiles/Monsters/AOS/Impaler.cs b/Projects/UOContent/Mobiles/Monsters/AOS/Impaler.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/AOS/Impaler.cs rename to Projects/UOContent/Mobiles/Monsters/AOS/Impaler.cs diff --git a/Projects/Scripts/Mobiles/Monsters/AOS/MoundOfMaggots.cs b/Projects/UOContent/Mobiles/Monsters/AOS/MoundOfMaggots.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/AOS/MoundOfMaggots.cs rename to Projects/UOContent/Mobiles/Monsters/AOS/MoundOfMaggots.cs diff --git a/Projects/Scripts/Mobiles/Monsters/AOS/PatchworkSkeleton.cs b/Projects/UOContent/Mobiles/Monsters/AOS/PatchworkSkeleton.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/AOS/PatchworkSkeleton.cs rename to Projects/UOContent/Mobiles/Monsters/AOS/PatchworkSkeleton.cs diff --git a/Projects/Scripts/Mobiles/Monsters/AOS/Ravager.cs b/Projects/UOContent/Mobiles/Monsters/AOS/Ravager.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/AOS/Ravager.cs rename to Projects/UOContent/Mobiles/Monsters/AOS/Ravager.cs diff --git a/Projects/Scripts/Mobiles/Monsters/AOS/Revenant.cs b/Projects/UOContent/Mobiles/Monsters/AOS/Revenant.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/AOS/Revenant.cs rename to Projects/UOContent/Mobiles/Monsters/AOS/Revenant.cs diff --git a/Projects/Scripts/Mobiles/Monsters/AOS/ShadowKnight.cs b/Projects/UOContent/Mobiles/Monsters/AOS/ShadowKnight.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/AOS/ShadowKnight.cs rename to Projects/UOContent/Mobiles/Monsters/AOS/ShadowKnight.cs diff --git a/Projects/Scripts/Mobiles/Monsters/AOS/SkitteringHopper.cs b/Projects/UOContent/Mobiles/Monsters/AOS/SkitteringHopper.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/AOS/SkitteringHopper.cs rename to Projects/UOContent/Mobiles/Monsters/AOS/SkitteringHopper.cs diff --git a/Projects/Scripts/Mobiles/Monsters/AOS/Treefellow.cs b/Projects/UOContent/Mobiles/Monsters/AOS/Treefellow.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/AOS/Treefellow.cs rename to Projects/UOContent/Mobiles/Monsters/AOS/Treefellow.cs diff --git a/Projects/Scripts/Mobiles/Monsters/AOS/VampireBat.cs b/Projects/UOContent/Mobiles/Monsters/AOS/VampireBat.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/AOS/VampireBat.cs rename to Projects/UOContent/Mobiles/Monsters/AOS/VampireBat.cs diff --git a/Projects/Scripts/Mobiles/Monsters/AOS/WailingBanshee.cs b/Projects/UOContent/Mobiles/Monsters/AOS/WailingBanshee.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/AOS/WailingBanshee.cs rename to Projects/UOContent/Mobiles/Monsters/AOS/WailingBanshee.cs diff --git a/Projects/Scripts/Mobiles/Monsters/AOS/WandererOfTheVoid.cs b/Projects/UOContent/Mobiles/Monsters/AOS/WandererOfTheVoid.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/AOS/WandererOfTheVoid.cs rename to Projects/UOContent/Mobiles/Monsters/AOS/WandererOfTheVoid.cs diff --git a/Projects/Scripts/Mobiles/Monsters/Ants/AntLion.cs b/Projects/UOContent/Mobiles/Monsters/Ants/AntLion.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/Ants/AntLion.cs rename to Projects/UOContent/Mobiles/Monsters/Ants/AntLion.cs diff --git a/Projects/Scripts/Mobiles/Monsters/Ants/BlackSolenInfiltratorQueen.cs b/Projects/UOContent/Mobiles/Monsters/Ants/BlackSolenInfiltratorQueen.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/Ants/BlackSolenInfiltratorQueen.cs rename to Projects/UOContent/Mobiles/Monsters/Ants/BlackSolenInfiltratorQueen.cs diff --git a/Projects/Scripts/Mobiles/Monsters/Ants/BlackSolenInfiltratorWarrior.cs b/Projects/UOContent/Mobiles/Monsters/Ants/BlackSolenInfiltratorWarrior.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/Ants/BlackSolenInfiltratorWarrior.cs rename to Projects/UOContent/Mobiles/Monsters/Ants/BlackSolenInfiltratorWarrior.cs diff --git a/Projects/Scripts/Mobiles/Monsters/Ants/BlackSolenQueen.cs b/Projects/UOContent/Mobiles/Monsters/Ants/BlackSolenQueen.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/Ants/BlackSolenQueen.cs rename to Projects/UOContent/Mobiles/Monsters/Ants/BlackSolenQueen.cs diff --git a/Projects/Scripts/Mobiles/Monsters/Ants/BlackSolenWarrior.cs b/Projects/UOContent/Mobiles/Monsters/Ants/BlackSolenWarrior.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/Ants/BlackSolenWarrior.cs rename to Projects/UOContent/Mobiles/Monsters/Ants/BlackSolenWarrior.cs diff --git a/Projects/Scripts/Mobiles/Monsters/Ants/BlackSolenWorker.cs b/Projects/UOContent/Mobiles/Monsters/Ants/BlackSolenWorker.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/Ants/BlackSolenWorker.cs rename to Projects/UOContent/Mobiles/Monsters/Ants/BlackSolenWorker.cs diff --git a/Projects/Scripts/Mobiles/Monsters/Ants/RedSolenInfiltratorQueen.cs b/Projects/UOContent/Mobiles/Monsters/Ants/RedSolenInfiltratorQueen.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/Ants/RedSolenInfiltratorQueen.cs rename to Projects/UOContent/Mobiles/Monsters/Ants/RedSolenInfiltratorQueen.cs diff --git a/Projects/Scripts/Mobiles/Monsters/Ants/RedSolenInfiltratorWarrior.cs b/Projects/UOContent/Mobiles/Monsters/Ants/RedSolenInfiltratorWarrior.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/Ants/RedSolenInfiltratorWarrior.cs rename to Projects/UOContent/Mobiles/Monsters/Ants/RedSolenInfiltratorWarrior.cs diff --git a/Projects/Scripts/Mobiles/Monsters/Ants/RedSolenQueen.cs b/Projects/UOContent/Mobiles/Monsters/Ants/RedSolenQueen.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/Ants/RedSolenQueen.cs rename to Projects/UOContent/Mobiles/Monsters/Ants/RedSolenQueen.cs diff --git a/Projects/Scripts/Mobiles/Monsters/Ants/RedSolenWarrior.cs b/Projects/UOContent/Mobiles/Monsters/Ants/RedSolenWarrior.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/Ants/RedSolenWarrior.cs rename to Projects/UOContent/Mobiles/Monsters/Ants/RedSolenWarrior.cs diff --git a/Projects/Scripts/Mobiles/Monsters/Ants/RedSolenWorker.cs b/Projects/UOContent/Mobiles/Monsters/Ants/RedSolenWorker.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/Ants/RedSolenWorker.cs rename to Projects/UOContent/Mobiles/Monsters/Ants/RedSolenWorker.cs diff --git a/Projects/Scripts/Mobiles/Monsters/Ants/SolenHelper.cs b/Projects/UOContent/Mobiles/Monsters/Ants/SolenHelper.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/Ants/SolenHelper.cs rename to Projects/UOContent/Mobiles/Monsters/Ants/SolenHelper.cs diff --git a/Projects/Scripts/Mobiles/Monsters/Arachnid/Magic/DreadSpider.cs b/Projects/UOContent/Mobiles/Monsters/Arachnid/Magic/DreadSpider.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/Arachnid/Magic/DreadSpider.cs rename to Projects/UOContent/Mobiles/Monsters/Arachnid/Magic/DreadSpider.cs diff --git a/Projects/Scripts/Mobiles/Monsters/Arachnid/Magic/TerathanAvenger.cs b/Projects/UOContent/Mobiles/Monsters/Arachnid/Magic/TerathanAvenger.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/Arachnid/Magic/TerathanAvenger.cs rename to Projects/UOContent/Mobiles/Monsters/Arachnid/Magic/TerathanAvenger.cs diff --git a/Projects/Scripts/Mobiles/Monsters/Arachnid/Magic/TerathanMatriarch.cs b/Projects/UOContent/Mobiles/Monsters/Arachnid/Magic/TerathanMatriarch.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/Arachnid/Magic/TerathanMatriarch.cs rename to Projects/UOContent/Mobiles/Monsters/Arachnid/Magic/TerathanMatriarch.cs diff --git a/Projects/Scripts/Mobiles/Monsters/Arachnid/Melee/FrostSpider.cs b/Projects/UOContent/Mobiles/Monsters/Arachnid/Melee/FrostSpider.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/Arachnid/Melee/FrostSpider.cs rename to Projects/UOContent/Mobiles/Monsters/Arachnid/Melee/FrostSpider.cs diff --git a/Projects/Scripts/Mobiles/Monsters/Arachnid/Melee/GiantBlackWidow.cs b/Projects/UOContent/Mobiles/Monsters/Arachnid/Melee/GiantBlackWidow.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/Arachnid/Melee/GiantBlackWidow.cs rename to Projects/UOContent/Mobiles/Monsters/Arachnid/Melee/GiantBlackWidow.cs diff --git a/Projects/Scripts/Mobiles/Monsters/Arachnid/Melee/GiantSpider.cs b/Projects/UOContent/Mobiles/Monsters/Arachnid/Melee/GiantSpider.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/Arachnid/Melee/GiantSpider.cs rename to Projects/UOContent/Mobiles/Monsters/Arachnid/Melee/GiantSpider.cs diff --git a/Projects/Scripts/Mobiles/Monsters/Arachnid/Melee/TerathanDrone.cs b/Projects/UOContent/Mobiles/Monsters/Arachnid/Melee/TerathanDrone.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/Arachnid/Melee/TerathanDrone.cs rename to Projects/UOContent/Mobiles/Monsters/Arachnid/Melee/TerathanDrone.cs diff --git a/Projects/Scripts/Mobiles/Monsters/Arachnid/Melee/TerathanWarrior.cs b/Projects/UOContent/Mobiles/Monsters/Arachnid/Melee/TerathanWarrior.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/Arachnid/Melee/TerathanWarrior.cs rename to Projects/UOContent/Mobiles/Monsters/Arachnid/Melee/TerathanWarrior.cs diff --git a/Projects/Scripts/Mobiles/Monsters/Elemental/Magic/AcidElemental.cs b/Projects/UOContent/Mobiles/Monsters/Elemental/Magic/AcidElemental.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/Elemental/Magic/AcidElemental.cs rename to Projects/UOContent/Mobiles/Monsters/Elemental/Magic/AcidElemental.cs diff --git a/Projects/Scripts/Mobiles/Monsters/Elemental/Magic/AirElemental.cs b/Projects/UOContent/Mobiles/Monsters/Elemental/Magic/AirElemental.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/Elemental/Magic/AirElemental.cs rename to Projects/UOContent/Mobiles/Monsters/Elemental/Magic/AirElemental.cs diff --git a/Projects/Scripts/Mobiles/Monsters/Elemental/Magic/BloodElemental.cs b/Projects/UOContent/Mobiles/Monsters/Elemental/Magic/BloodElemental.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/Elemental/Magic/BloodElemental.cs rename to Projects/UOContent/Mobiles/Monsters/Elemental/Magic/BloodElemental.cs diff --git a/Projects/Scripts/Mobiles/Monsters/Elemental/Magic/Efreet.cs b/Projects/UOContent/Mobiles/Monsters/Elemental/Magic/Efreet.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/Elemental/Magic/Efreet.cs rename to Projects/UOContent/Mobiles/Monsters/Elemental/Magic/Efreet.cs diff --git a/Projects/Scripts/Mobiles/Monsters/Elemental/Magic/FireElemental.cs b/Projects/UOContent/Mobiles/Monsters/Elemental/Magic/FireElemental.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/Elemental/Magic/FireElemental.cs rename to Projects/UOContent/Mobiles/Monsters/Elemental/Magic/FireElemental.cs diff --git a/Projects/Scripts/Mobiles/Monsters/Elemental/Magic/IceElemental.cs b/Projects/UOContent/Mobiles/Monsters/Elemental/Magic/IceElemental.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/Elemental/Magic/IceElemental.cs rename to Projects/UOContent/Mobiles/Monsters/Elemental/Magic/IceElemental.cs diff --git a/Projects/Scripts/Mobiles/Monsters/Elemental/Magic/PoisonElemental.cs b/Projects/UOContent/Mobiles/Monsters/Elemental/Magic/PoisonElemental.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/Elemental/Magic/PoisonElemental.cs rename to Projects/UOContent/Mobiles/Monsters/Elemental/Magic/PoisonElemental.cs diff --git a/Projects/Scripts/Mobiles/Monsters/Elemental/Magic/WaterElemental.cs b/Projects/UOContent/Mobiles/Monsters/Elemental/Magic/WaterElemental.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/Elemental/Magic/WaterElemental.cs rename to Projects/UOContent/Mobiles/Monsters/Elemental/Magic/WaterElemental.cs diff --git a/Projects/Scripts/Mobiles/Monsters/Elemental/Melee/EarthElemental.cs b/Projects/UOContent/Mobiles/Monsters/Elemental/Melee/EarthElemental.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/Elemental/Melee/EarthElemental.cs rename to Projects/UOContent/Mobiles/Monsters/Elemental/Melee/EarthElemental.cs diff --git a/Projects/Scripts/Mobiles/Monsters/Elemental/Melee/SnowElemental.cs b/Projects/UOContent/Mobiles/Monsters/Elemental/Melee/SnowElemental.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/Elemental/Melee/SnowElemental.cs rename to Projects/UOContent/Mobiles/Monsters/Elemental/Melee/SnowElemental.cs diff --git a/Projects/Scripts/Mobiles/Monsters/Humanoid/Magic/AncientLich.cs b/Projects/UOContent/Mobiles/Monsters/Humanoid/Magic/AncientLich.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/Humanoid/Magic/AncientLich.cs rename to Projects/UOContent/Mobiles/Monsters/Humanoid/Magic/AncientLich.cs diff --git a/Projects/Scripts/Mobiles/Monsters/Humanoid/Magic/ArcaneDaemon.cs b/Projects/UOContent/Mobiles/Monsters/Humanoid/Magic/ArcaneDaemon.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/Humanoid/Magic/ArcaneDaemon.cs rename to Projects/UOContent/Mobiles/Monsters/Humanoid/Magic/ArcaneDaemon.cs diff --git a/Projects/Scripts/Mobiles/Monsters/Humanoid/Magic/Balron.cs b/Projects/UOContent/Mobiles/Monsters/Humanoid/Magic/Balron.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/Humanoid/Magic/Balron.cs rename to Projects/UOContent/Mobiles/Monsters/Humanoid/Magic/Balron.cs diff --git a/Projects/Scripts/Mobiles/Monsters/Humanoid/Magic/Betrayer.cs b/Projects/UOContent/Mobiles/Monsters/Humanoid/Magic/Betrayer.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/Humanoid/Magic/Betrayer.cs rename to Projects/UOContent/Mobiles/Monsters/Humanoid/Magic/Betrayer.cs diff --git a/Projects/Scripts/Mobiles/Monsters/Humanoid/Magic/Bogle.cs b/Projects/UOContent/Mobiles/Monsters/Humanoid/Magic/Bogle.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/Humanoid/Magic/Bogle.cs rename to Projects/UOContent/Mobiles/Monsters/Humanoid/Magic/Bogle.cs diff --git a/Projects/Scripts/Mobiles/Monsters/Humanoid/Magic/BoneMagi.cs b/Projects/UOContent/Mobiles/Monsters/Humanoid/Magic/BoneMagi.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/Humanoid/Magic/BoneMagi.cs rename to Projects/UOContent/Mobiles/Monsters/Humanoid/Magic/BoneMagi.cs diff --git a/Projects/Scripts/Mobiles/Monsters/Humanoid/Magic/Daemon.cs b/Projects/UOContent/Mobiles/Monsters/Humanoid/Magic/Daemon.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/Humanoid/Magic/Daemon.cs rename to Projects/UOContent/Mobiles/Monsters/Humanoid/Magic/Daemon.cs diff --git a/Projects/Scripts/Mobiles/Monsters/Humanoid/Magic/ElderGazer.cs b/Projects/UOContent/Mobiles/Monsters/Humanoid/Magic/ElderGazer.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/Humanoid/Magic/ElderGazer.cs rename to Projects/UOContent/Mobiles/Monsters/Humanoid/Magic/ElderGazer.cs diff --git a/Projects/Scripts/Mobiles/Monsters/Humanoid/Magic/EvilMage.cs b/Projects/UOContent/Mobiles/Monsters/Humanoid/Magic/EvilMage.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/Humanoid/Magic/EvilMage.cs rename to Projects/UOContent/Mobiles/Monsters/Humanoid/Magic/EvilMage.cs diff --git a/Projects/Scripts/Mobiles/Monsters/Humanoid/Magic/EvilMageLord.cs b/Projects/UOContent/Mobiles/Monsters/Humanoid/Magic/EvilMageLord.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/Humanoid/Magic/EvilMageLord.cs rename to Projects/UOContent/Mobiles/Monsters/Humanoid/Magic/EvilMageLord.cs diff --git a/Projects/Scripts/Mobiles/Monsters/Humanoid/Magic/FireGargoyle.cs b/Projects/UOContent/Mobiles/Monsters/Humanoid/Magic/FireGargoyle.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/Humanoid/Magic/FireGargoyle.cs rename to Projects/UOContent/Mobiles/Monsters/Humanoid/Magic/FireGargoyle.cs diff --git a/Projects/Scripts/Mobiles/Monsters/Humanoid/Magic/Gargoyle.cs b/Projects/UOContent/Mobiles/Monsters/Humanoid/Magic/Gargoyle.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/Humanoid/Magic/Gargoyle.cs rename to Projects/UOContent/Mobiles/Monsters/Humanoid/Magic/Gargoyle.cs diff --git a/Projects/Scripts/Mobiles/Monsters/Humanoid/Magic/GargoyleDestroyer.cs b/Projects/UOContent/Mobiles/Monsters/Humanoid/Magic/GargoyleDestroyer.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/Humanoid/Magic/GargoyleDestroyer.cs rename to Projects/UOContent/Mobiles/Monsters/Humanoid/Magic/GargoyleDestroyer.cs diff --git a/Projects/Scripts/Mobiles/Monsters/Humanoid/Magic/GargoyleEnforcer.cs b/Projects/UOContent/Mobiles/Monsters/Humanoid/Magic/GargoyleEnforcer.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/Humanoid/Magic/GargoyleEnforcer.cs rename to Projects/UOContent/Mobiles/Monsters/Humanoid/Magic/GargoyleEnforcer.cs diff --git a/Projects/Scripts/Mobiles/Monsters/Humanoid/Magic/Gazer.cs b/Projects/UOContent/Mobiles/Monsters/Humanoid/Magic/Gazer.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/Humanoid/Magic/Gazer.cs rename to Projects/UOContent/Mobiles/Monsters/Humanoid/Magic/Gazer.cs diff --git a/Projects/Scripts/Mobiles/Monsters/Humanoid/Magic/GolemController.cs b/Projects/UOContent/Mobiles/Monsters/Humanoid/Magic/GolemController.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/Humanoid/Magic/GolemController.cs rename to Projects/UOContent/Mobiles/Monsters/Humanoid/Magic/GolemController.cs diff --git a/Projects/Scripts/Mobiles/Monsters/Humanoid/Magic/IceFiend.cs b/Projects/UOContent/Mobiles/Monsters/Humanoid/Magic/IceFiend.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/Humanoid/Magic/IceFiend.cs rename to Projects/UOContent/Mobiles/Monsters/Humanoid/Magic/IceFiend.cs diff --git a/Projects/Scripts/Mobiles/Monsters/Humanoid/Magic/Imp.cs b/Projects/UOContent/Mobiles/Monsters/Humanoid/Magic/Imp.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/Humanoid/Magic/Imp.cs rename to Projects/UOContent/Mobiles/Monsters/Humanoid/Magic/Imp.cs diff --git a/Projects/Scripts/Mobiles/Monsters/Humanoid/Magic/Lich.cs b/Projects/UOContent/Mobiles/Monsters/Humanoid/Magic/Lich.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/Humanoid/Magic/Lich.cs rename to Projects/UOContent/Mobiles/Monsters/Humanoid/Magic/Lich.cs diff --git a/Projects/Scripts/Mobiles/Monsters/Humanoid/Magic/LichLord.cs b/Projects/UOContent/Mobiles/Monsters/Humanoid/Magic/LichLord.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/Humanoid/Magic/LichLord.cs rename to Projects/UOContent/Mobiles/Monsters/Humanoid/Magic/LichLord.cs diff --git a/Projects/Scripts/Mobiles/Monsters/Humanoid/Magic/OrcishMage.cs b/Projects/UOContent/Mobiles/Monsters/Humanoid/Magic/OrcishMage.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/Humanoid/Magic/OrcishMage.cs rename to Projects/UOContent/Mobiles/Monsters/Humanoid/Magic/OrcishMage.cs diff --git a/Projects/Scripts/Mobiles/Monsters/Humanoid/Magic/RatmanMage.cs b/Projects/UOContent/Mobiles/Monsters/Humanoid/Magic/RatmanMage.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/Humanoid/Magic/RatmanMage.cs rename to Projects/UOContent/Mobiles/Monsters/Humanoid/Magic/RatmanMage.cs diff --git a/Projects/Scripts/Mobiles/Monsters/Humanoid/Magic/SavageShaman.cs b/Projects/UOContent/Mobiles/Monsters/Humanoid/Magic/SavageShaman.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/Humanoid/Magic/SavageShaman.cs rename to Projects/UOContent/Mobiles/Monsters/Humanoid/Magic/SavageShaman.cs diff --git a/Projects/Scripts/Mobiles/Monsters/Humanoid/Magic/Shade.cs b/Projects/UOContent/Mobiles/Monsters/Humanoid/Magic/Shade.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/Humanoid/Magic/Shade.cs rename to Projects/UOContent/Mobiles/Monsters/Humanoid/Magic/Shade.cs diff --git a/Projects/Scripts/Mobiles/Monsters/Humanoid/Magic/SkeletalMage.cs b/Projects/UOContent/Mobiles/Monsters/Humanoid/Magic/SkeletalMage.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/Humanoid/Magic/SkeletalMage.cs rename to Projects/UOContent/Mobiles/Monsters/Humanoid/Magic/SkeletalMage.cs diff --git a/Projects/Scripts/Mobiles/Monsters/Humanoid/Magic/Spectre.cs b/Projects/UOContent/Mobiles/Monsters/Humanoid/Magic/Spectre.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/Humanoid/Magic/Spectre.cs rename to Projects/UOContent/Mobiles/Monsters/Humanoid/Magic/Spectre.cs diff --git a/Projects/Scripts/Mobiles/Monsters/Humanoid/Magic/Succubus.cs b/Projects/UOContent/Mobiles/Monsters/Humanoid/Magic/Succubus.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/Humanoid/Magic/Succubus.cs rename to Projects/UOContent/Mobiles/Monsters/Humanoid/Magic/Succubus.cs diff --git a/Projects/Scripts/Mobiles/Monsters/Humanoid/Magic/Titan.cs b/Projects/UOContent/Mobiles/Monsters/Humanoid/Magic/Titan.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/Humanoid/Magic/Titan.cs rename to Projects/UOContent/Mobiles/Monsters/Humanoid/Magic/Titan.cs diff --git a/Projects/Scripts/Mobiles/Monsters/Humanoid/Magic/Wraith.cs b/Projects/UOContent/Mobiles/Monsters/Humanoid/Magic/Wraith.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/Humanoid/Magic/Wraith.cs rename to Projects/UOContent/Mobiles/Monsters/Humanoid/Magic/Wraith.cs diff --git a/Projects/Scripts/Mobiles/Monsters/Humanoid/Melee/ArcticOgreLord.cs b/Projects/UOContent/Mobiles/Monsters/Humanoid/Melee/ArcticOgreLord.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/Humanoid/Melee/ArcticOgreLord.cs rename to Projects/UOContent/Mobiles/Monsters/Humanoid/Melee/ArcticOgreLord.cs diff --git a/Projects/Scripts/Mobiles/Monsters/Humanoid/Melee/BoneKnight.cs b/Projects/UOContent/Mobiles/Monsters/Humanoid/Melee/BoneKnight.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/Humanoid/Melee/BoneKnight.cs rename to Projects/UOContent/Mobiles/Monsters/Humanoid/Melee/BoneKnight.cs diff --git a/Projects/Scripts/Mobiles/Monsters/Humanoid/Melee/Brigand.cs b/Projects/UOContent/Mobiles/Monsters/Humanoid/Melee/Brigand.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/Humanoid/Melee/Brigand.cs rename to Projects/UOContent/Mobiles/Monsters/Humanoid/Melee/Brigand.cs diff --git a/Projects/Scripts/Mobiles/Monsters/Humanoid/Melee/ChaosDaemon.cs b/Projects/UOContent/Mobiles/Monsters/Humanoid/Melee/ChaosDaemon.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/Humanoid/Melee/ChaosDaemon.cs rename to Projects/UOContent/Mobiles/Monsters/Humanoid/Melee/ChaosDaemon.cs diff --git a/Projects/Scripts/Mobiles/Monsters/Humanoid/Melee/Cursed.cs b/Projects/UOContent/Mobiles/Monsters/Humanoid/Melee/Cursed.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/Humanoid/Melee/Cursed.cs rename to Projects/UOContent/Mobiles/Monsters/Humanoid/Melee/Cursed.cs diff --git a/Projects/Scripts/Mobiles/Monsters/Humanoid/Melee/Cyclops.cs b/Projects/UOContent/Mobiles/Monsters/Humanoid/Melee/Cyclops.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/Humanoid/Melee/Cyclops.cs rename to Projects/UOContent/Mobiles/Monsters/Humanoid/Melee/Cyclops.cs diff --git a/Projects/Scripts/Mobiles/Monsters/Humanoid/Melee/Doppleganger.cs b/Projects/UOContent/Mobiles/Monsters/Humanoid/Melee/Doppleganger.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/Humanoid/Melee/Doppleganger.cs rename to Projects/UOContent/Mobiles/Monsters/Humanoid/Melee/Doppleganger.cs diff --git a/Projects/Scripts/Mobiles/Monsters/Humanoid/Melee/ElfBrigand.cs b/Projects/UOContent/Mobiles/Monsters/Humanoid/Melee/ElfBrigand.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/Humanoid/Melee/ElfBrigand.cs rename to Projects/UOContent/Mobiles/Monsters/Humanoid/Melee/ElfBrigand.cs diff --git a/Projects/Scripts/Mobiles/Monsters/Humanoid/Melee/EnslavedGargoyle.cs b/Projects/UOContent/Mobiles/Monsters/Humanoid/Melee/EnslavedGargoyle.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/Humanoid/Melee/EnslavedGargoyle.cs rename to Projects/UOContent/Mobiles/Monsters/Humanoid/Melee/EnslavedGargoyle.cs diff --git a/Projects/Scripts/Mobiles/Monsters/Humanoid/Melee/Ettin.cs b/Projects/UOContent/Mobiles/Monsters/Humanoid/Melee/Ettin.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/Humanoid/Melee/Ettin.cs rename to Projects/UOContent/Mobiles/Monsters/Humanoid/Melee/Ettin.cs diff --git a/Projects/Scripts/Mobiles/Monsters/Humanoid/Melee/Executioner.cs b/Projects/UOContent/Mobiles/Monsters/Humanoid/Melee/Executioner.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/Humanoid/Melee/Executioner.cs rename to Projects/UOContent/Mobiles/Monsters/Humanoid/Melee/Executioner.cs diff --git a/Projects/Scripts/Mobiles/Monsters/Humanoid/Melee/FrostTroll.cs b/Projects/UOContent/Mobiles/Monsters/Humanoid/Melee/FrostTroll.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/Humanoid/Melee/FrostTroll.cs rename to Projects/UOContent/Mobiles/Monsters/Humanoid/Melee/FrostTroll.cs diff --git a/Projects/Scripts/Mobiles/Monsters/Humanoid/Melee/GazerLarva.cs b/Projects/UOContent/Mobiles/Monsters/Humanoid/Melee/GazerLarva.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/Humanoid/Melee/GazerLarva.cs rename to Projects/UOContent/Mobiles/Monsters/Humanoid/Melee/GazerLarva.cs diff --git a/Projects/Scripts/Mobiles/Monsters/Humanoid/Melee/Ghoul.cs b/Projects/UOContent/Mobiles/Monsters/Humanoid/Melee/Ghoul.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/Humanoid/Melee/Ghoul.cs rename to Projects/UOContent/Mobiles/Monsters/Humanoid/Melee/Ghoul.cs diff --git a/Projects/Scripts/Mobiles/Monsters/Humanoid/Melee/GreaterMongbat.cs b/Projects/UOContent/Mobiles/Monsters/Humanoid/Melee/GreaterMongbat.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/Humanoid/Melee/GreaterMongbat.cs rename to Projects/UOContent/Mobiles/Monsters/Humanoid/Melee/GreaterMongbat.cs diff --git a/Projects/Scripts/Mobiles/Monsters/Humanoid/Melee/Guardian.cs b/Projects/UOContent/Mobiles/Monsters/Humanoid/Melee/Guardian.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/Humanoid/Melee/Guardian.cs rename to Projects/UOContent/Mobiles/Monsters/Humanoid/Melee/Guardian.cs diff --git a/Projects/Scripts/Mobiles/Monsters/Humanoid/Melee/HeadlessOne.cs b/Projects/UOContent/Mobiles/Monsters/Humanoid/Melee/HeadlessOne.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/Humanoid/Melee/HeadlessOne.cs rename to Projects/UOContent/Mobiles/Monsters/Humanoid/Melee/HeadlessOne.cs diff --git a/Projects/Scripts/Mobiles/Monsters/Humanoid/Melee/HordeMinion.cs b/Projects/UOContent/Mobiles/Monsters/Humanoid/Melee/HordeMinion.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/Humanoid/Melee/HordeMinion.cs rename to Projects/UOContent/Mobiles/Monsters/Humanoid/Melee/HordeMinion.cs diff --git a/Projects/Scripts/Mobiles/Monsters/Humanoid/Melee/Juggernaut.cs b/Projects/UOContent/Mobiles/Monsters/Humanoid/Melee/Juggernaut.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/Humanoid/Melee/Juggernaut.cs rename to Projects/UOContent/Mobiles/Monsters/Humanoid/Melee/Juggernaut.cs diff --git a/Projects/Scripts/Mobiles/Monsters/Humanoid/Melee/KhaldunRevenant.cs b/Projects/UOContent/Mobiles/Monsters/Humanoid/Melee/KhaldunRevenant.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/Humanoid/Melee/KhaldunRevenant.cs rename to Projects/UOContent/Mobiles/Monsters/Humanoid/Melee/KhaldunRevenant.cs diff --git a/Projects/Scripts/Mobiles/Monsters/Humanoid/Melee/KhaldunSummoner.cs b/Projects/UOContent/Mobiles/Monsters/Humanoid/Melee/KhaldunSummoner.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/Humanoid/Melee/KhaldunSummoner.cs rename to Projects/UOContent/Mobiles/Monsters/Humanoid/Melee/KhaldunSummoner.cs diff --git a/Projects/Scripts/Mobiles/Monsters/Humanoid/Melee/KhaldunZealot.cs b/Projects/UOContent/Mobiles/Monsters/Humanoid/Melee/KhaldunZealot.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/Humanoid/Melee/KhaldunZealot.cs rename to Projects/UOContent/Mobiles/Monsters/Humanoid/Melee/KhaldunZealot.cs diff --git a/Projects/Scripts/Mobiles/Monsters/Humanoid/Melee/Moloch.cs b/Projects/UOContent/Mobiles/Monsters/Humanoid/Melee/Moloch.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/Humanoid/Melee/Moloch.cs rename to Projects/UOContent/Mobiles/Monsters/Humanoid/Melee/Moloch.cs diff --git a/Projects/Scripts/Mobiles/Monsters/Humanoid/Melee/Mongbat.cs b/Projects/UOContent/Mobiles/Monsters/Humanoid/Melee/Mongbat.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/Humanoid/Melee/Mongbat.cs rename to Projects/UOContent/Mobiles/Monsters/Humanoid/Melee/Mongbat.cs diff --git a/Projects/Scripts/Mobiles/Monsters/Humanoid/Melee/Mummy.cs b/Projects/UOContent/Mobiles/Monsters/Humanoid/Melee/Mummy.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/Humanoid/Melee/Mummy.cs rename to Projects/UOContent/Mobiles/Monsters/Humanoid/Melee/Mummy.cs diff --git a/Projects/Scripts/Mobiles/Monsters/Humanoid/Melee/Ogre.cs b/Projects/UOContent/Mobiles/Monsters/Humanoid/Melee/Ogre.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/Humanoid/Melee/Ogre.cs rename to Projects/UOContent/Mobiles/Monsters/Humanoid/Melee/Ogre.cs diff --git a/Projects/Scripts/Mobiles/Monsters/Humanoid/Melee/OgreLord.cs b/Projects/UOContent/Mobiles/Monsters/Humanoid/Melee/OgreLord.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/Humanoid/Melee/OgreLord.cs rename to Projects/UOContent/Mobiles/Monsters/Humanoid/Melee/OgreLord.cs diff --git a/Projects/Scripts/Mobiles/Monsters/Humanoid/Melee/Orc.cs b/Projects/UOContent/Mobiles/Monsters/Humanoid/Melee/Orc.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/Humanoid/Melee/Orc.cs rename to Projects/UOContent/Mobiles/Monsters/Humanoid/Melee/Orc.cs diff --git a/Projects/Scripts/Mobiles/Monsters/Humanoid/Melee/OrcBomber.cs b/Projects/UOContent/Mobiles/Monsters/Humanoid/Melee/OrcBomber.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/Humanoid/Melee/OrcBomber.cs rename to Projects/UOContent/Mobiles/Monsters/Humanoid/Melee/OrcBomber.cs diff --git a/Projects/Scripts/Mobiles/Monsters/Humanoid/Melee/OrcBrute.cs b/Projects/UOContent/Mobiles/Monsters/Humanoid/Melee/OrcBrute.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/Humanoid/Melee/OrcBrute.cs rename to Projects/UOContent/Mobiles/Monsters/Humanoid/Melee/OrcBrute.cs diff --git a/Projects/Scripts/Mobiles/Monsters/Humanoid/Melee/OrcCaptain.cs b/Projects/UOContent/Mobiles/Monsters/Humanoid/Melee/OrcCaptain.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/Humanoid/Melee/OrcCaptain.cs rename to Projects/UOContent/Mobiles/Monsters/Humanoid/Melee/OrcCaptain.cs diff --git a/Projects/Scripts/Mobiles/Monsters/Humanoid/Melee/OrcishLord.cs b/Projects/UOContent/Mobiles/Monsters/Humanoid/Melee/OrcishLord.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/Humanoid/Melee/OrcishLord.cs rename to Projects/UOContent/Mobiles/Monsters/Humanoid/Melee/OrcishLord.cs diff --git a/Projects/Scripts/Mobiles/Monsters/Humanoid/Melee/Ratman.cs b/Projects/UOContent/Mobiles/Monsters/Humanoid/Melee/Ratman.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/Humanoid/Melee/Ratman.cs rename to Projects/UOContent/Mobiles/Monsters/Humanoid/Melee/Ratman.cs diff --git a/Projects/Scripts/Mobiles/Monsters/Humanoid/Melee/RatmanArcher.cs b/Projects/UOContent/Mobiles/Monsters/Humanoid/Melee/RatmanArcher.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/Humanoid/Melee/RatmanArcher.cs rename to Projects/UOContent/Mobiles/Monsters/Humanoid/Melee/RatmanArcher.cs diff --git a/Projects/Scripts/Mobiles/Monsters/Humanoid/Melee/RestlessSoul.cs b/Projects/UOContent/Mobiles/Monsters/Humanoid/Melee/RestlessSoul.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/Humanoid/Melee/RestlessSoul.cs rename to Projects/UOContent/Mobiles/Monsters/Humanoid/Melee/RestlessSoul.cs diff --git a/Projects/Scripts/Mobiles/Monsters/Humanoid/Melee/RottingCorpse.cs b/Projects/UOContent/Mobiles/Monsters/Humanoid/Melee/RottingCorpse.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/Humanoid/Melee/RottingCorpse.cs rename to Projects/UOContent/Mobiles/Monsters/Humanoid/Melee/RottingCorpse.cs diff --git a/Projects/Scripts/Mobiles/Monsters/Humanoid/Melee/Savage.cs b/Projects/UOContent/Mobiles/Monsters/Humanoid/Melee/Savage.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/Humanoid/Melee/Savage.cs rename to Projects/UOContent/Mobiles/Monsters/Humanoid/Melee/Savage.cs diff --git a/Projects/Scripts/Mobiles/Monsters/Humanoid/Melee/SavageRider.cs b/Projects/UOContent/Mobiles/Monsters/Humanoid/Melee/SavageRider.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/Humanoid/Melee/SavageRider.cs rename to Projects/UOContent/Mobiles/Monsters/Humanoid/Melee/SavageRider.cs diff --git a/Projects/Scripts/Mobiles/Monsters/Humanoid/Melee/ShadowFiend.cs b/Projects/UOContent/Mobiles/Monsters/Humanoid/Melee/ShadowFiend.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/Humanoid/Melee/ShadowFiend.cs rename to Projects/UOContent/Mobiles/Monsters/Humanoid/Melee/ShadowFiend.cs diff --git a/Projects/Scripts/Mobiles/Monsters/Humanoid/Melee/SkeletalKnight.cs b/Projects/UOContent/Mobiles/Monsters/Humanoid/Melee/SkeletalKnight.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/Humanoid/Melee/SkeletalKnight.cs rename to Projects/UOContent/Mobiles/Monsters/Humanoid/Melee/SkeletalKnight.cs diff --git a/Projects/Scripts/Mobiles/Monsters/Humanoid/Melee/Skeleton.cs b/Projects/UOContent/Mobiles/Monsters/Humanoid/Melee/Skeleton.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/Humanoid/Melee/Skeleton.cs rename to Projects/UOContent/Mobiles/Monsters/Humanoid/Melee/Skeleton.cs diff --git a/Projects/Scripts/Mobiles/Monsters/Humanoid/Melee/SpawnedOrcishLord.cs b/Projects/UOContent/Mobiles/Monsters/Humanoid/Melee/SpawnedOrcishLord.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/Humanoid/Melee/SpawnedOrcishLord.cs rename to Projects/UOContent/Mobiles/Monsters/Humanoid/Melee/SpawnedOrcishLord.cs diff --git a/Projects/Scripts/Mobiles/Monsters/Humanoid/Melee/SpectralArmour.cs b/Projects/UOContent/Mobiles/Monsters/Humanoid/Melee/SpectralArmour.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/Humanoid/Melee/SpectralArmour.cs rename to Projects/UOContent/Mobiles/Monsters/Humanoid/Melee/SpectralArmour.cs diff --git a/Projects/Scripts/Mobiles/Monsters/Humanoid/Melee/StoneGargoyle.cs b/Projects/UOContent/Mobiles/Monsters/Humanoid/Melee/StoneGargoyle.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/Humanoid/Melee/StoneGargoyle.cs rename to Projects/UOContent/Mobiles/Monsters/Humanoid/Melee/StoneGargoyle.cs diff --git a/Projects/Scripts/Mobiles/Monsters/Humanoid/Melee/StrongMongbat.cs b/Projects/UOContent/Mobiles/Monsters/Humanoid/Melee/StrongMongbat.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/Humanoid/Melee/StrongMongbat.cs rename to Projects/UOContent/Mobiles/Monsters/Humanoid/Melee/StrongMongbat.cs diff --git a/Projects/Scripts/Mobiles/Monsters/Humanoid/Melee/Troll.cs b/Projects/UOContent/Mobiles/Monsters/Humanoid/Melee/Troll.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/Humanoid/Melee/Troll.cs rename to Projects/UOContent/Mobiles/Monsters/Humanoid/Melee/Troll.cs diff --git a/Projects/Scripts/Mobiles/Monsters/Humanoid/Melee/Zombie.cs b/Projects/UOContent/Mobiles/Monsters/Humanoid/Melee/Zombie.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/Humanoid/Melee/Zombie.cs rename to Projects/UOContent/Mobiles/Monsters/Humanoid/Melee/Zombie.cs diff --git a/Projects/Scripts/Mobiles/Monsters/LBR/Exodus/ExodusMinion.cs b/Projects/UOContent/Mobiles/Monsters/LBR/Exodus/ExodusMinion.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/LBR/Exodus/ExodusMinion.cs rename to Projects/UOContent/Mobiles/Monsters/LBR/Exodus/ExodusMinion.cs diff --git a/Projects/Scripts/Mobiles/Monsters/LBR/Exodus/ExodusOverseer.cs b/Projects/UOContent/Mobiles/Monsters/LBR/Exodus/ExodusOverseer.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/LBR/Exodus/ExodusOverseer.cs rename to Projects/UOContent/Mobiles/Monsters/LBR/Exodus/ExodusOverseer.cs diff --git a/Projects/Scripts/Mobiles/Monsters/LBR/Jukas/ChaosDragoon.cs b/Projects/UOContent/Mobiles/Monsters/LBR/Jukas/ChaosDragoon.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/LBR/Jukas/ChaosDragoon.cs rename to Projects/UOContent/Mobiles/Monsters/LBR/Jukas/ChaosDragoon.cs diff --git a/Projects/Scripts/Mobiles/Monsters/LBR/Jukas/ChaosDragoonElite.cs b/Projects/UOContent/Mobiles/Monsters/LBR/Jukas/ChaosDragoonElite.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/LBR/Jukas/ChaosDragoonElite.cs rename to Projects/UOContent/Mobiles/Monsters/LBR/Jukas/ChaosDragoonElite.cs diff --git a/Projects/Scripts/Mobiles/Monsters/LBR/Jukas/JukaLord.cs b/Projects/UOContent/Mobiles/Monsters/LBR/Jukas/JukaLord.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/LBR/Jukas/JukaLord.cs rename to Projects/UOContent/Mobiles/Monsters/LBR/Jukas/JukaLord.cs diff --git a/Projects/Scripts/Mobiles/Monsters/LBR/Jukas/JukaMage.cs b/Projects/UOContent/Mobiles/Monsters/LBR/Jukas/JukaMage.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/LBR/Jukas/JukaMage.cs rename to Projects/UOContent/Mobiles/Monsters/LBR/Jukas/JukaMage.cs diff --git a/Projects/Scripts/Mobiles/Monsters/LBR/Jukas/JukaWarrior.cs b/Projects/UOContent/Mobiles/Monsters/LBR/Jukas/JukaWarrior.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/LBR/Jukas/JukaWarrior.cs rename to Projects/UOContent/Mobiles/Monsters/LBR/Jukas/JukaWarrior.cs diff --git a/Projects/Scripts/Mobiles/Monsters/LBR/Meers/EnragedCreatures.cs b/Projects/UOContent/Mobiles/Monsters/LBR/Meers/EnragedCreatures.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/LBR/Meers/EnragedCreatures.cs rename to Projects/UOContent/Mobiles/Monsters/LBR/Meers/EnragedCreatures.cs diff --git a/Projects/Scripts/Mobiles/Monsters/LBR/Meers/MeerCaptain.cs b/Projects/UOContent/Mobiles/Monsters/LBR/Meers/MeerCaptain.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/LBR/Meers/MeerCaptain.cs rename to Projects/UOContent/Mobiles/Monsters/LBR/Meers/MeerCaptain.cs diff --git a/Projects/Scripts/Mobiles/Monsters/LBR/Meers/MeerEternal.cs b/Projects/UOContent/Mobiles/Monsters/LBR/Meers/MeerEternal.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/LBR/Meers/MeerEternal.cs rename to Projects/UOContent/Mobiles/Monsters/LBR/Meers/MeerEternal.cs diff --git a/Projects/Scripts/Mobiles/Monsters/LBR/Meers/MeerMage.cs b/Projects/UOContent/Mobiles/Monsters/LBR/Meers/MeerMage.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/LBR/Meers/MeerMage.cs rename to Projects/UOContent/Mobiles/Monsters/LBR/Meers/MeerMage.cs diff --git a/Projects/Scripts/Mobiles/Monsters/LBR/Meers/MeerWarrior.cs b/Projects/UOContent/Mobiles/Monsters/LBR/Meers/MeerWarrior.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/LBR/Meers/MeerWarrior.cs rename to Projects/UOContent/Mobiles/Monsters/LBR/Meers/MeerWarrior.cs diff --git a/Projects/Scripts/Mobiles/Monsters/ML/Animal/CuSidhe.cs b/Projects/UOContent/Mobiles/Monsters/ML/Animal/CuSidhe.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/ML/Animal/CuSidhe.cs rename to Projects/UOContent/Mobiles/Monsters/ML/Animal/CuSidhe.cs diff --git a/Projects/Scripts/Mobiles/Monsters/ML/Animal/Ferret.cs b/Projects/UOContent/Mobiles/Monsters/ML/Animal/Ferret.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/ML/Animal/Ferret.cs rename to Projects/UOContent/Mobiles/Monsters/ML/Animal/Ferret.cs diff --git a/Projects/Scripts/Mobiles/Monsters/ML/Animal/RagingGrizzlyBear.cs b/Projects/UOContent/Mobiles/Monsters/ML/Animal/RagingGrizzlyBear.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/ML/Animal/RagingGrizzlyBear.cs rename to Projects/UOContent/Mobiles/Monsters/ML/Animal/RagingGrizzlyBear.cs diff --git a/Projects/Scripts/Mobiles/Monsters/ML/Animal/Squirrel.cs b/Projects/UOContent/Mobiles/Monsters/ML/Animal/Squirrel.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/ML/Animal/Squirrel.cs rename to Projects/UOContent/Mobiles/Monsters/ML/Animal/Squirrel.cs diff --git a/Projects/Scripts/Mobiles/Monsters/ML/Bedlam/LadyJennifyr.cs b/Projects/UOContent/Mobiles/Monsters/ML/Bedlam/LadyJennifyr.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/ML/Bedlam/LadyJennifyr.cs rename to Projects/UOContent/Mobiles/Monsters/ML/Bedlam/LadyJennifyr.cs diff --git a/Projects/Scripts/Mobiles/Monsters/ML/Bedlam/LadyMarai.cs b/Projects/UOContent/Mobiles/Monsters/ML/Bedlam/LadyMarai.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/ML/Bedlam/LadyMarai.cs rename to Projects/UOContent/Mobiles/Monsters/ML/Bedlam/LadyMarai.cs diff --git a/Projects/Scripts/Mobiles/Monsters/ML/Bedlam/MasterJonath.cs b/Projects/UOContent/Mobiles/Monsters/ML/Bedlam/MasterJonath.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/ML/Bedlam/MasterJonath.cs rename to Projects/UOContent/Mobiles/Monsters/ML/Bedlam/MasterJonath.cs diff --git a/Projects/Scripts/Mobiles/Monsters/ML/Bedlam/MasterMikael.cs b/Projects/UOContent/Mobiles/Monsters/ML/Bedlam/MasterMikael.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/ML/Bedlam/MasterMikael.cs rename to Projects/UOContent/Mobiles/Monsters/ML/Bedlam/MasterMikael.cs diff --git a/Projects/Scripts/Mobiles/Monsters/ML/Bedlam/MasterTheophilus.cs b/Projects/UOContent/Mobiles/Monsters/ML/Bedlam/MasterTheophilus.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/ML/Bedlam/MasterTheophilus.cs rename to Projects/UOContent/Mobiles/Monsters/ML/Bedlam/MasterTheophilus.cs diff --git a/Projects/Scripts/Mobiles/Monsters/ML/Bedlam/RedDeath.cs b/Projects/UOContent/Mobiles/Monsters/ML/Bedlam/RedDeath.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/ML/Bedlam/RedDeath.cs rename to Projects/UOContent/Mobiles/Monsters/ML/Bedlam/RedDeath.cs diff --git a/Projects/Scripts/Mobiles/Monsters/ML/Bedlam/SirPatrick.cs b/Projects/UOContent/Mobiles/Monsters/ML/Bedlam/SirPatrick.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/ML/Bedlam/SirPatrick.cs rename to Projects/UOContent/Mobiles/Monsters/ML/Bedlam/SirPatrick.cs diff --git a/Projects/Scripts/Mobiles/Monsters/ML/Blighted Grove/Abscess.cs b/Projects/UOContent/Mobiles/Monsters/ML/Blighted Grove/Abscess.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/ML/Blighted Grove/Abscess.cs rename to Projects/UOContent/Mobiles/Monsters/ML/Blighted Grove/Abscess.cs diff --git a/Projects/Scripts/Mobiles/Monsters/ML/Blighted Grove/Coil.cs b/Projects/UOContent/Mobiles/Monsters/ML/Blighted Grove/Coil.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/ML/Blighted Grove/Coil.cs rename to Projects/UOContent/Mobiles/Monsters/ML/Blighted Grove/Coil.cs diff --git a/Projects/Scripts/Mobiles/Monsters/ML/Blighted Grove/EnslavedSatyr.cs b/Projects/UOContent/Mobiles/Monsters/ML/Blighted Grove/EnslavedSatyr.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/ML/Blighted Grove/EnslavedSatyr.cs rename to Projects/UOContent/Mobiles/Monsters/ML/Blighted Grove/EnslavedSatyr.cs diff --git a/Projects/Scripts/Mobiles/Monsters/ML/Blighted Grove/Hydra.cs b/Projects/UOContent/Mobiles/Monsters/ML/Blighted Grove/Hydra.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/ML/Blighted Grove/Hydra.cs rename to Projects/UOContent/Mobiles/Monsters/ML/Blighted Grove/Hydra.cs diff --git a/Projects/Scripts/Mobiles/Monsters/ML/Blighted Grove/InsaneDryad.cs b/Projects/UOContent/Mobiles/Monsters/ML/Blighted Grove/InsaneDryad.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/ML/Blighted Grove/InsaneDryad.cs rename to Projects/UOContent/Mobiles/Monsters/ML/Blighted Grove/InsaneDryad.cs diff --git a/Projects/Scripts/Mobiles/Monsters/ML/Blighted Grove/Saliva.cs b/Projects/UOContent/Mobiles/Monsters/ML/Blighted Grove/Saliva.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/ML/Blighted Grove/Saliva.cs rename to Projects/UOContent/Mobiles/Monsters/ML/Blighted Grove/Saliva.cs diff --git a/Projects/Scripts/Mobiles/Monsters/ML/Blighted Grove/Tangle.cs b/Projects/UOContent/Mobiles/Monsters/ML/Blighted Grove/Tangle.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/ML/Blighted Grove/Tangle.cs rename to Projects/UOContent/Mobiles/Monsters/ML/Blighted Grove/Tangle.cs diff --git a/Projects/Scripts/Mobiles/Monsters/ML/Blighted Grove/Thrasher.cs b/Projects/UOContent/Mobiles/Monsters/ML/Blighted Grove/Thrasher.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/ML/Blighted Grove/Thrasher.cs rename to Projects/UOContent/Mobiles/Monsters/ML/Blighted Grove/Thrasher.cs diff --git a/Projects/Scripts/Mobiles/Monsters/ML/Humanoid/Magic/FetidEssence.cs b/Projects/UOContent/Mobiles/Monsters/ML/Humanoid/Magic/FetidEssence.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/ML/Humanoid/Magic/FetidEssence.cs rename to Projects/UOContent/Mobiles/Monsters/ML/Humanoid/Magic/FetidEssence.cs diff --git a/Projects/Scripts/Mobiles/Monsters/ML/Humanoid/Magic/InterredGrizzle .cs b/Projects/UOContent/Mobiles/Monsters/ML/Humanoid/Magic/InterredGrizzle .cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/ML/Humanoid/Magic/InterredGrizzle .cs rename to Projects/UOContent/Mobiles/Monsters/ML/Humanoid/Magic/InterredGrizzle .cs diff --git a/Projects/Scripts/Mobiles/Monsters/ML/Humanoid/Magic/MLDryad.cs b/Projects/UOContent/Mobiles/Monsters/ML/Humanoid/Magic/MLDryad.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/ML/Humanoid/Magic/MLDryad.cs rename to Projects/UOContent/Mobiles/Monsters/ML/Humanoid/Magic/MLDryad.cs diff --git a/Projects/Scripts/Mobiles/Monsters/ML/Humanoid/Magic/Satyr.cs b/Projects/UOContent/Mobiles/Monsters/ML/Humanoid/Magic/Satyr.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/ML/Humanoid/Magic/Satyr.cs rename to Projects/UOContent/Mobiles/Monsters/ML/Humanoid/Magic/Satyr.cs diff --git a/Projects/Scripts/Mobiles/Monsters/ML/Humanoid/Melee/CorruptedSoul.cs b/Projects/UOContent/Mobiles/Monsters/ML/Humanoid/Melee/CorruptedSoul.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/ML/Humanoid/Melee/CorruptedSoul.cs rename to Projects/UOContent/Mobiles/Monsters/ML/Humanoid/Melee/CorruptedSoul.cs diff --git a/Projects/Scripts/Mobiles/Monsters/ML/Humanoid/Melee/FerelTreefellow.cs b/Projects/UOContent/Mobiles/Monsters/ML/Humanoid/Melee/FerelTreefellow.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/ML/Humanoid/Melee/FerelTreefellow.cs rename to Projects/UOContent/Mobiles/Monsters/ML/Humanoid/Melee/FerelTreefellow.cs diff --git a/Projects/Scripts/Mobiles/Monsters/ML/Humanoid/Melee/Minotaur.cs b/Projects/UOContent/Mobiles/Monsters/ML/Humanoid/Melee/Minotaur.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/ML/Humanoid/Melee/Minotaur.cs rename to Projects/UOContent/Mobiles/Monsters/ML/Humanoid/Melee/Minotaur.cs diff --git a/Projects/Scripts/Mobiles/Monsters/ML/Humanoid/Melee/MinotaurCaptain.cs b/Projects/UOContent/Mobiles/Monsters/ML/Humanoid/Melee/MinotaurCaptain.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/ML/Humanoid/Melee/MinotaurCaptain.cs rename to Projects/UOContent/Mobiles/Monsters/ML/Humanoid/Melee/MinotaurCaptain.cs diff --git a/Projects/Scripts/Mobiles/Monsters/ML/Humanoid/Melee/MinotaurScout.cs b/Projects/UOContent/Mobiles/Monsters/ML/Humanoid/Melee/MinotaurScout.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/ML/Humanoid/Melee/MinotaurScout.cs rename to Projects/UOContent/Mobiles/Monsters/ML/Humanoid/Melee/MinotaurScout.cs diff --git a/Projects/Scripts/Mobiles/Monsters/ML/Humanoid/Melee/PestilentBandage.cs b/Projects/UOContent/Mobiles/Monsters/ML/Humanoid/Melee/PestilentBandage.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/ML/Humanoid/Melee/PestilentBandage.cs rename to Projects/UOContent/Mobiles/Monsters/ML/Humanoid/Melee/PestilentBandage.cs diff --git a/Projects/Scripts/Mobiles/Monsters/ML/Humanoid/Melee/Tormented Minotaur.cs b/Projects/UOContent/Mobiles/Monsters/ML/Humanoid/Melee/Tormented Minotaur.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/ML/Humanoid/Melee/Tormented Minotaur.cs rename to Projects/UOContent/Mobiles/Monsters/ML/Humanoid/Melee/Tormented Minotaur.cs diff --git a/Projects/Scripts/Mobiles/Monsters/ML/Humanoid/Melee/Troglodyte.cs b/Projects/UOContent/Mobiles/Monsters/ML/Humanoid/Melee/Troglodyte.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/ML/Humanoid/Melee/Troglodyte.cs rename to Projects/UOContent/Mobiles/Monsters/ML/Humanoid/Melee/Troglodyte.cs diff --git a/Projects/Scripts/Mobiles/Monsters/ML/Labyrinth/Miasma.cs b/Projects/UOContent/Mobiles/Monsters/ML/Labyrinth/Miasma.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/ML/Labyrinth/Miasma.cs rename to Projects/UOContent/Mobiles/Monsters/ML/Labyrinth/Miasma.cs diff --git a/Projects/Scripts/Mobiles/Monsters/ML/Labyrinth/Pyre.cs b/Projects/UOContent/Mobiles/Monsters/ML/Labyrinth/Pyre.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/ML/Labyrinth/Pyre.cs rename to Projects/UOContent/Mobiles/Monsters/ML/Labyrinth/Pyre.cs diff --git a/Projects/Scripts/Mobiles/Monsters/ML/Labyrinth/Rend.cs b/Projects/UOContent/Mobiles/Monsters/ML/Labyrinth/Rend.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/ML/Labyrinth/Rend.cs rename to Projects/UOContent/Mobiles/Monsters/ML/Labyrinth/Rend.cs diff --git a/Projects/Scripts/Mobiles/Monsters/ML/Misc/Magic/GreaterDragon.cs b/Projects/UOContent/Mobiles/Monsters/ML/Misc/Magic/GreaterDragon.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/ML/Misc/Magic/GreaterDragon.cs rename to Projects/UOContent/Mobiles/Monsters/ML/Misc/Magic/GreaterDragon.cs diff --git a/Projects/Scripts/Mobiles/Monsters/ML/Misc/Melee/CorrosiveSlime.cs b/Projects/UOContent/Mobiles/Monsters/ML/Misc/Melee/CorrosiveSlime.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/ML/Misc/Melee/CorrosiveSlime.cs rename to Projects/UOContent/Mobiles/Monsters/ML/Misc/Melee/CorrosiveSlime.cs diff --git a/Projects/Scripts/Mobiles/Monsters/ML/Misc/Melee/Reptalon.cs b/Projects/UOContent/Mobiles/Monsters/ML/Misc/Melee/Reptalon.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/ML/Misc/Melee/Reptalon.cs rename to Projects/UOContent/Mobiles/Monsters/ML/Misc/Melee/Reptalon.cs diff --git a/Projects/Scripts/Mobiles/Monsters/ML/Painted Caves/Grobu.cs b/Projects/UOContent/Mobiles/Monsters/ML/Painted Caves/Grobu.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/ML/Painted Caves/Grobu.cs rename to Projects/UOContent/Mobiles/Monsters/ML/Painted Caves/Grobu.cs diff --git a/Projects/Scripts/Mobiles/Monsters/ML/Painted Caves/Lurg.cs b/Projects/UOContent/Mobiles/Monsters/ML/Painted Caves/Lurg.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/ML/Painted Caves/Lurg.cs rename to Projects/UOContent/Mobiles/Monsters/ML/Painted Caves/Lurg.cs diff --git a/Projects/Scripts/Mobiles/Monsters/ML/Palace of Paroxysmus/Putrefier.cs b/Projects/UOContent/Mobiles/Monsters/ML/Palace of Paroxysmus/Putrefier.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/ML/Palace of Paroxysmus/Putrefier.cs rename to Projects/UOContent/Mobiles/Monsters/ML/Palace of Paroxysmus/Putrefier.cs diff --git a/Projects/Scripts/Mobiles/Monsters/ML/Prism of Light/CorporealBrume.cs b/Projects/UOContent/Mobiles/Monsters/ML/Prism of Light/CorporealBrume.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/ML/Prism of Light/CorporealBrume.cs rename to Projects/UOContent/Mobiles/Monsters/ML/Prism of Light/CorporealBrume.cs diff --git a/Projects/Scripts/Mobiles/Monsters/ML/Prism of Light/CrystalDaemon.cs b/Projects/UOContent/Mobiles/Monsters/ML/Prism of Light/CrystalDaemon.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/ML/Prism of Light/CrystalDaemon.cs rename to Projects/UOContent/Mobiles/Monsters/ML/Prism of Light/CrystalDaemon.cs diff --git a/Projects/Scripts/Mobiles/Monsters/ML/Prism of Light/CrystalLatticeSeeker.cs b/Projects/UOContent/Mobiles/Monsters/ML/Prism of Light/CrystalLatticeSeeker.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/ML/Prism of Light/CrystalLatticeSeeker.cs rename to Projects/UOContent/Mobiles/Monsters/ML/Prism of Light/CrystalLatticeSeeker.cs diff --git a/Projects/Scripts/Mobiles/Monsters/ML/Prism of Light/CrystalSeaSerpent.cs b/Projects/UOContent/Mobiles/Monsters/ML/Prism of Light/CrystalSeaSerpent.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/ML/Prism of Light/CrystalSeaSerpent.cs rename to Projects/UOContent/Mobiles/Monsters/ML/Prism of Light/CrystalSeaSerpent.cs diff --git a/Projects/Scripts/Mobiles/Monsters/ML/Prism of Light/CrystalVortex.cs b/Projects/UOContent/Mobiles/Monsters/ML/Prism of Light/CrystalVortex.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/ML/Prism of Light/CrystalVortex.cs rename to Projects/UOContent/Mobiles/Monsters/ML/Prism of Light/CrystalVortex.cs diff --git a/Projects/Scripts/Mobiles/Monsters/ML/Prism of Light/CrystalWisp.cs b/Projects/UOContent/Mobiles/Monsters/ML/Prism of Light/CrystalWisp.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/ML/Prism of Light/CrystalWisp.cs rename to Projects/UOContent/Mobiles/Monsters/ML/Prism of Light/CrystalWisp.cs diff --git a/Projects/Scripts/Mobiles/Monsters/ML/Prism of Light/MantraEffervescence.cs b/Projects/UOContent/Mobiles/Monsters/ML/Prism of Light/MantraEffervescence.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/ML/Prism of Light/MantraEffervescence.cs rename to Projects/UOContent/Mobiles/Monsters/ML/Prism of Light/MantraEffervescence.cs diff --git a/Projects/Scripts/Mobiles/Monsters/ML/Prism of Light/Protector.cs b/Projects/UOContent/Mobiles/Monsters/ML/Prism of Light/Protector.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/ML/Prism of Light/Protector.cs rename to Projects/UOContent/Mobiles/Monsters/ML/Prism of Light/Protector.cs diff --git a/Projects/Scripts/Mobiles/Monsters/ML/Prism of Light/UnfrozenMummy.cs b/Projects/UOContent/Mobiles/Monsters/ML/Prism of Light/UnfrozenMummy.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/ML/Prism of Light/UnfrozenMummy.cs rename to Projects/UOContent/Mobiles/Monsters/ML/Prism of Light/UnfrozenMummy.cs diff --git a/Projects/Scripts/Mobiles/Monsters/ML/Sanctuary/Chiikkaha.cs b/Projects/UOContent/Mobiles/Monsters/ML/Sanctuary/Chiikkaha.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/ML/Sanctuary/Chiikkaha.cs rename to Projects/UOContent/Mobiles/Monsters/ML/Sanctuary/Chiikkaha.cs diff --git a/Projects/Scripts/Mobiles/Monsters/ML/Sanctuary/MougGuur.cs b/Projects/UOContent/Mobiles/Monsters/ML/Sanctuary/MougGuur.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/ML/Sanctuary/MougGuur.cs rename to Projects/UOContent/Mobiles/Monsters/ML/Sanctuary/MougGuur.cs diff --git a/Projects/Scripts/Mobiles/Monsters/ML/Sanctuary/Szavetra.cs b/Projects/UOContent/Mobiles/Monsters/ML/Sanctuary/Szavetra.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/ML/Sanctuary/Szavetra.cs rename to Projects/UOContent/Mobiles/Monsters/ML/Sanctuary/Szavetra.cs diff --git a/Projects/Scripts/Mobiles/Monsters/ML/Special/Ilhenir.cs b/Projects/UOContent/Mobiles/Monsters/ML/Special/Ilhenir.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/ML/Special/Ilhenir.cs rename to Projects/UOContent/Mobiles/Monsters/ML/Special/Ilhenir.cs diff --git a/Projects/Scripts/Mobiles/Monsters/ML/Special/Meraktus.cs b/Projects/UOContent/Mobiles/Monsters/ML/Special/Meraktus.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/ML/Special/Meraktus.cs rename to Projects/UOContent/Mobiles/Monsters/ML/Special/Meraktus.cs diff --git a/Projects/Scripts/Mobiles/Monsters/ML/Special/Twaulo.cs b/Projects/UOContent/Mobiles/Monsters/ML/Special/Twaulo.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/ML/Special/Twaulo.cs rename to Projects/UOContent/Mobiles/Monsters/ML/Special/Twaulo.cs diff --git a/Projects/Scripts/Mobiles/Monsters/ML/Twisted Weald/Changeling.cs b/Projects/UOContent/Mobiles/Monsters/ML/Twisted Weald/Changeling.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/ML/Twisted Weald/Changeling.cs rename to Projects/UOContent/Mobiles/Monsters/ML/Twisted Weald/Changeling.cs diff --git a/Projects/Scripts/Mobiles/Monsters/ML/Twisted Weald/Gnaw.cs b/Projects/UOContent/Mobiles/Monsters/ML/Twisted Weald/Gnaw.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/ML/Twisted Weald/Gnaw.cs rename to Projects/UOContent/Mobiles/Monsters/ML/Twisted Weald/Gnaw.cs diff --git a/Projects/Scripts/Mobiles/Monsters/ML/Twisted Weald/Guile.cs b/Projects/UOContent/Mobiles/Monsters/ML/Twisted Weald/Guile.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/ML/Twisted Weald/Guile.cs rename to Projects/UOContent/Mobiles/Monsters/ML/Twisted Weald/Guile.cs diff --git a/Projects/Scripts/Mobiles/Monsters/ML/Twisted Weald/Irk.cs b/Projects/UOContent/Mobiles/Monsters/ML/Twisted Weald/Irk.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/ML/Twisted Weald/Irk.cs rename to Projects/UOContent/Mobiles/Monsters/ML/Twisted Weald/Irk.cs diff --git a/Projects/Scripts/Mobiles/Monsters/ML/Twisted Weald/LadyLissith.cs b/Projects/UOContent/Mobiles/Monsters/ML/Twisted Weald/LadyLissith.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/ML/Twisted Weald/LadyLissith.cs rename to Projects/UOContent/Mobiles/Monsters/ML/Twisted Weald/LadyLissith.cs diff --git a/Projects/Scripts/Mobiles/Monsters/ML/Twisted Weald/LadySabrix.cs b/Projects/UOContent/Mobiles/Monsters/ML/Twisted Weald/LadySabrix.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/ML/Twisted Weald/LadySabrix.cs rename to Projects/UOContent/Mobiles/Monsters/ML/Twisted Weald/LadySabrix.cs diff --git a/Projects/Scripts/Mobiles/Monsters/ML/Twisted Weald/Malefic.cs b/Projects/UOContent/Mobiles/Monsters/ML/Twisted Weald/Malefic.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/ML/Twisted Weald/Malefic.cs rename to Projects/UOContent/Mobiles/Monsters/ML/Twisted Weald/Malefic.cs diff --git a/Projects/Scripts/Mobiles/Monsters/ML/Twisted Weald/Silk.cs b/Projects/UOContent/Mobiles/Monsters/ML/Twisted Weald/Silk.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/ML/Twisted Weald/Silk.cs rename to Projects/UOContent/Mobiles/Monsters/ML/Twisted Weald/Silk.cs diff --git a/Projects/Scripts/Mobiles/Monsters/ML/Twisted Weald/Spite.cs b/Projects/UOContent/Mobiles/Monsters/ML/Twisted Weald/Spite.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/ML/Twisted Weald/Spite.cs rename to Projects/UOContent/Mobiles/Monsters/ML/Twisted Weald/Spite.cs diff --git a/Projects/Scripts/Mobiles/Monsters/ML/Twisted Weald/Swoop.cs b/Projects/UOContent/Mobiles/Monsters/ML/Twisted Weald/Swoop.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/ML/Twisted Weald/Swoop.cs rename to Projects/UOContent/Mobiles/Monsters/ML/Twisted Weald/Swoop.cs diff --git a/Projects/Scripts/Mobiles/Monsters/ML/Twisted Weald/Virulent.cs b/Projects/UOContent/Mobiles/Monsters/ML/Twisted Weald/Virulent.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/ML/Twisted Weald/Virulent.cs rename to Projects/UOContent/Mobiles/Monsters/ML/Twisted Weald/Virulent.cs diff --git a/Projects/Scripts/Mobiles/Monsters/Mammal/Melee/HellHound.cs b/Projects/UOContent/Mobiles/Monsters/Mammal/Melee/HellHound.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/Mammal/Melee/HellHound.cs rename to Projects/UOContent/Mobiles/Monsters/Mammal/Melee/HellHound.cs diff --git a/Projects/Scripts/Mobiles/Monsters/Mammal/Melee/VorpalBunny.cs b/Projects/UOContent/Mobiles/Monsters/Mammal/Melee/VorpalBunny.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/Mammal/Melee/VorpalBunny.cs rename to Projects/UOContent/Mobiles/Monsters/Mammal/Melee/VorpalBunny.cs diff --git a/Projects/Scripts/Mobiles/Monsters/Misc/Magic/DarkWisp.cs b/Projects/UOContent/Mobiles/Monsters/Misc/Magic/DarkWisp.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/Misc/Magic/DarkWisp.cs rename to Projects/UOContent/Mobiles/Monsters/Misc/Magic/DarkWisp.cs diff --git a/Projects/Scripts/Mobiles/Monsters/Misc/Magic/EtherealWarrior.cs b/Projects/UOContent/Mobiles/Monsters/Misc/Magic/EtherealWarrior.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/Misc/Magic/EtherealWarrior.cs rename to Projects/UOContent/Mobiles/Monsters/Misc/Magic/EtherealWarrior.cs diff --git a/Projects/Scripts/Mobiles/Monsters/Misc/Magic/Pixie.cs b/Projects/UOContent/Mobiles/Monsters/Misc/Magic/Pixie.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/Misc/Magic/Pixie.cs rename to Projects/UOContent/Mobiles/Monsters/Misc/Magic/Pixie.cs diff --git a/Projects/Scripts/Mobiles/Monsters/Misc/Magic/ShadowWisp.cs b/Projects/UOContent/Mobiles/Monsters/Misc/Magic/ShadowWisp.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/Misc/Magic/ShadowWisp.cs rename to Projects/UOContent/Mobiles/Monsters/Misc/Magic/ShadowWisp.cs diff --git a/Projects/Scripts/Mobiles/Monsters/Misc/Magic/Wisp.cs b/Projects/UOContent/Mobiles/Monsters/Misc/Magic/Wisp.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/Misc/Magic/Wisp.cs rename to Projects/UOContent/Mobiles/Monsters/Misc/Magic/Wisp.cs diff --git a/Projects/Scripts/Mobiles/Monsters/Misc/Melee/AnimatedWeapon.cs b/Projects/UOContent/Mobiles/Monsters/Misc/Melee/AnimatedWeapon.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/Misc/Melee/AnimatedWeapon.cs rename to Projects/UOContent/Mobiles/Monsters/Misc/Melee/AnimatedWeapon.cs diff --git a/Projects/Scripts/Mobiles/Monsters/Misc/Melee/BladeSpirits.cs b/Projects/UOContent/Mobiles/Monsters/Misc/Melee/BladeSpirits.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/Misc/Melee/BladeSpirits.cs rename to Projects/UOContent/Mobiles/Monsters/Misc/Melee/BladeSpirits.cs diff --git a/Projects/Scripts/Mobiles/Monsters/Misc/Melee/Centaur.cs b/Projects/UOContent/Mobiles/Monsters/Misc/Melee/Centaur.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/Misc/Melee/Centaur.cs rename to Projects/UOContent/Mobiles/Monsters/Misc/Melee/Centaur.cs diff --git a/Projects/Scripts/Mobiles/Monsters/Misc/Melee/EnergyVortex.cs b/Projects/UOContent/Mobiles/Monsters/Misc/Melee/EnergyVortex.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/Misc/Melee/EnergyVortex.cs rename to Projects/UOContent/Mobiles/Monsters/Misc/Melee/EnergyVortex.cs diff --git a/Projects/Scripts/Mobiles/Monsters/Misc/Melee/FrostOoze.cs b/Projects/UOContent/Mobiles/Monsters/Misc/Melee/FrostOoze.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/Misc/Melee/FrostOoze.cs rename to Projects/UOContent/Mobiles/Monsters/Misc/Melee/FrostOoze.cs diff --git a/Projects/Scripts/Mobiles/Monsters/Misc/Melee/Golem.cs b/Projects/UOContent/Mobiles/Monsters/Misc/Melee/Golem.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/Misc/Melee/Golem.cs rename to Projects/UOContent/Mobiles/Monsters/Misc/Melee/Golem.cs diff --git a/Projects/Scripts/Mobiles/Monsters/Misc/Melee/PlagueBeast.cs b/Projects/UOContent/Mobiles/Monsters/Misc/Melee/PlagueBeast.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/Misc/Melee/PlagueBeast.cs rename to Projects/UOContent/Mobiles/Monsters/Misc/Melee/PlagueBeast.cs diff --git a/Projects/Scripts/Mobiles/Monsters/Misc/Melee/PlagueBeastLord.cs b/Projects/UOContent/Mobiles/Monsters/Misc/Melee/PlagueBeastLord.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/Misc/Melee/PlagueBeastLord.cs rename to Projects/UOContent/Mobiles/Monsters/Misc/Melee/PlagueBeastLord.cs diff --git a/Projects/Scripts/Mobiles/Monsters/Misc/Melee/PlagueSpawn.cs b/Projects/UOContent/Mobiles/Monsters/Misc/Melee/PlagueSpawn.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/Misc/Melee/PlagueSpawn.cs rename to Projects/UOContent/Mobiles/Monsters/Misc/Melee/PlagueSpawn.cs diff --git a/Projects/Scripts/Mobiles/Monsters/Misc/Melee/SandVortex.cs b/Projects/UOContent/Mobiles/Monsters/Misc/Melee/SandVortex.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/Misc/Melee/SandVortex.cs rename to Projects/UOContent/Mobiles/Monsters/Misc/Melee/SandVortex.cs diff --git a/Projects/Scripts/Mobiles/Monsters/Misc/Melee/Slime.cs b/Projects/UOContent/Mobiles/Monsters/Misc/Melee/Slime.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/Misc/Melee/Slime.cs rename to Projects/UOContent/Mobiles/Monsters/Misc/Melee/Slime.cs diff --git a/Projects/Scripts/Mobiles/Monsters/Ore Elementals/AgapiteElemental.cs b/Projects/UOContent/Mobiles/Monsters/Ore Elementals/AgapiteElemental.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/Ore Elementals/AgapiteElemental.cs rename to Projects/UOContent/Mobiles/Monsters/Ore Elementals/AgapiteElemental.cs diff --git a/Projects/Scripts/Mobiles/Monsters/Ore Elementals/BronzeElemental.cs b/Projects/UOContent/Mobiles/Monsters/Ore Elementals/BronzeElemental.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/Ore Elementals/BronzeElemental.cs rename to Projects/UOContent/Mobiles/Monsters/Ore Elementals/BronzeElemental.cs diff --git a/Projects/Scripts/Mobiles/Monsters/Ore Elementals/CopperElemental.cs b/Projects/UOContent/Mobiles/Monsters/Ore Elementals/CopperElemental.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/Ore Elementals/CopperElemental.cs rename to Projects/UOContent/Mobiles/Monsters/Ore Elementals/CopperElemental.cs diff --git a/Projects/Scripts/Mobiles/Monsters/Ore Elementals/DullCopperElemental.cs b/Projects/UOContent/Mobiles/Monsters/Ore Elementals/DullCopperElemental.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/Ore Elementals/DullCopperElemental.cs rename to Projects/UOContent/Mobiles/Monsters/Ore Elementals/DullCopperElemental.cs diff --git a/Projects/Scripts/Mobiles/Monsters/Ore Elementals/GoldenElemental.cs b/Projects/UOContent/Mobiles/Monsters/Ore Elementals/GoldenElemental.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/Ore Elementals/GoldenElemental.cs rename to Projects/UOContent/Mobiles/Monsters/Ore Elementals/GoldenElemental.cs diff --git a/Projects/Scripts/Mobiles/Monsters/Ore Elementals/ShadowIronElemental.cs b/Projects/UOContent/Mobiles/Monsters/Ore Elementals/ShadowIronElemental.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/Ore Elementals/ShadowIronElemental.cs rename to Projects/UOContent/Mobiles/Monsters/Ore Elementals/ShadowIronElemental.cs diff --git a/Projects/Scripts/Mobiles/Monsters/Ore Elementals/ValoriteElemental.cs b/Projects/UOContent/Mobiles/Monsters/Ore Elementals/ValoriteElemental.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/Ore Elementals/ValoriteElemental.cs rename to Projects/UOContent/Mobiles/Monsters/Ore Elementals/ValoriteElemental.cs diff --git a/Projects/Scripts/Mobiles/Monsters/Ore Elementals/VeriteElemental.cs b/Projects/UOContent/Mobiles/Monsters/Ore Elementals/VeriteElemental.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/Ore Elementals/VeriteElemental.cs rename to Projects/UOContent/Mobiles/Monsters/Ore Elementals/VeriteElemental.cs diff --git a/Projects/Scripts/Mobiles/Monsters/Plant/Magic/Reaper.cs b/Projects/UOContent/Mobiles/Monsters/Plant/Magic/Reaper.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/Plant/Magic/Reaper.cs rename to Projects/UOContent/Mobiles/Monsters/Plant/Magic/Reaper.cs diff --git a/Projects/Scripts/Mobiles/Monsters/Plant/Melee/BogThing.cs b/Projects/UOContent/Mobiles/Monsters/Plant/Melee/BogThing.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/Plant/Melee/BogThing.cs rename to Projects/UOContent/Mobiles/Monsters/Plant/Melee/BogThing.cs diff --git a/Projects/Scripts/Mobiles/Monsters/Plant/Melee/Bogling.cs b/Projects/UOContent/Mobiles/Monsters/Plant/Melee/Bogling.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/Plant/Melee/Bogling.cs rename to Projects/UOContent/Mobiles/Monsters/Plant/Melee/Bogling.cs diff --git a/Projects/Scripts/Mobiles/Monsters/Plant/Melee/Corpser.cs b/Projects/UOContent/Mobiles/Monsters/Plant/Melee/Corpser.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/Plant/Melee/Corpser.cs rename to Projects/UOContent/Mobiles/Monsters/Plant/Melee/Corpser.cs diff --git a/Projects/Scripts/Mobiles/Monsters/Plant/Melee/Quagmire.cs b/Projects/UOContent/Mobiles/Monsters/Plant/Melee/Quagmire.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/Plant/Melee/Quagmire.cs rename to Projects/UOContent/Mobiles/Monsters/Plant/Melee/Quagmire.cs diff --git a/Projects/Scripts/Mobiles/Monsters/Plant/Melee/SwampTentacle.cs b/Projects/UOContent/Mobiles/Monsters/Plant/Melee/SwampTentacle.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/Plant/Melee/SwampTentacle.cs rename to Projects/UOContent/Mobiles/Monsters/Plant/Melee/SwampTentacle.cs diff --git a/Projects/Scripts/Mobiles/Monsters/Plant/Melee/WhippingVine.cs b/Projects/UOContent/Mobiles/Monsters/Plant/Melee/WhippingVine.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/Plant/Melee/WhippingVine.cs rename to Projects/UOContent/Mobiles/Monsters/Plant/Melee/WhippingVine.cs diff --git a/Projects/Scripts/Mobiles/Monsters/Reptile/Magic/AncientWyrm.cs b/Projects/UOContent/Mobiles/Monsters/Reptile/Magic/AncientWyrm.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/Reptile/Magic/AncientWyrm.cs rename to Projects/UOContent/Mobiles/Monsters/Reptile/Magic/AncientWyrm.cs diff --git a/Projects/Scripts/Mobiles/Monsters/Reptile/Magic/DeepSeaSerpent.cs b/Projects/UOContent/Mobiles/Monsters/Reptile/Magic/DeepSeaSerpent.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/Reptile/Magic/DeepSeaSerpent.cs rename to Projects/UOContent/Mobiles/Monsters/Reptile/Magic/DeepSeaSerpent.cs diff --git a/Projects/Scripts/Mobiles/Monsters/Reptile/Magic/Dragon.cs b/Projects/UOContent/Mobiles/Monsters/Reptile/Magic/Dragon.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/Reptile/Magic/Dragon.cs rename to Projects/UOContent/Mobiles/Monsters/Reptile/Magic/Dragon.cs diff --git a/Projects/Scripts/Mobiles/Monsters/Reptile/Magic/Leviathan.cs b/Projects/UOContent/Mobiles/Monsters/Reptile/Magic/Leviathan.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/Reptile/Magic/Leviathan.cs rename to Projects/UOContent/Mobiles/Monsters/Reptile/Magic/Leviathan.cs diff --git a/Projects/Scripts/Mobiles/Monsters/Reptile/Magic/OphidianArchmage.cs b/Projects/UOContent/Mobiles/Monsters/Reptile/Magic/OphidianArchmage.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/Reptile/Magic/OphidianArchmage.cs rename to Projects/UOContent/Mobiles/Monsters/Reptile/Magic/OphidianArchmage.cs diff --git a/Projects/Scripts/Mobiles/Monsters/Reptile/Magic/OphidianMage.cs b/Projects/UOContent/Mobiles/Monsters/Reptile/Magic/OphidianMage.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/Reptile/Magic/OphidianMage.cs rename to Projects/UOContent/Mobiles/Monsters/Reptile/Magic/OphidianMage.cs diff --git a/Projects/Scripts/Mobiles/Monsters/Reptile/Magic/OphidianMatriarch.cs b/Projects/UOContent/Mobiles/Monsters/Reptile/Magic/OphidianMatriarch.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/Reptile/Magic/OphidianMatriarch.cs rename to Projects/UOContent/Mobiles/Monsters/Reptile/Magic/OphidianMatriarch.cs diff --git a/Projects/Scripts/Mobiles/Monsters/Reptile/Magic/SeaSerpent.cs b/Projects/UOContent/Mobiles/Monsters/Reptile/Magic/SeaSerpent.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/Reptile/Magic/SeaSerpent.cs rename to Projects/UOContent/Mobiles/Monsters/Reptile/Magic/SeaSerpent.cs diff --git a/Projects/Scripts/Mobiles/Monsters/Reptile/Magic/SerpentineDragon.cs b/Projects/UOContent/Mobiles/Monsters/Reptile/Magic/SerpentineDragon.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/Reptile/Magic/SerpentineDragon.cs rename to Projects/UOContent/Mobiles/Monsters/Reptile/Magic/SerpentineDragon.cs diff --git a/Projects/Scripts/Mobiles/Monsters/Reptile/Magic/ShadowWyrm.cs b/Projects/UOContent/Mobiles/Monsters/Reptile/Magic/ShadowWyrm.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/Reptile/Magic/ShadowWyrm.cs rename to Projects/UOContent/Mobiles/Monsters/Reptile/Magic/ShadowWyrm.cs diff --git a/Projects/Scripts/Mobiles/Monsters/Reptile/Magic/SkeletalDragon.cs b/Projects/UOContent/Mobiles/Monsters/Reptile/Magic/SkeletalDragon.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/Reptile/Magic/SkeletalDragon.cs rename to Projects/UOContent/Mobiles/Monsters/Reptile/Magic/SkeletalDragon.cs diff --git a/Projects/Scripts/Mobiles/Monsters/Reptile/Magic/WhiteWyrm.cs b/Projects/UOContent/Mobiles/Monsters/Reptile/Magic/WhiteWyrm.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/Reptile/Magic/WhiteWyrm.cs rename to Projects/UOContent/Mobiles/Monsters/Reptile/Magic/WhiteWyrm.cs diff --git a/Projects/Scripts/Mobiles/Monsters/Reptile/Melee/Drake.cs b/Projects/UOContent/Mobiles/Monsters/Reptile/Melee/Drake.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/Reptile/Melee/Drake.cs rename to Projects/UOContent/Mobiles/Monsters/Reptile/Melee/Drake.cs diff --git a/Projects/Scripts/Mobiles/Monsters/Reptile/Melee/Harpy.cs b/Projects/UOContent/Mobiles/Monsters/Reptile/Melee/Harpy.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/Reptile/Melee/Harpy.cs rename to Projects/UOContent/Mobiles/Monsters/Reptile/Melee/Harpy.cs diff --git a/Projects/Scripts/Mobiles/Monsters/Reptile/Melee/Kraken.cs b/Projects/UOContent/Mobiles/Monsters/Reptile/Melee/Kraken.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/Reptile/Melee/Kraken.cs rename to Projects/UOContent/Mobiles/Monsters/Reptile/Melee/Kraken.cs diff --git a/Projects/Scripts/Mobiles/Monsters/Reptile/Melee/Lizardman.cs b/Projects/UOContent/Mobiles/Monsters/Reptile/Melee/Lizardman.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/Reptile/Melee/Lizardman.cs rename to Projects/UOContent/Mobiles/Monsters/Reptile/Melee/Lizardman.cs diff --git a/Projects/Scripts/Mobiles/Monsters/Reptile/Melee/OphidianKnight.cs b/Projects/UOContent/Mobiles/Monsters/Reptile/Melee/OphidianKnight.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/Reptile/Melee/OphidianKnight.cs rename to Projects/UOContent/Mobiles/Monsters/Reptile/Melee/OphidianKnight.cs diff --git a/Projects/Scripts/Mobiles/Monsters/Reptile/Melee/OphidianWarrior.cs b/Projects/UOContent/Mobiles/Monsters/Reptile/Melee/OphidianWarrior.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/Reptile/Melee/OphidianWarrior.cs rename to Projects/UOContent/Mobiles/Monsters/Reptile/Melee/OphidianWarrior.cs diff --git a/Projects/Scripts/Mobiles/Monsters/Reptile/Melee/Scorpion.cs b/Projects/UOContent/Mobiles/Monsters/Reptile/Melee/Scorpion.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/Reptile/Melee/Scorpion.cs rename to Projects/UOContent/Mobiles/Monsters/Reptile/Melee/Scorpion.cs diff --git a/Projects/Scripts/Mobiles/Monsters/Reptile/Melee/StoneHarpy.cs b/Projects/UOContent/Mobiles/Monsters/Reptile/Melee/StoneHarpy.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/Reptile/Melee/StoneHarpy.cs rename to Projects/UOContent/Mobiles/Monsters/Reptile/Melee/StoneHarpy.cs diff --git a/Projects/Scripts/Mobiles/Monsters/Reptile/Melee/Wyvern.cs b/Projects/UOContent/Mobiles/Monsters/Reptile/Melee/Wyvern.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/Reptile/Melee/Wyvern.cs rename to Projects/UOContent/Mobiles/Monsters/Reptile/Melee/Wyvern.cs diff --git a/Projects/Scripts/Mobiles/Monsters/SE/BakeKitsune.cs b/Projects/UOContent/Mobiles/Monsters/SE/BakeKitsune.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/SE/BakeKitsune.cs rename to Projects/UOContent/Mobiles/Monsters/SE/BakeKitsune.cs diff --git a/Projects/Scripts/Mobiles/Monsters/SE/DeathWatchBeetle.cs b/Projects/UOContent/Mobiles/Monsters/SE/DeathWatchBeetle.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/SE/DeathWatchBeetle.cs rename to Projects/UOContent/Mobiles/Monsters/SE/DeathWatchBeetle.cs diff --git a/Projects/Scripts/Mobiles/Monsters/SE/DeathWatchBeetleHatchling.cs b/Projects/UOContent/Mobiles/Monsters/SE/DeathWatchBeetleHatchling.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/SE/DeathWatchBeetleHatchling.cs rename to Projects/UOContent/Mobiles/Monsters/SE/DeathWatchBeetleHatchling.cs diff --git a/Projects/Scripts/Mobiles/Monsters/SE/EliteNinja.cs b/Projects/UOContent/Mobiles/Monsters/SE/EliteNinja.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/SE/EliteNinja.cs rename to Projects/UOContent/Mobiles/Monsters/SE/EliteNinja.cs diff --git a/Projects/Scripts/Mobiles/Monsters/SE/FanDancer.cs b/Projects/UOContent/Mobiles/Monsters/SE/FanDancer.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/SE/FanDancer.cs rename to Projects/UOContent/Mobiles/Monsters/SE/FanDancer.cs diff --git a/Projects/Scripts/Mobiles/Monsters/SE/FireBeetle.cs b/Projects/UOContent/Mobiles/Monsters/SE/FireBeetle.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/SE/FireBeetle.cs rename to Projects/UOContent/Mobiles/Monsters/SE/FireBeetle.cs diff --git a/Projects/Scripts/Mobiles/Monsters/SE/Kappa.cs b/Projects/UOContent/Mobiles/Monsters/SE/Kappa.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/SE/Kappa.cs rename to Projects/UOContent/Mobiles/Monsters/SE/Kappa.cs diff --git a/Projects/Scripts/Mobiles/Monsters/SE/KazeKemono.cs b/Projects/UOContent/Mobiles/Monsters/SE/KazeKemono.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/SE/KazeKemono.cs rename to Projects/UOContent/Mobiles/Monsters/SE/KazeKemono.cs diff --git a/Projects/Scripts/Mobiles/Monsters/SE/LadyOfTheSnow.cs b/Projects/UOContent/Mobiles/Monsters/SE/LadyOfTheSnow.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/SE/LadyOfTheSnow.cs rename to Projects/UOContent/Mobiles/Monsters/SE/LadyOfTheSnow.cs diff --git a/Projects/Scripts/Mobiles/Monsters/SE/Oni.cs b/Projects/UOContent/Mobiles/Monsters/SE/Oni.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/SE/Oni.cs rename to Projects/UOContent/Mobiles/Monsters/SE/Oni.cs diff --git a/Projects/Scripts/Mobiles/Monsters/SE/RaiJu.cs b/Projects/UOContent/Mobiles/Monsters/SE/RaiJu.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/SE/RaiJu.cs rename to Projects/UOContent/Mobiles/Monsters/SE/RaiJu.cs diff --git a/Projects/Scripts/Mobiles/Monsters/SE/RevenantLion.cs b/Projects/UOContent/Mobiles/Monsters/SE/RevenantLion.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/SE/RevenantLion.cs rename to Projects/UOContent/Mobiles/Monsters/SE/RevenantLion.cs diff --git a/Projects/Scripts/Mobiles/Monsters/SE/Ronin.cs b/Projects/UOContent/Mobiles/Monsters/SE/Ronin.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/SE/Ronin.cs rename to Projects/UOContent/Mobiles/Monsters/SE/Ronin.cs diff --git a/Projects/Scripts/Mobiles/Monsters/SE/RuneBeetle.cs b/Projects/UOContent/Mobiles/Monsters/SE/RuneBeetle.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/SE/RuneBeetle.cs rename to Projects/UOContent/Mobiles/Monsters/SE/RuneBeetle.cs diff --git a/Projects/Scripts/Mobiles/Monsters/SE/TsukiWolf.cs b/Projects/UOContent/Mobiles/Monsters/SE/TsukiWolf.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/SE/TsukiWolf.cs rename to Projects/UOContent/Mobiles/Monsters/SE/TsukiWolf.cs diff --git a/Projects/Scripts/Mobiles/Monsters/SE/Yamandon.cs b/Projects/UOContent/Mobiles/Monsters/SE/Yamandon.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/SE/Yamandon.cs rename to Projects/UOContent/Mobiles/Monsters/SE/Yamandon.cs diff --git a/Projects/Scripts/Mobiles/Monsters/SE/YomotsuElder.cs b/Projects/UOContent/Mobiles/Monsters/SE/YomotsuElder.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/SE/YomotsuElder.cs rename to Projects/UOContent/Mobiles/Monsters/SE/YomotsuElder.cs diff --git a/Projects/Scripts/Mobiles/Monsters/SE/YomotsuPriest.cs b/Projects/UOContent/Mobiles/Monsters/SE/YomotsuPriest.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/SE/YomotsuPriest.cs rename to Projects/UOContent/Mobiles/Monsters/SE/YomotsuPriest.cs diff --git a/Projects/Scripts/Mobiles/Monsters/SE/YomotsuWarrior.cs b/Projects/UOContent/Mobiles/Monsters/SE/YomotsuWarrior.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/SE/YomotsuWarrior.cs rename to Projects/UOContent/Mobiles/Monsters/SE/YomotsuWarrior.cs diff --git a/Projects/Scripts/Mobiles/Monsters/Summons/SummonedAirElemental.cs b/Projects/UOContent/Mobiles/Monsters/Summons/SummonedAirElemental.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/Summons/SummonedAirElemental.cs rename to Projects/UOContent/Mobiles/Monsters/Summons/SummonedAirElemental.cs diff --git a/Projects/Scripts/Mobiles/Monsters/Summons/SummonedDaemon.cs b/Projects/UOContent/Mobiles/Monsters/Summons/SummonedDaemon.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/Summons/SummonedDaemon.cs rename to Projects/UOContent/Mobiles/Monsters/Summons/SummonedDaemon.cs diff --git a/Projects/Scripts/Mobiles/Monsters/Summons/SummonedEarthElemental.cs b/Projects/UOContent/Mobiles/Monsters/Summons/SummonedEarthElemental.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/Summons/SummonedEarthElemental.cs rename to Projects/UOContent/Mobiles/Monsters/Summons/SummonedEarthElemental.cs diff --git a/Projects/Scripts/Mobiles/Monsters/Summons/SummonedFireElemental.cs b/Projects/UOContent/Mobiles/Monsters/Summons/SummonedFireElemental.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/Summons/SummonedFireElemental.cs rename to Projects/UOContent/Mobiles/Monsters/Summons/SummonedFireElemental.cs diff --git a/Projects/Scripts/Mobiles/Monsters/Summons/SummonedWaterElemental.cs b/Projects/UOContent/Mobiles/Monsters/Summons/SummonedWaterElemental.cs similarity index 100% rename from Projects/Scripts/Mobiles/Monsters/Summons/SummonedWaterElemental.cs rename to Projects/UOContent/Mobiles/Monsters/Summons/SummonedWaterElemental.cs diff --git a/Projects/Scripts/Mobiles/PlayerMobile.cs b/Projects/UOContent/Mobiles/PlayerMobile.cs similarity index 100% rename from Projects/Scripts/Mobiles/PlayerMobile.cs rename to Projects/UOContent/Mobiles/PlayerMobile.cs diff --git a/Projects/Scripts/Mobiles/Special/Barracoon.cs b/Projects/UOContent/Mobiles/Special/Barracoon.cs similarity index 100% rename from Projects/Scripts/Mobiles/Special/Barracoon.cs rename to Projects/UOContent/Mobiles/Special/Barracoon.cs diff --git a/Projects/Scripts/Mobiles/Special/BaseChampion.cs b/Projects/UOContent/Mobiles/Special/BaseChampion.cs similarity index 100% rename from Projects/Scripts/Mobiles/Special/BaseChampion.cs rename to Projects/UOContent/Mobiles/Special/BaseChampion.cs diff --git a/Projects/Scripts/Mobiles/Special/BaseShieldGuard.cs b/Projects/UOContent/Mobiles/Special/BaseShieldGuard.cs similarity index 100% rename from Projects/Scripts/Mobiles/Special/BaseShieldGuard.cs rename to Projects/UOContent/Mobiles/Special/BaseShieldGuard.cs diff --git a/Projects/Scripts/Mobiles/Special/CapturedHordeMinion.cs b/Projects/UOContent/Mobiles/Special/CapturedHordeMinion.cs similarity index 100% rename from Projects/Scripts/Mobiles/Special/CapturedHordeMinion.cs rename to Projects/UOContent/Mobiles/Special/CapturedHordeMinion.cs diff --git a/Projects/Scripts/Mobiles/Special/ChaosGuard.cs b/Projects/UOContent/Mobiles/Special/ChaosGuard.cs similarity index 100% rename from Projects/Scripts/Mobiles/Special/ChaosGuard.cs rename to Projects/UOContent/Mobiles/Special/ChaosGuard.cs diff --git a/Projects/Scripts/Mobiles/Special/DarkGuardian.cs b/Projects/UOContent/Mobiles/Special/DarkGuardian.cs similarity index 100% rename from Projects/Scripts/Mobiles/Special/DarkGuardian.cs rename to Projects/UOContent/Mobiles/Special/DarkGuardian.cs diff --git a/Projects/Scripts/Mobiles/Special/Dummy.cs b/Projects/UOContent/Mobiles/Special/Dummy.cs similarity index 100% rename from Projects/Scripts/Mobiles/Special/Dummy.cs rename to Projects/UOContent/Mobiles/Special/Dummy.cs diff --git a/Projects/Scripts/Mobiles/Special/DummySpecific.cs b/Projects/UOContent/Mobiles/Special/DummySpecific.cs similarity index 100% rename from Projects/Scripts/Mobiles/Special/DummySpecific.cs rename to Projects/UOContent/Mobiles/Special/DummySpecific.cs diff --git a/Projects/Scripts/Mobiles/Special/Harrower.cs b/Projects/UOContent/Mobiles/Special/Harrower.cs similarity index 100% rename from Projects/Scripts/Mobiles/Special/Harrower.cs rename to Projects/UOContent/Mobiles/Special/Harrower.cs diff --git a/Projects/Scripts/Mobiles/Special/HarrowerTentacles.cs b/Projects/UOContent/Mobiles/Special/HarrowerTentacles.cs similarity index 100% rename from Projects/Scripts/Mobiles/Special/HarrowerTentacles.cs rename to Projects/UOContent/Mobiles/Special/HarrowerTentacles.cs diff --git a/Projects/Scripts/Mobiles/Special/LordOaks.cs b/Projects/UOContent/Mobiles/Special/LordOaks.cs similarity index 100% rename from Projects/Scripts/Mobiles/Special/LordOaks.cs rename to Projects/UOContent/Mobiles/Special/LordOaks.cs diff --git a/Projects/Scripts/Mobiles/Special/Mephitis.cs b/Projects/UOContent/Mobiles/Special/Mephitis.cs similarity index 100% rename from Projects/Scripts/Mobiles/Special/Mephitis.cs rename to Projects/UOContent/Mobiles/Special/Mephitis.cs diff --git a/Projects/Scripts/Mobiles/Special/Neira.cs b/Projects/UOContent/Mobiles/Special/Neira.cs similarity index 100% rename from Projects/Scripts/Mobiles/Special/Neira.cs rename to Projects/UOContent/Mobiles/Special/Neira.cs diff --git a/Projects/Scripts/Mobiles/Special/OrderGuard.cs b/Projects/UOContent/Mobiles/Special/OrderGuard.cs similarity index 100% rename from Projects/Scripts/Mobiles/Special/OrderGuard.cs rename to Projects/UOContent/Mobiles/Special/OrderGuard.cs diff --git a/Projects/Scripts/Mobiles/Special/Paragon.cs b/Projects/UOContent/Mobiles/Special/Paragon.cs similarity index 100% rename from Projects/Scripts/Mobiles/Special/Paragon.cs rename to Projects/UOContent/Mobiles/Special/Paragon.cs diff --git a/Projects/Scripts/Mobiles/Special/Rikktor.cs b/Projects/UOContent/Mobiles/Special/Rikktor.cs similarity index 100% rename from Projects/Scripts/Mobiles/Special/Rikktor.cs rename to Projects/UOContent/Mobiles/Special/Rikktor.cs diff --git a/Projects/Scripts/Mobiles/Special/Semidar.cs b/Projects/UOContent/Mobiles/Special/Semidar.cs similarity index 100% rename from Projects/Scripts/Mobiles/Special/Semidar.cs rename to Projects/UOContent/Mobiles/Special/Semidar.cs diff --git a/Projects/Scripts/Mobiles/Special/Serado.cs b/Projects/UOContent/Mobiles/Special/Serado.cs similarity index 100% rename from Projects/Scripts/Mobiles/Special/Serado.cs rename to Projects/UOContent/Mobiles/Special/Serado.cs diff --git a/Projects/Scripts/Mobiles/Special/ServantOfSemidar.cs b/Projects/UOContent/Mobiles/Special/ServantOfSemidar.cs similarity index 100% rename from Projects/Scripts/Mobiles/Special/ServantOfSemidar.cs rename to Projects/UOContent/Mobiles/Special/ServantOfSemidar.cs diff --git a/Projects/Scripts/Mobiles/Special/Silvani.cs b/Projects/UOContent/Mobiles/Special/Silvani.cs similarity index 100% rename from Projects/Scripts/Mobiles/Special/Silvani.cs rename to Projects/UOContent/Mobiles/Special/Silvani.cs diff --git a/Projects/Scripts/Mobiles/Special/Wanderer.cs b/Projects/UOContent/Mobiles/Special/Wanderer.cs similarity index 100% rename from Projects/Scripts/Mobiles/Special/Wanderer.cs rename to Projects/UOContent/Mobiles/Special/Wanderer.cs diff --git a/Projects/Scripts/Mobiles/Townfolk/Actor.cs b/Projects/UOContent/Mobiles/Townfolk/Actor.cs similarity index 100% rename from Projects/Scripts/Mobiles/Townfolk/Actor.cs rename to Projects/UOContent/Mobiles/Townfolk/Actor.cs diff --git a/Projects/Scripts/Mobiles/Townfolk/Artist.cs b/Projects/UOContent/Mobiles/Townfolk/Artist.cs similarity index 100% rename from Projects/Scripts/Mobiles/Townfolk/Artist.cs rename to Projects/UOContent/Mobiles/Townfolk/Artist.cs diff --git a/Projects/Scripts/Mobiles/Townfolk/Banker.cs b/Projects/UOContent/Mobiles/Townfolk/Banker.cs similarity index 100% rename from Projects/Scripts/Mobiles/Townfolk/Banker.cs rename to Projects/UOContent/Mobiles/Townfolk/Banker.cs diff --git a/Projects/Scripts/Mobiles/Townfolk/BaseEscortable.cs b/Projects/UOContent/Mobiles/Townfolk/BaseEscortable.cs similarity index 100% rename from Projects/Scripts/Mobiles/Townfolk/BaseEscortable.cs rename to Projects/UOContent/Mobiles/Townfolk/BaseEscortable.cs diff --git a/Projects/Scripts/Mobiles/Townfolk/BrideGroom.cs b/Projects/UOContent/Mobiles/Townfolk/BrideGroom.cs similarity index 100% rename from Projects/Scripts/Mobiles/Townfolk/BrideGroom.cs rename to Projects/UOContent/Mobiles/Townfolk/BrideGroom.cs diff --git a/Projects/Scripts/Mobiles/Townfolk/EscortableMage.cs b/Projects/UOContent/Mobiles/Townfolk/EscortableMage.cs similarity index 100% rename from Projects/Scripts/Mobiles/Townfolk/EscortableMage.cs rename to Projects/UOContent/Mobiles/Townfolk/EscortableMage.cs diff --git a/Projects/Scripts/Mobiles/Townfolk/Gypsy.cs b/Projects/UOContent/Mobiles/Townfolk/Gypsy.cs similarity index 100% rename from Projects/Scripts/Mobiles/Townfolk/Gypsy.cs rename to Projects/UOContent/Mobiles/Townfolk/Gypsy.cs diff --git a/Projects/Scripts/Mobiles/Townfolk/HarborMaster.cs b/Projects/UOContent/Mobiles/Townfolk/HarborMaster.cs similarity index 100% rename from Projects/Scripts/Mobiles/Townfolk/HarborMaster.cs rename to Projects/UOContent/Mobiles/Townfolk/HarborMaster.cs diff --git a/Projects/Scripts/Mobiles/Townfolk/Merchant.cs b/Projects/UOContent/Mobiles/Townfolk/Merchant.cs similarity index 100% rename from Projects/Scripts/Mobiles/Townfolk/Merchant.cs rename to Projects/UOContent/Mobiles/Townfolk/Merchant.cs diff --git a/Projects/Scripts/Mobiles/Townfolk/Messenger.cs b/Projects/UOContent/Mobiles/Townfolk/Messenger.cs similarity index 100% rename from Projects/Scripts/Mobiles/Townfolk/Messenger.cs rename to Projects/UOContent/Mobiles/Townfolk/Messenger.cs diff --git a/Projects/Scripts/Mobiles/Townfolk/Minter.cs b/Projects/UOContent/Mobiles/Townfolk/Minter.cs similarity index 100% rename from Projects/Scripts/Mobiles/Townfolk/Minter.cs rename to Projects/UOContent/Mobiles/Townfolk/Minter.cs diff --git a/Projects/Scripts/Mobiles/Townfolk/Ninja.cs b/Projects/UOContent/Mobiles/Townfolk/Ninja.cs similarity index 100% rename from Projects/Scripts/Mobiles/Townfolk/Ninja.cs rename to Projects/UOContent/Mobiles/Townfolk/Ninja.cs diff --git a/Projects/Scripts/Mobiles/Townfolk/Noble.cs b/Projects/UOContent/Mobiles/Townfolk/Noble.cs similarity index 100% rename from Projects/Scripts/Mobiles/Townfolk/Noble.cs rename to Projects/UOContent/Mobiles/Townfolk/Noble.cs diff --git a/Projects/Scripts/Mobiles/Townfolk/Peasant.cs b/Projects/UOContent/Mobiles/Townfolk/Peasant.cs similarity index 100% rename from Projects/Scripts/Mobiles/Townfolk/Peasant.cs rename to Projects/UOContent/Mobiles/Townfolk/Peasant.cs diff --git a/Projects/Scripts/Mobiles/Townfolk/Prisoner.cs b/Projects/UOContent/Mobiles/Townfolk/Prisoner.cs similarity index 100% rename from Projects/Scripts/Mobiles/Townfolk/Prisoner.cs rename to Projects/UOContent/Mobiles/Townfolk/Prisoner.cs diff --git a/Projects/Scripts/Mobiles/Townfolk/Samurai.cs b/Projects/UOContent/Mobiles/Townfolk/Samurai.cs similarity index 100% rename from Projects/Scripts/Mobiles/Townfolk/Samurai.cs rename to Projects/UOContent/Mobiles/Townfolk/Samurai.cs diff --git a/Projects/Scripts/Mobiles/Townfolk/Sculptor.cs b/Projects/UOContent/Mobiles/Townfolk/Sculptor.cs similarity index 100% rename from Projects/Scripts/Mobiles/Townfolk/Sculptor.cs rename to Projects/UOContent/Mobiles/Townfolk/Sculptor.cs diff --git a/Projects/Scripts/Mobiles/Townfolk/SeekerOfAdventure.cs b/Projects/UOContent/Mobiles/Townfolk/SeekerOfAdventure.cs similarity index 100% rename from Projects/Scripts/Mobiles/Townfolk/SeekerOfAdventure.cs rename to Projects/UOContent/Mobiles/Townfolk/SeekerOfAdventure.cs diff --git a/Projects/Scripts/Mobiles/Townfolk/TownCrier.cs b/Projects/UOContent/Mobiles/Townfolk/TownCrier.cs similarity index 100% rename from Projects/Scripts/Mobiles/Townfolk/TownCrier.cs rename to Projects/UOContent/Mobiles/Townfolk/TownCrier.cs diff --git a/Projects/Scripts/Mobiles/Vendors/AnimalBuy.cs b/Projects/UOContent/Mobiles/Vendors/AnimalBuy.cs similarity index 100% rename from Projects/Scripts/Mobiles/Vendors/AnimalBuy.cs rename to Projects/UOContent/Mobiles/Vendors/AnimalBuy.cs diff --git a/Projects/Scripts/Mobiles/Vendors/BaseVendor.cs b/Projects/UOContent/Mobiles/Vendors/BaseVendor.cs similarity index 100% rename from Projects/Scripts/Mobiles/Vendors/BaseVendor.cs rename to Projects/UOContent/Mobiles/Vendors/BaseVendor.cs diff --git a/Projects/Scripts/Mobiles/Vendors/BeverageBuy.cs b/Projects/UOContent/Mobiles/Vendors/BeverageBuy.cs similarity index 100% rename from Projects/Scripts/Mobiles/Vendors/BeverageBuy.cs rename to Projects/UOContent/Mobiles/Vendors/BeverageBuy.cs diff --git a/Projects/Scripts/Mobiles/Vendors/GenericBuy.cs b/Projects/UOContent/Mobiles/Vendors/GenericBuy.cs similarity index 100% rename from Projects/Scripts/Mobiles/Vendors/GenericBuy.cs rename to Projects/UOContent/Mobiles/Vendors/GenericBuy.cs diff --git a/Projects/Scripts/Mobiles/Vendors/GenericSell.cs b/Projects/UOContent/Mobiles/Vendors/GenericSell.cs similarity index 100% rename from Projects/Scripts/Mobiles/Vendors/GenericSell.cs rename to Projects/UOContent/Mobiles/Vendors/GenericSell.cs diff --git a/Projects/Scripts/Mobiles/Vendors/NPC/Alchemist.cs b/Projects/UOContent/Mobiles/Vendors/NPC/Alchemist.cs similarity index 100% rename from Projects/Scripts/Mobiles/Vendors/NPC/Alchemist.cs rename to Projects/UOContent/Mobiles/Vendors/NPC/Alchemist.cs diff --git a/Projects/Scripts/Mobiles/Vendors/NPC/AnimalTrainer.cs b/Projects/UOContent/Mobiles/Vendors/NPC/AnimalTrainer.cs similarity index 100% rename from Projects/Scripts/Mobiles/Vendors/NPC/AnimalTrainer.cs rename to Projects/UOContent/Mobiles/Vendors/NPC/AnimalTrainer.cs diff --git a/Projects/Scripts/Mobiles/Vendors/NPC/Architect.cs b/Projects/UOContent/Mobiles/Vendors/NPC/Architect.cs similarity index 100% rename from Projects/Scripts/Mobiles/Vendors/NPC/Architect.cs rename to Projects/UOContent/Mobiles/Vendors/NPC/Architect.cs diff --git a/Projects/Scripts/Mobiles/Vendors/NPC/Armorer.cs b/Projects/UOContent/Mobiles/Vendors/NPC/Armorer.cs similarity index 100% rename from Projects/Scripts/Mobiles/Vendors/NPC/Armorer.cs rename to Projects/UOContent/Mobiles/Vendors/NPC/Armorer.cs diff --git a/Projects/Scripts/Mobiles/Vendors/NPC/Baker.cs b/Projects/UOContent/Mobiles/Vendors/NPC/Baker.cs similarity index 100% rename from Projects/Scripts/Mobiles/Vendors/NPC/Baker.cs rename to Projects/UOContent/Mobiles/Vendors/NPC/Baker.cs diff --git a/Projects/Scripts/Mobiles/Vendors/NPC/Bard.cs b/Projects/UOContent/Mobiles/Vendors/NPC/Bard.cs similarity index 100% rename from Projects/Scripts/Mobiles/Vendors/NPC/Bard.cs rename to Projects/UOContent/Mobiles/Vendors/NPC/Bard.cs diff --git a/Projects/Scripts/Mobiles/Vendors/NPC/Barkeeper.cs b/Projects/UOContent/Mobiles/Vendors/NPC/Barkeeper.cs similarity index 100% rename from Projects/Scripts/Mobiles/Vendors/NPC/Barkeeper.cs rename to Projects/UOContent/Mobiles/Vendors/NPC/Barkeeper.cs diff --git a/Projects/Scripts/Mobiles/Vendors/NPC/Beekeeper.cs b/Projects/UOContent/Mobiles/Vendors/NPC/Beekeeper.cs similarity index 100% rename from Projects/Scripts/Mobiles/Vendors/NPC/Beekeeper.cs rename to Projects/UOContent/Mobiles/Vendors/NPC/Beekeeper.cs diff --git a/Projects/Scripts/Mobiles/Vendors/NPC/Blacksmith.cs b/Projects/UOContent/Mobiles/Vendors/NPC/Blacksmith.cs similarity index 100% rename from Projects/Scripts/Mobiles/Vendors/NPC/Blacksmith.cs rename to Projects/UOContent/Mobiles/Vendors/NPC/Blacksmith.cs diff --git a/Projects/Scripts/Mobiles/Vendors/NPC/Bowyer.cs b/Projects/UOContent/Mobiles/Vendors/NPC/Bowyer.cs similarity index 100% rename from Projects/Scripts/Mobiles/Vendors/NPC/Bowyer.cs rename to Projects/UOContent/Mobiles/Vendors/NPC/Bowyer.cs diff --git a/Projects/Scripts/Mobiles/Vendors/NPC/Butcher.cs b/Projects/UOContent/Mobiles/Vendors/NPC/Butcher.cs similarity index 100% rename from Projects/Scripts/Mobiles/Vendors/NPC/Butcher.cs rename to Projects/UOContent/Mobiles/Vendors/NPC/Butcher.cs diff --git a/Projects/Scripts/Mobiles/Vendors/NPC/Carpenter.cs b/Projects/UOContent/Mobiles/Vendors/NPC/Carpenter.cs similarity index 100% rename from Projects/Scripts/Mobiles/Vendors/NPC/Carpenter.cs rename to Projects/UOContent/Mobiles/Vendors/NPC/Carpenter.cs diff --git a/Projects/Scripts/Mobiles/Vendors/NPC/Cobbler.cs b/Projects/UOContent/Mobiles/Vendors/NPC/Cobbler.cs similarity index 100% rename from Projects/Scripts/Mobiles/Vendors/NPC/Cobbler.cs rename to Projects/UOContent/Mobiles/Vendors/NPC/Cobbler.cs diff --git a/Projects/Scripts/Mobiles/Vendors/NPC/Cook.cs b/Projects/UOContent/Mobiles/Vendors/NPC/Cook.cs similarity index 100% rename from Projects/Scripts/Mobiles/Vendors/NPC/Cook.cs rename to Projects/UOContent/Mobiles/Vendors/NPC/Cook.cs diff --git a/Projects/Scripts/Mobiles/Vendors/NPC/CustomHairstylist.cs b/Projects/UOContent/Mobiles/Vendors/NPC/CustomHairstylist.cs similarity index 100% rename from Projects/Scripts/Mobiles/Vendors/NPC/CustomHairstylist.cs rename to Projects/UOContent/Mobiles/Vendors/NPC/CustomHairstylist.cs diff --git a/Projects/Scripts/Mobiles/Vendors/NPC/Farmer.cs b/Projects/UOContent/Mobiles/Vendors/NPC/Farmer.cs similarity index 100% rename from Projects/Scripts/Mobiles/Vendors/NPC/Farmer.cs rename to Projects/UOContent/Mobiles/Vendors/NPC/Farmer.cs diff --git a/Projects/Scripts/Mobiles/Vendors/NPC/Fisherman.cs b/Projects/UOContent/Mobiles/Vendors/NPC/Fisherman.cs similarity index 100% rename from Projects/Scripts/Mobiles/Vendors/NPC/Fisherman.cs rename to Projects/UOContent/Mobiles/Vendors/NPC/Fisherman.cs diff --git a/Projects/Scripts/Mobiles/Vendors/NPC/Furtrader.cs b/Projects/UOContent/Mobiles/Vendors/NPC/Furtrader.cs similarity index 100% rename from Projects/Scripts/Mobiles/Vendors/NPC/Furtrader.cs rename to Projects/UOContent/Mobiles/Vendors/NPC/Furtrader.cs diff --git a/Projects/Scripts/Mobiles/Vendors/NPC/Glassblower.cs b/Projects/UOContent/Mobiles/Vendors/NPC/Glassblower.cs similarity index 100% rename from Projects/Scripts/Mobiles/Vendors/NPC/Glassblower.cs rename to Projects/UOContent/Mobiles/Vendors/NPC/Glassblower.cs diff --git a/Projects/Scripts/Mobiles/Vendors/NPC/GolemCrafter.cs b/Projects/UOContent/Mobiles/Vendors/NPC/GolemCrafter.cs similarity index 100% rename from Projects/Scripts/Mobiles/Vendors/NPC/GolemCrafter.cs rename to Projects/UOContent/Mobiles/Vendors/NPC/GolemCrafter.cs diff --git a/Projects/Scripts/Mobiles/Vendors/NPC/Guildmasters/BardGuildmaster.cs b/Projects/UOContent/Mobiles/Vendors/NPC/Guildmasters/BardGuildmaster.cs similarity index 100% rename from Projects/Scripts/Mobiles/Vendors/NPC/Guildmasters/BardGuildmaster.cs rename to Projects/UOContent/Mobiles/Vendors/NPC/Guildmasters/BardGuildmaster.cs diff --git a/Projects/Scripts/Mobiles/Vendors/NPC/Guildmasters/BaseGuildmaster.cs b/Projects/UOContent/Mobiles/Vendors/NPC/Guildmasters/BaseGuildmaster.cs similarity index 100% rename from Projects/Scripts/Mobiles/Vendors/NPC/Guildmasters/BaseGuildmaster.cs rename to Projects/UOContent/Mobiles/Vendors/NPC/Guildmasters/BaseGuildmaster.cs diff --git a/Projects/Scripts/Mobiles/Vendors/NPC/Guildmasters/BlacksmithGuildmaster.cs b/Projects/UOContent/Mobiles/Vendors/NPC/Guildmasters/BlacksmithGuildmaster.cs similarity index 100% rename from Projects/Scripts/Mobiles/Vendors/NPC/Guildmasters/BlacksmithGuildmaster.cs rename to Projects/UOContent/Mobiles/Vendors/NPC/Guildmasters/BlacksmithGuildmaster.cs diff --git a/Projects/Scripts/Mobiles/Vendors/NPC/Guildmasters/FisherGuildmaster.cs b/Projects/UOContent/Mobiles/Vendors/NPC/Guildmasters/FisherGuildmaster.cs similarity index 100% rename from Projects/Scripts/Mobiles/Vendors/NPC/Guildmasters/FisherGuildmaster.cs rename to Projects/UOContent/Mobiles/Vendors/NPC/Guildmasters/FisherGuildmaster.cs diff --git a/Projects/Scripts/Mobiles/Vendors/NPC/Guildmasters/HealerGuildmaster.cs b/Projects/UOContent/Mobiles/Vendors/NPC/Guildmasters/HealerGuildmaster.cs similarity index 100% rename from Projects/Scripts/Mobiles/Vendors/NPC/Guildmasters/HealerGuildmaster.cs rename to Projects/UOContent/Mobiles/Vendors/NPC/Guildmasters/HealerGuildmaster.cs diff --git a/Projects/Scripts/Mobiles/Vendors/NPC/Guildmasters/MageGuildmaster.cs b/Projects/UOContent/Mobiles/Vendors/NPC/Guildmasters/MageGuildmaster.cs similarity index 100% rename from Projects/Scripts/Mobiles/Vendors/NPC/Guildmasters/MageGuildmaster.cs rename to Projects/UOContent/Mobiles/Vendors/NPC/Guildmasters/MageGuildmaster.cs diff --git a/Projects/Scripts/Mobiles/Vendors/NPC/Guildmasters/MerchantGuildmaster.cs b/Projects/UOContent/Mobiles/Vendors/NPC/Guildmasters/MerchantGuildmaster.cs similarity index 100% rename from Projects/Scripts/Mobiles/Vendors/NPC/Guildmasters/MerchantGuildmaster.cs rename to Projects/UOContent/Mobiles/Vendors/NPC/Guildmasters/MerchantGuildmaster.cs diff --git a/Projects/Scripts/Mobiles/Vendors/NPC/Guildmasters/MinerGuildmaster.cs b/Projects/UOContent/Mobiles/Vendors/NPC/Guildmasters/MinerGuildmaster.cs similarity index 100% rename from Projects/Scripts/Mobiles/Vendors/NPC/Guildmasters/MinerGuildmaster.cs rename to Projects/UOContent/Mobiles/Vendors/NPC/Guildmasters/MinerGuildmaster.cs diff --git a/Projects/Scripts/Mobiles/Vendors/NPC/Guildmasters/RangerGuildmaster.cs b/Projects/UOContent/Mobiles/Vendors/NPC/Guildmasters/RangerGuildmaster.cs similarity index 100% rename from Projects/Scripts/Mobiles/Vendors/NPC/Guildmasters/RangerGuildmaster.cs rename to Projects/UOContent/Mobiles/Vendors/NPC/Guildmasters/RangerGuildmaster.cs diff --git a/Projects/Scripts/Mobiles/Vendors/NPC/Guildmasters/TailorGuildmaster.cs b/Projects/UOContent/Mobiles/Vendors/NPC/Guildmasters/TailorGuildmaster.cs similarity index 100% rename from Projects/Scripts/Mobiles/Vendors/NPC/Guildmasters/TailorGuildmaster.cs rename to Projects/UOContent/Mobiles/Vendors/NPC/Guildmasters/TailorGuildmaster.cs diff --git a/Projects/Scripts/Mobiles/Vendors/NPC/Guildmasters/ThiefGuildmaster.cs b/Projects/UOContent/Mobiles/Vendors/NPC/Guildmasters/ThiefGuildmaster.cs similarity index 100% rename from Projects/Scripts/Mobiles/Vendors/NPC/Guildmasters/ThiefGuildmaster.cs rename to Projects/UOContent/Mobiles/Vendors/NPC/Guildmasters/ThiefGuildmaster.cs diff --git a/Projects/Scripts/Mobiles/Vendors/NPC/Guildmasters/TinkerGuildmaster.cs b/Projects/UOContent/Mobiles/Vendors/NPC/Guildmasters/TinkerGuildmaster.cs similarity index 100% rename from Projects/Scripts/Mobiles/Vendors/NPC/Guildmasters/TinkerGuildmaster.cs rename to Projects/UOContent/Mobiles/Vendors/NPC/Guildmasters/TinkerGuildmaster.cs diff --git a/Projects/Scripts/Mobiles/Vendors/NPC/Guildmasters/WarriorGuildmaster.cs b/Projects/UOContent/Mobiles/Vendors/NPC/Guildmasters/WarriorGuildmaster.cs similarity index 100% rename from Projects/Scripts/Mobiles/Vendors/NPC/Guildmasters/WarriorGuildmaster.cs rename to Projects/UOContent/Mobiles/Vendors/NPC/Guildmasters/WarriorGuildmaster.cs diff --git a/Projects/Scripts/Mobiles/Vendors/NPC/GypsyAnimalTrainer.cs b/Projects/UOContent/Mobiles/Vendors/NPC/GypsyAnimalTrainer.cs similarity index 100% rename from Projects/Scripts/Mobiles/Vendors/NPC/GypsyAnimalTrainer.cs rename to Projects/UOContent/Mobiles/Vendors/NPC/GypsyAnimalTrainer.cs diff --git a/Projects/Scripts/Mobiles/Vendors/NPC/GypsyBanker.cs b/Projects/UOContent/Mobiles/Vendors/NPC/GypsyBanker.cs similarity index 100% rename from Projects/Scripts/Mobiles/Vendors/NPC/GypsyBanker.cs rename to Projects/UOContent/Mobiles/Vendors/NPC/GypsyBanker.cs diff --git a/Projects/Scripts/Mobiles/Vendors/NPC/GypsyMaiden.cs b/Projects/UOContent/Mobiles/Vendors/NPC/GypsyMaiden.cs similarity index 100% rename from Projects/Scripts/Mobiles/Vendors/NPC/GypsyMaiden.cs rename to Projects/UOContent/Mobiles/Vendors/NPC/GypsyMaiden.cs diff --git a/Projects/Scripts/Mobiles/Vendors/NPC/HairStylist.cs b/Projects/UOContent/Mobiles/Vendors/NPC/HairStylist.cs similarity index 100% rename from Projects/Scripts/Mobiles/Vendors/NPC/HairStylist.cs rename to Projects/UOContent/Mobiles/Vendors/NPC/HairStylist.cs diff --git a/Projects/Scripts/Mobiles/Vendors/NPC/Herbalist.cs b/Projects/UOContent/Mobiles/Vendors/NPC/Herbalist.cs similarity index 100% rename from Projects/Scripts/Mobiles/Vendors/NPC/Herbalist.cs rename to Projects/UOContent/Mobiles/Vendors/NPC/Herbalist.cs diff --git a/Projects/Scripts/Mobiles/Vendors/NPC/HolyMage.cs b/Projects/UOContent/Mobiles/Vendors/NPC/HolyMage.cs similarity index 100% rename from Projects/Scripts/Mobiles/Vendors/NPC/HolyMage.cs rename to Projects/UOContent/Mobiles/Vendors/NPC/HolyMage.cs diff --git a/Projects/Scripts/Mobiles/Vendors/NPC/InnKeeper.cs b/Projects/UOContent/Mobiles/Vendors/NPC/InnKeeper.cs similarity index 100% rename from Projects/Scripts/Mobiles/Vendors/NPC/InnKeeper.cs rename to Projects/UOContent/Mobiles/Vendors/NPC/InnKeeper.cs diff --git a/Projects/Scripts/Mobiles/Vendors/NPC/IronWorker.cs b/Projects/UOContent/Mobiles/Vendors/NPC/IronWorker.cs similarity index 100% rename from Projects/Scripts/Mobiles/Vendors/NPC/IronWorker.cs rename to Projects/UOContent/Mobiles/Vendors/NPC/IronWorker.cs diff --git a/Projects/Scripts/Mobiles/Vendors/NPC/Jeweler.cs b/Projects/UOContent/Mobiles/Vendors/NPC/Jeweler.cs similarity index 100% rename from Projects/Scripts/Mobiles/Vendors/NPC/Jeweler.cs rename to Projects/UOContent/Mobiles/Vendors/NPC/Jeweler.cs diff --git a/Projects/Scripts/Mobiles/Vendors/NPC/KeeperOfChivalry.cs b/Projects/UOContent/Mobiles/Vendors/NPC/KeeperOfChivalry.cs similarity index 100% rename from Projects/Scripts/Mobiles/Vendors/NPC/KeeperOfChivalry.cs rename to Projects/UOContent/Mobiles/Vendors/NPC/KeeperOfChivalry.cs diff --git a/Projects/Scripts/Mobiles/Vendors/NPC/LeatherWorker.cs b/Projects/UOContent/Mobiles/Vendors/NPC/LeatherWorker.cs similarity index 100% rename from Projects/Scripts/Mobiles/Vendors/NPC/LeatherWorker.cs rename to Projects/UOContent/Mobiles/Vendors/NPC/LeatherWorker.cs diff --git a/Projects/Scripts/Mobiles/Vendors/NPC/Mage.cs b/Projects/UOContent/Mobiles/Vendors/NPC/Mage.cs similarity index 100% rename from Projects/Scripts/Mobiles/Vendors/NPC/Mage.cs rename to Projects/UOContent/Mobiles/Vendors/NPC/Mage.cs diff --git a/Projects/Scripts/Mobiles/Vendors/NPC/Mapmaker.cs b/Projects/UOContent/Mobiles/Vendors/NPC/Mapmaker.cs similarity index 100% rename from Projects/Scripts/Mobiles/Vendors/NPC/Mapmaker.cs rename to Projects/UOContent/Mobiles/Vendors/NPC/Mapmaker.cs diff --git a/Projects/Scripts/Mobiles/Vendors/NPC/Miller.cs b/Projects/UOContent/Mobiles/Vendors/NPC/Miller.cs similarity index 100% rename from Projects/Scripts/Mobiles/Vendors/NPC/Miller.cs rename to Projects/UOContent/Mobiles/Vendors/NPC/Miller.cs diff --git a/Projects/Scripts/Mobiles/Vendors/NPC/Miner.cs b/Projects/UOContent/Mobiles/Vendors/NPC/Miner.cs similarity index 100% rename from Projects/Scripts/Mobiles/Vendors/NPC/Miner.cs rename to Projects/UOContent/Mobiles/Vendors/NPC/Miner.cs diff --git a/Projects/Scripts/Mobiles/Vendors/NPC/Monk.cs b/Projects/UOContent/Mobiles/Vendors/NPC/Monk.cs similarity index 100% rename from Projects/Scripts/Mobiles/Vendors/NPC/Monk.cs rename to Projects/UOContent/Mobiles/Vendors/NPC/Monk.cs diff --git a/Projects/Scripts/Mobiles/Vendors/NPC/Provisioner.cs b/Projects/UOContent/Mobiles/Vendors/NPC/Provisioner.cs similarity index 100% rename from Projects/Scripts/Mobiles/Vendors/NPC/Provisioner.cs rename to Projects/UOContent/Mobiles/Vendors/NPC/Provisioner.cs diff --git a/Projects/Scripts/Mobiles/Vendors/NPC/Rancher.cs b/Projects/UOContent/Mobiles/Vendors/NPC/Rancher.cs similarity index 100% rename from Projects/Scripts/Mobiles/Vendors/NPC/Rancher.cs rename to Projects/UOContent/Mobiles/Vendors/NPC/Rancher.cs diff --git a/Projects/Scripts/Mobiles/Vendors/NPC/Ranger.cs b/Projects/UOContent/Mobiles/Vendors/NPC/Ranger.cs similarity index 100% rename from Projects/Scripts/Mobiles/Vendors/NPC/Ranger.cs rename to Projects/UOContent/Mobiles/Vendors/NPC/Ranger.cs diff --git a/Projects/Scripts/Mobiles/Vendors/NPC/RealEstateBroker.cs b/Projects/UOContent/Mobiles/Vendors/NPC/RealEstateBroker.cs similarity index 100% rename from Projects/Scripts/Mobiles/Vendors/NPC/RealEstateBroker.cs rename to Projects/UOContent/Mobiles/Vendors/NPC/RealEstateBroker.cs diff --git a/Projects/Scripts/Mobiles/Vendors/NPC/Scribe.cs b/Projects/UOContent/Mobiles/Vendors/NPC/Scribe.cs similarity index 100% rename from Projects/Scripts/Mobiles/Vendors/NPC/Scribe.cs rename to Projects/UOContent/Mobiles/Vendors/NPC/Scribe.cs diff --git a/Projects/Scripts/Mobiles/Vendors/NPC/Shipwright.cs b/Projects/UOContent/Mobiles/Vendors/NPC/Shipwright.cs similarity index 100% rename from Projects/Scripts/Mobiles/Vendors/NPC/Shipwright.cs rename to Projects/UOContent/Mobiles/Vendors/NPC/Shipwright.cs diff --git a/Projects/Scripts/Mobiles/Vendors/NPC/StoneCrafter.cs b/Projects/UOContent/Mobiles/Vendors/NPC/StoneCrafter.cs similarity index 100% rename from Projects/Scripts/Mobiles/Vendors/NPC/StoneCrafter.cs rename to Projects/UOContent/Mobiles/Vendors/NPC/StoneCrafter.cs diff --git a/Projects/Scripts/Mobiles/Vendors/NPC/Tailor.cs b/Projects/UOContent/Mobiles/Vendors/NPC/Tailor.cs similarity index 100% rename from Projects/Scripts/Mobiles/Vendors/NPC/Tailor.cs rename to Projects/UOContent/Mobiles/Vendors/NPC/Tailor.cs diff --git a/Projects/Scripts/Mobiles/Vendors/NPC/Tanner.cs b/Projects/UOContent/Mobiles/Vendors/NPC/Tanner.cs similarity index 100% rename from Projects/Scripts/Mobiles/Vendors/NPC/Tanner.cs rename to Projects/UOContent/Mobiles/Vendors/NPC/Tanner.cs diff --git a/Projects/Scripts/Mobiles/Vendors/NPC/TavernKeeper.cs b/Projects/UOContent/Mobiles/Vendors/NPC/TavernKeeper.cs similarity index 100% rename from Projects/Scripts/Mobiles/Vendors/NPC/TavernKeeper.cs rename to Projects/UOContent/Mobiles/Vendors/NPC/TavernKeeper.cs diff --git a/Projects/Scripts/Mobiles/Vendors/NPC/Thief.cs b/Projects/UOContent/Mobiles/Vendors/NPC/Thief.cs similarity index 100% rename from Projects/Scripts/Mobiles/Vendors/NPC/Thief.cs rename to Projects/UOContent/Mobiles/Vendors/NPC/Thief.cs diff --git a/Projects/Scripts/Mobiles/Vendors/NPC/Tinker.cs b/Projects/UOContent/Mobiles/Vendors/NPC/Tinker.cs similarity index 100% rename from Projects/Scripts/Mobiles/Vendors/NPC/Tinker.cs rename to Projects/UOContent/Mobiles/Vendors/NPC/Tinker.cs diff --git a/Projects/Scripts/Mobiles/Vendors/NPC/Vagabond.cs b/Projects/UOContent/Mobiles/Vendors/NPC/Vagabond.cs similarity index 100% rename from Projects/Scripts/Mobiles/Vendors/NPC/Vagabond.cs rename to Projects/UOContent/Mobiles/Vendors/NPC/Vagabond.cs diff --git a/Projects/Scripts/Mobiles/Vendors/NPC/VarietyDealer.cs b/Projects/UOContent/Mobiles/Vendors/NPC/VarietyDealer.cs similarity index 100% rename from Projects/Scripts/Mobiles/Vendors/NPC/VarietyDealer.cs rename to Projects/UOContent/Mobiles/Vendors/NPC/VarietyDealer.cs diff --git a/Projects/Scripts/Mobiles/Vendors/NPC/Veterinarian.cs b/Projects/UOContent/Mobiles/Vendors/NPC/Veterinarian.cs similarity index 100% rename from Projects/Scripts/Mobiles/Vendors/NPC/Veterinarian.cs rename to Projects/UOContent/Mobiles/Vendors/NPC/Veterinarian.cs diff --git a/Projects/Scripts/Mobiles/Vendors/NPC/Waiter.cs b/Projects/UOContent/Mobiles/Vendors/NPC/Waiter.cs similarity index 100% rename from Projects/Scripts/Mobiles/Vendors/NPC/Waiter.cs rename to Projects/UOContent/Mobiles/Vendors/NPC/Waiter.cs diff --git a/Projects/Scripts/Mobiles/Vendors/NPC/Weaponsmith.cs b/Projects/UOContent/Mobiles/Vendors/NPC/Weaponsmith.cs similarity index 100% rename from Projects/Scripts/Mobiles/Vendors/NPC/Weaponsmith.cs rename to Projects/UOContent/Mobiles/Vendors/NPC/Weaponsmith.cs diff --git a/Projects/Scripts/Mobiles/Vendors/NPC/Weaver.cs b/Projects/UOContent/Mobiles/Vendors/NPC/Weaver.cs similarity index 100% rename from Projects/Scripts/Mobiles/Vendors/NPC/Weaver.cs rename to Projects/UOContent/Mobiles/Vendors/NPC/Weaver.cs diff --git a/Projects/Scripts/Mobiles/Vendors/PlayerBarkeeper.cs b/Projects/UOContent/Mobiles/Vendors/PlayerBarkeeper.cs similarity index 100% rename from Projects/Scripts/Mobiles/Vendors/PlayerBarkeeper.cs rename to Projects/UOContent/Mobiles/Vendors/PlayerBarkeeper.cs diff --git a/Projects/Scripts/Mobiles/Vendors/PlayerVendor.cs b/Projects/UOContent/Mobiles/Vendors/PlayerVendor.cs similarity index 100% rename from Projects/Scripts/Mobiles/Vendors/PlayerVendor.cs rename to Projects/UOContent/Mobiles/Vendors/PlayerVendor.cs diff --git a/Projects/Scripts/Mobiles/Vendors/PresetMapBuy.cs b/Projects/UOContent/Mobiles/Vendors/PresetMapBuy.cs similarity index 100% rename from Projects/Scripts/Mobiles/Vendors/PresetMapBuy.cs rename to Projects/UOContent/Mobiles/Vendors/PresetMapBuy.cs diff --git a/Projects/Scripts/Mobiles/Vendors/RentedVendor.cs b/Projects/UOContent/Mobiles/Vendors/RentedVendor.cs similarity index 100% rename from Projects/Scripts/Mobiles/Vendors/RentedVendor.cs rename to Projects/UOContent/Mobiles/Vendors/RentedVendor.cs diff --git a/Projects/Scripts/Mobiles/Vendors/SBInfo/Armors/SBChainmailArmor.cs b/Projects/UOContent/Mobiles/Vendors/SBInfo/Armors/SBChainmailArmor.cs similarity index 100% rename from Projects/Scripts/Mobiles/Vendors/SBInfo/Armors/SBChainmailArmor.cs rename to Projects/UOContent/Mobiles/Vendors/SBInfo/Armors/SBChainmailArmor.cs diff --git a/Projects/Scripts/Mobiles/Vendors/SBInfo/Armors/SBHelmetArmor.cs b/Projects/UOContent/Mobiles/Vendors/SBInfo/Armors/SBHelmetArmor.cs similarity index 100% rename from Projects/Scripts/Mobiles/Vendors/SBInfo/Armors/SBHelmetArmor.cs rename to Projects/UOContent/Mobiles/Vendors/SBInfo/Armors/SBHelmetArmor.cs diff --git a/Projects/Scripts/Mobiles/Vendors/SBInfo/Armors/SBLeatherArmor.cs b/Projects/UOContent/Mobiles/Vendors/SBInfo/Armors/SBLeatherArmor.cs similarity index 100% rename from Projects/Scripts/Mobiles/Vendors/SBInfo/Armors/SBLeatherArmor.cs rename to Projects/UOContent/Mobiles/Vendors/SBInfo/Armors/SBLeatherArmor.cs diff --git a/Projects/Scripts/Mobiles/Vendors/SBInfo/Armors/SBMetalShields.cs b/Projects/UOContent/Mobiles/Vendors/SBInfo/Armors/SBMetalShields.cs similarity index 100% rename from Projects/Scripts/Mobiles/Vendors/SBInfo/Armors/SBMetalShields.cs rename to Projects/UOContent/Mobiles/Vendors/SBInfo/Armors/SBMetalShields.cs diff --git a/Projects/Scripts/Mobiles/Vendors/SBInfo/Armors/SBPlateArmor.cs b/Projects/UOContent/Mobiles/Vendors/SBInfo/Armors/SBPlateArmor.cs similarity index 100% rename from Projects/Scripts/Mobiles/Vendors/SBInfo/Armors/SBPlateArmor.cs rename to Projects/UOContent/Mobiles/Vendors/SBInfo/Armors/SBPlateArmor.cs diff --git a/Projects/Scripts/Mobiles/Vendors/SBInfo/Armors/SBRingmailArmor.cs b/Projects/UOContent/Mobiles/Vendors/SBInfo/Armors/SBRingmailArmor.cs similarity index 100% rename from Projects/Scripts/Mobiles/Vendors/SBInfo/Armors/SBRingmailArmor.cs rename to Projects/UOContent/Mobiles/Vendors/SBInfo/Armors/SBRingmailArmor.cs diff --git a/Projects/Scripts/Mobiles/Vendors/SBInfo/Armors/SBStuddedArmor.cs b/Projects/UOContent/Mobiles/Vendors/SBInfo/Armors/SBStuddedArmor.cs similarity index 100% rename from Projects/Scripts/Mobiles/Vendors/SBInfo/Armors/SBStuddedArmor.cs rename to Projects/UOContent/Mobiles/Vendors/SBInfo/Armors/SBStuddedArmor.cs diff --git a/Projects/Scripts/Mobiles/Vendors/SBInfo/Armors/SBWoodenShields.cs b/Projects/UOContent/Mobiles/Vendors/SBInfo/Armors/SBWoodenShields.cs similarity index 100% rename from Projects/Scripts/Mobiles/Vendors/SBInfo/Armors/SBWoodenShields.cs rename to Projects/UOContent/Mobiles/Vendors/SBInfo/Armors/SBWoodenShields.cs diff --git a/Projects/Scripts/Mobiles/Vendors/SBInfo/SBAlchemist.cs b/Projects/UOContent/Mobiles/Vendors/SBInfo/SBAlchemist.cs similarity index 100% rename from Projects/Scripts/Mobiles/Vendors/SBInfo/SBAlchemist.cs rename to Projects/UOContent/Mobiles/Vendors/SBInfo/SBAlchemist.cs diff --git a/Projects/Scripts/Mobiles/Vendors/SBInfo/SBAnimalTrainer.cs b/Projects/UOContent/Mobiles/Vendors/SBInfo/SBAnimalTrainer.cs similarity index 100% rename from Projects/Scripts/Mobiles/Vendors/SBInfo/SBAnimalTrainer.cs rename to Projects/UOContent/Mobiles/Vendors/SBInfo/SBAnimalTrainer.cs diff --git a/Projects/Scripts/Mobiles/Vendors/SBInfo/SBArchitect.cs b/Projects/UOContent/Mobiles/Vendors/SBInfo/SBArchitect.cs similarity index 100% rename from Projects/Scripts/Mobiles/Vendors/SBInfo/SBArchitect.cs rename to Projects/UOContent/Mobiles/Vendors/SBInfo/SBArchitect.cs diff --git a/Projects/Scripts/Mobiles/Vendors/SBInfo/SBBaker.cs b/Projects/UOContent/Mobiles/Vendors/SBInfo/SBBaker.cs similarity index 100% rename from Projects/Scripts/Mobiles/Vendors/SBInfo/SBBaker.cs rename to Projects/UOContent/Mobiles/Vendors/SBInfo/SBBaker.cs diff --git a/Projects/Scripts/Mobiles/Vendors/SBInfo/SBBanker.cs b/Projects/UOContent/Mobiles/Vendors/SBInfo/SBBanker.cs similarity index 100% rename from Projects/Scripts/Mobiles/Vendors/SBInfo/SBBanker.cs rename to Projects/UOContent/Mobiles/Vendors/SBInfo/SBBanker.cs diff --git a/Projects/Scripts/Mobiles/Vendors/SBInfo/SBBard.cs b/Projects/UOContent/Mobiles/Vendors/SBInfo/SBBard.cs similarity index 100% rename from Projects/Scripts/Mobiles/Vendors/SBInfo/SBBard.cs rename to Projects/UOContent/Mobiles/Vendors/SBInfo/SBBard.cs diff --git a/Projects/Scripts/Mobiles/Vendors/SBInfo/SBBarkeeper.cs b/Projects/UOContent/Mobiles/Vendors/SBInfo/SBBarkeeper.cs similarity index 100% rename from Projects/Scripts/Mobiles/Vendors/SBInfo/SBBarkeeper.cs rename to Projects/UOContent/Mobiles/Vendors/SBInfo/SBBarkeeper.cs diff --git a/Projects/Scripts/Mobiles/Vendors/SBInfo/SBBeekeeper.cs b/Projects/UOContent/Mobiles/Vendors/SBInfo/SBBeekeeper.cs similarity index 100% rename from Projects/Scripts/Mobiles/Vendors/SBInfo/SBBeekeeper.cs rename to Projects/UOContent/Mobiles/Vendors/SBInfo/SBBeekeeper.cs diff --git a/Projects/Scripts/Mobiles/Vendors/SBInfo/SBBlacksmith.cs b/Projects/UOContent/Mobiles/Vendors/SBInfo/SBBlacksmith.cs similarity index 100% rename from Projects/Scripts/Mobiles/Vendors/SBInfo/SBBlacksmith.cs rename to Projects/UOContent/Mobiles/Vendors/SBInfo/SBBlacksmith.cs diff --git a/Projects/Scripts/Mobiles/Vendors/SBInfo/SBBowyer.cs b/Projects/UOContent/Mobiles/Vendors/SBInfo/SBBowyer.cs similarity index 100% rename from Projects/Scripts/Mobiles/Vendors/SBInfo/SBBowyer.cs rename to Projects/UOContent/Mobiles/Vendors/SBInfo/SBBowyer.cs diff --git a/Projects/Scripts/Mobiles/Vendors/SBInfo/SBButcher.cs b/Projects/UOContent/Mobiles/Vendors/SBInfo/SBButcher.cs similarity index 100% rename from Projects/Scripts/Mobiles/Vendors/SBInfo/SBButcher.cs rename to Projects/UOContent/Mobiles/Vendors/SBInfo/SBButcher.cs diff --git a/Projects/Scripts/Mobiles/Vendors/SBInfo/SBCarpenter.cs b/Projects/UOContent/Mobiles/Vendors/SBInfo/SBCarpenter.cs similarity index 100% rename from Projects/Scripts/Mobiles/Vendors/SBInfo/SBCarpenter.cs rename to Projects/UOContent/Mobiles/Vendors/SBInfo/SBCarpenter.cs diff --git a/Projects/Scripts/Mobiles/Vendors/SBInfo/SBCobbler.cs b/Projects/UOContent/Mobiles/Vendors/SBInfo/SBCobbler.cs similarity index 100% rename from Projects/Scripts/Mobiles/Vendors/SBInfo/SBCobbler.cs rename to Projects/UOContent/Mobiles/Vendors/SBInfo/SBCobbler.cs diff --git a/Projects/Scripts/Mobiles/Vendors/SBInfo/SBCook.cs b/Projects/UOContent/Mobiles/Vendors/SBInfo/SBCook.cs similarity index 100% rename from Projects/Scripts/Mobiles/Vendors/SBInfo/SBCook.cs rename to Projects/UOContent/Mobiles/Vendors/SBInfo/SBCook.cs diff --git a/Projects/Scripts/Mobiles/Vendors/SBInfo/SBFarmer.cs b/Projects/UOContent/Mobiles/Vendors/SBInfo/SBFarmer.cs similarity index 100% rename from Projects/Scripts/Mobiles/Vendors/SBInfo/SBFarmer.cs rename to Projects/UOContent/Mobiles/Vendors/SBInfo/SBFarmer.cs diff --git a/Projects/Scripts/Mobiles/Vendors/SBInfo/SBFisherman.cs b/Projects/UOContent/Mobiles/Vendors/SBInfo/SBFisherman.cs similarity index 100% rename from Projects/Scripts/Mobiles/Vendors/SBInfo/SBFisherman.cs rename to Projects/UOContent/Mobiles/Vendors/SBInfo/SBFisherman.cs diff --git a/Projects/Scripts/Mobiles/Vendors/SBInfo/SBFortuneTeller.cs b/Projects/UOContent/Mobiles/Vendors/SBInfo/SBFortuneTeller.cs similarity index 100% rename from Projects/Scripts/Mobiles/Vendors/SBInfo/SBFortuneTeller.cs rename to Projects/UOContent/Mobiles/Vendors/SBInfo/SBFortuneTeller.cs diff --git a/Projects/Scripts/Mobiles/Vendors/SBInfo/SBFurtrader.cs b/Projects/UOContent/Mobiles/Vendors/SBInfo/SBFurtrader.cs similarity index 100% rename from Projects/Scripts/Mobiles/Vendors/SBInfo/SBFurtrader.cs rename to Projects/UOContent/Mobiles/Vendors/SBInfo/SBFurtrader.cs diff --git a/Projects/Scripts/Mobiles/Vendors/SBInfo/SBGlassblower.cs b/Projects/UOContent/Mobiles/Vendors/SBInfo/SBGlassblower.cs similarity index 100% rename from Projects/Scripts/Mobiles/Vendors/SBInfo/SBGlassblower.cs rename to Projects/UOContent/Mobiles/Vendors/SBInfo/SBGlassblower.cs diff --git a/Projects/Scripts/Mobiles/Vendors/SBInfo/SBHairStylist.cs b/Projects/UOContent/Mobiles/Vendors/SBInfo/SBHairStylist.cs similarity index 100% rename from Projects/Scripts/Mobiles/Vendors/SBInfo/SBHairStylist.cs rename to Projects/UOContent/Mobiles/Vendors/SBInfo/SBHairStylist.cs diff --git a/Projects/Scripts/Mobiles/Vendors/SBInfo/SBHealer.cs b/Projects/UOContent/Mobiles/Vendors/SBInfo/SBHealer.cs similarity index 100% rename from Projects/Scripts/Mobiles/Vendors/SBInfo/SBHealer.cs rename to Projects/UOContent/Mobiles/Vendors/SBInfo/SBHealer.cs diff --git a/Projects/Scripts/Mobiles/Vendors/SBInfo/SBHerbalist.cs b/Projects/UOContent/Mobiles/Vendors/SBInfo/SBHerbalist.cs similarity index 100% rename from Projects/Scripts/Mobiles/Vendors/SBInfo/SBHerbalist.cs rename to Projects/UOContent/Mobiles/Vendors/SBInfo/SBHerbalist.cs diff --git a/Projects/Scripts/Mobiles/Vendors/SBInfo/SBHolyMage.cs b/Projects/UOContent/Mobiles/Vendors/SBInfo/SBHolyMage.cs similarity index 100% rename from Projects/Scripts/Mobiles/Vendors/SBInfo/SBHolyMage.cs rename to Projects/UOContent/Mobiles/Vendors/SBInfo/SBHolyMage.cs diff --git a/Projects/Scripts/Mobiles/Vendors/SBInfo/SBHouseDeed.cs b/Projects/UOContent/Mobiles/Vendors/SBInfo/SBHouseDeed.cs similarity index 100% rename from Projects/Scripts/Mobiles/Vendors/SBInfo/SBHouseDeed.cs rename to Projects/UOContent/Mobiles/Vendors/SBInfo/SBHouseDeed.cs diff --git a/Projects/Scripts/Mobiles/Vendors/SBInfo/SBInfo.cs b/Projects/UOContent/Mobiles/Vendors/SBInfo/SBInfo.cs similarity index 100% rename from Projects/Scripts/Mobiles/Vendors/SBInfo/SBInfo.cs rename to Projects/UOContent/Mobiles/Vendors/SBInfo/SBInfo.cs diff --git a/Projects/Scripts/Mobiles/Vendors/SBInfo/SBInnKeeper.cs b/Projects/UOContent/Mobiles/Vendors/SBInfo/SBInnKeeper.cs similarity index 100% rename from Projects/Scripts/Mobiles/Vendors/SBInfo/SBInnKeeper.cs rename to Projects/UOContent/Mobiles/Vendors/SBInfo/SBInnKeeper.cs diff --git a/Projects/Scripts/Mobiles/Vendors/SBInfo/SBJewel.cs b/Projects/UOContent/Mobiles/Vendors/SBInfo/SBJewel.cs similarity index 100% rename from Projects/Scripts/Mobiles/Vendors/SBInfo/SBJewel.cs rename to Projects/UOContent/Mobiles/Vendors/SBInfo/SBJewel.cs diff --git a/Projects/Scripts/Mobiles/Vendors/SBInfo/SBKeeperOfChivalry.cs b/Projects/UOContent/Mobiles/Vendors/SBInfo/SBKeeperOfChivalry.cs similarity index 100% rename from Projects/Scripts/Mobiles/Vendors/SBInfo/SBKeeperOfChivalry.cs rename to Projects/UOContent/Mobiles/Vendors/SBInfo/SBKeeperOfChivalry.cs diff --git a/Projects/Scripts/Mobiles/Vendors/SBInfo/SBLeatherWorker.cs b/Projects/UOContent/Mobiles/Vendors/SBInfo/SBLeatherWorker.cs similarity index 100% rename from Projects/Scripts/Mobiles/Vendors/SBInfo/SBLeatherWorker.cs rename to Projects/UOContent/Mobiles/Vendors/SBInfo/SBLeatherWorker.cs diff --git a/Projects/Scripts/Mobiles/Vendors/SBInfo/SBMage.cs b/Projects/UOContent/Mobiles/Vendors/SBInfo/SBMage.cs similarity index 100% rename from Projects/Scripts/Mobiles/Vendors/SBInfo/SBMage.cs rename to Projects/UOContent/Mobiles/Vendors/SBInfo/SBMage.cs diff --git a/Projects/Scripts/Mobiles/Vendors/SBInfo/SBMapmaker.cs b/Projects/UOContent/Mobiles/Vendors/SBInfo/SBMapmaker.cs similarity index 100% rename from Projects/Scripts/Mobiles/Vendors/SBInfo/SBMapmaker.cs rename to Projects/UOContent/Mobiles/Vendors/SBInfo/SBMapmaker.cs diff --git a/Projects/Scripts/Mobiles/Vendors/SBInfo/SBMiller.cs b/Projects/UOContent/Mobiles/Vendors/SBInfo/SBMiller.cs similarity index 100% rename from Projects/Scripts/Mobiles/Vendors/SBInfo/SBMiller.cs rename to Projects/UOContent/Mobiles/Vendors/SBInfo/SBMiller.cs diff --git a/Projects/Scripts/Mobiles/Vendors/SBInfo/SBMiner.cs b/Projects/UOContent/Mobiles/Vendors/SBInfo/SBMiner.cs similarity index 100% rename from Projects/Scripts/Mobiles/Vendors/SBInfo/SBMiner.cs rename to Projects/UOContent/Mobiles/Vendors/SBInfo/SBMiner.cs diff --git a/Projects/Scripts/Mobiles/Vendors/SBInfo/SBMonk.cs b/Projects/UOContent/Mobiles/Vendors/SBInfo/SBMonk.cs similarity index 100% rename from Projects/Scripts/Mobiles/Vendors/SBInfo/SBMonk.cs rename to Projects/UOContent/Mobiles/Vendors/SBInfo/SBMonk.cs diff --git a/Projects/Scripts/Mobiles/Vendors/SBInfo/SBNinja.cs b/Projects/UOContent/Mobiles/Vendors/SBInfo/SBNinja.cs similarity index 100% rename from Projects/Scripts/Mobiles/Vendors/SBInfo/SBNinja.cs rename to Projects/UOContent/Mobiles/Vendors/SBInfo/SBNinja.cs diff --git a/Projects/Scripts/Mobiles/Vendors/SBInfo/SBPlayerBarkeeper.cs b/Projects/UOContent/Mobiles/Vendors/SBInfo/SBPlayerBarkeeper.cs similarity index 100% rename from Projects/Scripts/Mobiles/Vendors/SBInfo/SBPlayerBarkeeper.cs rename to Projects/UOContent/Mobiles/Vendors/SBInfo/SBPlayerBarkeeper.cs diff --git a/Projects/Scripts/Mobiles/Vendors/SBInfo/SBProvisioner.cs b/Projects/UOContent/Mobiles/Vendors/SBInfo/SBProvisioner.cs similarity index 100% rename from Projects/Scripts/Mobiles/Vendors/SBInfo/SBProvisioner.cs rename to Projects/UOContent/Mobiles/Vendors/SBInfo/SBProvisioner.cs diff --git a/Projects/Scripts/Mobiles/Vendors/SBInfo/SBRancher.cs b/Projects/UOContent/Mobiles/Vendors/SBInfo/SBRancher.cs similarity index 100% rename from Projects/Scripts/Mobiles/Vendors/SBInfo/SBRancher.cs rename to Projects/UOContent/Mobiles/Vendors/SBInfo/SBRancher.cs diff --git a/Projects/Scripts/Mobiles/Vendors/SBInfo/SBRanger.cs b/Projects/UOContent/Mobiles/Vendors/SBInfo/SBRanger.cs similarity index 100% rename from Projects/Scripts/Mobiles/Vendors/SBInfo/SBRanger.cs rename to Projects/UOContent/Mobiles/Vendors/SBInfo/SBRanger.cs diff --git a/Projects/Scripts/Mobiles/Vendors/SBInfo/SBRealEstateBroker.cs b/Projects/UOContent/Mobiles/Vendors/SBInfo/SBRealEstateBroker.cs similarity index 100% rename from Projects/Scripts/Mobiles/Vendors/SBInfo/SBRealEstateBroker.cs rename to Projects/UOContent/Mobiles/Vendors/SBInfo/SBRealEstateBroker.cs diff --git a/Projects/Scripts/Mobiles/Vendors/SBInfo/SBSECook.cs b/Projects/UOContent/Mobiles/Vendors/SBInfo/SBSECook.cs similarity index 100% rename from Projects/Scripts/Mobiles/Vendors/SBInfo/SBSECook.cs rename to Projects/UOContent/Mobiles/Vendors/SBInfo/SBSECook.cs diff --git a/Projects/Scripts/Mobiles/Vendors/SBInfo/SBSEHats.cs b/Projects/UOContent/Mobiles/Vendors/SBInfo/SBSEHats.cs similarity index 100% rename from Projects/Scripts/Mobiles/Vendors/SBInfo/SBSEHats.cs rename to Projects/UOContent/Mobiles/Vendors/SBInfo/SBSEHats.cs diff --git a/Projects/Scripts/Mobiles/Vendors/SBInfo/SBSamurai.cs b/Projects/UOContent/Mobiles/Vendors/SBInfo/SBSamurai.cs similarity index 100% rename from Projects/Scripts/Mobiles/Vendors/SBInfo/SBSamurai.cs rename to Projects/UOContent/Mobiles/Vendors/SBInfo/SBSamurai.cs diff --git a/Projects/Scripts/Mobiles/Vendors/SBInfo/SBScribe.cs b/Projects/UOContent/Mobiles/Vendors/SBInfo/SBScribe.cs similarity index 100% rename from Projects/Scripts/Mobiles/Vendors/SBInfo/SBScribe.cs rename to Projects/UOContent/Mobiles/Vendors/SBInfo/SBScribe.cs diff --git a/Projects/Scripts/Mobiles/Vendors/SBInfo/SBShipwright.cs b/Projects/UOContent/Mobiles/Vendors/SBInfo/SBShipwright.cs similarity index 100% rename from Projects/Scripts/Mobiles/Vendors/SBInfo/SBShipwright.cs rename to Projects/UOContent/Mobiles/Vendors/SBInfo/SBShipwright.cs diff --git a/Projects/Scripts/Mobiles/Vendors/SBInfo/SBSmithTools.cs b/Projects/UOContent/Mobiles/Vendors/SBInfo/SBSmithTools.cs similarity index 100% rename from Projects/Scripts/Mobiles/Vendors/SBInfo/SBSmithTools.cs rename to Projects/UOContent/Mobiles/Vendors/SBInfo/SBSmithTools.cs diff --git a/Projects/Scripts/Mobiles/Vendors/SBInfo/SBStoneCrafter.cs b/Projects/UOContent/Mobiles/Vendors/SBInfo/SBStoneCrafter.cs similarity index 100% rename from Projects/Scripts/Mobiles/Vendors/SBInfo/SBStoneCrafter.cs rename to Projects/UOContent/Mobiles/Vendors/SBInfo/SBStoneCrafter.cs diff --git a/Projects/Scripts/Mobiles/Vendors/SBInfo/SBTailor.cs b/Projects/UOContent/Mobiles/Vendors/SBInfo/SBTailor.cs similarity index 100% rename from Projects/Scripts/Mobiles/Vendors/SBInfo/SBTailor.cs rename to Projects/UOContent/Mobiles/Vendors/SBInfo/SBTailor.cs diff --git a/Projects/Scripts/Mobiles/Vendors/SBInfo/SBTanner.cs b/Projects/UOContent/Mobiles/Vendors/SBInfo/SBTanner.cs similarity index 100% rename from Projects/Scripts/Mobiles/Vendors/SBInfo/SBTanner.cs rename to Projects/UOContent/Mobiles/Vendors/SBInfo/SBTanner.cs diff --git a/Projects/Scripts/Mobiles/Vendors/SBInfo/SBTavernKeeper.cs b/Projects/UOContent/Mobiles/Vendors/SBInfo/SBTavernKeeper.cs similarity index 100% rename from Projects/Scripts/Mobiles/Vendors/SBInfo/SBTavernKeeper.cs rename to Projects/UOContent/Mobiles/Vendors/SBInfo/SBTavernKeeper.cs diff --git a/Projects/Scripts/Mobiles/Vendors/SBInfo/SBThief.cs b/Projects/UOContent/Mobiles/Vendors/SBInfo/SBThief.cs similarity index 100% rename from Projects/Scripts/Mobiles/Vendors/SBInfo/SBThief.cs rename to Projects/UOContent/Mobiles/Vendors/SBInfo/SBThief.cs diff --git a/Projects/Scripts/Mobiles/Vendors/SBInfo/SBTinker.cs b/Projects/UOContent/Mobiles/Vendors/SBInfo/SBTinker.cs similarity index 100% rename from Projects/Scripts/Mobiles/Vendors/SBInfo/SBTinker.cs rename to Projects/UOContent/Mobiles/Vendors/SBInfo/SBTinker.cs diff --git a/Projects/Scripts/Mobiles/Vendors/SBInfo/SBVagabond.cs b/Projects/UOContent/Mobiles/Vendors/SBInfo/SBVagabond.cs similarity index 100% rename from Projects/Scripts/Mobiles/Vendors/SBInfo/SBVagabond.cs rename to Projects/UOContent/Mobiles/Vendors/SBInfo/SBVagabond.cs diff --git a/Projects/Scripts/Mobiles/Vendors/SBInfo/SBVarietyDealer.cs b/Projects/UOContent/Mobiles/Vendors/SBInfo/SBVarietyDealer.cs similarity index 100% rename from Projects/Scripts/Mobiles/Vendors/SBInfo/SBVarietyDealer.cs rename to Projects/UOContent/Mobiles/Vendors/SBInfo/SBVarietyDealer.cs diff --git a/Projects/Scripts/Mobiles/Vendors/SBInfo/SBVeterinarian.cs b/Projects/UOContent/Mobiles/Vendors/SBInfo/SBVeterinarian.cs similarity index 100% rename from Projects/Scripts/Mobiles/Vendors/SBInfo/SBVeterinarian.cs rename to Projects/UOContent/Mobiles/Vendors/SBInfo/SBVeterinarian.cs diff --git a/Projects/Scripts/Mobiles/Vendors/SBInfo/SBWaiter.cs b/Projects/UOContent/Mobiles/Vendors/SBInfo/SBWaiter.cs similarity index 100% rename from Projects/Scripts/Mobiles/Vendors/SBInfo/SBWaiter.cs rename to Projects/UOContent/Mobiles/Vendors/SBInfo/SBWaiter.cs diff --git a/Projects/Scripts/Mobiles/Vendors/SBInfo/SBWeaponSmith.cs b/Projects/UOContent/Mobiles/Vendors/SBInfo/SBWeaponSmith.cs similarity index 100% rename from Projects/Scripts/Mobiles/Vendors/SBInfo/SBWeaponSmith.cs rename to Projects/UOContent/Mobiles/Vendors/SBInfo/SBWeaponSmith.cs diff --git a/Projects/Scripts/Mobiles/Vendors/SBInfo/SBWeaver.cs b/Projects/UOContent/Mobiles/Vendors/SBInfo/SBWeaver.cs similarity index 100% rename from Projects/Scripts/Mobiles/Vendors/SBInfo/SBWeaver.cs rename to Projects/UOContent/Mobiles/Vendors/SBInfo/SBWeaver.cs diff --git a/Projects/Scripts/Mobiles/Vendors/SBInfo/SE/SBSEArmor.cs b/Projects/UOContent/Mobiles/Vendors/SBInfo/SE/SBSEArmor.cs similarity index 100% rename from Projects/Scripts/Mobiles/Vendors/SBInfo/SE/SBSEArmor.cs rename to Projects/UOContent/Mobiles/Vendors/SBInfo/SE/SBSEArmor.cs diff --git a/Projects/Scripts/Mobiles/Vendors/SBInfo/SE/SBSEBowyer.cs b/Projects/UOContent/Mobiles/Vendors/SBInfo/SE/SBSEBowyer.cs similarity index 100% rename from Projects/Scripts/Mobiles/Vendors/SBInfo/SE/SBSEBowyer.cs rename to Projects/UOContent/Mobiles/Vendors/SBInfo/SE/SBSEBowyer.cs diff --git a/Projects/Scripts/Mobiles/Vendors/SBInfo/SE/SBSECarpenter.cs b/Projects/UOContent/Mobiles/Vendors/SBInfo/SE/SBSECarpenter.cs similarity index 100% rename from Projects/Scripts/Mobiles/Vendors/SBInfo/SE/SBSECarpenter.cs rename to Projects/UOContent/Mobiles/Vendors/SBInfo/SE/SBSECarpenter.cs diff --git a/Projects/Scripts/Mobiles/Vendors/SBInfo/SE/SBSEFood.cs b/Projects/UOContent/Mobiles/Vendors/SBInfo/SE/SBSEFood.cs similarity index 100% rename from Projects/Scripts/Mobiles/Vendors/SBInfo/SE/SBSEFood.cs rename to Projects/UOContent/Mobiles/Vendors/SBInfo/SE/SBSEFood.cs diff --git a/Projects/Scripts/Mobiles/Vendors/SBInfo/SE/SBSELeatherArmor.cs b/Projects/UOContent/Mobiles/Vendors/SBInfo/SE/SBSELeatherArmor.cs similarity index 100% rename from Projects/Scripts/Mobiles/Vendors/SBInfo/SE/SBSELeatherArmor.cs rename to Projects/UOContent/Mobiles/Vendors/SBInfo/SE/SBSELeatherArmor.cs diff --git a/Projects/Scripts/Mobiles/Vendors/SBInfo/SE/SBSEWeapons.cs b/Projects/UOContent/Mobiles/Vendors/SBInfo/SE/SBSEWeapons.cs similarity index 100% rename from Projects/Scripts/Mobiles/Vendors/SBInfo/SE/SBSEWeapons.cs rename to Projects/UOContent/Mobiles/Vendors/SBInfo/SE/SBSEWeapons.cs diff --git a/Projects/Scripts/Mobiles/Vendors/SBInfo/Weapons/SBAxeWeapon.cs b/Projects/UOContent/Mobiles/Vendors/SBInfo/Weapons/SBAxeWeapon.cs similarity index 100% rename from Projects/Scripts/Mobiles/Vendors/SBInfo/Weapons/SBAxeWeapon.cs rename to Projects/UOContent/Mobiles/Vendors/SBInfo/Weapons/SBAxeWeapon.cs diff --git a/Projects/Scripts/Mobiles/Vendors/SBInfo/Weapons/SBKnifeWeapon.cs b/Projects/UOContent/Mobiles/Vendors/SBInfo/Weapons/SBKnifeWeapon.cs similarity index 100% rename from Projects/Scripts/Mobiles/Vendors/SBInfo/Weapons/SBKnifeWeapon.cs rename to Projects/UOContent/Mobiles/Vendors/SBInfo/Weapons/SBKnifeWeapon.cs diff --git a/Projects/Scripts/Mobiles/Vendors/SBInfo/Weapons/SBMaceWeapon.cs b/Projects/UOContent/Mobiles/Vendors/SBInfo/Weapons/SBMaceWeapon.cs similarity index 100% rename from Projects/Scripts/Mobiles/Vendors/SBInfo/Weapons/SBMaceWeapon.cs rename to Projects/UOContent/Mobiles/Vendors/SBInfo/Weapons/SBMaceWeapon.cs diff --git a/Projects/Scripts/Mobiles/Vendors/SBInfo/Weapons/SBPoleArmWeapon.cs b/Projects/UOContent/Mobiles/Vendors/SBInfo/Weapons/SBPoleArmWeapon.cs similarity index 100% rename from Projects/Scripts/Mobiles/Vendors/SBInfo/Weapons/SBPoleArmWeapon.cs rename to Projects/UOContent/Mobiles/Vendors/SBInfo/Weapons/SBPoleArmWeapon.cs diff --git a/Projects/Scripts/Mobiles/Vendors/SBInfo/Weapons/SBRangedWeapon.cs b/Projects/UOContent/Mobiles/Vendors/SBInfo/Weapons/SBRangedWeapon.cs similarity index 100% rename from Projects/Scripts/Mobiles/Vendors/SBInfo/Weapons/SBRangedWeapon.cs rename to Projects/UOContent/Mobiles/Vendors/SBInfo/Weapons/SBRangedWeapon.cs diff --git a/Projects/Scripts/Mobiles/Vendors/SBInfo/Weapons/SBSpearForkWeapon.cs b/Projects/UOContent/Mobiles/Vendors/SBInfo/Weapons/SBSpearForkWeapon.cs similarity index 100% rename from Projects/Scripts/Mobiles/Vendors/SBInfo/Weapons/SBSpearForkWeapon.cs rename to Projects/UOContent/Mobiles/Vendors/SBInfo/Weapons/SBSpearForkWeapon.cs diff --git a/Projects/Scripts/Mobiles/Vendors/SBInfo/Weapons/SBStavesWeapon.cs b/Projects/UOContent/Mobiles/Vendors/SBInfo/Weapons/SBStavesWeapon.cs similarity index 100% rename from Projects/Scripts/Mobiles/Vendors/SBInfo/Weapons/SBStavesWeapon.cs rename to Projects/UOContent/Mobiles/Vendors/SBInfo/Weapons/SBStavesWeapon.cs diff --git a/Projects/Scripts/Mobiles/Vendors/SBInfo/Weapons/SBSwordWeapon.cs b/Projects/UOContent/Mobiles/Vendors/SBInfo/Weapons/SBSwordWeapon.cs similarity index 100% rename from Projects/Scripts/Mobiles/Vendors/SBInfo/Weapons/SBSwordWeapon.cs rename to Projects/UOContent/Mobiles/Vendors/SBInfo/Weapons/SBSwordWeapon.cs diff --git a/Projects/Scripts/Mobiles/Vendors/VendorInventory.cs b/Projects/UOContent/Mobiles/Vendors/VendorInventory.cs similarity index 100% rename from Projects/Scripts/Mobiles/Vendors/VendorInventory.cs rename to Projects/UOContent/Mobiles/Vendors/VendorInventory.cs diff --git a/Projects/Scripts/Multis/BaseHouse.cs b/Projects/UOContent/Multis/BaseHouse.cs similarity index 100% rename from Projects/Scripts/Multis/BaseHouse.cs rename to Projects/UOContent/Multis/BaseHouse.cs diff --git a/Projects/Scripts/Multis/Boats/BaseBoat.cs b/Projects/UOContent/Multis/Boats/BaseBoat.cs similarity index 100% rename from Projects/Scripts/Multis/Boats/BaseBoat.cs rename to Projects/UOContent/Multis/Boats/BaseBoat.cs diff --git a/Projects/Scripts/Multis/Boats/BaseBoatDeed.cs b/Projects/UOContent/Multis/Boats/BaseBoatDeed.cs similarity index 100% rename from Projects/Scripts/Multis/Boats/BaseBoatDeed.cs rename to Projects/UOContent/Multis/Boats/BaseBoatDeed.cs diff --git a/Projects/Scripts/Multis/Boats/BaseDockedBoat.cs b/Projects/UOContent/Multis/Boats/BaseDockedBoat.cs similarity index 100% rename from Projects/Scripts/Multis/Boats/BaseDockedBoat.cs rename to Projects/UOContent/Multis/Boats/BaseDockedBoat.cs diff --git a/Projects/Scripts/Multis/Boats/ConfirmDryDockGump.cs b/Projects/UOContent/Multis/Boats/ConfirmDryDockGump.cs similarity index 100% rename from Projects/Scripts/Multis/Boats/ConfirmDryDockGump.cs rename to Projects/UOContent/Multis/Boats/ConfirmDryDockGump.cs diff --git a/Projects/Scripts/Multis/Boats/Hold.cs b/Projects/UOContent/Multis/Boats/Hold.cs similarity index 100% rename from Projects/Scripts/Multis/Boats/Hold.cs rename to Projects/UOContent/Multis/Boats/Hold.cs diff --git a/Projects/Scripts/Multis/Boats/LargeBoat.cs b/Projects/UOContent/Multis/Boats/LargeBoat.cs similarity index 100% rename from Projects/Scripts/Multis/Boats/LargeBoat.cs rename to Projects/UOContent/Multis/Boats/LargeBoat.cs diff --git a/Projects/Scripts/Multis/Boats/LargeDragonBoat.cs b/Projects/UOContent/Multis/Boats/LargeDragonBoat.cs similarity index 100% rename from Projects/Scripts/Multis/Boats/LargeDragonBoat.cs rename to Projects/UOContent/Multis/Boats/LargeDragonBoat.cs diff --git a/Projects/Scripts/Multis/Boats/MediumBoat.cs b/Projects/UOContent/Multis/Boats/MediumBoat.cs similarity index 100% rename from Projects/Scripts/Multis/Boats/MediumBoat.cs rename to Projects/UOContent/Multis/Boats/MediumBoat.cs diff --git a/Projects/Scripts/Multis/Boats/MediumDragonBoat.cs b/Projects/UOContent/Multis/Boats/MediumDragonBoat.cs similarity index 100% rename from Projects/Scripts/Multis/Boats/MediumDragonBoat.cs rename to Projects/UOContent/Multis/Boats/MediumDragonBoat.cs diff --git a/Projects/Scripts/Multis/Boats/Plank.cs b/Projects/UOContent/Multis/Boats/Plank.cs similarity index 100% rename from Projects/Scripts/Multis/Boats/Plank.cs rename to Projects/UOContent/Multis/Boats/Plank.cs diff --git a/Projects/Scripts/Multis/Boats/RenameBoatPrompt.cs b/Projects/UOContent/Multis/Boats/RenameBoatPrompt.cs similarity index 100% rename from Projects/Scripts/Multis/Boats/RenameBoatPrompt.cs rename to Projects/UOContent/Multis/Boats/RenameBoatPrompt.cs diff --git a/Projects/Scripts/Multis/Boats/SmallBoat.cs b/Projects/UOContent/Multis/Boats/SmallBoat.cs similarity index 100% rename from Projects/Scripts/Multis/Boats/SmallBoat.cs rename to Projects/UOContent/Multis/Boats/SmallBoat.cs diff --git a/Projects/Scripts/Multis/Boats/SmallDragonBoat.cs b/Projects/UOContent/Multis/Boats/SmallDragonBoat.cs similarity index 100% rename from Projects/Scripts/Multis/Boats/SmallDragonBoat.cs rename to Projects/UOContent/Multis/Boats/SmallDragonBoat.cs diff --git a/Projects/Scripts/Multis/Boats/Strandedness.cs b/Projects/UOContent/Multis/Boats/Strandedness.cs similarity index 100% rename from Projects/Scripts/Multis/Boats/Strandedness.cs rename to Projects/UOContent/Multis/Boats/Strandedness.cs diff --git a/Projects/Scripts/Multis/Boats/TillerMan.cs b/Projects/UOContent/Multis/Boats/TillerMan.cs similarity index 100% rename from Projects/Scripts/Multis/Boats/TillerMan.cs rename to Projects/UOContent/Multis/Boats/TillerMan.cs diff --git a/Projects/Scripts/Multis/Camps/BankerCamp.cs b/Projects/UOContent/Multis/Camps/BankerCamp.cs similarity index 100% rename from Projects/Scripts/Multis/Camps/BankerCamp.cs rename to Projects/UOContent/Multis/Camps/BankerCamp.cs diff --git a/Projects/Scripts/Multis/Camps/BaseCamp.cs b/Projects/UOContent/Multis/Camps/BaseCamp.cs similarity index 100% rename from Projects/Scripts/Multis/Camps/BaseCamp.cs rename to Projects/UOContent/Multis/Camps/BaseCamp.cs diff --git a/Projects/Scripts/Multis/Camps/BrigandCamp.cs b/Projects/UOContent/Multis/Camps/BrigandCamp.cs similarity index 100% rename from Projects/Scripts/Multis/Camps/BrigandCamp.cs rename to Projects/UOContent/Multis/Camps/BrigandCamp.cs diff --git a/Projects/Scripts/Multis/Camps/HealerCamp.cs b/Projects/UOContent/Multis/Camps/HealerCamp.cs similarity index 100% rename from Projects/Scripts/Multis/Camps/HealerCamp.cs rename to Projects/UOContent/Multis/Camps/HealerCamp.cs diff --git a/Projects/Scripts/Multis/Camps/LizardmenCamp.cs b/Projects/UOContent/Multis/Camps/LizardmenCamp.cs similarity index 100% rename from Projects/Scripts/Multis/Camps/LizardmenCamp.cs rename to Projects/UOContent/Multis/Camps/LizardmenCamp.cs diff --git a/Projects/Scripts/Multis/Camps/MageCamp.cs b/Projects/UOContent/Multis/Camps/MageCamp.cs similarity index 100% rename from Projects/Scripts/Multis/Camps/MageCamp.cs rename to Projects/UOContent/Multis/Camps/MageCamp.cs diff --git a/Projects/Scripts/Multis/Camps/OrcCamp.cs b/Projects/UOContent/Multis/Camps/OrcCamp.cs similarity index 100% rename from Projects/Scripts/Multis/Camps/OrcCamp.cs rename to Projects/UOContent/Multis/Camps/OrcCamp.cs diff --git a/Projects/Scripts/Multis/Camps/RatCamp.cs b/Projects/UOContent/Multis/Camps/RatCamp.cs similarity index 100% rename from Projects/Scripts/Multis/Camps/RatCamp.cs rename to Projects/UOContent/Multis/Camps/RatCamp.cs diff --git a/Projects/Scripts/Multis/ComponentVerification.cs b/Projects/UOContent/Multis/ComponentVerification.cs similarity index 100% rename from Projects/Scripts/Multis/ComponentVerification.cs rename to Projects/UOContent/Multis/ComponentVerification.cs diff --git a/Projects/Scripts/Multis/ContestHouses.cs b/Projects/UOContent/Multis/ContestHouses.cs similarity index 100% rename from Projects/Scripts/Multis/ContestHouses.cs rename to Projects/UOContent/Multis/ContestHouses.cs diff --git a/Projects/Scripts/Multis/Deeds.cs b/Projects/UOContent/Multis/Deeds.cs similarity index 100% rename from Projects/Scripts/Multis/Deeds.cs rename to Projects/UOContent/Multis/Deeds.cs diff --git a/Projects/Scripts/Multis/DynamicDecay.cs b/Projects/UOContent/Multis/DynamicDecay.cs similarity index 100% rename from Projects/Scripts/Multis/DynamicDecay.cs rename to Projects/UOContent/Multis/DynamicDecay.cs diff --git a/Projects/Scripts/Multis/HouseFoundation.cs b/Projects/UOContent/Multis/HouseFoundation.cs similarity index 100% rename from Projects/Scripts/Multis/HouseFoundation.cs rename to Projects/UOContent/Multis/HouseFoundation.cs diff --git a/Projects/Scripts/Multis/HousePlacement.cs b/Projects/UOContent/Multis/HousePlacement.cs similarity index 100% rename from Projects/Scripts/Multis/HousePlacement.cs rename to Projects/UOContent/Multis/HousePlacement.cs diff --git a/Projects/Scripts/Multis/HousePlacementTool.cs b/Projects/UOContent/Multis/HousePlacementTool.cs similarity index 100% rename from Projects/Scripts/Multis/HousePlacementTool.cs rename to Projects/UOContent/Multis/HousePlacementTool.cs diff --git a/Projects/Scripts/Multis/HouseSign.cs b/Projects/UOContent/Multis/HouseSign.cs similarity index 100% rename from Projects/Scripts/Multis/HouseSign.cs rename to Projects/UOContent/Multis/HouseSign.cs diff --git a/Projects/Scripts/Multis/HouseTeleporter.cs b/Projects/UOContent/Multis/HouseTeleporter.cs similarity index 100% rename from Projects/Scripts/Multis/HouseTeleporter.cs rename to Projects/UOContent/Multis/HouseTeleporter.cs diff --git a/Projects/Scripts/Multis/Houses.cs b/Projects/UOContent/Multis/Houses.cs similarity index 100% rename from Projects/Scripts/Multis/Houses.cs rename to Projects/UOContent/Multis/Houses.cs diff --git a/Projects/Scripts/Multis/MovingCrate.cs b/Projects/UOContent/Multis/MovingCrate.cs similarity index 100% rename from Projects/Scripts/Multis/MovingCrate.cs rename to Projects/UOContent/Multis/MovingCrate.cs diff --git a/Projects/Scripts/Multis/PreviewHouse.cs b/Projects/UOContent/Multis/PreviewHouse.cs similarity index 100% rename from Projects/Scripts/Multis/PreviewHouse.cs rename to Projects/UOContent/Multis/PreviewHouse.cs diff --git a/Projects/Scripts/Regions/BaseRegion.cs b/Projects/UOContent/Regions/BaseRegion.cs similarity index 100% rename from Projects/Scripts/Regions/BaseRegion.cs rename to Projects/UOContent/Regions/BaseRegion.cs diff --git a/Projects/Scripts/Regions/DungeonRegion.cs b/Projects/UOContent/Regions/DungeonRegion.cs similarity index 100% rename from Projects/Scripts/Regions/DungeonRegion.cs rename to Projects/UOContent/Regions/DungeonRegion.cs diff --git a/Projects/Scripts/Regions/GreenAcres.cs b/Projects/UOContent/Regions/GreenAcres.cs similarity index 100% rename from Projects/Scripts/Regions/GreenAcres.cs rename to Projects/UOContent/Regions/GreenAcres.cs diff --git a/Projects/Scripts/Regions/GuardedRegion.cs b/Projects/UOContent/Regions/GuardedRegion.cs similarity index 100% rename from Projects/Scripts/Regions/GuardedRegion.cs rename to Projects/UOContent/Regions/GuardedRegion.cs diff --git a/Projects/Scripts/Regions/HouseRegion.cs b/Projects/UOContent/Regions/HouseRegion.cs similarity index 100% rename from Projects/Scripts/Regions/HouseRegion.cs rename to Projects/UOContent/Regions/HouseRegion.cs diff --git a/Projects/Scripts/Regions/Jail.cs b/Projects/UOContent/Regions/Jail.cs similarity index 100% rename from Projects/Scripts/Regions/Jail.cs rename to Projects/UOContent/Regions/Jail.cs diff --git a/Projects/Scripts/Regions/NoHousingRegion.cs b/Projects/UOContent/Regions/NoHousingRegion.cs similarity index 100% rename from Projects/Scripts/Regions/NoHousingRegion.cs rename to Projects/UOContent/Regions/NoHousingRegion.cs diff --git a/Projects/Scripts/Regions/Spawning/SpawnDefinition.cs b/Projects/UOContent/Regions/Spawning/SpawnDefinition.cs similarity index 100% rename from Projects/Scripts/Regions/Spawning/SpawnDefinition.cs rename to Projects/UOContent/Regions/Spawning/SpawnDefinition.cs diff --git a/Projects/Scripts/Regions/Spawning/SpawnEntry.cs b/Projects/UOContent/Regions/Spawning/SpawnEntry.cs similarity index 100% rename from Projects/Scripts/Regions/Spawning/SpawnEntry.cs rename to Projects/UOContent/Regions/Spawning/SpawnEntry.cs diff --git a/Projects/Scripts/Regions/Spawning/SpawnPersistence.cs b/Projects/UOContent/Regions/Spawning/SpawnPersistence.cs similarity index 100% rename from Projects/Scripts/Regions/Spawning/SpawnPersistence.cs rename to Projects/UOContent/Regions/Spawning/SpawnPersistence.cs diff --git a/Projects/Scripts/Regions/TownRegion.cs b/Projects/UOContent/Regions/TownRegion.cs similarity index 100% rename from Projects/Scripts/Regions/TownRegion.cs rename to Projects/UOContent/Regions/TownRegion.cs diff --git a/Projects/Scripts/Skills/Anatomy.cs b/Projects/UOContent/Skills/Anatomy.cs similarity index 100% rename from Projects/Scripts/Skills/Anatomy.cs rename to Projects/UOContent/Skills/Anatomy.cs diff --git a/Projects/Scripts/Skills/AnimalLore.cs b/Projects/UOContent/Skills/AnimalLore.cs similarity index 100% rename from Projects/Scripts/Skills/AnimalLore.cs rename to Projects/UOContent/Skills/AnimalLore.cs diff --git a/Projects/Scripts/Skills/AnimalTaming.cs b/Projects/UOContent/Skills/AnimalTaming.cs similarity index 100% rename from Projects/Scripts/Skills/AnimalTaming.cs rename to Projects/UOContent/Skills/AnimalTaming.cs diff --git a/Projects/Scripts/Skills/ArmsLore.cs b/Projects/UOContent/Skills/ArmsLore.cs similarity index 100% rename from Projects/Scripts/Skills/ArmsLore.cs rename to Projects/UOContent/Skills/ArmsLore.cs diff --git a/Projects/Scripts/Skills/Begging.cs b/Projects/UOContent/Skills/Begging.cs similarity index 100% rename from Projects/Scripts/Skills/Begging.cs rename to Projects/UOContent/Skills/Begging.cs diff --git a/Projects/Scripts/Skills/DetectHidden.cs b/Projects/UOContent/Skills/DetectHidden.cs similarity index 100% rename from Projects/Scripts/Skills/DetectHidden.cs rename to Projects/UOContent/Skills/DetectHidden.cs diff --git a/Projects/Scripts/Skills/Discordance.cs b/Projects/UOContent/Skills/Discordance.cs similarity index 100% rename from Projects/Scripts/Skills/Discordance.cs rename to Projects/UOContent/Skills/Discordance.cs diff --git a/Projects/Scripts/Skills/EvalInt.cs b/Projects/UOContent/Skills/EvalInt.cs similarity index 100% rename from Projects/Scripts/Skills/EvalInt.cs rename to Projects/UOContent/Skills/EvalInt.cs diff --git a/Projects/Scripts/Skills/ForensicEval.cs b/Projects/UOContent/Skills/ForensicEval.cs similarity index 100% rename from Projects/Scripts/Skills/ForensicEval.cs rename to Projects/UOContent/Skills/ForensicEval.cs diff --git a/Projects/Scripts/Skills/Hiding.cs b/Projects/UOContent/Skills/Hiding.cs similarity index 100% rename from Projects/Scripts/Skills/Hiding.cs rename to Projects/UOContent/Skills/Hiding.cs diff --git a/Projects/Scripts/Skills/Inscribe.cs b/Projects/UOContent/Skills/Inscribe.cs similarity index 100% rename from Projects/Scripts/Skills/Inscribe.cs rename to Projects/UOContent/Skills/Inscribe.cs diff --git a/Projects/Scripts/Skills/ItemIdentification.cs b/Projects/UOContent/Skills/ItemIdentification.cs similarity index 100% rename from Projects/Scripts/Skills/ItemIdentification.cs rename to Projects/UOContent/Skills/ItemIdentification.cs diff --git a/Projects/Scripts/Skills/Meditation.cs b/Projects/UOContent/Skills/Meditation.cs similarity index 100% rename from Projects/Scripts/Skills/Meditation.cs rename to Projects/UOContent/Skills/Meditation.cs diff --git a/Projects/Scripts/Skills/Peacemaking.cs b/Projects/UOContent/Skills/Peacemaking.cs similarity index 100% rename from Projects/Scripts/Skills/Peacemaking.cs rename to Projects/UOContent/Skills/Peacemaking.cs diff --git a/Projects/Scripts/Skills/Poisoning.cs b/Projects/UOContent/Skills/Poisoning.cs similarity index 100% rename from Projects/Scripts/Skills/Poisoning.cs rename to Projects/UOContent/Skills/Poisoning.cs diff --git a/Projects/Scripts/Skills/Provocation.cs b/Projects/UOContent/Skills/Provocation.cs similarity index 100% rename from Projects/Scripts/Skills/Provocation.cs rename to Projects/UOContent/Skills/Provocation.cs diff --git a/Projects/Scripts/Skills/RemoveTrap.cs b/Projects/UOContent/Skills/RemoveTrap.cs similarity index 100% rename from Projects/Scripts/Skills/RemoveTrap.cs rename to Projects/UOContent/Skills/RemoveTrap.cs diff --git a/Projects/Scripts/Skills/Snooping.cs b/Projects/UOContent/Skills/Snooping.cs similarity index 100% rename from Projects/Scripts/Skills/Snooping.cs rename to Projects/UOContent/Skills/Snooping.cs diff --git a/Projects/Scripts/Skills/SpiritSpeak.cs b/Projects/UOContent/Skills/SpiritSpeak.cs similarity index 100% rename from Projects/Scripts/Skills/SpiritSpeak.cs rename to Projects/UOContent/Skills/SpiritSpeak.cs diff --git a/Projects/Scripts/Skills/Stealing.cs b/Projects/UOContent/Skills/Stealing.cs similarity index 100% rename from Projects/Scripts/Skills/Stealing.cs rename to Projects/UOContent/Skills/Stealing.cs diff --git a/Projects/Scripts/Skills/Stealth.cs b/Projects/UOContent/Skills/Stealth.cs similarity index 100% rename from Projects/Scripts/Skills/Stealth.cs rename to Projects/UOContent/Skills/Stealth.cs diff --git a/Projects/Scripts/Skills/TasteID.cs b/Projects/UOContent/Skills/TasteID.cs similarity index 100% rename from Projects/Scripts/Skills/TasteID.cs rename to Projects/UOContent/Skills/TasteID.cs diff --git a/Projects/Scripts/Skills/Tracking.cs b/Projects/UOContent/Skills/Tracking.cs similarity index 100% rename from Projects/Scripts/Skills/Tracking.cs rename to Projects/UOContent/Skills/Tracking.cs diff --git a/Projects/Scripts/SpecialSystems/Engines/GiftGiving.cs b/Projects/UOContent/SpecialSystems/Engines/GiftGiving.cs similarity index 100% rename from Projects/Scripts/SpecialSystems/Engines/GiftGiving.cs rename to Projects/UOContent/SpecialSystems/Engines/GiftGiving.cs diff --git a/Projects/Scripts/SpecialSystems/Engines/ItemFixes.cs b/Projects/UOContent/SpecialSystems/Engines/ItemFixes.cs similarity index 100% rename from Projects/Scripts/SpecialSystems/Engines/ItemFixes.cs rename to Projects/UOContent/SpecialSystems/Engines/ItemFixes.cs diff --git a/Projects/Scripts/SpecialSystems/Engines/PreventInaccess.cs b/Projects/UOContent/SpecialSystems/Engines/PreventInaccess.cs similarity index 100% rename from Projects/Scripts/SpecialSystems/Engines/PreventInaccess.cs rename to Projects/UOContent/SpecialSystems/Engines/PreventInaccess.cs diff --git a/Projects/Scripts/SpecialSystems/Engines/TestCenter.cs b/Projects/UOContent/SpecialSystems/Engines/TestCenter.cs similarity index 100% rename from Projects/Scripts/SpecialSystems/Engines/TestCenter.cs rename to Projects/UOContent/SpecialSystems/Engines/TestCenter.cs diff --git a/Projects/Scripts/SpecialSystems/Items/Resurrection/ResGate.cs b/Projects/UOContent/SpecialSystems/Items/Resurrection/ResGate.cs similarity index 100% rename from Projects/Scripts/SpecialSystems/Items/Resurrection/ResGate.cs rename to Projects/UOContent/SpecialSystems/Items/Resurrection/ResGate.cs diff --git a/Projects/Scripts/SpecialSystems/Items/Stones/AlchemyStone.cs b/Projects/UOContent/SpecialSystems/Items/Stones/AlchemyStone.cs similarity index 100% rename from Projects/Scripts/SpecialSystems/Items/Stones/AlchemyStone.cs rename to Projects/UOContent/SpecialSystems/Items/Stones/AlchemyStone.cs diff --git a/Projects/Scripts/SpecialSystems/Items/Stones/GamblingStone.cs b/Projects/UOContent/SpecialSystems/Items/Stones/GamblingStone.cs similarity index 100% rename from Projects/Scripts/SpecialSystems/Items/Stones/GamblingStone.cs rename to Projects/UOContent/SpecialSystems/Items/Stones/GamblingStone.cs diff --git a/Projects/Scripts/SpecialSystems/Items/Stones/IngotStone.cs b/Projects/UOContent/SpecialSystems/Items/Stones/IngotStone.cs similarity index 100% rename from Projects/Scripts/SpecialSystems/Items/Stones/IngotStone.cs rename to Projects/UOContent/SpecialSystems/Items/Stones/IngotStone.cs diff --git a/Projects/Scripts/SpecialSystems/Items/Stones/RegStone.cs b/Projects/UOContent/SpecialSystems/Items/Stones/RegStone.cs similarity index 100% rename from Projects/Scripts/SpecialSystems/Items/Stones/RegStone.cs rename to Projects/UOContent/SpecialSystems/Items/Stones/RegStone.cs diff --git a/Projects/Scripts/SpecialSystems/Items/Stones/ScribeStone.cs b/Projects/UOContent/SpecialSystems/Items/Stones/ScribeStone.cs similarity index 100% rename from Projects/Scripts/SpecialSystems/Items/Stones/ScribeStone.cs rename to Projects/UOContent/SpecialSystems/Items/Stones/ScribeStone.cs diff --git a/Projects/Scripts/SpecialSystems/Items/Stones/SmithStone.cs b/Projects/UOContent/SpecialSystems/Items/Stones/SmithStone.cs similarity index 100% rename from Projects/Scripts/SpecialSystems/Items/Stones/SmithStone.cs rename to Projects/UOContent/SpecialSystems/Items/Stones/SmithStone.cs diff --git a/Projects/Scripts/SpecialSystems/Items/Stones/TailorStone.cs b/Projects/UOContent/SpecialSystems/Items/Stones/TailorStone.cs similarity index 100% rename from Projects/Scripts/SpecialSystems/Items/Stones/TailorStone.cs rename to Projects/UOContent/SpecialSystems/Items/Stones/TailorStone.cs diff --git a/Projects/Scripts/SpecialSystems/Items/SupplyBags/AlchemyBag.cs b/Projects/UOContent/SpecialSystems/Items/SupplyBags/AlchemyBag.cs similarity index 100% rename from Projects/Scripts/SpecialSystems/Items/SupplyBags/AlchemyBag.cs rename to Projects/UOContent/SpecialSystems/Items/SupplyBags/AlchemyBag.cs diff --git a/Projects/Scripts/SpecialSystems/Items/SupplyBags/BagOfIngots.cs b/Projects/UOContent/SpecialSystems/Items/SupplyBags/BagOfIngots.cs similarity index 100% rename from Projects/Scripts/SpecialSystems/Items/SupplyBags/BagOfIngots.cs rename to Projects/UOContent/SpecialSystems/Items/SupplyBags/BagOfIngots.cs diff --git a/Projects/Scripts/SpecialSystems/Items/SupplyBags/ScribeBag.cs b/Projects/UOContent/SpecialSystems/Items/SupplyBags/ScribeBag.cs similarity index 100% rename from Projects/Scripts/SpecialSystems/Items/SupplyBags/ScribeBag.cs rename to Projects/UOContent/SpecialSystems/Items/SupplyBags/ScribeBag.cs diff --git a/Projects/Scripts/SpecialSystems/Items/SupplyBags/SmithBag.cs b/Projects/UOContent/SpecialSystems/Items/SupplyBags/SmithBag.cs similarity index 100% rename from Projects/Scripts/SpecialSystems/Items/SupplyBags/SmithBag.cs rename to Projects/UOContent/SpecialSystems/Items/SupplyBags/SmithBag.cs diff --git a/Projects/Scripts/SpecialSystems/Items/SupplyBags/TailorBag.cs b/Projects/UOContent/SpecialSystems/Items/SupplyBags/TailorBag.cs similarity index 100% rename from Projects/Scripts/SpecialSystems/Items/SupplyBags/TailorBag.cs rename to Projects/UOContent/SpecialSystems/Items/SupplyBags/TailorBag.cs diff --git a/Projects/Scripts/SpecialSystems/README.TXT b/Projects/UOContent/SpecialSystems/README.TXT similarity index 100% rename from Projects/Scripts/SpecialSystems/README.TXT rename to Projects/UOContent/SpecialSystems/README.TXT diff --git a/Projects/Scripts/Spells/Base/DisturbType.cs b/Projects/UOContent/Spells/Base/DisturbType.cs similarity index 100% rename from Projects/Scripts/Spells/Base/DisturbType.cs rename to Projects/UOContent/Spells/Base/DisturbType.cs diff --git a/Projects/Scripts/Spells/Base/MagerySpell.cs b/Projects/UOContent/Spells/Base/MagerySpell.cs similarity index 100% rename from Projects/Scripts/Spells/Base/MagerySpell.cs rename to Projects/UOContent/Spells/Base/MagerySpell.cs diff --git a/Projects/Scripts/Spells/Base/SpecialMove.cs b/Projects/UOContent/Spells/Base/SpecialMove.cs similarity index 100% rename from Projects/Scripts/Spells/Base/SpecialMove.cs rename to Projects/UOContent/Spells/Base/SpecialMove.cs diff --git a/Projects/Scripts/Spells/Base/Spell.cs b/Projects/UOContent/Spells/Base/Spell.cs similarity index 100% rename from Projects/Scripts/Spells/Base/Spell.cs rename to Projects/UOContent/Spells/Base/Spell.cs diff --git a/Projects/Scripts/Spells/Base/SpellCircle.cs b/Projects/UOContent/Spells/Base/SpellCircle.cs similarity index 100% rename from Projects/Scripts/Spells/Base/SpellCircle.cs rename to Projects/UOContent/Spells/Base/SpellCircle.cs diff --git a/Projects/Scripts/Spells/Base/SpellHelper.cs b/Projects/UOContent/Spells/Base/SpellHelper.cs similarity index 100% rename from Projects/Scripts/Spells/Base/SpellHelper.cs rename to Projects/UOContent/Spells/Base/SpellHelper.cs diff --git a/Projects/Scripts/Spells/Base/SpellInfo.cs b/Projects/UOContent/Spells/Base/SpellInfo.cs similarity index 100% rename from Projects/Scripts/Spells/Base/SpellInfo.cs rename to Projects/UOContent/Spells/Base/SpellInfo.cs diff --git a/Projects/Scripts/Spells/Base/SpellRegistry.cs b/Projects/UOContent/Spells/Base/SpellRegistry.cs similarity index 100% rename from Projects/Scripts/Spells/Base/SpellRegistry.cs rename to Projects/UOContent/Spells/Base/SpellRegistry.cs diff --git a/Projects/Scripts/Spells/Base/SpellState.cs b/Projects/UOContent/Spells/Base/SpellState.cs similarity index 100% rename from Projects/Scripts/Spells/Base/SpellState.cs rename to Projects/UOContent/Spells/Base/SpellState.cs diff --git a/Projects/Scripts/Spells/Bushido/Confidence.cs b/Projects/UOContent/Spells/Bushido/Confidence.cs similarity index 100% rename from Projects/Scripts/Spells/Bushido/Confidence.cs rename to Projects/UOContent/Spells/Bushido/Confidence.cs diff --git a/Projects/Scripts/Spells/Bushido/CounterAttack.cs b/Projects/UOContent/Spells/Bushido/CounterAttack.cs similarity index 100% rename from Projects/Scripts/Spells/Bushido/CounterAttack.cs rename to Projects/UOContent/Spells/Bushido/CounterAttack.cs diff --git a/Projects/Scripts/Spells/Bushido/Evasion.cs b/Projects/UOContent/Spells/Bushido/Evasion.cs similarity index 100% rename from Projects/Scripts/Spells/Bushido/Evasion.cs rename to Projects/UOContent/Spells/Bushido/Evasion.cs diff --git a/Projects/Scripts/Spells/Bushido/HonorableExecution.cs b/Projects/UOContent/Spells/Bushido/HonorableExecution.cs similarity index 100% rename from Projects/Scripts/Spells/Bushido/HonorableExecution.cs rename to Projects/UOContent/Spells/Bushido/HonorableExecution.cs diff --git a/Projects/Scripts/Spells/Bushido/LightningStrike.cs b/Projects/UOContent/Spells/Bushido/LightningStrike.cs similarity index 100% rename from Projects/Scripts/Spells/Bushido/LightningStrike.cs rename to Projects/UOContent/Spells/Bushido/LightningStrike.cs diff --git a/Projects/Scripts/Spells/Bushido/MomentumStrike.cs b/Projects/UOContent/Spells/Bushido/MomentumStrike.cs similarity index 100% rename from Projects/Scripts/Spells/Bushido/MomentumStrike.cs rename to Projects/UOContent/Spells/Bushido/MomentumStrike.cs diff --git a/Projects/Scripts/Spells/Bushido/SamuraiMove.cs b/Projects/UOContent/Spells/Bushido/SamuraiMove.cs similarity index 100% rename from Projects/Scripts/Spells/Bushido/SamuraiMove.cs rename to Projects/UOContent/Spells/Bushido/SamuraiMove.cs diff --git a/Projects/Scripts/Spells/Bushido/SamuraiSpell.cs b/Projects/UOContent/Spells/Bushido/SamuraiSpell.cs similarity index 100% rename from Projects/Scripts/Spells/Bushido/SamuraiSpell.cs rename to Projects/UOContent/Spells/Bushido/SamuraiSpell.cs diff --git a/Projects/Scripts/Spells/Chivalry/CleanseByFire.cs b/Projects/UOContent/Spells/Chivalry/CleanseByFire.cs similarity index 100% rename from Projects/Scripts/Spells/Chivalry/CleanseByFire.cs rename to Projects/UOContent/Spells/Chivalry/CleanseByFire.cs diff --git a/Projects/Scripts/Spells/Chivalry/CloseWounds.cs b/Projects/UOContent/Spells/Chivalry/CloseWounds.cs similarity index 100% rename from Projects/Scripts/Spells/Chivalry/CloseWounds.cs rename to Projects/UOContent/Spells/Chivalry/CloseWounds.cs diff --git a/Projects/Scripts/Spells/Chivalry/ConsecrateWeapon.cs b/Projects/UOContent/Spells/Chivalry/ConsecrateWeapon.cs similarity index 100% rename from Projects/Scripts/Spells/Chivalry/ConsecrateWeapon.cs rename to Projects/UOContent/Spells/Chivalry/ConsecrateWeapon.cs diff --git a/Projects/Scripts/Spells/Chivalry/DispelEvil.cs b/Projects/UOContent/Spells/Chivalry/DispelEvil.cs similarity index 100% rename from Projects/Scripts/Spells/Chivalry/DispelEvil.cs rename to Projects/UOContent/Spells/Chivalry/DispelEvil.cs diff --git a/Projects/Scripts/Spells/Chivalry/DivineFury.cs b/Projects/UOContent/Spells/Chivalry/DivineFury.cs similarity index 100% rename from Projects/Scripts/Spells/Chivalry/DivineFury.cs rename to Projects/UOContent/Spells/Chivalry/DivineFury.cs diff --git a/Projects/Scripts/Spells/Chivalry/EnemyOfOne.cs b/Projects/UOContent/Spells/Chivalry/EnemyOfOne.cs similarity index 100% rename from Projects/Scripts/Spells/Chivalry/EnemyOfOne.cs rename to Projects/UOContent/Spells/Chivalry/EnemyOfOne.cs diff --git a/Projects/Scripts/Spells/Chivalry/HolyLight.cs b/Projects/UOContent/Spells/Chivalry/HolyLight.cs similarity index 100% rename from Projects/Scripts/Spells/Chivalry/HolyLight.cs rename to Projects/UOContent/Spells/Chivalry/HolyLight.cs diff --git a/Projects/Scripts/Spells/Chivalry/NobleSacrifice.cs b/Projects/UOContent/Spells/Chivalry/NobleSacrifice.cs similarity index 100% rename from Projects/Scripts/Spells/Chivalry/NobleSacrifice.cs rename to Projects/UOContent/Spells/Chivalry/NobleSacrifice.cs diff --git a/Projects/Scripts/Spells/Chivalry/PaladinSpell.cs b/Projects/UOContent/Spells/Chivalry/PaladinSpell.cs similarity index 100% rename from Projects/Scripts/Spells/Chivalry/PaladinSpell.cs rename to Projects/UOContent/Spells/Chivalry/PaladinSpell.cs diff --git a/Projects/Scripts/Spells/Chivalry/RemoveCurse.cs b/Projects/UOContent/Spells/Chivalry/RemoveCurse.cs similarity index 100% rename from Projects/Scripts/Spells/Chivalry/RemoveCurse.cs rename to Projects/UOContent/Spells/Chivalry/RemoveCurse.cs diff --git a/Projects/Scripts/Spells/Chivalry/SacredJourney.cs b/Projects/UOContent/Spells/Chivalry/SacredJourney.cs similarity index 100% rename from Projects/Scripts/Spells/Chivalry/SacredJourney.cs rename to Projects/UOContent/Spells/Chivalry/SacredJourney.cs diff --git a/Projects/Scripts/Spells/Eighth/AirElemental.cs b/Projects/UOContent/Spells/Eighth/AirElemental.cs similarity index 100% rename from Projects/Scripts/Spells/Eighth/AirElemental.cs rename to Projects/UOContent/Spells/Eighth/AirElemental.cs diff --git a/Projects/Scripts/Spells/Eighth/EarthElemental.cs b/Projects/UOContent/Spells/Eighth/EarthElemental.cs similarity index 100% rename from Projects/Scripts/Spells/Eighth/EarthElemental.cs rename to Projects/UOContent/Spells/Eighth/EarthElemental.cs diff --git a/Projects/Scripts/Spells/Eighth/Earthquake.cs b/Projects/UOContent/Spells/Eighth/Earthquake.cs similarity index 100% rename from Projects/Scripts/Spells/Eighth/Earthquake.cs rename to Projects/UOContent/Spells/Eighth/Earthquake.cs diff --git a/Projects/Scripts/Spells/Eighth/EnergyVortex.cs b/Projects/UOContent/Spells/Eighth/EnergyVortex.cs similarity index 100% rename from Projects/Scripts/Spells/Eighth/EnergyVortex.cs rename to Projects/UOContent/Spells/Eighth/EnergyVortex.cs diff --git a/Projects/Scripts/Spells/Eighth/FireElemental.cs b/Projects/UOContent/Spells/Eighth/FireElemental.cs similarity index 100% rename from Projects/Scripts/Spells/Eighth/FireElemental.cs rename to Projects/UOContent/Spells/Eighth/FireElemental.cs diff --git a/Projects/Scripts/Spells/Eighth/Resurrection.cs b/Projects/UOContent/Spells/Eighth/Resurrection.cs similarity index 100% rename from Projects/Scripts/Spells/Eighth/Resurrection.cs rename to Projects/UOContent/Spells/Eighth/Resurrection.cs diff --git a/Projects/Scripts/Spells/Eighth/SummonDaemon.cs b/Projects/UOContent/Spells/Eighth/SummonDaemon.cs similarity index 100% rename from Projects/Scripts/Spells/Eighth/SummonDaemon.cs rename to Projects/UOContent/Spells/Eighth/SummonDaemon.cs diff --git a/Projects/Scripts/Spells/Eighth/WaterElemental.cs b/Projects/UOContent/Spells/Eighth/WaterElemental.cs similarity index 100% rename from Projects/Scripts/Spells/Eighth/WaterElemental.cs rename to Projects/UOContent/Spells/Eighth/WaterElemental.cs diff --git a/Projects/Scripts/Spells/Fifth/BladeSpirits.cs b/Projects/UOContent/Spells/Fifth/BladeSpirits.cs similarity index 100% rename from Projects/Scripts/Spells/Fifth/BladeSpirits.cs rename to Projects/UOContent/Spells/Fifth/BladeSpirits.cs diff --git a/Projects/Scripts/Spells/Fifth/DispelField.cs b/Projects/UOContent/Spells/Fifth/DispelField.cs similarity index 100% rename from Projects/Scripts/Spells/Fifth/DispelField.cs rename to Projects/UOContent/Spells/Fifth/DispelField.cs diff --git a/Projects/Scripts/Spells/Fifth/Incognito.cs b/Projects/UOContent/Spells/Fifth/Incognito.cs similarity index 100% rename from Projects/Scripts/Spells/Fifth/Incognito.cs rename to Projects/UOContent/Spells/Fifth/Incognito.cs diff --git a/Projects/Scripts/Spells/Fifth/MagicReflect.cs b/Projects/UOContent/Spells/Fifth/MagicReflect.cs similarity index 100% rename from Projects/Scripts/Spells/Fifth/MagicReflect.cs rename to Projects/UOContent/Spells/Fifth/MagicReflect.cs diff --git a/Projects/Scripts/Spells/Fifth/MindBlast.cs b/Projects/UOContent/Spells/Fifth/MindBlast.cs similarity index 100% rename from Projects/Scripts/Spells/Fifth/MindBlast.cs rename to Projects/UOContent/Spells/Fifth/MindBlast.cs diff --git a/Projects/Scripts/Spells/Fifth/Paralyze.cs b/Projects/UOContent/Spells/Fifth/Paralyze.cs similarity index 100% rename from Projects/Scripts/Spells/Fifth/Paralyze.cs rename to Projects/UOContent/Spells/Fifth/Paralyze.cs diff --git a/Projects/Scripts/Spells/Fifth/PoisonField.cs b/Projects/UOContent/Spells/Fifth/PoisonField.cs similarity index 100% rename from Projects/Scripts/Spells/Fifth/PoisonField.cs rename to Projects/UOContent/Spells/Fifth/PoisonField.cs diff --git a/Projects/Scripts/Spells/Fifth/SummonCreature.cs b/Projects/UOContent/Spells/Fifth/SummonCreature.cs similarity index 100% rename from Projects/Scripts/Spells/Fifth/SummonCreature.cs rename to Projects/UOContent/Spells/Fifth/SummonCreature.cs diff --git a/Projects/Scripts/Spells/First/Clumsy.cs b/Projects/UOContent/Spells/First/Clumsy.cs similarity index 100% rename from Projects/Scripts/Spells/First/Clumsy.cs rename to Projects/UOContent/Spells/First/Clumsy.cs diff --git a/Projects/Scripts/Spells/First/CreateFood.cs b/Projects/UOContent/Spells/First/CreateFood.cs similarity index 100% rename from Projects/Scripts/Spells/First/CreateFood.cs rename to Projects/UOContent/Spells/First/CreateFood.cs diff --git a/Projects/Scripts/Spells/First/Feeblemind.cs b/Projects/UOContent/Spells/First/Feeblemind.cs similarity index 100% rename from Projects/Scripts/Spells/First/Feeblemind.cs rename to Projects/UOContent/Spells/First/Feeblemind.cs diff --git a/Projects/Scripts/Spells/First/Heal.cs b/Projects/UOContent/Spells/First/Heal.cs similarity index 100% rename from Projects/Scripts/Spells/First/Heal.cs rename to Projects/UOContent/Spells/First/Heal.cs diff --git a/Projects/Scripts/Spells/First/MagicArrow.cs b/Projects/UOContent/Spells/First/MagicArrow.cs similarity index 100% rename from Projects/Scripts/Spells/First/MagicArrow.cs rename to Projects/UOContent/Spells/First/MagicArrow.cs diff --git a/Projects/Scripts/Spells/First/NightSight.cs b/Projects/UOContent/Spells/First/NightSight.cs similarity index 100% rename from Projects/Scripts/Spells/First/NightSight.cs rename to Projects/UOContent/Spells/First/NightSight.cs diff --git a/Projects/Scripts/Spells/First/ReactiveArmor.cs b/Projects/UOContent/Spells/First/ReactiveArmor.cs similarity index 100% rename from Projects/Scripts/Spells/First/ReactiveArmor.cs rename to Projects/UOContent/Spells/First/ReactiveArmor.cs diff --git a/Projects/Scripts/Spells/First/Weaken.cs b/Projects/UOContent/Spells/First/Weaken.cs similarity index 100% rename from Projects/Scripts/Spells/First/Weaken.cs rename to Projects/UOContent/Spells/First/Weaken.cs diff --git a/Projects/Scripts/Spells/Fourth/ArchCure.cs b/Projects/UOContent/Spells/Fourth/ArchCure.cs similarity index 100% rename from Projects/Scripts/Spells/Fourth/ArchCure.cs rename to Projects/UOContent/Spells/Fourth/ArchCure.cs diff --git a/Projects/Scripts/Spells/Fourth/ArchProtection.cs b/Projects/UOContent/Spells/Fourth/ArchProtection.cs similarity index 100% rename from Projects/Scripts/Spells/Fourth/ArchProtection.cs rename to Projects/UOContent/Spells/Fourth/ArchProtection.cs diff --git a/Projects/Scripts/Spells/Fourth/Curse.cs b/Projects/UOContent/Spells/Fourth/Curse.cs similarity index 100% rename from Projects/Scripts/Spells/Fourth/Curse.cs rename to Projects/UOContent/Spells/Fourth/Curse.cs diff --git a/Projects/Scripts/Spells/Fourth/FireField.cs b/Projects/UOContent/Spells/Fourth/FireField.cs similarity index 100% rename from Projects/Scripts/Spells/Fourth/FireField.cs rename to Projects/UOContent/Spells/Fourth/FireField.cs diff --git a/Projects/Scripts/Spells/Fourth/GreaterHeal.cs b/Projects/UOContent/Spells/Fourth/GreaterHeal.cs similarity index 100% rename from Projects/Scripts/Spells/Fourth/GreaterHeal.cs rename to Projects/UOContent/Spells/Fourth/GreaterHeal.cs diff --git a/Projects/Scripts/Spells/Fourth/Lightning.cs b/Projects/UOContent/Spells/Fourth/Lightning.cs similarity index 100% rename from Projects/Scripts/Spells/Fourth/Lightning.cs rename to Projects/UOContent/Spells/Fourth/Lightning.cs diff --git a/Projects/Scripts/Spells/Fourth/ManaDrain.cs b/Projects/UOContent/Spells/Fourth/ManaDrain.cs similarity index 100% rename from Projects/Scripts/Spells/Fourth/ManaDrain.cs rename to Projects/UOContent/Spells/Fourth/ManaDrain.cs diff --git a/Projects/Scripts/Spells/Fourth/Recall.cs b/Projects/UOContent/Spells/Fourth/Recall.cs similarity index 100% rename from Projects/Scripts/Spells/Fourth/Recall.cs rename to Projects/UOContent/Spells/Fourth/Recall.cs diff --git a/Projects/Scripts/Spells/Gargoyle/SpellDefinitions/FlySpell.cs b/Projects/UOContent/Spells/Gargoyle/SpellDefinitions/FlySpell.cs similarity index 100% rename from Projects/Scripts/Spells/Gargoyle/SpellDefinitions/FlySpell.cs rename to Projects/UOContent/Spells/Gargoyle/SpellDefinitions/FlySpell.cs diff --git a/Projects/Scripts/Spells/Initializer.cs b/Projects/UOContent/Spells/Initializer.cs similarity index 100% rename from Projects/Scripts/Spells/Initializer.cs rename to Projects/UOContent/Spells/Initializer.cs diff --git a/Projects/Scripts/Spells/Mysticism/AnimatedWeaponSpell.cs b/Projects/UOContent/Spells/Mysticism/AnimatedWeaponSpell.cs similarity index 100% rename from Projects/Scripts/Spells/Mysticism/AnimatedWeaponSpell.cs rename to Projects/UOContent/Spells/Mysticism/AnimatedWeaponSpell.cs diff --git a/Projects/Scripts/Spells/Mysticism/EagleStrikeSpell.cs b/Projects/UOContent/Spells/Mysticism/EagleStrikeSpell.cs similarity index 100% rename from Projects/Scripts/Spells/Mysticism/EagleStrikeSpell.cs rename to Projects/UOContent/Spells/Mysticism/EagleStrikeSpell.cs diff --git a/Projects/Scripts/Spells/Mysticism/HailStormSpell.cs b/Projects/UOContent/Spells/Mysticism/HailStormSpell.cs similarity index 100% rename from Projects/Scripts/Spells/Mysticism/HailStormSpell.cs rename to Projects/UOContent/Spells/Mysticism/HailStormSpell.cs diff --git a/Projects/Scripts/Spells/Mysticism/MysticSpell.cs b/Projects/UOContent/Spells/Mysticism/MysticSpell.cs similarity index 100% rename from Projects/Scripts/Spells/Mysticism/MysticSpell.cs rename to Projects/UOContent/Spells/Mysticism/MysticSpell.cs diff --git a/Projects/Scripts/Spells/Mysticism/NetherCycloneSpell.cs b/Projects/UOContent/Spells/Mysticism/NetherCycloneSpell.cs similarity index 100% rename from Projects/Scripts/Spells/Mysticism/NetherCycloneSpell.cs rename to Projects/UOContent/Spells/Mysticism/NetherCycloneSpell.cs diff --git a/Projects/Scripts/Spells/Mysticism/SpellPlagueSpell.cs b/Projects/UOContent/Spells/Mysticism/SpellPlagueSpell.cs similarity index 100% rename from Projects/Scripts/Spells/Mysticism/SpellPlagueSpell.cs rename to Projects/UOContent/Spells/Mysticism/SpellPlagueSpell.cs diff --git a/Projects/Scripts/Spells/Mysticism/StoneFormSpell.cs b/Projects/UOContent/Spells/Mysticism/StoneFormSpell.cs similarity index 100% rename from Projects/Scripts/Spells/Mysticism/StoneFormSpell.cs rename to Projects/UOContent/Spells/Mysticism/StoneFormSpell.cs diff --git a/Projects/Scripts/Spells/Necromancy/AnimateDeadSpell.cs b/Projects/UOContent/Spells/Necromancy/AnimateDeadSpell.cs similarity index 100% rename from Projects/Scripts/Spells/Necromancy/AnimateDeadSpell.cs rename to Projects/UOContent/Spells/Necromancy/AnimateDeadSpell.cs diff --git a/Projects/Scripts/Spells/Necromancy/BloodOathSpell.cs b/Projects/UOContent/Spells/Necromancy/BloodOathSpell.cs similarity index 100% rename from Projects/Scripts/Spells/Necromancy/BloodOathSpell.cs rename to Projects/UOContent/Spells/Necromancy/BloodOathSpell.cs diff --git a/Projects/Scripts/Spells/Necromancy/CorpseSkin.cs b/Projects/UOContent/Spells/Necromancy/CorpseSkin.cs similarity index 100% rename from Projects/Scripts/Spells/Necromancy/CorpseSkin.cs rename to Projects/UOContent/Spells/Necromancy/CorpseSkin.cs diff --git a/Projects/Scripts/Spells/Necromancy/CurseWeapon.cs b/Projects/UOContent/Spells/Necromancy/CurseWeapon.cs similarity index 100% rename from Projects/Scripts/Spells/Necromancy/CurseWeapon.cs rename to Projects/UOContent/Spells/Necromancy/CurseWeapon.cs diff --git a/Projects/Scripts/Spells/Necromancy/EvilOmen.cs b/Projects/UOContent/Spells/Necromancy/EvilOmen.cs similarity index 100% rename from Projects/Scripts/Spells/Necromancy/EvilOmen.cs rename to Projects/UOContent/Spells/Necromancy/EvilOmen.cs diff --git a/Projects/Scripts/Spells/Necromancy/Exorcism.cs b/Projects/UOContent/Spells/Necromancy/Exorcism.cs similarity index 100% rename from Projects/Scripts/Spells/Necromancy/Exorcism.cs rename to Projects/UOContent/Spells/Necromancy/Exorcism.cs diff --git a/Projects/Scripts/Spells/Necromancy/HorrificBeast.cs b/Projects/UOContent/Spells/Necromancy/HorrificBeast.cs similarity index 100% rename from Projects/Scripts/Spells/Necromancy/HorrificBeast.cs rename to Projects/UOContent/Spells/Necromancy/HorrificBeast.cs diff --git a/Projects/Scripts/Spells/Necromancy/LichForm.cs b/Projects/UOContent/Spells/Necromancy/LichForm.cs similarity index 100% rename from Projects/Scripts/Spells/Necromancy/LichForm.cs rename to Projects/UOContent/Spells/Necromancy/LichForm.cs diff --git a/Projects/Scripts/Spells/Necromancy/MindRot.cs b/Projects/UOContent/Spells/Necromancy/MindRot.cs similarity index 100% rename from Projects/Scripts/Spells/Necromancy/MindRot.cs rename to Projects/UOContent/Spells/Necromancy/MindRot.cs diff --git a/Projects/Scripts/Spells/Necromancy/NecromancerSpell.cs b/Projects/UOContent/Spells/Necromancy/NecromancerSpell.cs similarity index 100% rename from Projects/Scripts/Spells/Necromancy/NecromancerSpell.cs rename to Projects/UOContent/Spells/Necromancy/NecromancerSpell.cs diff --git a/Projects/Scripts/Spells/Necromancy/PainSpike.cs b/Projects/UOContent/Spells/Necromancy/PainSpike.cs similarity index 100% rename from Projects/Scripts/Spells/Necromancy/PainSpike.cs rename to Projects/UOContent/Spells/Necromancy/PainSpike.cs diff --git a/Projects/Scripts/Spells/Necromancy/PoisonStrike.cs b/Projects/UOContent/Spells/Necromancy/PoisonStrike.cs similarity index 100% rename from Projects/Scripts/Spells/Necromancy/PoisonStrike.cs rename to Projects/UOContent/Spells/Necromancy/PoisonStrike.cs diff --git a/Projects/Scripts/Spells/Necromancy/Strangle.cs b/Projects/UOContent/Spells/Necromancy/Strangle.cs similarity index 100% rename from Projects/Scripts/Spells/Necromancy/Strangle.cs rename to Projects/UOContent/Spells/Necromancy/Strangle.cs diff --git a/Projects/Scripts/Spells/Necromancy/SummonFamiliar.cs b/Projects/UOContent/Spells/Necromancy/SummonFamiliar.cs similarity index 100% rename from Projects/Scripts/Spells/Necromancy/SummonFamiliar.cs rename to Projects/UOContent/Spells/Necromancy/SummonFamiliar.cs diff --git a/Projects/Scripts/Spells/Necromancy/TransformationSpell.cs b/Projects/UOContent/Spells/Necromancy/TransformationSpell.cs similarity index 100% rename from Projects/Scripts/Spells/Necromancy/TransformationSpell.cs rename to Projects/UOContent/Spells/Necromancy/TransformationSpell.cs diff --git a/Projects/Scripts/Spells/Necromancy/VampiricEmbrace.cs b/Projects/UOContent/Spells/Necromancy/VampiricEmbrace.cs similarity index 100% rename from Projects/Scripts/Spells/Necromancy/VampiricEmbrace.cs rename to Projects/UOContent/Spells/Necromancy/VampiricEmbrace.cs diff --git a/Projects/Scripts/Spells/Necromancy/VengefulSpirit.cs b/Projects/UOContent/Spells/Necromancy/VengefulSpirit.cs similarity index 100% rename from Projects/Scripts/Spells/Necromancy/VengefulSpirit.cs rename to Projects/UOContent/Spells/Necromancy/VengefulSpirit.cs diff --git a/Projects/Scripts/Spells/Necromancy/Wither.cs b/Projects/UOContent/Spells/Necromancy/Wither.cs similarity index 100% rename from Projects/Scripts/Spells/Necromancy/Wither.cs rename to Projects/UOContent/Spells/Necromancy/Wither.cs diff --git a/Projects/Scripts/Spells/Necromancy/WraithForm.cs b/Projects/UOContent/Spells/Necromancy/WraithForm.cs similarity index 100% rename from Projects/Scripts/Spells/Necromancy/WraithForm.cs rename to Projects/UOContent/Spells/Necromancy/WraithForm.cs diff --git a/Projects/Scripts/Spells/Ninjitsu/AnimalForm.cs b/Projects/UOContent/Spells/Ninjitsu/AnimalForm.cs similarity index 100% rename from Projects/Scripts/Spells/Ninjitsu/AnimalForm.cs rename to Projects/UOContent/Spells/Ninjitsu/AnimalForm.cs diff --git a/Projects/Scripts/Spells/Ninjitsu/Backstab.cs b/Projects/UOContent/Spells/Ninjitsu/Backstab.cs similarity index 100% rename from Projects/Scripts/Spells/Ninjitsu/Backstab.cs rename to Projects/UOContent/Spells/Ninjitsu/Backstab.cs diff --git a/Projects/Scripts/Spells/Ninjitsu/DeathStrike.cs b/Projects/UOContent/Spells/Ninjitsu/DeathStrike.cs similarity index 100% rename from Projects/Scripts/Spells/Ninjitsu/DeathStrike.cs rename to Projects/UOContent/Spells/Ninjitsu/DeathStrike.cs diff --git a/Projects/Scripts/Spells/Ninjitsu/FocusAttack.cs b/Projects/UOContent/Spells/Ninjitsu/FocusAttack.cs similarity index 100% rename from Projects/Scripts/Spells/Ninjitsu/FocusAttack.cs rename to Projects/UOContent/Spells/Ninjitsu/FocusAttack.cs diff --git a/Projects/Scripts/Spells/Ninjitsu/KiAttack.cs b/Projects/UOContent/Spells/Ninjitsu/KiAttack.cs similarity index 100% rename from Projects/Scripts/Spells/Ninjitsu/KiAttack.cs rename to Projects/UOContent/Spells/Ninjitsu/KiAttack.cs diff --git a/Projects/Scripts/Spells/Ninjitsu/MirrorImage.cs b/Projects/UOContent/Spells/Ninjitsu/MirrorImage.cs similarity index 100% rename from Projects/Scripts/Spells/Ninjitsu/MirrorImage.cs rename to Projects/UOContent/Spells/Ninjitsu/MirrorImage.cs diff --git a/Projects/Scripts/Spells/Ninjitsu/NinjaMove.cs b/Projects/UOContent/Spells/Ninjitsu/NinjaMove.cs similarity index 100% rename from Projects/Scripts/Spells/Ninjitsu/NinjaMove.cs rename to Projects/UOContent/Spells/Ninjitsu/NinjaMove.cs diff --git a/Projects/Scripts/Spells/Ninjitsu/NinjaSpell.cs b/Projects/UOContent/Spells/Ninjitsu/NinjaSpell.cs similarity index 100% rename from Projects/Scripts/Spells/Ninjitsu/NinjaSpell.cs rename to Projects/UOContent/Spells/Ninjitsu/NinjaSpell.cs diff --git a/Projects/Scripts/Spells/Ninjitsu/ShadowJump.cs b/Projects/UOContent/Spells/Ninjitsu/ShadowJump.cs similarity index 100% rename from Projects/Scripts/Spells/Ninjitsu/ShadowJump.cs rename to Projects/UOContent/Spells/Ninjitsu/ShadowJump.cs diff --git a/Projects/Scripts/Spells/Ninjitsu/SurpriseAttack.cs b/Projects/UOContent/Spells/Ninjitsu/SurpriseAttack.cs similarity index 100% rename from Projects/Scripts/Spells/Ninjitsu/SurpriseAttack.cs rename to Projects/UOContent/Spells/Ninjitsu/SurpriseAttack.cs diff --git a/Projects/Scripts/Spells/Reagent.cs b/Projects/UOContent/Spells/Reagent.cs similarity index 100% rename from Projects/Scripts/Spells/Reagent.cs rename to Projects/UOContent/Spells/Reagent.cs diff --git a/Projects/Scripts/Spells/Second/Agility.cs b/Projects/UOContent/Spells/Second/Agility.cs similarity index 100% rename from Projects/Scripts/Spells/Second/Agility.cs rename to Projects/UOContent/Spells/Second/Agility.cs diff --git a/Projects/Scripts/Spells/Second/Cunning.cs b/Projects/UOContent/Spells/Second/Cunning.cs similarity index 100% rename from Projects/Scripts/Spells/Second/Cunning.cs rename to Projects/UOContent/Spells/Second/Cunning.cs diff --git a/Projects/Scripts/Spells/Second/Cure.cs b/Projects/UOContent/Spells/Second/Cure.cs similarity index 100% rename from Projects/Scripts/Spells/Second/Cure.cs rename to Projects/UOContent/Spells/Second/Cure.cs diff --git a/Projects/Scripts/Spells/Second/Harm.cs b/Projects/UOContent/Spells/Second/Harm.cs similarity index 100% rename from Projects/Scripts/Spells/Second/Harm.cs rename to Projects/UOContent/Spells/Second/Harm.cs diff --git a/Projects/Scripts/Spells/Second/MagicTrap.cs b/Projects/UOContent/Spells/Second/MagicTrap.cs similarity index 100% rename from Projects/Scripts/Spells/Second/MagicTrap.cs rename to Projects/UOContent/Spells/Second/MagicTrap.cs diff --git a/Projects/Scripts/Spells/Second/Protection.cs b/Projects/UOContent/Spells/Second/Protection.cs similarity index 100% rename from Projects/Scripts/Spells/Second/Protection.cs rename to Projects/UOContent/Spells/Second/Protection.cs diff --git a/Projects/Scripts/Spells/Second/RemoveTrap.cs b/Projects/UOContent/Spells/Second/RemoveTrap.cs similarity index 100% rename from Projects/Scripts/Spells/Second/RemoveTrap.cs rename to Projects/UOContent/Spells/Second/RemoveTrap.cs diff --git a/Projects/Scripts/Spells/Second/Strength.cs b/Projects/UOContent/Spells/Second/Strength.cs similarity index 100% rename from Projects/Scripts/Spells/Second/Strength.cs rename to Projects/UOContent/Spells/Second/Strength.cs diff --git a/Projects/Scripts/Spells/Seventh/ChainLightning.cs b/Projects/UOContent/Spells/Seventh/ChainLightning.cs similarity index 100% rename from Projects/Scripts/Spells/Seventh/ChainLightning.cs rename to Projects/UOContent/Spells/Seventh/ChainLightning.cs diff --git a/Projects/Scripts/Spells/Seventh/EnergyField.cs b/Projects/UOContent/Spells/Seventh/EnergyField.cs similarity index 100% rename from Projects/Scripts/Spells/Seventh/EnergyField.cs rename to Projects/UOContent/Spells/Seventh/EnergyField.cs diff --git a/Projects/Scripts/Spells/Seventh/FlameStrike.cs b/Projects/UOContent/Spells/Seventh/FlameStrike.cs similarity index 100% rename from Projects/Scripts/Spells/Seventh/FlameStrike.cs rename to Projects/UOContent/Spells/Seventh/FlameStrike.cs diff --git a/Projects/Scripts/Spells/Seventh/GateTravel.cs b/Projects/UOContent/Spells/Seventh/GateTravel.cs similarity index 100% rename from Projects/Scripts/Spells/Seventh/GateTravel.cs rename to Projects/UOContent/Spells/Seventh/GateTravel.cs diff --git a/Projects/Scripts/Spells/Seventh/ManaVampire.cs b/Projects/UOContent/Spells/Seventh/ManaVampire.cs similarity index 100% rename from Projects/Scripts/Spells/Seventh/ManaVampire.cs rename to Projects/UOContent/Spells/Seventh/ManaVampire.cs diff --git a/Projects/Scripts/Spells/Seventh/MassDispel.cs b/Projects/UOContent/Spells/Seventh/MassDispel.cs similarity index 100% rename from Projects/Scripts/Spells/Seventh/MassDispel.cs rename to Projects/UOContent/Spells/Seventh/MassDispel.cs diff --git a/Projects/Scripts/Spells/Seventh/MeteorSwarm.cs b/Projects/UOContent/Spells/Seventh/MeteorSwarm.cs similarity index 100% rename from Projects/Scripts/Spells/Seventh/MeteorSwarm.cs rename to Projects/UOContent/Spells/Seventh/MeteorSwarm.cs diff --git a/Projects/Scripts/Spells/Seventh/Polymorph.cs b/Projects/UOContent/Spells/Seventh/Polymorph.cs similarity index 100% rename from Projects/Scripts/Spells/Seventh/Polymorph.cs rename to Projects/UOContent/Spells/Seventh/Polymorph.cs diff --git a/Projects/Scripts/Spells/Sixth/Dispel.cs b/Projects/UOContent/Spells/Sixth/Dispel.cs similarity index 100% rename from Projects/Scripts/Spells/Sixth/Dispel.cs rename to Projects/UOContent/Spells/Sixth/Dispel.cs diff --git a/Projects/Scripts/Spells/Sixth/EnergyBolt.cs b/Projects/UOContent/Spells/Sixth/EnergyBolt.cs similarity index 100% rename from Projects/Scripts/Spells/Sixth/EnergyBolt.cs rename to Projects/UOContent/Spells/Sixth/EnergyBolt.cs diff --git a/Projects/Scripts/Spells/Sixth/Explosion.cs b/Projects/UOContent/Spells/Sixth/Explosion.cs similarity index 100% rename from Projects/Scripts/Spells/Sixth/Explosion.cs rename to Projects/UOContent/Spells/Sixth/Explosion.cs diff --git a/Projects/Scripts/Spells/Sixth/Invisibility.cs b/Projects/UOContent/Spells/Sixth/Invisibility.cs similarity index 100% rename from Projects/Scripts/Spells/Sixth/Invisibility.cs rename to Projects/UOContent/Spells/Sixth/Invisibility.cs diff --git a/Projects/Scripts/Spells/Sixth/Mark.cs b/Projects/UOContent/Spells/Sixth/Mark.cs similarity index 100% rename from Projects/Scripts/Spells/Sixth/Mark.cs rename to Projects/UOContent/Spells/Sixth/Mark.cs diff --git a/Projects/Scripts/Spells/Sixth/MassCurse.cs b/Projects/UOContent/Spells/Sixth/MassCurse.cs similarity index 100% rename from Projects/Scripts/Spells/Sixth/MassCurse.cs rename to Projects/UOContent/Spells/Sixth/MassCurse.cs diff --git a/Projects/Scripts/Spells/Sixth/ParalyzeField.cs b/Projects/UOContent/Spells/Sixth/ParalyzeField.cs similarity index 100% rename from Projects/Scripts/Spells/Sixth/ParalyzeField.cs rename to Projects/UOContent/Spells/Sixth/ParalyzeField.cs diff --git a/Projects/Scripts/Spells/Sixth/Reveal.cs b/Projects/UOContent/Spells/Sixth/Reveal.cs similarity index 100% rename from Projects/Scripts/Spells/Sixth/Reveal.cs rename to Projects/UOContent/Spells/Sixth/Reveal.cs diff --git a/Projects/Scripts/Spells/Spellweaving/ArcaneCircle.cs b/Projects/UOContent/Spells/Spellweaving/ArcaneCircle.cs similarity index 100% rename from Projects/Scripts/Spells/Spellweaving/ArcaneCircle.cs rename to Projects/UOContent/Spells/Spellweaving/ArcaneCircle.cs diff --git a/Projects/Scripts/Spells/Spellweaving/ArcaneForm.cs b/Projects/UOContent/Spells/Spellweaving/ArcaneForm.cs similarity index 100% rename from Projects/Scripts/Spells/Spellweaving/ArcaneForm.cs rename to Projects/UOContent/Spells/Spellweaving/ArcaneForm.cs diff --git a/Projects/Scripts/Spells/Spellweaving/ArcaneSummon.cs b/Projects/UOContent/Spells/Spellweaving/ArcaneSummon.cs similarity index 100% rename from Projects/Scripts/Spells/Spellweaving/ArcaneSummon.cs rename to Projects/UOContent/Spells/Spellweaving/ArcaneSummon.cs diff --git a/Projects/Scripts/Spells/Spellweaving/ArcanistSpell.cs b/Projects/UOContent/Spells/Spellweaving/ArcanistSpell.cs similarity index 100% rename from Projects/Scripts/Spells/Spellweaving/ArcanistSpell.cs rename to Projects/UOContent/Spells/Spellweaving/ArcanistSpell.cs diff --git a/Projects/Scripts/Spells/Spellweaving/AttuneWeapon.cs b/Projects/UOContent/Spells/Spellweaving/AttuneWeapon.cs similarity index 100% rename from Projects/Scripts/Spells/Spellweaving/AttuneWeapon.cs rename to Projects/UOContent/Spells/Spellweaving/AttuneWeapon.cs diff --git a/Projects/Scripts/Spells/Spellweaving/EssenceOfWind.cs b/Projects/UOContent/Spells/Spellweaving/EssenceOfWind.cs similarity index 100% rename from Projects/Scripts/Spells/Spellweaving/EssenceOfWind.cs rename to Projects/UOContent/Spells/Spellweaving/EssenceOfWind.cs diff --git a/Projects/Scripts/Spells/Spellweaving/EtherealVoyage.cs b/Projects/UOContent/Spells/Spellweaving/EtherealVoyage.cs similarity index 100% rename from Projects/Scripts/Spells/Spellweaving/EtherealVoyage.cs rename to Projects/UOContent/Spells/Spellweaving/EtherealVoyage.cs diff --git a/Projects/Scripts/Spells/Spellweaving/GiftOfLife.cs b/Projects/UOContent/Spells/Spellweaving/GiftOfLife.cs similarity index 100% rename from Projects/Scripts/Spells/Spellweaving/GiftOfLife.cs rename to Projects/UOContent/Spells/Spellweaving/GiftOfLife.cs diff --git a/Projects/Scripts/Spells/Spellweaving/GiftOfRenewal.cs b/Projects/UOContent/Spells/Spellweaving/GiftOfRenewal.cs similarity index 100% rename from Projects/Scripts/Spells/Spellweaving/GiftOfRenewal.cs rename to Projects/UOContent/Spells/Spellweaving/GiftOfRenewal.cs diff --git a/Projects/Scripts/Spells/Spellweaving/ImmolatingWeapon.cs b/Projects/UOContent/Spells/Spellweaving/ImmolatingWeapon.cs similarity index 100% rename from Projects/Scripts/Spells/Spellweaving/ImmolatingWeapon.cs rename to Projects/UOContent/Spells/Spellweaving/ImmolatingWeapon.cs diff --git a/Projects/Scripts/Spells/Spellweaving/Items/ArcaneFocus.cs b/Projects/UOContent/Spells/Spellweaving/Items/ArcaneFocus.cs similarity index 100% rename from Projects/Scripts/Spells/Spellweaving/Items/ArcaneFocus.cs rename to Projects/UOContent/Spells/Spellweaving/Items/ArcaneFocus.cs diff --git a/Projects/Scripts/Spells/Spellweaving/Items/TransientItem.cs b/Projects/UOContent/Spells/Spellweaving/Items/TransientItem.cs similarity index 100% rename from Projects/Scripts/Spells/Spellweaving/Items/TransientItem.cs rename to Projects/UOContent/Spells/Spellweaving/Items/TransientItem.cs diff --git a/Projects/Scripts/Spells/Spellweaving/Mobiles/ArcaneFey.cs b/Projects/UOContent/Spells/Spellweaving/Mobiles/ArcaneFey.cs similarity index 100% rename from Projects/Scripts/Spells/Spellweaving/Mobiles/ArcaneFey.cs rename to Projects/UOContent/Spells/Spellweaving/Mobiles/ArcaneFey.cs diff --git a/Projects/Scripts/Spells/Spellweaving/Mobiles/ArcaneFiend.cs b/Projects/UOContent/Spells/Spellweaving/Mobiles/ArcaneFiend.cs similarity index 100% rename from Projects/Scripts/Spells/Spellweaving/Mobiles/ArcaneFiend.cs rename to Projects/UOContent/Spells/Spellweaving/Mobiles/ArcaneFiend.cs diff --git a/Projects/Scripts/Spells/Spellweaving/Mobiles/NatureFury.cs b/Projects/UOContent/Spells/Spellweaving/Mobiles/NatureFury.cs similarity index 100% rename from Projects/Scripts/Spells/Spellweaving/Mobiles/NatureFury.cs rename to Projects/UOContent/Spells/Spellweaving/Mobiles/NatureFury.cs diff --git a/Projects/Scripts/Spells/Spellweaving/NatureFury.cs b/Projects/UOContent/Spells/Spellweaving/NatureFury.cs similarity index 100% rename from Projects/Scripts/Spells/Spellweaving/NatureFury.cs rename to Projects/UOContent/Spells/Spellweaving/NatureFury.cs diff --git a/Projects/Scripts/Spells/Spellweaving/ReaperForm.cs b/Projects/UOContent/Spells/Spellweaving/ReaperForm.cs similarity index 100% rename from Projects/Scripts/Spells/Spellweaving/ReaperForm.cs rename to Projects/UOContent/Spells/Spellweaving/ReaperForm.cs diff --git a/Projects/Scripts/Spells/Spellweaving/SummonFey.cs b/Projects/UOContent/Spells/Spellweaving/SummonFey.cs similarity index 100% rename from Projects/Scripts/Spells/Spellweaving/SummonFey.cs rename to Projects/UOContent/Spells/Spellweaving/SummonFey.cs diff --git a/Projects/Scripts/Spells/Spellweaving/SummonFiend.cs b/Projects/UOContent/Spells/Spellweaving/SummonFiend.cs similarity index 100% rename from Projects/Scripts/Spells/Spellweaving/SummonFiend.cs rename to Projects/UOContent/Spells/Spellweaving/SummonFiend.cs diff --git a/Projects/Scripts/Spells/Spellweaving/Thunderstorm.cs b/Projects/UOContent/Spells/Spellweaving/Thunderstorm.cs similarity index 100% rename from Projects/Scripts/Spells/Spellweaving/Thunderstorm.cs rename to Projects/UOContent/Spells/Spellweaving/Thunderstorm.cs diff --git a/Projects/Scripts/Spells/Spellweaving/WordOfDeath.cs b/Projects/UOContent/Spells/Spellweaving/WordOfDeath.cs similarity index 100% rename from Projects/Scripts/Spells/Spellweaving/WordOfDeath.cs rename to Projects/UOContent/Spells/Spellweaving/WordOfDeath.cs diff --git a/Projects/Scripts/Spells/Targeting/IRecallSpell.cs b/Projects/UOContent/Spells/Targeting/IRecallSpell.cs similarity index 100% rename from Projects/Scripts/Spells/Targeting/IRecallSpell.cs rename to Projects/UOContent/Spells/Targeting/IRecallSpell.cs diff --git a/Projects/Scripts/Spells/Targeting/ISpellTarget.cs b/Projects/UOContent/Spells/Targeting/ISpellTarget.cs similarity index 100% rename from Projects/Scripts/Spells/Targeting/ISpellTarget.cs rename to Projects/UOContent/Spells/Targeting/ISpellTarget.cs diff --git a/Projects/Scripts/Spells/Targeting/RecallSpellTarget.cs b/Projects/UOContent/Spells/Targeting/RecallSpellTarget.cs similarity index 100% rename from Projects/Scripts/Spells/Targeting/RecallSpellTarget.cs rename to Projects/UOContent/Spells/Targeting/RecallSpellTarget.cs diff --git a/Projects/Scripts/Spells/Targeting/SpellTargetItem.cs b/Projects/UOContent/Spells/Targeting/SpellTargetItem.cs similarity index 100% rename from Projects/Scripts/Spells/Targeting/SpellTargetItem.cs rename to Projects/UOContent/Spells/Targeting/SpellTargetItem.cs diff --git a/Projects/Scripts/Spells/Targeting/SpellTargetMobile.cs b/Projects/UOContent/Spells/Targeting/SpellTargetMobile.cs similarity index 100% rename from Projects/Scripts/Spells/Targeting/SpellTargetMobile.cs rename to Projects/UOContent/Spells/Targeting/SpellTargetMobile.cs diff --git a/Projects/Scripts/Spells/Targeting/SpellTargetPoint3D.cs b/Projects/UOContent/Spells/Targeting/SpellTargetPoint3D.cs similarity index 100% rename from Projects/Scripts/Spells/Targeting/SpellTargetPoint3D.cs rename to Projects/UOContent/Spells/Targeting/SpellTargetPoint3D.cs diff --git a/Projects/Scripts/Spells/Third/Bless.cs b/Projects/UOContent/Spells/Third/Bless.cs similarity index 100% rename from Projects/Scripts/Spells/Third/Bless.cs rename to Projects/UOContent/Spells/Third/Bless.cs diff --git a/Projects/Scripts/Spells/Third/Fireball.cs b/Projects/UOContent/Spells/Third/Fireball.cs similarity index 100% rename from Projects/Scripts/Spells/Third/Fireball.cs rename to Projects/UOContent/Spells/Third/Fireball.cs diff --git a/Projects/Scripts/Spells/Third/MagicLock.cs b/Projects/UOContent/Spells/Third/MagicLock.cs similarity index 100% rename from Projects/Scripts/Spells/Third/MagicLock.cs rename to Projects/UOContent/Spells/Third/MagicLock.cs diff --git a/Projects/Scripts/Spells/Third/Poison.cs b/Projects/UOContent/Spells/Third/Poison.cs similarity index 100% rename from Projects/Scripts/Spells/Third/Poison.cs rename to Projects/UOContent/Spells/Third/Poison.cs diff --git a/Projects/Scripts/Spells/Third/Telekinesis.cs b/Projects/UOContent/Spells/Third/Telekinesis.cs similarity index 100% rename from Projects/Scripts/Spells/Third/Telekinesis.cs rename to Projects/UOContent/Spells/Third/Telekinesis.cs diff --git a/Projects/Scripts/Spells/Third/Teleport.cs b/Projects/UOContent/Spells/Third/Teleport.cs similarity index 100% rename from Projects/Scripts/Spells/Third/Teleport.cs rename to Projects/UOContent/Spells/Third/Teleport.cs diff --git a/Projects/Scripts/Spells/Third/Unlock.cs b/Projects/UOContent/Spells/Third/Unlock.cs similarity index 100% rename from Projects/Scripts/Spells/Third/Unlock.cs rename to Projects/UOContent/Spells/Third/Unlock.cs diff --git a/Projects/Scripts/Spells/Third/WallOfStone.cs b/Projects/UOContent/Spells/Third/WallOfStone.cs similarity index 100% rename from Projects/Scripts/Spells/Third/WallOfStone.cs rename to Projects/UOContent/Spells/Third/WallOfStone.cs diff --git a/Projects/Scripts/Spells/UnsummonTimer.cs b/Projects/UOContent/Spells/UnsummonTimer.cs similarity index 100% rename from Projects/Scripts/Spells/UnsummonTimer.cs rename to Projects/UOContent/Spells/UnsummonTimer.cs diff --git a/Projects/Scripts/Targets/BladedItemTarget.cs b/Projects/UOContent/Targets/BladedItemTarget.cs similarity index 100% rename from Projects/Scripts/Targets/BladedItemTarget.cs rename to Projects/UOContent/Targets/BladedItemTarget.cs diff --git a/Projects/Scripts/Targets/MoveTarget.cs b/Projects/UOContent/Targets/MoveTarget.cs similarity index 100% rename from Projects/Scripts/Targets/MoveTarget.cs rename to Projects/UOContent/Targets/MoveTarget.cs diff --git a/Projects/Scripts/Targets/PickMoveTarget.cs b/Projects/UOContent/Targets/PickMoveTarget.cs similarity index 100% rename from Projects/Scripts/Targets/PickMoveTarget.cs rename to Projects/UOContent/Targets/PickMoveTarget.cs diff --git a/Projects/UOContent/UOContent.csproj b/Projects/UOContent/UOContent.csproj new file mode 100644 index 000000000..c7c689fa7 --- /dev/null +++ b/Projects/UOContent/UOContent.csproj @@ -0,0 +1,97 @@ + + + + Server + netcoreapp3.1 + UOContent + Kamron Batman + ModernUO + ModernUO Content + 2019-2020 + true + true + + true + x64 + 8.0 + ..\..\Distribution\Assemblies + true + Debug;Release;Analyze + WINDOWS + UNIX + x64 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Rules.rulest + + + stylecop.json + + + + TRACE;DEBUG;$(DefineConstants) + false + + + true + + + true + true + ..\..\Rules.ruleset + + + + + + + false + + + + + + + + + + + + + 1.1.118 + all + + + 2.9.8 + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + diff --git a/Rules.ruleset b/Rules.ruleset index b75f64bd1..3cd802354 100644 --- a/Rules.ruleset +++ b/Rules.ruleset @@ -145,6 +145,7 @@ + @@ -175,4 +176,4 @@ - \ No newline at end of file + diff --git a/Tools/publish.cmd b/Tools/publish.cmd index ecb0f5587..c37b11f20 100755 --- a/Tools/publish.cmd +++ b/Tools/publish.cmd @@ -26,7 +26,7 @@ else fi dotnet publish ${c} ${r} --self-contained=false -o Distribution Projects/Server/Server.csproj -dotnet publish ${c} ${r} --self-contained=false -o Distribution/Assemblies Projects/Scripts/Scripts.csproj +dotnet publish ${c} ${r} --self-contained=false -o Distribution/Assemblies Projects/UOContent/UOContent.csproj exit $? :CMDSCRIPT @@ -45,6 +45,5 @@ IF "%~1" == "" ( SET r=-r %~1-x64 ) -echo dotnet publish %c% %r% --self-contained=false -o Distribution Projects\Server\Server.csproj dotnet publish %c% %r% --self-contained=false -o Distribution Projects\Server\Server.csproj -dotnet publish %c% %r% --self-contained=false -o Distribution\Assemblies Projects\Scripts\Scripts.csproj +dotnet publish %c% %r% --self-contained=false -o Distribution\Assemblies Projects\UOContent\UOContent.csproj