I am trying out Dragons-Legacy-Alpha-1.0a-master that was recommended to me, and I added New Champs (WinterSolstice, Brimstone). I followed the directions in the file that came with it, Now I get these errors;

--------------------------------------------------------------------------------

ServUO - [http://www.servuo.com] Version 0.5, Build 6922.2759
Publish 54
Core: Optimizing for 4 64-bit processors
RandomImpl: CSPRandom (Software)
Core: Loading config...
Scripts: Compiling C# scripts...Failed with: 5 errors, 1 warnings
Warnings:
+ Services/Revamped Dungeons/Covetous Void Spawn/Creatures/CovetousCreature.cs:

CS0108: Line 13: 'Server.Mobiles.CovetousCreature.Level' hides inherited mem
ber 'Server.Mobiles.BaseCreature.Level'. Use the new keyword if hiding was inten
ded.
Errors:
+ Custom/New Champs/Brimstone Champion/Level 3/FieryDragon.cs:
CS0246: Line 25: The type or namespace name 'DragonsBlood' could not be foun
d (are you missing a using directive or an assembly reference?)
+ Custom/New Champs/Brimstone Champion/Level 4/Balroq.cs:
CS0246: Line 50: The type or namespace name 'SemidisRobe' could not be found
(are you missing a using directive or an assembly reference?)
+ Custom/New Champs/Brimstone Champion/FireSpirit.cs:
CS0246: Line 163: The type or namespace name 'PoolOfLava' could not be found
(are you missing a using directive or an assembly reference?)
CS0246: Line 163: The type or namespace name 'PoolOfLava' could not be found
(are you missing a using directive or an assembly reference?)
+ Custom/New Champs/Winter Solstice Champ/Level 3/SnowDrake.cs:
CS0246: Line 61: The type or namespace name 'sdeggs' could not be found (are
you missing a using directive or an assembly reference?)
+ Custom/New Champs/Winter Solstice Champ/Hodur.cs:
CS1061: Line 192: 'Server.IDamageable' does not contain a definition for 'Pl
ayer' and no extension method 'Player' accepting a first argument of type 'Serve
r.IDamageable' could be found (are you missing a using directive or an assembly
reference?)
CS1061: Line 201: 'Server.IDamageable' does not contain a definition for 'Bo
dy' and no extension method 'Body' accepting a first argument of type 'Server.ID
amageable' could be found (are you missing a using directive or an assembly refe
rence?)
CS1061: Line 202: 'Server.IDamageable' does not contain a definition for 'Hu
e' and no extension method 'Hue' accepting a first argument of type 'Server.IDam
ageable' could be found (are you missing a using directive or an assembly refere
nce?)
CS1061: Line 204: 'Server.IDamageable' does not contain a definition for 'Fe
male' and no extension method 'Female' accepting a first argument of type 'Serve
r.IDamageable' could be found (are you missing a using directive or an assembly
reference?)
CS1061: Line 205: 'Server.IDamageable' does not contain a definition for 'Ti
tle' and no extension method 'Title' accepting a first argument of type 'Server.
IDamageable' could be found (are you missing a using directive or an assembly re
ference?)
CS1061: Line 207: 'Server.IDamageable' does not contain a definition for 'It
ems' and no extension method 'Items' accepting a first argument of type 'Server.
IDamageable' could be found (are you missing a using directive or an assembly re
ference?)
Scripts: One or more scripts failed to compile or no script files were found.
- Press return to exit, or R to try again.

I have been looking through the forms to see if there was an answer and haven't found one yet.
 
It seems like youre missing some files, double check to make sure you have all tbose files that state youre missing a namespace for. Could also revert back to where you started and try again to make sure nothing got deleted when adding the files back in
 
Back