How about this? It can't find the namespace daat99?
--------------------------------------------------------------------------------
ServUO - [
https://www.servuo.com] Version 0.5, Build 6505.20276
Core: Optimizing for 8 64-bit processors
RandomImpl: CSPRandom (Software)
Core: Loading config...
Scripts: Compiling C# scripts...Failed with: 6 errors, 0 warnings
Errors:
+ Services/ChampionSystem/ChampionSpawn.cs:
CS0246: Line 9: The type or namespace name 'daat99' could not be found (are you missing a using directive or an assembly reference?)
+ Services/Craft/Core/Repair.cs:
CS0246: Line 5: The type or namespace name 'daat99' could not be found (are you missing a using directive or an assembly reference?)
+ Services/Craft/DefTinkering.cs:
CS0246: Line 6: The type or namespace name 'daat99' could not be found (are you missing a using directive or an assembly reference?)
+ Services/PointsSystems/CleanUpBritanniaData.cs:
CS0246: Line 8: The type or namespace name 'daat99' could not be found (are you missing a using directive or an assembly reference?)
+ Services/Revamped Dungeons/Covetous Void Spawn/VoidPoolController.cs:
CS0246: Line 10: The type or namespace name 'daat99' could not be found (are you missing a using directive or an assembly reference?)
+ Services/XmlSpawner/XmlSpawner Core/XmlQuest/XmlQuestPointsRewards.cs:
CS0246: Line 6: The type or namespace name 'daat99' 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.
[doublepost=1509192001][/doublepost]I just switched over the virtual functions to regular old functions. I figured there is no need for the inheritance in this case.
[doublepost=1509194677][/doublepost]Any ideas?