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!

The Farmer's Market [1].0.1

Rearranging

I moved all the files to the first post to get rid of the confusion. All files but brewing are needed at this point. But I'd suggest installing all of them. :)
 

Torm

Wanderer
Def brewing help

I have added some different wines in the Beverage.cs script and changed the clilocs everything works fine with the wines. I can [add pitcher TaWine and it is created and functions normally. I wanted to add the capability to brew into a pitcher with DeBrewing but I dont seam to be able to call up server.item.pitcher tawine. here is the code I have tried lots of different combinations etc.
Code:
            index = AddCraft( typeof( (Server.Items.Pitcher, BeverageType.TaWine ), "Wines", "Pitcher of TaWine", 90.0, 100.0, typeof( Hop ), "Hop", 10 );
				AddRes( index, typeof ( Bottle ), "Bottles", 10 );
				AddRes( index, typeof ( Grapes ), "Grapes", 10 );

			MarkOption = true;
			Repair = Core.AOS;
this gives me the following errors;
- Error: Scripts\Custom\A Working\Brewing 1.0.0\DefBrewing.cs: CS1031: (line 10
3, column 39) Type expected

I also wanted to have addres = pitcher but it tells me in game "you dont have the resources required"

some help would be greatly appreciated.

Torm
 

Dr.

Wanderer
Scripts: Compiling C# scripts...failed (11 errors, 0 warnings)
- Error: Scripts\Items\Food\Beverage.cs: CS0101: (line 15, column 14) The names
pace 'Server.Items' already contains a definition for 'BeverageType'
- Error: Scripts\Items\Food\Beverage.cs: CS0101: (line 27, column 19) The names
pace 'Server.Items' already contains a definition for 'IHasQuantity'
- Error: Scripts\Items\Food\Beverage.cs: CS0101: (line 32, column 19) The names
pace 'Server.Items' already contains a definition for 'IWaterSource'
- Error: Scripts\Items\Food\Beverage.cs: CS0101: (line 39, column 15) The names
pace 'Server.Items' already contains a definition for 'BeverageBottle'
- Error: Scripts\Items\Food\Beverage.cs: CS0101: (line 118, column 15) The name
space 'Server.Items' already contains a definition for 'Jug'
- Error: Scripts\Items\Food\Beverage.cs: CS0101: (line 157, column 15) The name
space 'Server.Items' already contains a definition for 'CeramicMug'
- Error: Scripts\Items\Food\Beverage.cs: CS0101: (line 203, column 15) The name
space 'Server.Items' already contains a definition for 'PewterMug'
- Error: Scripts\Items\Food\Beverage.cs: CS0101: (line 247, column 15) The name
space 'Server.Items' already contains a definition for 'Goblet'
- Error: Scripts\Items\Food\Beverage.cs: CS0101: (line 293, column 15) The name
space 'Server.Items' already contains a definition for 'GlassMug'
- Error: Scripts\Items\Food\Beverage.cs: CS0101: (line 406, column 15) The name
space 'Server.Items' already contains a definition for 'Pitcher'
- Error: Scripts\Items\Food\Beverage.cs: CS0101: (line 576, column 24) The name
space 'Server.Items' already contains a definition for 'BaseBeverage'
Scripts: One or more scripts failed to compile or no script files were found.
- Press return to exit, or R to try again.

I keep getting that on this script.. why?
 

Darknesslord

Sorceror
I have 2 erros:
Code:
 - Error: Scripts\Devil's rules\Farmers market\Corn Addition\CornCrop.cs: CS0115
: (line 16, column 24) 'Server.Items.Crops.CornSeed.CanGrowGarden': não foi loca
lizado nenhum método adequado para substituir
 - Error: Scripts\Devil's rules\Farmers market\Wheat Addition\WheatCrop.cs: CS01
15: (line 16, column 24) 'Server.Items.Crops.WheatSeed.CanGrowGarden': não foi l
ocalizado nenhum método adequado para substituir
 - Press return to exit, or R to try again.
 
DarknessLord

I have 2 erros:

Code:
- Error: Scripts\Devil's rules\Farmers market\Corn Addition\CornCrop.cs: CS0115: (line 16, column 24) 'Server.Items.Crops.CornSeed.CanGrowGarden': não foi localizado nenhum método adequado para substituir - Error: Scripts\Devil's rules\Farmers market\Wheat Addition\WheatCrop.cs: CS0115: (line 16, column 24) 'Server.Items.Crops.WheatSeed.CanGrowGarden': não foi localizado nenhum método adequado para substituir - Press return to exit, or R to try again.​
Sry I cannot read that language :(
 

Darknesslord

Sorceror
ups sorry.... i translate.....
Code:
 - Error: Scripts\Devil's rules\Farmers market\Corn Addition\CornCrop.cs: CS0115
: (line 16, column 24) 'Server.Items.Crops.CornSeed.CanGrowGarden': it wasn't localize no adequate approach for replace
 - Error: Scripts\Devil's rules\Farmers market\Wheat Addition\WheatCrop.cs: CS01
15: (line 16, column 24) 'Server.Items.Crops.WheatSeed.CanGrowGarden': it wasn't localize no adequate approach for replace
Scripts: One or more scripts failed to compile or no script files were found.
 - Press return to exit, or R to try again.
 
Darknesslord

ups sorry.... i translate.....
Code:
- Error: Scripts\Devil's rules\Farmers market\Corn Addition\CornCrop.cs: CS0115: (line 16, column 24) 'Server.Items.Crops.CornSeed.CanGrowGarden': it wasn't localize no adequate approach for replace - Error: Scripts\Devil's rules\Farmers market\Wheat Addition\WheatCrop.cs: CS0115: (line 16, column 24) 'Server.Items.Crops.WheatSeed.CanGrowGarden': it wasn't localize no adequate approach for replaceScripts: One or more scripts failed to compile or no script files were found. - Press return to exit, or R to try again.​
Well first let me translate this from your error. You don't have the harvest system.;)
 

Darknesslord

Sorceror
Erros

I have 1 error :S
Code:
RunUO - [www.runuo.com] Version 1.0.0, Build 36918
Scripts: Compiling C# scripts...failed (1 error, 0 warnings)
 - Error: Scripts\Devil's rules\Farmers Market\FarmersMarket.cs: CS0246: (line 2
84, column 31) Não foi possível localizar o nome do tipo ou de espaço de nome 'Y
ardWand' (está a faltar uma directiva using ou uma referência à assemblagem?)
Scripts: One or more scripts failed to compile or no script files were found.
 - Press return to exit, or R to try again.
 

Darknesslord

Sorceror
Darknesslord said:
I have 1 error :S
Code:
RunUO - [www.runuo.com] Version 1.0.0, Build 36918
Scripts: Compiling C# scripts...failed (1 errors, 0 warnings)
 - Error: Scripts\Devil's rules\Farmers Market\FarmersMarket.cs: CS0246: (line 2
84, column 31) Não foi possível localizar o nome do tipo ou de espaço de nome 'Y
ardWand' (está a faltar uma directiva using ou uma referência à assemblagem?)
Scripts: One or more scripts failed to compile or no script files were found.
 - Press return to exit, or R to try again.

Translation
Code:
 - Error: Scripts\Devil's rules\Farmers Market\FarmersMarket.cs: CS0246: (line 2
84, column 31) It was not possible locate the name of the kind or of space of name 'Y
ardWand' (It is it lack a directive one using or a reference to the "assemblagem"?)
 
Darknesslord

Quote:
Originally Posted by Darknesslord
I have 1 error :S
Code:
RunUO - [www.runuo.com] Version 1.0.0, Build 36918Scripts: Compiling C# scripts...failed (1 errors, 0 warnings) - Error: Scripts\Devil's rules\Farmers Market\FarmersMarket.cs: CS0246: (line 284, column 31) Não foi possível localizar o nome do tipo ou de espaço de nome 'YardWand' (está a faltar uma directiva using ou uma referência à assemblagem?)Scripts: One or more scripts failed to compile or no script files were found. - Press return to exit, or R to try again.​




Translation

Code:
- Error: Scripts\Devil's rules\Farmers Market\FarmersMarket.cs: CS0246: (line 284, column 31) It was not possible locate the name of the kind or of space of name 'YardWand' (It is it lack a directive one using or a reference to the "assemblagem"?)​
You also need Aliens Yard script the link is provided on my first post. I couldn't provide you with all those scripts so gave you the links :)
 
Top