CODE |
RunUO - [www.runuo.com] Version 2.0, Build 2357.32527 Core: Running on .NET Framework Version 2.0.50727 Scripts: Compiling C# scripts...failed (2 errors, 0 warnings) Errors: + Container.cs: CS0101: Line 11: The namespace 'Server.Items' already contains a definition for 'BaseContainer' CS0101: Line 152: The namespace 'Server.Items' already contains a definition for 'StrongBackpack' CS0101: Line 197: The namespace 'Server.Items' already contains a definition for 'Backpack' CS0101: Line 237: The namespace 'Server.Items' already contains a definition for 'Pouch' CS0101: Line 264: The namespace 'Server.Items' already contains a definition for 'BaseBagBall' CS0101: Line 300: The namespace 'Server.Items' already contains a definition for 'SmallBagBall' CS0101: Line 326: The namespace 'Server.Items' already contains a definition for 'LargeBagBall' CS0101: Line 352: The namespace 'Server.Items' already contains a definition for 'Bag' CS0101: Line 388: The namespace 'Server.Items' already contains a definition for 'Barrel' CS0101: Line 418: The namespace 'Server.Items' already contains a definition for 'Keg' CS0101: Line 445: The namespace 'Server.Items' already contains a definition for 'PicnicBasket' CS0101: Line 472: The namespace 'Server.Items' already contains a definition for 'Basket' CS0101: Line 501: The namespace 'Server.Items' already contains a definition for 'WoodenBox' CS0101: Line 530: The namespace 'Server.Items' already contains a definition for 'SmallCrate' CS0101: Line 562: The namespace 'Server.Items' already contains a definition for 'MediumCrate' CS0101: Line 594: The namespace 'Server.Items' already contains a definition for 'LargeCrate' CS0101: Line 626: The namespace 'Server.Items' already contains a definition for 'MetalBox' CS0101: Line 657: The namespace 'Server.Items' already contains a definition for 'MetalChest' CS0101: Line 688: The namespace 'Server.Items' already contains a definition for 'MetalGoldenChest' CS0101: Line 719: The namespace 'Server.Items' already contains a definition for 'WoodenChest' CS0101: Line 751: The namespace 'Server.Items' already contains a definition for 'PlainWoodenChest' CS0101: Line 782: The namespace 'Server.Items' already contains a definition for 'OrnateWoodenChest' CS0101: Line 813: The namespace 'Server.Items' already contains a definition for 'GildedWoodenChest' CS0101: Line 844: The namespace 'Server.Items' already contains a definition for 'WoodenFootLocker' CS0101: Line 875: The namespace 'Server.Items' already contains a definition for 'FinishedWoodenChest' + Stealing.cs: CS0101: Line 16: The namespace 'Server.SkillHandlers' already contains a def inition for 'Stealing' CS0102: Line 36: The type 'Server.SkillHandlers.Stealing' already contains a definition for 'StealingTarget' CS0101: Line 410: The namespace 'Server.SkillHandlers' already contains a de finition for 'StolenItem' Scripts: One or more scripts failed to compile or no script files were found. - Press return to exit, or R to try again. |
CODE |
Scripts: Compiling C# scripts...failed (4 errors, 0 warnings) Errors: + Misc/LootPack.cs: CS0111: Line 553: Type 'Server.LootPackEntry' already defines a member calle d 'IsInTokuno' with the same parameter types + New Folder/Datafiles/BoxData.cs: CS0246: Line 28: The type or namespace name 'CommandEventArgs' could not be found (are you missing a using directive or an assembly reference?) + New Folder/Datafiles/PropsData.cs: CS0246: Line 64: The type or namespace name 'CommandEventArgs' could not be found (are you missing a using directive or an assembly reference?) + New Folder/Datafiles/SpawnData.cs: CS0246: Line 57: The type or namespace name 'CommandEventArgs' could not be found (are you missing a using directive or an assembly reference?) Scripts: One or more scripts failed to compile or no script files were found. - Press return to exit, or R to try again. |
CODE |
Errors: + Misc/LootPack.cs: CS0111: Line 553: Type 'Server.LootPackEntry' already defines a member calle d 'IsInTokuno' with the same parameter types Scripts: One or more scripts failed to compile or no script files were found. - Press return to exit, or R to try again. |
CODE |
private static bool IsInTokuno(Mobile m) { // ARTEGORDONMOD // allow lootpack construction without a mobile if (m == null) return false; if (m.Region.IsPartOf("Fan Dancer's Dojo")) return true; if (m.Region.IsPartOf("Yomotsu Mines")) return true; return (m.Map == Map.Tokuno); } |
CODE |
Errors: + XmlSpawner2.cs: CS0029: Line 9451: Cannot implicitly convert type 'System.Collections.ArrayL ist' to 'System.Collections.Generic.List<Server.Tile>' Scripts: One or more scripts failed to compile or no script files were found. - Press return to exit, or R to try again. |
CODE |
Errors: + XmlSpawner2.cs: CS0029: Line 9451: Cannot implicitly convert type 'System.Collections.ArrayL ist' to 'System.Collections.Generic.List<Server.Tile>' Scripts: One or more scripts failed to compile or no script files were found. - Press return to exit, or R to try again. |