I updated to 3.0.0.1 version and when compiled I get these errors:
[CODE}
--------------------------------------------------------------------------------
ServUO - [
http://www.servuo.com] Version 0.5, Build 5912.3429
Publish 54
Core: Optimizing for 4 processors
RandomImpl: CSPRandom (Software)
Core: Loading config...
Scripts: Compiling C# scripts...Failed with: 2 errors, 8 warnings
Warnings:
+ Customs/[ServUO.com]-AddonEditor_Ver2/AddOnEditor_Att.cs:
CS0108: Line 18: 'Server.Engines.XmlSpawner2.AddOnEditor_Att.Initialize()' h
ides inherited member 'Server.Engines.XmlSpawner2.XmlAttachment.Initialize()'. U
se the new keyword if hiding was intended.
+ Commands/GenTeleporter.cs:
CS0219: Line 85: The variable 'count' is assigned but its value is never use
d
+ Customs/Commands/StatBook.cs:
CS0162: Line 142: Unreachable code detected
+ Customs/GemstoneFletching/DefJeweledBowCrafting.cs:
CS0162: Line 101: Unreachable code detected
+ Customs/High Seas Ships/BoatPaint/PaintCan.cs:
CS0168: Line 134: The variable 'p3d' is declared but never used
+ Customs/High Seas Ships/Gumps/SecuritySettingsGump.cs:
CS0219: Line 937: The variable 'isOwner' is assigned but its value is never
used
CS0219: Line 1161: The variable 'playerToFind' is assigned but its value is
never used
+ Customs/High Seas Ships/Ships/BaseShip.cs:
CS0472: Line 281: The result of the expression is always 'true' since a valu
e of type 'int' is never equal to 'null' of type 'int?'
CS0472: Line 285: The result of the expression is always 'true' since a valu
e of type 'int' is never equal to 'null' of type 'int?'
CS0472: Line 289: The result of the expression is always 'true' since a valu
e of type 'int' is never equal to 'null' of type 'int?'
+ Customs/High Seas Ships/Ships/Galleons/GalleonComponents.cs:
CS0472: Line 109: The result of the expression is always 'true' since a valu
e of type 'int' is never equal to 'null' of type 'int?'
Errors:
+ Customs/Vita-Nex Core 3.0.0.1/Modules/TrashCollection/Objects/Handlers/BaseTr
ashHandler.cs:
CS1928: Line 315: 'Server.GenericReader' does not contain a definition for '
ReadList' and the best extension method overload 'Server.SerializeExtUtility.Rea
dList<TObj>(Server.GenericReader, System.Func<TObj>, System.Collections.Generic.
List<TObj>)' has some invalid arguments
CS1503: Line 315: Argument 2: cannot convert from 'method group' to 'System.
Func<System.Type>'
CS1928: Line 316: 'Server.GenericReader' does not contain a definition for '
ReadList' and the best extension method overload 'Server.SerializeExtUtility.Rea
dList<TObj>(Server.GenericReader, System.Func<TObj>, System.Collections.Generic.
List<TObj>)' has some invalid arguments
CS1503: Line 316: Argument 2: cannot convert from 'method group' to 'System.
Func<System.Type>'
+ Customs/Vita-Nex Core 3.0.0.1/SuperGumps/Framework/DesktopGump.cs:
CS1928: Line 267: 'System.Collections.Generic.IEnumerable<int>' does not con
tain a definition for 'Select' and the best extension method overload 'System.Li
nq.Enumerable.Select<TSource,TResult>(System.Collections.Generic.IEnumerable<TSo
urce>, System.Func<TSource,TResult>)' has some invalid arguments
CS1503: Line 267: Argument 2: cannot convert from 'method group' to 'System.
Func<int,int>'
Scripts: One or more scripts failed to compile or no script files were found.
- Press return to exit, or R to try again.
[/CODE]
Any help appreciated........thanks