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!

[RunUO 2.0 RC2] Daat99's OWLTR + FS: AnimalTamingSystem Gen2

Darkstar614

Wanderer
EvilPounder420;817841 said:
This is the error i get:

Code:
RunUO - [www.runuo.com] Version 2.0, Build 3534.41611
Core: Running on .NET Framework Version 2.0.50727
Core: Optimizing for 2 processors
Scripts: Compiling C# scripts...done (cached)
Scripts: Compiling VB.NET scripts...no files found.
Scripts: Verifying...done (2689 items, 746 mobiles)
Regions: Loading...done
World: Loading...An error was encountered while loading a saved object
 - Type: Server.Items.OrnateWoodenChest
 - Serial: 0x4001342F
Delete the object? (y/n)
Delete all objects of that type? (y/n)
After pressing return an exception will be thrown and the server will terminate

Error:
System.Exception: Load failed (items=True, mobiles=False, guilds=False, type=Ser
ver.Items.OrnateWoodenChest, serial=0x4001342F) ---> System.Exception: ***** Bad
 serialize on Server.Items.OrnateWoodenChest *****
   at Server.World.Load()
   --- End of inner exception stack trace ---
   at Server.World.Load()
   at Server.ScriptCompiler.Compile(Boolean debug, Boolean cache)
   at Server.Core.Main(String[] args)
This exception is fatal, press return to exit

and then every other container on my server. How do i fix this?
Its not giving me any other errors, just deleting everything.

RunUO - [www.runuo.com] Version 2.0, Build 3534.41611 <--- thats your problem. your server is to new to run it, sadly. Hopefully there will be an update, because it is an awesome system!

BTW - if you get it to run, please let me know!
 

AlphaDragon

Sorceror
Help?

Scripts: One or more scripts failed to compile or no script files were found.
- Press return to exit, or R to try again.
Scripts: Compiling C# scripts...failed (1 errors, 0 warnings)
Errors:
+ Customs/PERSONALY ADDED/Keys/Done/Spell Casters Key.cs:
CS0178: Line 81: Invalid rank specifier: expected ',' or ']'
CS1525: Line 610: Invalid expression term 'else'
CS1002: Line 610: ; expected
CS1525: Line 617: Invalid expression term 'else'
CS1002: Line 617: ; expected
CS1525: Line 624: Invalid expression term 'else'
CS1002: Line 624: ; expected
CS1525: Line 666: Invalid expression term 'else'
CS1002: Line 666: ; expected
CS1525: Line 668: Invalid expression term 'else'
CS1002: Line 668: ; expected
CS1525: Line 671: Invalid expression term 'else'
CS1002: Line 671: ; expected



Code:
        [CommandProperty(AccessLevel.GameMaster)]
        public int Sand { get { return m_Sand; } set { m_Sand = value; InvalidateProperties(); } }
//start daat99 keyring 2/7
		[CommandProperty(AccessLevel.GameMaster)]
		public int KeyRing { get { return m_KeyRing; } set { m_KeyRing = value; InvalidateProperties(); } }
//end daat99 keyring 2/7

		private static Type[] m_RegTypes = new Type[17]
LINE 81->		{
			typeof( BlackPearl ), typeof( Bloodmoss ), typeof( Garlic ),
			typeof( Ginseng ), typeof( MandrakeRoot ), typeof( Nightshade ),
			typeof( SulfurousAsh ), typeof( SpidersSilk ), typeof( BatWing ),
			typeof( GraveDust ), typeof( DaemonBlood ), typeof( NoxCrystal ),
			typeof( PigIron ), typeof( DaemonBone )
// typeof( SpringWater ), typeof( PetrafiedWood ), typeof( DestroyingAngel )
		};

		private Hashtable m_Regs = new Hashtable();
		
		public Hashtable Regs{ get{ return m_Regs; } set{ m_Regs = value; } }
		
		public bool CheckAdd( Item dropped, Mobile from)
		{
			if (from is PlayerMobile)
			{
				foreach ( Type type in m_RegTypes )
				{
					if ( dropped.GetType() == type )
					{
						AddReg( type, dropped.Amount, dropped, from);
						return true;
					}
				}
 

Vythic

Sorceror
Darkstar614;817689 said:
Are there any plans to release this for 2.0 fnal? it looks like a great system, but i cannot get it to work.

I hear that. I've been pulling my hair out with all these duplicate files, merging nightmares, bugs, etc. I've seen other servers with the daat99 token system, so they integrated somehow. I'm having a hell of a time. Fix one bug, the script compiler finds 10 more, and so on.
 

Hawkins

Sorceror
Darkstar614;817689 said:
Are there any plans to release this for 2.0 fnal? it looks like a great system, but i cannot get it to work.

I will try update it to 2.0 final as soon as I can. Sorry.
 

Hawkins

Sorceror
Daat99 OWLTR was updated to RunUO 2.0 Final. Please refer to post #2 for download.

As for FS:ATS, I don't have the time at the moment to convert it to 2.0 Final. I will try to compile it when I have time.
 
runuofinal

I have fresh install of runuo final and neurons distro installed and i put the daats99 final in and I get these errors.. any help would be greatly appreciated.

RunUO - [www.runuo.com] Version 2.0, Build 3567.2838
Core: Running on .NET Framework Version 2.0.50727
Scripts: Compiling C# scripts...done (0 errors, 0 warnings)
Scripts: Skipping VB.NET Scripts...done (use -vb to enable)
Scripts: Verifying...done (2332 items, 676 mobiles)
Regions: Loading...done
World: Loading...An error was encountered while loading a saved object
- Type: Server.Items.Backpack
- Serial: 0x40000003
Delete the object? (y/n)
Delete all objects of that type? (y/n)
After pressing return an exception will be thrown and the server will terminate.


Error:
System.Exception: Load failed (items=True, mobiles=False, guilds=False, type=Ser
ver.Items.Backpack, serial=0x40000003) ---> System.Exception: ***** Bad serializ
e on Server.Items.Backpack *****
at Server.World.Load()
--- End of inner exception stack trace ---
at Server.World.Load()
at Server.Core.Main(String[] args)
This exception is fatal, press return to exit
 

JamzeMcC

Squire
weeble2424;823704 said:
I have fresh install of runuo final and neurons distro installed and i put the daats99 final in and I get these errors.. any help would be greatly appreciated.

RunUO - [www.runuo.com] Version 2.0, Build 3567.2838
Core: Running on .NET Framework Version 2.0.50727
Scripts: Compiling C# scripts...done (0 errors, 0 warnings)
Scripts: Skipping VB.NET Scripts...done (use -vb to enable)
Scripts: Verifying...done (2332 items, 676 mobiles)
Regions: Loading...done
World: Loading...An error was encountered while loading a saved object
- Type: Server.Items.Backpack
- Serial: 0x40000003
Delete the object? (y/n)
Delete all objects of that type? (y/n)
After pressing return an exception will be thrown and the server will terminate.


Error:
System.Exception: Load failed (items=True, mobiles=False, guilds=False, type=Ser
ver.Items.Backpack, serial=0x40000003) ---> System.Exception: ***** Bad serializ
e on Server.Items.Backpack *****
at Server.World.Load()
--- End of inner exception stack trace ---
at Server.World.Load()
at Server.Core.Main(String[] args)
This exception is fatal, press return to exit

Just a quick question. Did you use the link in the 2nd post or first? I'm tryin to reproduce the problem so I can see if I can fix it...
 

seanandre

Sorceror
I got the same thing when I downloaded and installed the one from the second post. After deleting several hundred containers I decided that my wife, my kids and I would just start over and replace our backpacks and all the items that they ccontained since deleting all those containers removed all the items we had. (Although for some strange reason, bank boxes weren't affected, that's a plus".

But the problem is ever since we installed this system and commited to allowing all the containers we had in the game to be deleted now every time we add any containers other than backpacks like chests whenever we double click on them to open them, our UO client crashes and gives us a fatal acception error and we're forced to log back in. Repeated attempts have failed, so now we can't even open any boxes or containers other than backpacks or our UO client will crash. It most likely has to do with the latest client patch, we're using 7.0.4.2. We'll try to patch to the latest version, but who knows what that will do.

Sean

PS: Thank you very much for updating this Hawkins, my wife and I have been waiting a long time for this.

EDIT

It appears that as long as the containers are locked down and or secured when you try to open them they don't crash the client now, so that getrs us a little further.
 
Just wondering which runuo your using because there are different posts for rc2 and svn. Also if your installing DAATS I think that has to be on a fresh install not sure though
 

JamzeMcC

Squire
mike01970;825441 said:
I really hope that FSATS gets remade for Final soon, I really would like to use it.

I do believe there is a version that is RunUO 2.0 Final compliant. I do not have the link handy but, if you want to use the latest SVN, Maestro7 got it to work with that. Heres a link to that one, >>> http://www.runuo.com/forums/custom-script-releases/95405-runuo-2-0-svn-daat99s-owltr-fs-animaltamingsystem-gen2-4.html <<< Its at post 95 where he posted his files for it all. Try that and if you get any errors post them on that page and we can try to help. Same with the Final, just try to instal it and when the errors pop up, post them and/or the crash report
 

seanandre

Sorceror
We installed the Daat99 OWLTR from the second post in this thread for 2.0 Final on our existing server. We don't mind having to replace everything that was lost. I was just commenting about the container thing. Also, we have tried every version of FSATS out there and none of them are compatible with 2.0 Final. They give too many unfixable overwhelming errors. If you could find that 2.0 Final compliant link that would be great. We would like to use that too.
 
The link Jamze posted is compliant with runuo final. This works best though on a new install. If you want to add to a working shard I cannot get that to work unless you delete mobiles and accounts from your saves folder. I did that since right now I'm the only one on my shard i delete those folders and created a new account and respawned mobiles and everything works fine. I tried to combine both DAATs and FSATS but I have trouble with base creature. I'm trying to combine the two now and hopefully have done soon. I'm almost positive that DAATS needs a fresh install inorder to work properly.
 

seanandre

Sorceror
I tried that one. I get the same trouble with BaseCreature. Doesn't seem to be working. Although it works fine on a fresh install of the latest SVN. Trouble is we'd rather not use SVN. I don't see what the big deal with SVN is anyway and why they have to come out with all these versions. With everything changing so rapidly with 1 version to the next, all it does is make everyon's hard work they did on their script releases obsolete and have to work harder to figure out what the problem is. I myself have released several scripts that don't seem to work in most versions.
 
Oh I appoligize your using rc2 then. If you have errors you should post them I had this work for one of my old rc2 shards maybe I can help you or jamze seems like he could also help. I agree with the different versions but I would like to be as close to ML as possible. This limits me because I have a feeling everytime theres an update (which is usually once a week) I will have to merge files. I keep limited on the custom scripts right now until I get better and can for the most part figure out whats wrong when an error occurs.
 

tearsguild

Wanderer
hod found to override
+ Items/Champion Artifacts/Unique/OrcChieftainHelm.cs:
CS0115: Line 19: 'Server.Items.OrcChieftainHelm.CanFortify': no suitable met
hod found to override
+ Items/Weapons/SpearsAndForks/Pike.cs:
CS0115: Line 17: 'Server.Items.Pike.MlSpeed': no suitable method found to ov
erride
+ Items/Champion Artifacts/Unique/Pacify.cs:
CS0115: Line 13: 'Server.Items.Pacify.CanFortify': no suitable method found
to override
+ Items/Weapons/PoleArms/Bardiche.cs:
CS0115: Line 17: 'Server.Items.Bardiche.MlSpeed': no suitable method found t
o override
+ Items/Champion Artifacts/Unique/Quell.cs:
CS0115: Line 13: 'Server.Items.Quell.CanFortify': no suitable method found t
o override
+ Items/Champion Artifacts/Unique/ShroudOfDeceit.cs:
CS0115: Line 19: 'Server.Items.ShroudOfDeceit.CanFortify': no suitable metho
d found to override
+ Items/Weapons/PoleArms/Scythe.cs:
CS0115: Line 18: 'Server.Items.Scythe.MlSpeed': no suitable method found to
override
+ Items/Champion Artifacts/Unique/Subdue.cs:
CS0115: Line 13: 'Server.Items.Subdue.CanFortify': no suitable method found
to override
+ Items/Minor Artifacts/ML/Boomstick.cs:
CS0115: Line 25: 'Server.Items.Boomstick.GetDamageTypes(Server.Mobile, out i
nt, out int, out int, out int, out int, out int, out int)': no suitable method f
ound to override
+ Items/Weapons/Axes/Hatchet.cs:
CS0115: Line 17: 'Server.Items.Hatchet.MlSpeed': no suitable method found to
override
+ Items/Minor Artifacts/ML/SoulSeeker.cs:
CS0115: Line 26: 'Server.Items.SoulSeeker.GetDamageTypes(Server.Mobile, out
int, out int, out int, out int, out int, out int, out int)': no suitable method
found to override
+ Items/Minor Artifacts/ML/WildfireBow.cs:
CS0115: Line 24: 'Server.Items.WildfireBow.GetDamageTypes(Server.Mobile, out
int, out int, out int, out int, out int, out int, out int)': no suitable method
found to override
+ Items/Minor Artifacts/ArcticDeathDealer.cs:
CS0115: Line 24: 'Server.Items.ArcticDeathDealer.GetDamageTypes(Server.Mobil
e, out int, out int, out int, out int, out int, out int, out int)': no suitable
method found to override
+ Items/Minor Artifacts/BlazeOfDeath.cs:
CS0115: Line 25: 'Server.Items.BlazeOfDeath.GetDamageTypes(Server.Mobile, ou
t int, out int, out int, out int, out int, out int, out int)': no suitable metho
d found to override
+ Items/Weapons/Swords/Cutlass.cs:
CS0115: Line 17: 'Server.Items.Cutlass.MlSpeed': no suitable method found to
override
+ Items/Weapons/Maces/Club.cs:
CS0115: Line 17: 'Server.Items.Club.MlSpeed': no suitable method found to ov
erride
+ Items/Weapons/Knives/Cleaver.cs:
CS0115: Line 17: 'Server.Items.Cleaver.MlSpeed': no suitable method found to
override
+ Items/Minor Artifacts/ColdBlood.cs:
CS0115: Line 25: 'Server.Items.ColdBlood.GetDamageTypes(Server.Mobile, out i
nt, out int, out int, out int, out int, out int, out int)': no suitable method f
ound to override
+ Items/Weapons/SpearsAndForks/ShortSpear.cs:
CS0115: Line 17: 'Server.Items.ShortSpear.MlSpeed': no suitable method found
to override
+ Items/Weapons/Swords/Lance.cs:
CS0115: Line 17: 'Server.Items.Lance.MlSpeed': no suitable method found to o
verride
+ Items/Weapons/Ranged/HeavyCrossbow.cs:
CS0115: Line 21: 'Server.Items.HeavyCrossbow.MlSpeed': no suitable method fo
und to override
+ Items/Minor Artifacts/NoxRangersHeavyCrossbow.cs:
CS0115: Line 24: 'Server.Items.NoxRangersHeavyCrossbow.GetDamageTypes(Server
.Mobile, out int, out int, out int, out int, out int, out int, out int)': no sui
table method found to override
+ Items/Minor Artifacts/PixieSwatter.cs:
CS0115: Line 27: 'Server.Items.PixieSwatter.GetDamageTypes(Server.Mobile, ou
t int, out int, out int, out int, out int, out int, out int)': no suitable metho
d found to override
+ Items/Minor Artifacts/WrathOfTheDryad.cs:
CS0115: Line 23: 'Server.Items.WrathOfTheDryad.GetDamageTypes(Server.Mobile,
out int, out int, out int, out int, out int, out int, out int)': no suitable me
thod found to override
+ Items/Resources/Blacksmithing/Ingots.cs:
CS0535: Line 7: 'Server.Items.BaseIngot' does not implement interface member
'Server.Items.ICommodity.DescriptionNumber'
+ Items/Resources/Blacksmithing/Ore.cs:
CS0535: Line 11: 'Server.Items.BaseOre' does not implement interface member
'Server.Items.ICommodity.DescriptionNumber'
+ Items/Resources/Blacksmithing/Scales.cs:
CS0535: Line 7: 'Server.Items.BaseScales' does not implement interface membe
r 'Server.Items.ICommodity.DescriptionNumber'
+ Items/Resources/Masonry/Granite.cs:
CS0535: Line 7: 'Server.Items.BaseGranite' does not implement interface memb
er 'Server.Items.ICommodity.DescriptionNumber'
+ Items/Resources/Tailor/Hides.cs:
CS0535: Line 7: 'Server.Items.BaseHides' does not implement interface member
'Server.Items.ICommodity.DescriptionNumber'
+ Items/Resources/Tailor/Leathers.cs:
CS0535: Line 7: 'Server.Items.BaseLeather' does not implement interface memb
er 'Server.Items.ICommodity.DescriptionNumber'
+ Items/Skill Items/Harvest Tools/GargoylesPickaxe.cs:
CS0115: Line 21: 'Server.Items.GargoylesPickaxe.MlSpeed': no suitable method
found to override
+ Items/Skill Items/Harvest Tools/SturdyPickaxe.cs:
CS0115: Line 21: 'Server.Items.SturdyPickaxe.MlSpeed': no suitable method fo
und to override
+ Items/Weapons/Ranged/RepeatingCrossbow.cs:
CS0115: Line 21: 'Server.Items.RepeatingCrossbow.MlSpeed': no suitable metho
d found to override
+ Items/Wands/BaseWand.cs:
CS0115: Line 41: 'Server.Items.BaseWand.MlSpeed': no suitable method found t
o override
+ Items/Weapons/Axes/DoubleAxe.cs:
CS0115: Line 17: 'Server.Items.DoubleAxe.MlSpeed': no suitable method found
to override
+ Items/Weapons/Swords/BoneHarvester.cs:
CS0115: Line 17: 'Server.Items.BoneHarvester.MlSpeed': no suitable method fo
und to override
+ Items/Weapons/Artifacts/Frostbringer.cs:
CS0115: Line 23: 'Server.Items.Frostbringer.GetDamageTypes(Server.Mobile, ou
t int, out int, out int, out int, out int, out int, out int)': no suitable metho
d found to override
+ Items/Weapons/Artifacts/SerpentsFang.cs:
CS0115: Line 25: 'Server.Items.SerpentsFang.GetDamageTypes(Server.Mobile, ou
t int, out int, out int, out int, out int, out int, out int)': no suitable metho
d found to override
+ Items/Weapons/Artifacts/StaffOfTheMagi.cs:
CS0115: Line 24: 'Server.Items.StaffOfTheMagi.GetDamageTypes(Server.Mobile,
out int, out int, out int, out int, out int, out int, out int)': no suitable met
hod found to override
+ Items/Weapons/Maces/Maul.cs:
CS0115: Line 17: 'Server.Items.Maul.MlSpeed': no suitable method found to ov
erride
+ Items/Weapons/Artifacts/TheDragonSlayer.cs:
CS0115: Line 25: 'Server.Items.TheDragonSlayer.GetDamageTypes(Server.Mobile,
out int, out int, out int, out int, out int, out int, out int)': no suitable me
thod found to override
+ Items/Weapons/Artifacts/TheTaskmaster.cs:
CS0115: Line 24: 'Server.Items.TheTaskmaster.GetDamageTypes(Server.Mobile, o
ut int, out int, out int, out int, out int, out int, out int)': no suitable meth
od found to override
+ Items/Weapons/Maces/WarHammer.cs:
CS0115: Line 17: 'Server.Items.WarHammer.MlSpeed': no suitable method found
to override
+ Items/Weapons/Artifacts/ZyronicClaw.cs:
CS0115: Line 24: 'Server.Items.ZyronicClaw.GetDamageTypes(Server.Mobile, out
int, out int, out int, out int, out int, out int, out int)': no suitable method
found to override
+ Items/Weapons/Axes/Axe.cs:
CS0115: Line 17: 'Server.Items.Axe.MlSpeed': no suitable method found to ove
rride
+ Items/Weapons/Axes/BattleAxe.cs:
CS0115: Line 17: 'Server.Items.BattleAxe.MlSpeed': no suitable method found
to override
+ Items/Weapons/Axes/LargeBattleAxe.cs:
CS0115: Line 17: 'Server.Items.LargeBattleAxe.MlSpeed': no suitable method f
ound to override
+ Items/Weapons/Axes/TwoHandedAxe.cs:
CS0115: Line 17: 'Server.Items.TwoHandedAxe.MlSpeed': no suitable method fou
nd to override
+ Items/Weapons/Axes/WarAxe.cs:
CS0115: Line 18: 'Server.Items.WarAxe.MlSpeed': no suitable method found to
override
+ Items/Weapons/Knives/ButcherKnife.cs:
CS0115: Line 17: 'Server.Items.ButcherKnife.MlSpeed': no suitable method fou
nd to override
+ Items/Weapons/Maces/MagicWand.cs:
CS0115: Line 16: 'Server.Items.MagicWand.MlSpeed': no suitable method found
to override
+ Items/Weapons/Maces/HammerPick.cs:
CS0115: Line 17: 'Server.Items.HammerPick.MlSpeed': no suitable method found
to override
+ Items/Weapons/Maces/Mace.cs:
CS0115: Line 17: 'Server.Items.Mace.MlSpeed': no suitable method found to ov
erride
+ Items/Weapons/ML Weapons/Artifacts/ColdForgedBlade.cs:
CS0115: Line 26: 'Server.Items.ColdForgedBlade.GetDamageTypes(Server.Mobile,
out int, out int, out int, out int, out int, out int, out int)': no suitable me
thod found to override
+ Items/Weapons/ML Weapons/Artifacts/LuminousRuneBlade.cs:
CS0115: Line 26: 'Server.Items.LuminousRuneBlade.GetDamageTypes(Server.Mobil
e, out int, out int, out int, out int, out int, out int, out int)': no suitable
method found to override
+ Items/Weapons/ML Weapons/Artifacts/OverseerSunderedBlade.cs:
CS0115: Line 28: 'Server.Items.OverseerSunderedBlade.GetDamageTypes(Server.M
obile, out int, out int, out int, out int, out int, out int, out int)': no suita
ble method found to override
+ Items/Weapons/ML Weapons/Artifacts/PhantomStaff.cs:
CS0115: Line 24: 'Server.Items.PhantomStaff.GetDamageTypes(Server.Mobile, ou
t int, out int, out int, out int, out int, out int, out int)': no suitable metho
d found to override
+ Items/Weapons/ML Weapons/Artifacts/SilvanisFeywoodBow.cs:
CS0115: Line 25: 'Server.Items.SilvanisFeywoodBow.GetDamageTypes(Server.Mobi
le, out int, out int, out int, out int, out int, out int, out int)': no suitable
method found to override
+ Items/Weapons/Ranged/Crossbow.cs:
CS0115: Line 21: 'Server.Items.Crossbow.MlSpeed': no suitable method found t
o override
+ Items/Weapons/SE Weapons/Lajatang.cs:
CS0115: Line 17: 'Server.Items.Lajatang.MlSpeed': no suitable method found t
o override
+ Items/Weapons/SE Weapons/Tekagi.cs:
CS0115: Line 17: 'Server.Items.Tekagi.MlSpeed': no suitable method found to
override
+ Items/Weapons/SE Weapons/Wakizashi.cs:
CS0115: Line 17: 'Server.Items.Wakizashi.MlSpeed': no suitable method found
to override
+ Items/Weapons/SpearsAndForks/BladedStaff.cs:
CS0115: Line 17: 'Server.Items.BladedStaff.MlSpeed': no suitable method foun
d to override
+ Items/Weapons/SpearsAndForks/DoubleBladedStaff.cs:
CS0115: Line 17: 'Server.Items.DoubleBladedStaff.MlSpeed': no suitable metho
d found to override
+ Items/Weapons/SpearsAndForks/Pitchfork.cs:
CS0115: Line 17: 'Server.Items.Pitchfork.MlSpeed': no suitable method found
to override
+ Items/Weapons/SpearsAndForks/Spear.cs:
CS0115: Line 17: 'Server.Items.Spear.MlSpeed': no suitable method found to o
verride
+ Items/Weapons/SpearsAndForks/TribalSpear.cs:
CS0115: Line 17: 'Server.Items.TribalSpear.MlSpeed': no suitable method foun
d to override
+ Items/Weapons/Swords/Broadsword.cs:
CS0115: Line 17: 'Server.Items.Broadsword.MlSpeed': no suitable method found
to override
+ Items/Weapons/Swords/CrescentBlade.cs:
CS0115: Line 17: 'Server.Items.CrescentBlade.MlSpeed': no suitable method fo
und to override
+ Items/Weapons/Swords/Scimitar.cs:
CS0115: Line 17: 'Server.Items.Scimitar.MlSpeed': no suitable method found t
o override
+ Items/Weapons/Swords/ThinLongsword.cs:
CS0115: Line 14: 'Server.Items.ThinLongsword.MlSpeed': no suitable method fo
und to override
+ Items/Weapons/Fists.cs:
CS0115: Line 24: 'Server.Items.Fists.MlSpeed': no suitable method found to o
verride
+ Mobiles/Animals/Mounts/LesserHiryu.cs:
CS0115: Line 88: 'Server.Mobiles.LesserHiryu.OverrideBondingReqs()': no suit
able method found to override
+ Mobiles/Familiars/HordeMinion.cs:
CS0115: Line 15: 'Server.Mobiles.HordeMinionFamiliar.DisplayWeight': no suit
able method found to override
+ Mobiles/Monsters/AOS/AbysmalHorror.cs:
CS0115: Line 69: 'Server.Mobiles.AbysmalHorror.AreaPeaceImmune': no suitable
method found to override
+ Mobiles/Monsters/AOS/BoneDemon.cs:
CS0115: Line 55: 'Server.Mobiles.BoneDemon.AreaPeaceImmune': no suitable met
hod found to override
+ Mobiles/Monsters/AOS/DarknightCreeper.cs:
CS0115: Line 66: 'Server.Mobiles.DarknightCreeper.AreaPeaceImmune': no suita
ble method found to override
+ Mobiles/Monsters/AOS/DemonKnight.cs:
CS0115: Line 216: 'Server.Mobiles.DemonKnight.AreaPeaceImmune': no suitable
method found to override
+ Mobiles/Monsters/AOS/FleshRenderer.cs:
CS0115: Line 68: 'Server.Mobiles.FleshRenderer.AreaPeaceImmune': no suitable
method found to override
+ Mobiles/Monsters/AOS/Impaler.cs:
CS0115: Line 69: 'Server.Mobiles.Impaler.AreaPeaceImmune': no suitable metho
d found to override
+ Mobiles/Monsters/AOS/ShadowKnight.cs:
CS0115: Line 172: 'Server.Mobiles.ShadowKnight.AreaPeaceImmune': no suitable
method found to override
+ Mobiles/Monsters/ML/Animal/CuSidhe.cs:
CS0115: Line 93: 'Server.Mobiles.CuSidhe.CanHeal': no suitable method found
to override
CS0115: Line 94: 'Server.Mobiles.CuSidhe.CanHealOwner': no suitable method f
ound to override
+ Mobiles/Monsters/ML/Humanoid/Magic/FetidEssence.cs:
CS0115: Line 79: 'Server.Mobiles.FetidEssence.AreaDamageEffect(Server.Mobile
)': no suitable method found to override
CS0115: Line 85: 'Server.Mobiles.FetidEssence.CanAreaDamage': no suitable me
thod found to override
CS0115: Line 86: 'Server.Mobiles.FetidEssence.AreaDamageDelay': no suitable
method found to override
CS0115: Line 87: 'Server.Mobiles.FetidEssence.AreaDamageScalar': no suitable
method found to override
CS0115: Line 88: 'Server.Mobiles.FetidEssence.AreaFireDamage': no suitable m
ethod found to override
CS0115: Line 89: 'Server.Mobiles.FetidEssence.AreaColdDamage': no suitable m
ethod found to override
+ Mobiles/Monsters/ML/Humanoid/Melee/PestilentBandage.cs:
CS0115: Line 131: 'Server.Mobiles.PestilentBandage.CanHeal': no suitable met
hod found to override
+ Mobiles/Monsters/ML/Special/Ilhenir.cs:
CS0115: Line 146: 'Server.Mobiles.Ilhenir.GivesMinorArtifact': no suitable m
ethod found to override
+ Mobiles/Monsters/Reptile/Magic/CrimsonDragon.cs:
CS0115: Line 75: 'Server.Mobiles.CrimsonDragon.GivesMinorArtifact': no suita
ble method found to override
+ Mobiles/Monsters/SE/FireBeetle.cs:
CS0115: Line 51: 'Server.Mobiles.FireBeetle.OverrideBondingReqs()': no suita
ble method found to override
+ Mobiles/Monsters/SE/Kappa.cs:
CS0115: Line 177: 'Server.Mobiles.Kappa.NewHarmfulItem()': no suitable metho
d 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.


this is what ive been against every install for last 3 weeks please help
 
Top