RunUO Community

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

369 rev problems on mono

369 rev problems on mono

Latest svn rev 369 started on windows very well

BUT on mono gives some errors, how to fix it?


Code:
 CS0414: Line 79: The private field `Server.Items.SnowPile.SnowTarget.m_Snow' is assigned but its value is never used
 + Misc/CharacterCreation.cs:
    CS0414: Line 745: The private field `Server.Misc.CharacterCreation.m_NewHavenClient' is assigned but its value is never used
 + Mobiles/Guards/ArcherGuard.cs:
    CS0169: Line 337: The private method `Server.Mobiles.ArcherGuard.AttackTimer.TimeToSpare()' is never used
    CS0169: Line 342: The private method `Server.Mobiles.ArcherGuard.AttackTimer.OutOfMaxDistance(Server.Mobile)' is never used
    CS0169: Line 347: The private method `Server.Mobiles.ArcherGuard.AttackTimer.InMinDistance(Server.Mobile)' is never used
 + Spells/Necromancy/MindRot.cs:
    CS0414: Line 134: The private field `Server.Spells.Necromancy.MRExpireTimer.m_Caster' is assigned but its value is never used
 + Spells/Necromancy/SummonFamiliar.cs:
    CS0414: Line 145: The private field `Server.Spells.Necromancy.SummonFamiliarGump.m_Table' is assigned but its value is never used
 + Spells/UnsummonTimer.cs:
    CS0414: Line 9: The private field `Server.Spells.UnsummonTimer.m_Caster' is assigned but its value is never used
Scripts: One or more scripts failed to compile or no script files were found.
 - Press return to exit, or R to try again.
 
Top