try changing return type to "sealed override void" and "static void" with no luck here is errors i am getting. I also tried registering on Voxpire Website but registry is closed
--------------------------------------------------------------------------------

ServUO - [http://www.servuo.com] Version 0.5, Build 6227.42813
Publish 54
Core: Optimizing for 4 processors
RandomImpl: CSPRandom (Software)
Core: Loading config...
Scripts: Compiling C# scripts...Failed with: 2 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 Systems/Vita-Nex Core 4.0.0.0/Extensions/Server/GeoExt.cs:
CS0722: Line 55: 'Server.Coords': static types cannot be used as return type
s
CS0722: Line 60: 'Server.Coords': static types cannot be used as return type
s
CS0722: Line 65: 'Server.Coords': static types cannot be used as return type
s
CS0722: Line 76: 'Server.Coords': static types cannot be used as return type
s
+ Custom/New Systems/Vita-Nex Core 4.0.0.0/Extensions/Server/SerializeExt.cs:
CS0721: Line 1107: 'Server.Coords': static types cannot be used as parameter
s
CS0722: Line 1121: 'Server.Coords': static types cannot be used as return ty
pes
Scripts: One or more scripts failed to compile or no script files were found.
- Press return to exit, or R to try again.
 
Last edited:
ok, I re-download the ServUo repo, and added Vita-Nex v4 now am getting this error.
--------------------------------------------------------------------------------

ServUO - [http://www.servuo.com] Version 0.5, Build 6229.31050
Publish 54
Core: Optimizing for 4 processors
RandomImpl: CSPRandom (Software)
Core: Loading config...
Scripts: Compiling C# scripts...Failed with: 2 errors, 0 warnings
Errors:
+ Custom/New Systems/Vita-Nex Core 4.0.0.0/Extensions/Server/GeoExt.cs:
CS0246: Line 55: The type or namespace name 'Coords' could not be found (are
you missing a using directive or an assembly reference?)
CS0246: Line 60: The type or namespace name 'Coords' could not be found (are
you missing a using directive or an assembly reference?)
CS0246: Line 65: The type or namespace name 'Coords' could not be found (are
you missing a using directive or an assembly reference?)
CS0246: Line 76: The type or namespace name 'Coords' could not be found (are
you missing a using directive or an assembly reference?)
+ Custom/New Systems/Vita-Nex Core 4.0.0.0/Extensions/Server/SerializeExt.cs:
CS0246: Line 1107: The type or namespace name 'Coords' could not be found (a
re you missing a using directive or an assembly reference?)
CS0246: Line 1121: The type or namespace name 'Coords' could not be found (a
re 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.

Before I was trying to Use the FS-Taming and OWLTR repack, ifigured be easy to merge the daat stuff from the repack, then trying to update the repack etc
[doublepost=1484980181][/doublepost]ok, i replaced the Vita core with argalep's *.rar and had 2 errors because i had 2 paperdollBound files so i eliminated one and restarted the server and now i am getting this error
--------------------------------------------------------------------------------

ServUO - [http://www.servuo.com] Version 0.5, Build 6229.31050
Publish 54
Core: Optimizing for 4 processors
RandomImpl: CSPRandom (Software)
Core: Loading config...
Scripts: Compiling C# scripts...Failed with: 1 errors, 0 warnings
Errors:
+ Custom/New Systems/Vita-Nex Core 4.0.0.0/Misc/ArtworkSupport.cs:
CS0260: Line 21: Missing partial modifier on declaration of type 'VitaNex.Ar
tworkSupport'; another partial declaration of this type exists
Scripts: One or more scripts failed to compile or no script files were found.
- Press return to exit, or R to try again.
 
Delete your entire Scripts/VitaNex/Core directory and install it again from a fresh download.
This should absolutely not be happening unless there was a very recent ServUO update that broke it all again.
VNc 4.0.0.0 had a lot of file removals and additions.
 
Back