I decided that as my espress was brewing, Id give it a shot. I cam across this errror:
RunUO - [
www.runuo.com] Version 2.0, Build 2357.32527
Core: Running on .NET Framework Version 2.0.50727
Core: Optimizing for 2 processors
Scripts: Compiling C# scripts...failed (2 errors, 0 warnings)
Errors:
+ Customs/XML Bible System/Scripts/Custom/Bible System/BibleGump.cs:
CS0246: Line 15: The type or namespace name 'CG' could not be found (are you
missing a using directive or an assembly reference?)
+ Customs/XML Bible System/Scripts/Custom/Bible System/PreacherGump.cs:
CS0246: Line 15: The type or namespace name 'CG' 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.
The error seems to be right here:
Code:
namespace Server.Custom
{
public class BibleGump : CG
{
private int m_Book;