so i got tirerd of playing with the older versions of RUO and finally downloaded the ServUO and got Datt's OWLTR 3.01 for ServUO. I did everything even fixed it when it said i had 2 of the same in but the PlayerMobile is messed up this is the only error i have after fixing all the rest however can someone please post what i need to change plz.

Errors:
+ Mobiles/PlayerMobile.cs:
CS0506: Line 1777: 'Server.Mobiles.PlayerMobile.Hidden.get': cannot override
inherited member 'Server.Mobile.Hidden.get' because it is not marked virtual, a
bstract, or override
CS0506: Line 1781: 'Server.Mobiles.PlayerMobile.Hidden.set': cannot override
inherited member 'Server.Mobile.Hidden.set' because it is not marked virtual, a
bstract, or override
CS0508: Line 4944: 'Server.Mobiles.PlayerMobile.ComputeMovementSpeed(Server.
Direction, bool)': return type must be 'int' to match overridden member 'Server.
Mobile.ComputeMovementSpeed(Server.Direction, bool)'
Scripts: One or more scripts failed to compile or no script files were found.
- Press return to exit, or R to try again.
 
(Line 1777)
public override bool Hidden
{
get
{
return base.Hidden;
}
(Line 1781)
set
{
base.Hidden = value;

this.RemoveBuff(BuffIcon.Invisibility);

if (!this.Hidden)
{
this.RemoveBuff(BuffIcon.HidingAndOrStealth);
}
else // if( !InvisibilitySpell.HasTimer( this ) )
{
BuffInfo.AddBuff(this, new BuffInfo(BuffIcon.HidingAndOrStealth, 1075655)); //Hidden/Stealthing & You Are Hidden
}



(Line 4944)
public override TimeSpan ComputeMovementSpeed(Direction dir, bool checkTurning)
{
if (checkTurning && (dir & Direction.Mask) != (this.Direction & Direction.Mask))
return Mobile.RunMount; // We are NOT actually moving (just a direction change)
 
Hey Hammer I am having issues with daat99 I have a couple errors that I need help fixing. Its the only 2 I have left. I fixed the other 12 myself...lol big surprise I know.


Errors:
+ CUSTOM SCRIPTS/STAFF/SYSTEMS/daat99/New/RunicFletchersTools.cs:
CS0115: Line 88: 'Server.Items.RunicFletcherTools.GetCraftableType()': no su
itable method found to override
+ CUSTOM SCRIPTS/STAFF/SYSTEMS/daat99/New/RunicTinkerTools.cs:
CS0115: Line 63: 'Server.Items.RunicTinkerTools.GetCraftableType()': no suit
able method found to override
Scripts: One or more scripts failed to compile or no script files were found.
- Press return to exit, or R to try again.

Let me know what I need to do please. You know how I works better than anyone so do what you do.

Huggz,
Misha
 
Back