Warnings:
+ Customs/Misc/New Added/Sprinkler.cs:
CS0105: Line 10: The using directive for 'Server.ContextMenus' appeared previously in this namespace
+ Customs/try/did/New Try/Riddick/Furyan/Riddick.cs:
CS0105: Line 11: The using directive for 'Server.Gumps' appeared previously in this namespace
+ Customs/try/did/put in 2/Updated Quests/Lighthouse Keeper Quest/Mobiles/LighthouseKeeper.cs:
CS0105: Line 11: The using directive for 'Server.Misc' appeared previously in this namespace
+ Customs/try/did/Underworld Quest/Underworld.cs:
CS0105: Line 11: The using directive for 'Server.Gumps' appeared previously in this namespace
CS0219: Line 108: The variable 'hairHue' is assigned but its value is never used
+ Customs/try/did/Idolstickets/BaseIdol.cs:
CS0436: Line 43: The type 'Server.Network.SpeedBoost' in 'c:\Users\Chris Biddlecom\Desktop\merge project\DAY server\RunUO-2.0-RC1\Scripts\Customs\try\did\Idolstickets\BaseIdol.cs' conflicts with the imported type 'Server.Network.SpeedBoost' in 'c:\Users\Chris Biddlecom\Desktop\merge project\DAY server\RunUO-2.0-RC1\RunUO.exe'. Using the one in 'c:\Users\Chris Biddlecom\Desktop\merge project\DAY server\RunUO-2.0-RC1\Scripts\Customs\try\did\Idolstickets\BaseIdol.cs'.
CS0436: Line 43: The type 'Server.Network.SpeedBoost' in 'c:\Users\Chris Biddlecom\Desktop\merge project\DAY server\RunUO-2.0-RC1\Scripts\Customs\try\did\Idolstickets\BaseIdol.cs' conflicts with the imported type 'Server.Network.SpeedBoost' in 'c:\Users\Chris Biddlecom\Desktop\merge project\DAY server\RunUO-2.0-RC1\RunUO.exe'. Using the one in 'c:\Users\Chris Biddlecom\Desktop\merge project\DAY server\RunUO-2.0-RC1\Scripts\Customs\try\did\Idolstickets\BaseIdol.cs'.
CS0108: Line 49: 'Server.Network.SpeedBoost.SetStatic()' hides inherited member 'Server.Network.Packet.SetStatic()'. Use the new keyword if hiding was intended.
CS0436: Line 119: The type 'Server.Network.SpeedBoost' in 'c:\Users\Chris Biddlecom\Desktop\merge project\DAY server\RunUO-2.0-RC1\Scripts\Customs\try\did\Idolstickets\BaseIdol.cs' conflicts with the imported type 'Server.Network.SpeedBoost' in 'c:\Users\Chris Biddlecom\Desktop\merge project\DAY server\RunUO-2.0-RC1\RunUO.exe'. Using the one in 'c:\Users\Chris Biddlecom\Desktop\merge project\DAY server\RunUO-2.0-RC1\Scripts\Customs\try\did\Idolstickets\BaseIdol.cs'.
CS0436: Line 129: The type 'Server.Network.SpeedBoost' in 'c:\Users\Chris Biddlecom\Desktop\merge project\DAY server\RunUO-2.0-RC1\Scripts\Customs\try\did\Idolstickets\BaseIdol.cs' conflicts with the imported type 'Server.Network.SpeedBoost' in 'c:\Users\Chris Biddlecom\Desktop\merge project\DAY server\RunUO-2.0-RC1\RunUO.exe'. Using the one in 'c:\Users\Chris Biddlecom\Desktop\merge project\DAY server\RunUO-2.0-RC1\Scripts\Customs\try\did\Idolstickets\BaseIdol.cs'.
CS0436: Line 26: The type 'Server.Network.SpeedBoost' in 'c:\Users\Chris Biddlecom\Desktop\merge project\DAY server\RunUO-2.0-RC1\Scripts\Customs\try\did\Idolstickets\BaseIdol.cs' conflicts with the imported type 'Server.Network.SpeedBoost' in 'c:\Users\Chris Biddlecom\Desktop\merge project\DAY server\RunUO-2.0-RC1\RunUO.exe'. Using the one in 'c:\Users\Chris Biddlecom\Desktop\merge project\DAY server\RunUO-2.0-RC1\Scripts\Customs\try\did\Idolstickets\BaseIdol.cs'.
CS0436: Line 26: The type 'Server.Network.SpeedBoost' in 'c:\Users\Chris Biddlecom\Desktop\merge project\DAY server\RunUO-2.0-RC1\Scripts\Customs\try\did\Idolstickets\BaseIdol.cs' conflicts with the imported type 'Server.Network.SpeedBoost' in 'c:\Users\Chris Biddlecom\Desktop\merge project\DAY server\RunUO-2.0-RC1\RunUO.exe'. Using the one in 'c:\Users\Chris Biddlecom\Desktop\merge project\DAY server\RunUO-2.0-RC1\Scripts\Customs\try\did\Idolstickets\BaseIdol.cs'.
CS0436: Line 27: The type 'Server.Network.SpeedBoost' in 'c:\Users\Chris Biddlecom\Desktop\merge project\DAY server\RunUO-2.0-RC1\Scripts\Customs\try\did\Idolstickets\BaseIdol.cs' conflicts with the imported type 'Server.Network.SpeedBoost' in 'c:\Users\Chris Biddlecom\Desktop\merge project\DAY server\RunUO-2.0-RC1\RunUO.exe'. Using the one in 'c:\Users\Chris Biddlecom\Desktop\merge project\DAY server\RunUO-2.0-RC1\Scripts\Customs\try\did\Idolstickets\BaseIdol.cs'.
+ Customs/Misc/New Added/TrainingParasite.cs:
CS0114: Line 13: 'Server.Mobiles.TrainingParasite.NoHouseRestrictions' hides inherited member 'Server.Mobiles.BaseCreature.NoHouseRestrictions'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
+ Customs/Misc/ItemIDChangeStone.cs:
CS0108: Line 121: 'Server.Items.ItemIDChangeStone.CheckTarget' hides inherited member 'Server.Item.CheckTarget(Server.Mobile, Server.Targeting.Target, object)'. Use the new keyword if hiding was intended.
+ Customs/Quests/2.0 CustomQuests/VampireQuest/VampQuestItems/Drac Required items/DraculasTeleporter.cs:
CS0114: Line 21: 'Server.Items.DraculasTeleporter.Location' hides inherited member 'Server.Item.Location'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
CS0108: Line 28: 'Server.Items.DraculasTeleporter.Map' hides inherited member 'Server.Item.Map'. Use the new keyword if hiding was intended.
+ Customs/try/did/Irish Armor Quest/GiantEarth.cs:
CS0114: Line 141: 'Server.Mobiles.GiantEarthElemental.OnBeforeDeath()' hides inherited member 'Server.Mobiles.BaseCreature.OnBeforeDeath()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
CS0162: Line 95: Unreachable code detected
+ Customs/try/did/put in 2/Updated Quests/Magic Mushroom Quest/Mobiles/MMQMycologist.cs:
CS0114: Line 18: 'Server.Mobiles.MMQMycologist.IsInvulnerable' hides inherited member 'Server.Mobiles.BaseVendor.IsInvulnerable'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
+ Customs/try/did/put in 2/Updated Quests/Orcish Forge Quest/Mobiles/OFQOrc.cs:
CS0114: Line 21: 'Server.Mobiles.OFQOrc.IsInvulnerable' hides inherited member 'Server.Mobiles.BaseVendor.IsInvulnerable'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
+ Customs/try/did/CorpseRetrievalPackage_UsingXMLSpawner.cs:
CS0108: Line 858: 'Server.CorpseSystem.CorpseBookAtt.Initialize()' hides inherited member 'Server.Engines.XmlSpawner2.XmlAttachment.Initialize()'. Use the new keyword if hiding was intended.
+ Commands/Handlers.cs:
CS0436: Line 105: The type 'Server.Network.SpeedBoost' in 'c:\Users\Chris Biddlecom\Desktop\merge project\DAY server\RunUO-2.0-RC1\Scripts\Customs\try\did\Idolstickets\BaseIdol.cs' conflicts with the imported type 'Server.Network.SpeedBoost' in 'c:\Users\Chris Biddlecom\Desktop\merge project\DAY server\RunUO-2.0-RC1\RunUO.exe'. Using the one in 'c:\Users\Chris Biddlecom\Desktop\merge project\DAY server\RunUO-2.0-RC1\Scripts\Customs\try\did\Idolstickets\BaseIdol.cs'.
CS0436: Line 110: The type 'Server.Network.SpeedBoost' in 'c:\Users\Chris Biddlecom\Desktop\merge project\DAY server\RunUO-2.0-RC1\Scripts\Customs\try\did\Idolstickets\BaseIdol.cs' conflicts with the imported type 'Server.Network.SpeedBoost' in 'c:\Users\Chris Biddlecom\Desktop\merge project\DAY server\RunUO-2.0-RC1\RunUO.exe'. Using the one in 'c:\Users\Chris Biddlecom\Desktop\merge project\DAY server\RunUO-2.0-RC1\Scripts\Customs\try\did\Idolstickets\BaseIdol.cs'.
+ Customs/ADDONS/From Daisy/AntiquePianoSouthAddon.cs:
CS0168: Line 24: The variable 'ac' is declared but never used
+ Customs/ADDONS/newaddons/The Box/AphroditeAddon.cs:
CS0219: Line 27: The variable 'ac' is assigned but its value is never used
+ Customs/ADDONS/newaddons/The Box/bluepostAddon.cs:
CS0219: Line 28: The variable 'ac' is assigned but its value is never used
+ Customs/ADDONS/newaddons/The Box/chand1Addon.cs:
CS0219: Line 27: The variable 'ac' is assigned but its value is never used
+ Customs/ADDONS/newaddons/The Box/chand2Addon.cs:
CS0219: Line 27: The variable 'ac' is assigned but its value is never used
+ Customs/ADDONS/newaddons/The Box/chand3Addon.cs:
CS0219: Line 27: The variable 'ac' is assigned but its value is never used
+ Customs/ADDONS/newaddons/The Box/DragonWallSAddon.cs:
CS0219: Line 28: The variable 'ac' is assigned but its value is never used
+ Customs/ADDONS/newaddons/The Box/lampostEAddon.cs:
CS0219: Line 27: The variable 'ac' is assigned but its value is never used
+ Customs/ADDONS/newaddons/The Box/LampostSouthAddon.cs:
CS0219: Line 27: The variable 'ac' is assigned but its value is never used
+ Customs/ADDONS/newaddons/The Box/SkullPedestalAddon.cs:
CS0219: Line 27: The variable 'ac' is assigned but its value is never used
+ Customs/ADDONS/newaddons/The Box/TotemEAddon.cs:
CS0219: Line 27: The variable 'ac' is assigned but its value is never used
+ Customs/ADDONS/BigFishTankAddon.cs:
CS0168: Line 66: The variable 'ac' is declared but never used
+ Customs/ADDONS/SacrificeAlterAddon.cs:
CS0168: Line 28: The variable 'ac' is declared but never used
+ Customs/ADDONS/toiletAddon.cs:
CS0219: Line 31: The variable 'ac' is assigned but its value is never used
+ Customs/Custom Monsters/more Custom Monsters/GMC/BaseKiller.cs:
CS0168: Line 99: The variable 'item' is declared but never used
Error:
System.ArgumentException: The path is not of a legal form.
at System.IO.Path.NormalizePathFast(String path, Boolean fullCheck)
at System.IO.Path.GetFullPath(String path)
at Server.ScriptCompiler.Display(CompilerResults results)
at Server.ScriptCompiler.CompileCSScripts(Boolean debug, Assembly& assembly)
at Server.ScriptCompiler.Compile(Boolean debug)
at Server.Core.Main(String[] args)
This exception is fatal, press return to exit