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 RC1] Vhaerun's CRL Homestead System

Undertaker71

Wanderer
Thanks

AHHHH, ok I misread that and only replaced...I have to go back in and do some more editing LOL. Darn it!!! I thought I was through :-P
 

Undertaker71

Wanderer
Help again

I am down to just 1 error and im pretty sure it is a spelling one, I just cant figure out what its supposed to be, other than pitcher.


Scripts: Compiling C# scripts...failed (1 errors, 0 warnings)
Errors:
+ Engines/Craft/DefCooking.cs:
CS0246: Line 229: The type or namespace name 'Pith' 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.
 

Undertaker71

Wanderer
Server Error

Ok...I finally got the errors gone and as server starts up I get a message:

Error: Type 'Server.Items.SheafofHay' was not found. Delete all those types? and its asking me yes or no.

What should i do?

I edited the sheafofhay to hay like he said in that one spot, but thats the only place i changed anything.
 

Vhaerun

Sorceror
Hm. Well, means you got hay sheaves somewhere on your shard. You can delete them easily enough, or if you want, you can add in a script for SheafOfHay.

Just take the Hay.cs script, put SheafOf in front of all the instances of Hay in the script and save it as SheafOfHay.cs, load it to your scripts/customs folder, and restart.

But deleting the objects shouldn't cause a problem. You aren't using 2.0 on a production shard, are you?
 

Undertaker71

Wanderer
More Errors

Ok...I did what you said, whereever it refered to Hay...I changed it to SheafOfHay...I restarted the shard and get the following error:

RunUO - [www.runuo.com] Version 2.0, Build 2357.32527
Core: Running on .NET Framework Version 2.0.50727
Scripts: Compiling C# scripts...done (0 errors, 0 warnings)
Scripts: Compiling VB.NET scripts...no files found.
Scripts: Verifying...done (2670 items, 547 mobiles)
Regions: Loading...done
World: Loading...An error was encountered while loading a saved object
- Type: Server.Items.SackFlour
- Serial: 0x40011546
Delete the object? (y/n)


What should I do?? As for running on a production shard, i dont even know what that is, so I would guess the answer is no.
 

slithers

Sorceror
you had a spawned world when you installed. with the new systems the names of items have changed slightly. all you are gonna have to do is tell it to delete these objects and restart the server a few times. since these are minor items they are not shard breakers. just say yes and let the app exit then restart. just watch what it wants to delete and make sure it's not something like player mobile. once your shard finally loads i recommend using the respawn command on your spawner system.

anyway that's normal
 

Vhaerun

Sorceror
Production shard means basically that you have it open for the public. If you have players, you have a production shard.
 

Jolen

Wanderer
need a lite help with your script

Hi look very intresting but i'm new to all this and have some errors



Errors:
+ Custom/Pet system/Distros/BaseCreature.cs:
CS0246: Line 2256: The type or namespace name 'SheafOfHay' could not be foun
d (are you missing a using directive or an assembly reference?)
+ Custom/RunUO 2.0/Scripts/NewResources/CraftItem.cs:
CS0246: Line 338: The type or namespace name 'SmallPumpkin' could not be fou
nd (are you missing a using directive or an assembly reference?)
+ Custom/Vhaerun's CRL Homestead/Distro Modifications/DefCooking.cs:
CS0246: Line 115: The type or namespace name 'BottleOfWine' could not be fou
nd (are you missing a using directive or an assembly reference?)
CS0246: Line 174: The type or namespace name 'BottleOfWine' could not be fou
nd (are you missing a using directive or an assembly reference?)
CS0246: Line 229: The type or namespace name 'Pith' could not be found (are
you missing a using directive or an assembly reference?)
+ Custom/Vhaerun's CRL Homestead/Vhaerun's CRL Cooking/DefBaking.cs:
CS0246: Line 144: The type or namespace name 'ChocolateBar' could not be fou
nd (are you missing a using directive or an assembly reference?)
CS0246: Line 214: The type or namespace name 'ChocolateBar' could not be fou
nd (are you missing a using directive or an assembly reference?)
CS0246: Line 220: The type or namespace name 'ChocolateBar' could not be fou
nd (are you missing a using directive or an assembly reference?)
+ Items/Containers/FillableContainers.cs:
CS0246: Line 851: The type or namespace name 'SlabOfBacon' could not be foun
d (are you missing a using directive or an assembly reference?)
CS0246: Line 973: The type or namespace name 'SheafOfHay' could not be found
(are you missing a using directive or an assembly reference?)
CS0246: Line 1111: The type or namespace name 'CheeseSlice' could not be fou
nd (are you missing a using directive or an assembly reference?)
CS0246: Line 1119: The type or namespace name 'OpenCoconut' could not be fou
nd (are you missing a using directive or an assembly reference?)
CS0246: Line 1125: The type or namespace name 'Lemons' could not be found (a
re you missing a using directive or an assembly reference?)
CS0246: Line 1127: The type or namespace name 'Limes' could not be found (ar
e you missing a using directive or an assembly reference?)
CS0246: Line 1130: The type or namespace name 'SlabOfBacon' could not be fou
nd (are you missing a using directive or an assembly reference?)
CS0246: Line 1143: The type or namespace name 'SmallWatermelon' could not be
found (are you missing a using directive or an assembly reference?)
CS0246: Line 1148: The type or namespace name 'SmallPumpkin' could not be fo
und (are you missing a using directive or an assembly reference?)
CS0246: Line 1156: The type or namespace name 'EarOfCorn' could not be found
(are you missing a using directive or an assembly reference?)
CS0246: Line 1217: The type or namespace name 'CheeseSlice' could not be fou
nd (are you missing a using directive or an assembly reference?)
CS0246: Line 1230: The type or namespace name 'OpenCoconut' could not be fou
nd (are you missing a using directive or an assembly reference?)
CS0246: Line 1236: The type or namespace name 'Lemons' could not be found (a
re you missing a using directive or an assembly reference?)
CS0246: Line 1238: The type or namespace name 'Limes' could not be found (ar
e you missing a using directive or an assembly reference?)
CS0246: Line 1241: The type or namespace name 'SlabOfBacon' could not be fou
nd (are you missing a using directive or an assembly reference?)
CS0246: Line 1256: The type or namespace name 'SmallWatermelon' could not be
found (are you missing a using directive or an assembly reference?)
CS0246: Line 1261: The type or namespace name 'SmallPumpkin' could not be fo
und (are you missing a using directive or an assembly reference?)
CS0246: Line 1269: The type or namespace name 'EarOfCorn' could not be found
(are you missing a using directive or an assembly reference?)
+ Items/Farming/FarmableWheat.cs:
CS0246: Line 16: The type or namespace name 'WheatSheaf' could not be found
(are you missing a using directive or an assembly reference?)
+ Mobiles/Vendors/SBInfo/SBFarmer.cs:
CS0246: Line 44: The type or namespace name 'SheafOfHay' could not be found
(are you missing a using directive or an assembly reference?)
CS0246: Line 72: The type or namespace name 'SheafOfHay' could not be found
(are you missing a using directive or an assembly reference?)
+ Mobiles/Vendors/SBInfo/SBMiller.cs:
CS0246: Line 24: The type or namespace name 'SheafOfHay' could not be found
(are you missing a using directive or an assembly reference?)
CS0246: Line 33: The type or namespace name 'SheafOfHay' could not be found
(are you missing a using directive or an assembly reference?)

Ok I found these sorry for asking .

Now i don't have the bottle of wine i think.

Errors:
+ Custom/Vhaerun's CRL Homestead/Distro Modifications/DefCooking.cs:
CS0246: Line 115: The type or namespace name 'BottleOfWine' could not be fou
nd (are you missing a using directive or an assembly reference?)
CS0246: Line 174: The type or namespace name 'BottleOfWine' could not be fou
nd (are you missing a using directive or an assembly reference?)
CS0246: Line 229: The type or namespace name 'Pith' could not be found (are
you missing a using directive or an assembly reference?)



thank you.
 

slithers

Sorceror
this is covered on the first page a few responses down but basically when he released these he had the winecrafting and advanced cartography systems that are in the release section of the website. either comment out those lines in the cooking script or install those systems.
 

Vhaerun

Sorceror
Thanks for the help, Slithers. And yes, he's basically right. With the other engines that I had, I forgot to take out a couple lines of code for the base system. Commenting out those lines will work.

Or you could get those systems. They do kinda rock. ;)
 
Hey hun, AWESOME SYSTEM!! It works great on our shard with a few minor bugs. Our players have been testing this system for us and letting us know of bugs they are finding. Here is what one of our players sent me.

Hi ya!

Well, here it goes.

I can harvest the fruit trees while mounted.

I cannot harvest strawberries, red pepper plant, orange pepper, coffee, kiwi.

I think it is a bug...maybe not..but it takes 20 sugar to make one bag..and that is one use....it is if not a bug ridiculous.

To make one pan of chocolate chip cookies you need like 20 chocolate, which takes 30 cocoa beans to make 1 bag of chocolate one bag is one chocolate....again...if not a bug just ridiculous.

There is a mistake in the "recipe" for making sausage, it says: 1 ground beef, 1 ground sausage, 1 ground sausage...will not produce a sausage.


Then there are all the broken "recipes" I don't know if this is from the scriptor, or when put in on our end....so i won't list them, unless you need me to!...

I know that **** and I worked pretty close on this, and I believe ***** has a list too ...There was so few bugs....an incredible system!

and, i know i am forgetting to alot of "somethings" to tell you! But like i said, incredible!!

I told her to go ahead and send me the list of the broken recipes just incase and Ill update this post when she sends them to me. This is an awesome system. Congrats!!!
 

Kissakoira

Wanderer
What about this?

Code:
RunUO - [www.runuo.com] Version 2.0, Build 2357.32527
Core: Running on .NET Framework Version 2.0.50727
Scripts: Compiling C# scripts...done (cached)
Scripts: Compiling VB.NET scripts...no files found.
Scripts: Verifying...done (3101 items, 569 mobiles)
Regions: Loading...done
World: Loading...failed
[U]Error: Type 'Server.Items.SheafOfHay' was not found. Delete all of those types?
(y/n)[/U]
World: Loading...done (94886 items, 981 mobiles) (9,82 seconds)
Reports: Stats: Loading...done
Reports: Staff: Loading...done
Address: 127.0.0.1:2593
Address: ::1:2593
Address: 81.197.163.136:2593
CC initialized...
Pandora is listening on port 8035 - BoxServer version 0.3
Cleanup: Detected 42 inaccessible items, including 16 bank boxes, removing..
Cleanup: Detected 12 hair and facial hair items being worn, converting to their
virtual counterparts..

I get that error every time i start the server
 

slithers

Sorceror
once you have said yes to delete them you need to save the shard. so they will get deleted then saved without them in the world and you should be good to go after that.
 

Astro_Demon

Wanderer
hey

I got a new problem for you guys Im getting this error

HTML:
RunUO - [www.runuo.com] Version 1.0.0, Build 36918
Scripts: Compiling C# scripts...failed (1 errors, 0 warnings)
 - Error: : CS0010: (line 0, column 0) Cannot declare a namespace and a type bot
h named 'Server.Commands'
Scripts: One or more scripts failed to compile or no script files were found.
 - Press return to exit, or R to try again.
 

Yiffi

Wanderer
This sounds like a fantastic system that I really want to start up as soon as possible.

I am not a scriptor, but I can usually follow instructions. I don't know what i am missing here. I put in this system and the winecrafting that you suggested for 2.0.

Any ideas what I am missing? or need to do? Here is the error. I pushed yes for all questions. I have also tried pushing no, both have the same effect.

Code:
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...done (0 errors, 0 warnings)
Scripts: Compiling VB.NET scripts...no files found.
Scripts: Verifying...done (2738 items, 551 mobiles)
Regions: Loading...done
World: Loading...failed
Error: Type 'Server.Items.SheafOfHay' was not found. Delete all of those types?
(y/n)
World: Loading...An error was encountered while loading a saved object
 - Type: Server.Items.EasterEggs
 - Serial: 0x40068438
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.EasterEggs, serial=0x40068438) ---> System.Exception: ***** Bad serial
ize on Server.Items.EasterEggs *****
   at Server.World.Load()
   --- End of inner exception stack trace ---
   at Server.World.Load()
   at Server.ScriptCompiler.Compile(Boolean debug)
   at Server.Core.Main(String[] args)
This exception is fatal, press return to exit
 

Johabius

Knight
@Yiffi, just keep deleting the things that it wants you to delete, the things that the server wants you to delete are old deprecated versions of what Vhaerun has in his package. The server will probably ask you about 4 times or so to delete things. Just ignore the exceptions and keep restarting the server until you don't get the "Do you wish to delete all..." message on the console any more.
 

Yiffi

Wanderer
Thank you so much Johabius for helping me through that. I had no idea it was that easy lol.

And to Vhaerun this system is fantastic. A lot of work went into this one and it really shows. Thank you for realeasing it. =]
 

Kalyn

Wanderer
My installation seem fine.. workout out error by error to almost none and now this...

u missing a using directive or an assembly reference?)
+ Custom/Vhaerun's CRL Homestead/Vhaerun's CRL Crops/CropFood/Raspberries.cs:
CS0246: Line 9: The type or namespace name 'Food' could not be found (are yo
u missing a using directive or an assembly reference?)
CS0246: Line 49: The type or namespace name 'Food' could not be found (are y
ou missing a using directive or an assembly reference?)
+ Custom/Vhaerun's CRL Homestead/Vhaerun's CRL Crops/CropFood/RedPepper.cs:
CS0246: Line 6: The type or namespace name 'Food' could not be found (are yo
u missing a using directive or an assembly reference?)
+ Custom/Vhaerun's CRL Homestead/Vhaerun's CRL Crops/CropFood/SnowPeas.cs:
CS0246: Line 6: The type or namespace name 'Food' could not be found (are yo
u missing a using directive or an assembly reference?)
+ Custom/Vhaerun's CRL Homestead/Vhaerun's CRL Crops/CropFood/Spinach.cs:
CS0246: Line 6: The type or namespace name 'Food' could not be found (are yo
u missing a using directive or an assembly reference?)
+ Custom/Vhaerun's CRL Homestead/Vhaerun's CRL Crops/CropFood/Strawberry.cs:
CS0246: Line 6: The type or namespace name 'Food' could not be found (are yo
u missing a using directive or an assembly reference?)
+ Custom/Vhaerun's CRL Homestead/Vhaerun's CRL Crops/CropFood/SweetPotato.cs:
CS0246: Line 6: The type or namespace name 'Food' could not be found (are yo
u missing a using directive or an assembly reference?)
+ Custom/Vhaerun's CRL Homestead/Vhaerun's CRL Crops/Other/Mushrooms.cs:
CS0246: Line 8: The type or namespace name 'Food' could not be found (are yo
u missing a using directive or an assembly reference?)
+ Custom/Vhaerun's CRL Homestead/ChocolateBar.cs:
CS0246: Line 6: The type or namespace name 'Food' could not be found (are yo
u missing a using directive or an assembly reference?)
+ Items/Addons/WaterTroughEastAddon.cs:
CS0246: Line 6: The type or namespace name 'IWaterSource' could not be found
(are you missing a using directive or an assembly reference?)
+ Items/Addons/WaterTroughSouthAddon.cs:
CS0246: Line 6: The type or namespace name 'IWaterSource' could not be found
(are you missing a using directive or an assembly reference?)
+ Items/Food/Asian.cs:
CS0246: Line 32: The type or namespace name 'Food' could not be found (are y
ou missing a using directive or an assembly reference?)
CS0246: Line 88: The type or namespace name 'Food' could not be found (are y
ou missing a using directive or an assembly reference?)
CS0246: Line 126: The type or namespace name 'Food' could not be found (are
you missing a using directive or an assembly reference?)
CS0246: Line 155: The type or namespace name 'Food' could not be found (are
you missing a using directive or an assembly reference?)
CS0246: Line 211: The type or namespace name 'Food' could not be found (are
you missing a using directive or an assembly reference?)
CS0246: Line 240: The type or namespace name 'Food' could not be found (are
you missing a using directive or an assembly reference?)
CS0246: Line 269: The type or namespace name 'Food' could not be found (are
you missing a using directive or an assembly reference?)
CS0246: Line 298: The type or namespace name 'Food' could not be found (are
you missing a using directive or an assembly reference?)
CS0246: Line 327: The type or namespace name 'Food' could not be found (are
you missing a using directive or an assembly reference?)
+ Items/Food/Bowls.cs:
CS0246: Line 59: The type or namespace name 'Food' could not be found (are y
ou missing a using directive or an assembly reference?)
CS0246: Line 97: The type or namespace name 'Food' could not be found (are y
ou missing a using directive or an assembly reference?)
CS0246: Line 135: The type or namespace name 'Food' could not be found (are
you missing a using directive or an assembly reference?)
CS0246: Line 173: The type or namespace name 'Food' could not be found (are
you missing a using directive or an assembly reference?)
CS0246: Line 211: The type or namespace name 'Food' could not be found (are
you missing a using directive or an assembly reference?)
CS0246: Line 249: The type or namespace name 'Food' could not be found (are
you missing a using directive or an assembly reference?)
CS0246: Line 287: The type or namespace name 'Food' could not be found (are
you missing a using directive or an assembly reference?)
CS0246: Line 325: The type or namespace name 'Food' could not be found (are
you missing a using directive or an assembly reference?)
CS0246: Line 363: The type or namespace name 'Food' could not be found (are
you missing a using directive or an assembly reference?)
CS0246: Line 457: The type or namespace name 'Food' could not be found (are
you missing a using directive or an assembly reference?)
CS0246: Line 495: The type or namespace name 'Food' could not be found (are
you missing a using directive or an assembly reference?)
+ Items/Minor Artifacts/AdmiralsHeartyRum.cs:
CS0246: Line 6: The type or namespace name 'BeverageBottle' could not be fou
nd (are you missing a using directive or an assembly reference?)
+ Context Menus/EatEntry.cs:
CS0246: Line 9: The type or namespace name 'Food' could not be found (are yo
u missing a using directive or an assembly reference?)
CS0246: Line 11: The type or namespace name 'Food' could not be found (are y
ou missing a using directive or an assembly reference?)
+ Custom/Vhaerun's CRL Homestead/Vhaerun's CRL Cooking/Base Cooking/Uncooked/Sp
ecialty/BananaCakeMix.cs:
CS0246: Line 38: The type or namespace name 'Food' could not be found (are y
ou missing a using directive or an assembly reference?)
+ Custom/Vhaerun's CRL Homestead/Vhaerun's CRL Cooking/Base Cooking/Uncooked/Sp
ecialty/CantaloupeCakeMix.cs:
CS0246: Line 38: The type or namespace name 'Food' could not be found (are y
ou missing a using directive or an assembly reference?)
+ Custom/Vhaerun's CRL Homestead/Vhaerun's CRL Cooking/Base Cooking/Uncooked/Sp
ecialty/CarrotCakeMix.cs:
CS0246: Line 38: The type or namespace name 'Food' could not be found (are y
ou missing a using directive or an assembly reference?)
+ Custom/Vhaerun's CRL Homestead/Vhaerun's CRL Cooking/Base Cooking/Uncooked/Sp
ecialty/CoconutCakeMix.cs:
CS0246: Line 38: The type or namespace name 'Food' could not be found (are y
ou missing a using directive or an assembly reference?)
+ Custom/Vhaerun's CRL Homestead/Vhaerun's CRL Cooking/Base Cooking/Uncooked/Sp
ecialty/FruitCakeMix.cs:
CS0246: Line 38: The type or namespace name 'Food' could not be found (are y
ou missing a using directive or an assembly reference?)
+ Custom/Vhaerun's CRL Homestead/Vhaerun's CRL Cooking/Base Cooking/Uncooked/Sp
ecialty/GrapeCakeMix.cs:
CS0246: Line 38: The type or namespace name 'Food' could not be found (are y
ou missing a using directive or an assembly reference?)
+ Custom/Vhaerun's CRL Homestead/Vhaerun's CRL Cooking/Base Cooking/Uncooked/Sp
ecialty/HoneydewmelonCakeMix.cs:
CS0246: Line 38: The type or namespace name 'Food' could not be found (are y
ou missing a using directive or an assembly reference?)
+ Custom/Vhaerun's CRL Homestead/Vhaerun's CRL Cooking/Base Cooking/Uncooked/Sp
ecialty/KeyLimeCakeMix.cs:
CS0246: Line 38: The type or namespace name 'Food' could not be found (are y
ou missing a using directive or an assembly reference?)
+ Custom/Vhaerun's CRL Homestead/Vhaerun's CRL Cooking/Base Cooking/Uncooked/Sp
ecialty/LemonCakeMix.cs:
CS0246: Line 38: The type or namespace name 'Food' could not be found (are y
ou missing a using directive or an assembly reference?)
+ Custom/Vhaerun's CRL Homestead/Vhaerun's CRL Cooking/Base Cooking/Uncooked/Sp
ecialty/MeatCakeMix.cs:
CS0246: Line 38: The type or namespace name 'Food' could not be found (are y
ou missing a using directive or an assembly reference?)
+ Custom/Vhaerun's CRL Homestead/Vhaerun's CRL Cooking/Base Cooking/Uncooked/Sp
ecialty/PeachCakeMix.cs:
CS0246: Line 38: The type or namespace name 'Food' could not be found (are y
ou missing a using directive or an assembly reference?)
+ Custom/Vhaerun's CRL Homestead/Vhaerun's CRL Cooking/Base Cooking/Uncooked/Sp
ecialty/PumpkinCakeMix.cs:
CS0246: Line 38: The type or namespace name 'Food' could not be found (are y
ou missing a using directive or an assembly reference?)
+ Custom/Vhaerun's CRL Homestead/Vhaerun's CRL Cooking/Base Cooking/Uncooked/Sp
ecialty/UnbakedApplePie.cs:
CS0246: Line 36: The type or namespace name 'Food' could not be found (are y
ou missing a using directive or an assembly reference?)
+ Custom/Vhaerun's CRL Homestead/Vhaerun's CRL Cooking/Base Cooking/Uncooked/Sp
ecialty/UnbakedChickenPotPie.cs:
CS0246: Line 35: The type or namespace name 'Food' could not be found (are y
ou missing a using directive or an assembly reference?)
+ Custom/Vhaerun's CRL Homestead/Vhaerun's CRL Cooking/Base Cooking/Uncooked/Sp
ecialty/UnbakedKeyLimePie.cs:
CS0246: Line 37: The type or namespace name 'Food' could not be found (are y
ou missing a using directive or an assembly reference?)
+ Custom/Vhaerun's CRL Homestead/Vhaerun's CRL Cooking/Base Cooking/Uncooked/Sp
ecialty/UnbakedPeachCobbler.cs:
CS0246: Line 37: The type or namespace name 'Food' could not be found (are y
ou missing a using directive or an assembly reference?)
+ Custom/Vhaerun's CRL Homestead/Vhaerun's CRL Cooking/Base Cooking/Uncooked/Sp
ecialty/UnbakedPumpkinPie.cs:
CS0246: Line 37: The type or namespace name 'Food' could not be found (are y
ou missing a using directive or an assembly reference?)
+ Custom/Vhaerun's CRL Homestead/Vhaerun's CRL Cooking/Base Cooking/Uncooked/Sp
ecialty/UnbakedQuiche.cs:
CS0246: Line 36: The type or namespace name 'Food' could not be found (are y
ou missing a using directive or an assembly reference?)
+ Custom/Vhaerun's CRL Homestead/Vhaerun's CRL Cooking/Base Cooking/Uncooked/Sp
ecialty/VegetableCakeMix.cs:
CS0246: Line 38: The type or namespace name 'Food' could not be found (are y
ou missing a using directive or an assembly reference?)
+ Custom/Vhaerun's CRL Homestead/Vhaerun's CRL Cooking/Base Cooking/Uncooked/Sp
ecialty/WatermelonCakeMix.cs:
CS0246: Line 38: The type or namespace name 'Food' could not be found (are y
ou missing a using directive or an assembly reference?)
+ Custom/Vhaerun's CRL Homestead/Vhaerun's CRL Cooking/Base Cooking/Uncooked/Ca
keMix.cs:
CS0246: Line 304: The type or namespace name 'Food' could not be found (are
you missing a using directive or an assembly reference?)
CS0246: Line 307: The type or namespace name 'Food' could not be found (are
you missing a using directive or an assembly reference?)
CS0246: Line 22: The type or namespace name 'Food' could not be found (are y
ou missing a using directive or an assembly reference?)
+ Custom/Vhaerun's CRL Homestead/Vhaerun's CRL Cooking/Base Cooking/Uncooked/Co
okieMix.cs:
CS0246: Line 34: The type or namespace name 'Food' could not be found (are y
ou missing a using directive or an assembly reference?)
+ Custom/Vhaerun's CRL Homestead/Vhaerun's CRL Cooking/Base Cooking/Uncooked/Do
ugh.cs:
CS0246: Line 277: The type or namespace name 'Food' could not be found (are
you missing a using directive or an assembly reference?)
CS0246: Line 279: The type or namespace name 'Food' could not be found (are
you missing a using directive or an assembly reference?)
CS0246: Line 12: The type or namespace name 'Food' could not be found (are y
ou missing a using directive or an assembly reference?)
CS0246: Line 16: The type or namespace name 'Food' could not be found (are y
ou missing a using directive or an assembly reference?)
+ Custom/Vhaerun's CRL Homestead/Vhaerun's CRL Cooking/Base Cooking/Uncooked/Eg
gs.cs:
CS0246: Line 175: The type or namespace name 'Food' could not be found (are
you missing a using directive or an assembly reference?)
CS0246: Line 178: The type or namespace name 'Food' could not be found (are
you missing a using directive or an assembly reference?)
CS0246: Line 48: The type or namespace name 'Food' could not be found (are y
ou missing a using directive or an assembly reference?)
+ Custom/Vhaerun's CRL Homestead/Vhaerun's CRL Cooking/Base Cooking/Uncooked/Ra
wBacon.cs:
CS0246: Line 44: The type or namespace name 'Food' could not be found (are y
ou missing a using directive or an assembly reference?)
+ Custom/Vhaerun's CRL Homestead/Vhaerun's CRL Cooking/Base Cooking/Uncooked/Ra
wBaconSlab.cs:
CS0246: Line 52: The type or namespace name 'Food' could not be found (are y
ou missing a using directive or an assembly reference?)
+ Custom/Vhaerun's CRL Homestead/Vhaerun's CRL Cooking/Base Cooking/Uncooked/Ra
wBird.cs:
CS0246: Line 51: The type or namespace name 'Food' could not be found (are y
ou missing a using directive or an assembly reference?)
+ Custom/Vhaerun's CRL Homestead/Vhaerun's CRL Cooking/Base Cooking/Uncooked/Ra
wChickenLeg.cs:
CS0246: Line 42: The type or namespace name 'Food' could not be found (are y
ou missing a using directive or an assembly reference?)
+ Custom/Vhaerun's CRL Homestead/Vhaerun's CRL Cooking/Base Cooking/Uncooked/Ra
wFishSteak.cs:
CS0246: Line 28: The type or namespace name 'Food' could not be found (are y
ou missing a using directive or an assembly reference?)
+ Custom/Vhaerun's CRL Homestead/Vhaerun's CRL Cooking/Base Cooking/Uncooked/Ra
wHam.cs:
CS0246: Line 52: The type or namespace name 'Food' could not be found (are y
ou missing a using directive or an assembly reference?)
+ Custom/Vhaerun's CRL Homestead/Vhaerun's CRL Cooking/Base Cooking/Uncooked/Ra
wHamSlices.cs:
CS0246: Line 44: The type or namespace name 'Food' could not be found (are y
ou missing a using directive or an assembly reference?)
+ Custom/Vhaerun's CRL Homestead/Vhaerun's CRL Cooking/Base Cooking/Uncooked/Ra
wHeadlessFish.cs:
CS0246: Line 28: The type or namespace name 'Food' could not be found (are y
ou missing a using directive or an assembly reference?)
+ Custom/Vhaerun's CRL Homestead/Vhaerun's CRL Cooking/Base Cooking/Uncooked/Ra
wLambLeg.cs:
CS0246: Line 42: The type or namespace name 'Food' could not be found (are y
ou missing a using directive or an assembly reference?)
+ Custom/Vhaerun's CRL Homestead/Vhaerun's CRL Cooking/Base Cooking/Uncooked/Ra
wRibs.cs:
CS0246: Line 42: The type or namespace name 'Food' could not be found (are y
ou missing a using directive or an assembly reference?)
+ Custom/Vhaerun's CRL Homestead/Vhaerun's CRL Cooking/Base Cooking/Uncooked/Sw
eetDough.cs:
CS0246: Line 164: The type or namespace name 'Food' could not be found (are
you missing a using directive or an assembly reference?)
CS0246: Line 167: The type or namespace name 'Food' could not be found (are
you missing a using directive or an assembly reference?)
CS0246: Line 13: The type or namespace name 'Food' could not be found (are y
ou missing a using directive or an assembly reference?)
CS0246: Line 18: The type or namespace name 'Food' could not be found (are y
ou missing a using directive or an assembly reference?)
+ Custom/Vhaerun's CRL Homestead/Vhaerun's CRL Cooking/Base Cooking/Uncooked/Un
bakedFruitPie.cs:
CS0246: Line 61: The type or namespace name 'Food' could not be found (are y
ou missing a using directive or an assembly reference?)
+ Custom/Vhaerun's CRL Homestead/Vhaerun's CRL Cooking/Base Cooking/Uncooked/Un
bakedMeatPie.cs:
CS0246: Line 45: The type or namespace name 'Food' could not be found (are y
ou missing a using directive or an assembly reference?)
+ Custom/Vhaerun's CRL Homestead/Vhaerun's CRL Cooking/Base Cooking/Uncooked/Un
bakedVegePie.cs:
CS0246: Line 56: The type or namespace name 'Food' could not be found (are y
ou missing a using directive or an assembly reference?)
+ Custom/Vhaerun's CRL Homestead/Vhaerun's CRL Cooking/Base Cooking/Uncooked/Un
cookedDonuts.cs:
CS0246: Line 36: The type or namespace name 'Food' could not be found (are y
ou missing a using directive or an assembly reference?)
+ Custom/Vhaerun's CRL Homestead/Vhaerun's CRL Cooking/Base Cooking/Uncooked/Un
cookedFrenchBread.cs:
CS0246: Line 36: The type or namespace name 'Food' could not be found (are y
ou missing a using directive or an assembly reference?)
+ Custom/Vhaerun's CRL Homestead/Vhaerun's CRL Cooking/Base Cooking/Uncooked/Un
cookedPizza.cs:
CS0246: Line 529: The type or namespace name 'Food' could not be found (are
you missing a using directive or an assembly reference?)
CS0246: Line 531: The type or namespace name 'Food' could not be found (are
you missing a using directive or an assembly reference?)
CS0246: Line 12: The type or namespace name 'Food' could not be found (are y
ou missing a using directive or an assembly reference?)
CS0246: Line 29: The type or namespace name 'Food' could not be found (are y
ou missing a using directive or an assembly reference?)
CS0246: Line 602: The type or namespace name 'Food' could not be found (are
you missing a using directive or an assembly reference?)
CS0246: Line 638: The type or namespace name 'Food' could not be found (are
you missing a using directive or an assembly reference?)
+ Custom/Vhaerun's CRL Homestead/Vhaerun's CRL Cooking/Base Cooking/CookableFoo
d.cs:
CS0246: Line 34: The type or namespace name 'Food' could not be found (are y
ou missing a using directive or an assembly reference?)
+ Items/Containers/FillableContainers.cs:
CS0246: Line 610: The type or namespace name 'BeverageType' could not be fou
nd (are you missing a using directive or an assembly reference?)
CS0246: Line 612: The type or namespace name 'BeverageType' could not be fou
nd (are you missing a using directive or an assembly reference?)
CS0246: Line 614: The type or namespace name 'BeverageType' could not be fou
nd (are you missing a using directive or an assembly reference?)
CS0246: Line 618: The type or namespace name 'BeverageType' could not be fou
nd (are you missing a using directive or an assembly reference?)
+ Mobiles/Vendors/BeverageBuy.cs:
CS0246: Line 9: The type or namespace name 'BeverageType' could not be found
(are you missing a using directive or an assembly reference?)
CS0246: Line 13: The type or namespace name 'BeverageType' could not be foun
d (are you missing a using directive or an assembly reference?)
CS0246: Line 17: The type or namespace name 'BeverageType' could not be foun
d (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.
 
Top