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!

[RunUO2 RC1] Karmageddon's Custom Resource Package

Pyro Man

Sorceror
milva;866602 said:
Add .zip to the end of the package download, then open it see if that helps, the file is showing as corrupted.

Two posts i was stuck on you helped with.
Thank you so much.


P.S. I use to play on ATA. Awesome server, loved the customs. ;)
 

Pyro Man

Sorceror
Ya, i played a few years back. i dont remember what they were called but that castle with all the knights and squires and stuff was fun.
 

witness legend

Wanderer
Anyone help with this?
+ Custom Scripts/KarmaOres/MarbleCrafting/Resources/Marble.cs:
CS0539: Line 31: 'ICommodity.Description' in explicit interface declaration
is not a member of interface
CS0535: Line 20: 'Server.Items.BaseMarble' does not implement interface memb
er 'Server.Items.ICommodity.DescriptionNumber'
CS0535: Line 20: 'Server.Items.BaseMarble' does not implement interface memb
er 'Server.Items.ICommodity.IsDeedable'
Scripts: One or more scripts failed to compile or no script files were found.
- Press return to exit, or R to try again.
 

Chemoshe

Wanderer
Did anyone get this or Daat's working with RunUO 2.1 ?

I installed this on RunUO 2.1 and moved the original distro files after that I get errors like this:
CS0115: Line 88: Server.Mobiles.LesserHiryu.OverrideBondingReqs(): no suit
able method found to override

and others like it, is there something thats needed to be done?

Edit: Used Winmerge to look at the differences, since all thats added in basearmor, basecreature and baseweapon is the resources names I added that to them and got most of the things to work, but now I get a messages like:
+ Customs/KarmaOres/ModifiedDistro/Log.cs:


CS0535: Line 9: 'Server.Items.BaseLog' does not implement interface member 'Server.Items.ICommodity.DescriptionNumber'


Does that mean that ICommodity.Description needs to be renamed ICommodity.DescriptionNumber ?
 

Chemoshe

Wanderer
Anyone help with this?
+ Custom Scripts/KarmaOres/MarbleCrafting/Resources/Marble.cs:
CS0539: Line 31: 'ICommodity.Description' in explicit interface declaration
is not a member of interface
CS0535: Line 20: 'Server.Items.BaseMarble' does not implement interface memb
er 'Server.Items.ICommodity.DescriptionNumber'
CS0535: Line 20: 'Server.Items.BaseMarble' does not implement interface memb
er 'Server.Items.ICommodity.IsDeedable'
Scripts: One or more scripts failed to compile or no script files were found.
- Press return to exit, or R to try again.

I'm getting the same thing, its because you're trying to install it on RunUO 2.1, I'm getting more and more problems the more I try to use this system with RunUO 2.1, its better to wait for them to release an OWL for 2.1 then me trying :p
 

Pure Insanity

Sorceror
With some work, you could get this package working for any newer version of RunUO. There is plenty of proof of people running this on their own custom brewed servers, that this would work...just with some minor work.

Example: CS0535: Line 20: 'Server.Items.BaseMarble' does not implement interface memb
er 'Server.Items.ICommodity.DescriptionNumber'

A fix for an error like that is rather simple. Doesn't even involve adding more then 10 lines of code to the file. If you can't find out how to fix simple errors like this yourself. Well that's what this entire community is here for. Post any issues you get in script support, and I'm sure someone would be willing to help you out with it.
 

goku494

Wanderer
any help these errors please
Code:
RunUO - [www.runuo.com] Version 2.0, Build 3567.2838
Core: Running on .NET Framework Version 2.0.50727
Core: Optimizing for 2 processors
Scripts: Compiling C# scripts...failed (2 errors, 0 warnings)
Errors:
 + Engines/BulkOrders/BOBFilterGump.cs:
    CS0101: Line 10: The namespace 'Server.Engines.BulkOrders' already contains
a definition for 'BOBFilterGump'
 + Engines/BulkOrders/BOBGump.cs:
    CS0101: Line 11: The namespace 'Server.Engines.BulkOrders' already contains
a definition for 'BOBGump'
    CS0102: Line 331: The type 'Server.Engines.BulkOrders.BOBGump' already conta
ins a definition for 'SetPricePrompt'
Scripts: One or more scripts failed to compile or no script files were found.
 - Press return to exit, or R to try again.
thanks
 
Top