Go Back   RunUO - Ultima Online Emulation > RunUO > Custom Script Release Archive

Custom Script Release Archive This is a pre-script database archive of what our users had released.

 
 
Thread Tools Display Modes
Old 05-22-2006, 11:51 PM   #1 (permalink)
Forum Novice
 
Join Date: Aug 2003
Age: 32
Posts: 428
Send a message via MSN to aventae
Smile New Brew Engine 1.0alpha

UPDATED to 1.1a: Again WonderLandDnc thank you for your contribution of the vendor.. I made the modifications =) and also Updated the ingredients.cs and gave the resources more of a unique look rather then having them all looking like Hops lol

UPDATED: Added WonderlandADnc Brewerspack..Thank you Wonder for making these nice scripts =)..Sorry didnt have time to do this myself.. bout 3am here.. and trying to get rdy for work as i am writing hehe.

Hello all,
This is work i had originally did with a base brewing system.. and have decided to go step further and make a brewing engine. What this is .. is a engine souly for the brewing craft skill. With the engine it makes making brewable items totaly customizable and adding any kind of brewable drink you can imagine.

Currently added to the system are some real red wines,white wines, whiskeys, flavored juices etc... the system does work and does compile with no errors for me.. but is still in its alpha stages.. This release is more of trial version to get some feedback what everyone would like to see added to the engine or perhaps use this engine and make something of their own =)

I did include and SBBarkeeper that atm just sells hops (Like from the original) but can be edited to distribute the other ingredient items needs to making different brews.

Included is a ReadMe how to install and uninstall the engine.. without further adue... here is New Brew Engine =)

P.s I didnt credit Demented for the original brewing work becuase i am Demented..i lost the email i had for that account and have tried to msg moderators about getting it fixed to my current email that i am using for this account. So pls No more further Karma -'s lol
Attached Files
File Type: zip BrewEngine1.1a.zip (24.4 KB, 66 views)

Last edited by aventae; 05-27-2006 at 12:45 AM.
aventae is offline  
Old 05-23-2006, 12:48 AM   #2 (permalink)
Forum Expert
 
Lucid Nagual's Avatar
 
Join Date: Nov 2004
Location: Beyond the Gates of Hell
Age: 36
Posts: 3,509
Thumbs up aventae

Good to see that you finished this. I am eager to check this out, thanks.
__________________
Leader of the Anti-OSI Movement. Inventing a new game experience in an EA Games-free environment.

Don Juan Matus "The basic difference between an ordinary man and a warrior is that a warrior takes everything as a challenge, while an ordinary man takes everything as a blessing or as a curse."


My Customs:
Lucid Nagual is offline  
Old 05-23-2006, 01:25 AM   #3 (permalink)
Forum Novice
 
Join Date: Aug 2003
Age: 32
Posts: 428
Send a message via MSN to aventae
Default

Quote:
Originally Posted by Lucid Nagual
Good to see that you finished this. I am eager to check this out, thanks.
Thankx Lucid ..yeah actually had it finished for a few months now... but been working and trying to upgrade computer.. my mother board died hehe.. now looking at new memory =)
aventae is offline  
Old 05-23-2006, 01:41 AM   #4 (permalink)
Forum Expert
 
Join Date: Sep 2005
Location: UK
Age: 29
Posts: 781
Default

hi there i added this. the items look cool. but i would like to know how i get the skill. and how to use it. as when i add a keg in its menu there is nothing in the resoureses part, as in what you need to make something. thanks for the post. its a fine package. thanks.
__________________
*+ MW Admin Naturescorpse +*
WonderlandADnc is offline  
Old 05-23-2006, 01:49 AM   #5 (permalink)
Forum Novice
 
Join Date: Aug 2003
Age: 32
Posts: 428
Send a message via MSN to aventae
Default

Quote:
Originally Posted by WonderlandADnc
hi there i added this. the items look cool. but i would like to know how i get the skill. and how to use it. as when i add a keg in its menu there is nothing in the resoureses part, as in what you need to make something. thanks for the post. its a fine package. thanks.
its based on alchemy skill =) .. so you can just set your alchemy... in the DefBrewing.. the resources needed are there.

Code:
			// Set the overidable material
			SetSubRes( typeof( PitcherOfWater ), "Pitcher of Water" );

			// Add every material you want the player to be able to chose from
			// This will overide the overidable material
			
			AddSubRes( typeof( PitcherOfWater ),		"Pitcher of Water", 50.0, 1044268 );
			AddSubRes( typeof( Sugar ),	"Sugar", 50.0, 1044268 );
			AddSubRes( typeof( Yeast ),	"Yeast", 50.0, 1044268 );
			AddSubRes( typeof( Barley ),		"Barley", 50.0, 1044268 );
			AddSubRes( typeof( Hop ),		"Hop", 50.0, 1044268 );
			AddSubRes( typeof( Malt ),		"Malt", 50.0, 1044268 );
Some recipes do use other items..recipes are also listed inside the DefBrewing =)
Keep in mind tho this is in alpha stage atm so no distrubition for the resources needed to make the brewing items are yet fully obtainable ..so may have to use [add ( resource name) ...example: [add malt etc.. =)

P.s Sorry if this is inconvient for all..still working on getting system back up to par. had to do alot of re-installing etc.. becuase of redoing system and upgrading. Nother reason this is more of a alpha engine =) none the less i hope this package is something all can still enjoy till engine is fully complete =)

Last edited by aventae; 05-23-2006 at 01:56 AM.
aventae is offline  
Old 05-23-2006, 03:00 AM   #6 (permalink)
Forum Expert
 
Join Date: Sep 2005
Location: UK
Age: 29
Posts: 781
Default

Hi there thanks for that. im still working on getting to it work right with me. lol
but i made this for your system. and hoped you would like it, and add it to your system.

its not much but i wanted to say thinks.
its just a (Brewers Sterer Pack)
that has what i can see so far to add. please add any more to it.
all you have to do is put it in your custom folder. and do [add BrewersPack.
you might want to add more of the same items or in there own sep bag. and as its 7am here. i would do it. and will have ago when i get up later/. unless you did like it and moded it more. to add more things to it just open BrewersPack
and add a new line or lines like ive done

Code:
DropItem( new BrewerTools() );
Well anyway thanks for the system. and i cant wait to hear what you said about my little pack. thanks again nite nite.

BrewersPack.zip

http://www.runuo.com/forums/attachme...1&d=1148363978
__________________
*+ MW Admin Naturescorpse +*
WonderlandADnc is offline  
Old 05-23-2006, 05:07 AM   #7 (permalink)
Forum Novice
 
Join Date: Aug 2003
Age: 32
Posts: 428
Send a message via MSN to aventae
Default

Quote:
Originally Posted by WonderlandADnc
Hi there thanks for that. im still working on getting to it work right with me. lol
but i made this for your system. and hoped you would like it, and add it to your system.

its not much but i wanted to say thinks.
its just a (Brewers Sterer Pack)
that has what i can see so far to add. please add any more to it.
all you have to do is put it in your custom folder. and do [add BrewersPack.
you might want to add more of the same items or in there own sep bag. and as its 7am here. i would do it. and will have ago when i get up later/. unless you did like it and moded it more. to add more things to it just open BrewersPack
and add a new line or lines like ive done

Code:
DropItem( new BrewerTools() );
Well anyway thanks for the system. and i cant wait to hear what you said about my little pack. thanks again nite nite.
Np WonderlandADnc was fun making it.. and i felt was time to make the base better then i had originally done and take it further then i had.. just sorry waited so long to do so.. but Irl has made it a lil hard hehe.. but all in all glad that i was able to create something that all can enjoy =)

Nice scripts btw Wonder =).. good way to distribute the resources atleast till i get it working better =) but i'll diffently still find a use for your scripts and keep them in further updates and apart of the package

Future Plans: Hope to narrow down the customization to lesser scripts to make it more simple to customize in this current version ..customizing the engine to add other types of brews can be confusing.

Also hope to find out what all is using for a harvest system so to make the ingredients apart of that system =)

I have been working on making additions for Steamin's harvest system and it does compile for what i got .. but further testing is needed =).. hope to make it compatible with other harvest systems as well or perhaps write my own =)

Again ..any ideas.. critisicm etc .. is welcome =)
aventae is offline  
Old 05-23-2006, 05:10 AM   #8 (permalink)
Forum Expert
 
Lucid Nagual's Avatar
 
Join Date: Nov 2004
Location: Beyond the Gates of Hell
Age: 36
Posts: 3,509
Thumbs up

Nice addition. Thank you, Wonder.
__________________
Leader of the Anti-OSI Movement. Inventing a new game experience in an EA Games-free environment.

Don Juan Matus "The basic difference between an ordinary man and a warrior is that a warrior takes everything as a challenge, while an ordinary man takes everything as a blessing or as a curse."


My Customs:
Lucid Nagual is offline  
Old 05-23-2006, 05:29 AM   #9 (permalink)
Forum Expert
 
Lucid Nagual's Avatar
 
Join Date: Nov 2004
Location: Beyond the Gates of Hell
Age: 36
Posts: 3,509
Smile aventae

Quote:
Also hope to find out what all is using for a harvest system so to make the ingredients apart of that system =)

I have been working on making additions for Steamin's harvest system and it does compile for what i got .. but further testing is needed =).. hope to make it compatible with other harvest systems as well or perhaps write my own =)

Again ..any ideas.. critisicm etc .. is welcome =)
I would choose David's system. His coding is excellent and he plans on releasing v[2] after the new release of RunUO.

Just a suggestion.
__________________
Leader of the Anti-OSI Movement. Inventing a new game experience in an EA Games-free environment.

Don Juan Matus "The basic difference between an ordinary man and a warrior is that a warrior takes everything as a challenge, while an ordinary man takes everything as a blessing or as a curse."


My Customs:
Lucid Nagual is offline  
Old 05-23-2006, 12:41 PM   #10 (permalink)
Forum Novice
 
Join Date: Aug 2003
Age: 32
Posts: 428
Send a message via MSN to aventae
Default

Quote:
Originally Posted by Lucid Nagual
I would choose David's system. His coding is excellent and he plans on releasing v[2] after the new release of RunUO.

Just a suggestion.
thank you Lucid ..Aye he is very excellent at coding but i wont use it without David's permission becuase the edit/Modifications i would have to make to his already existing system..perhaps making an addon for his harvest system and others maybe a better choice? =)
aventae is offline  
Old 05-26-2006, 08:33 PM   #11 (permalink)
Forum Expert
 
Join Date: Sep 2005
Location: UK
Age: 29
Posts: 781
Default

Hi there thanks for use the pack. im glad you liked it. the past 2 or 3 days ive been trying to do a vebdor. but i cant get it to compile. if you want to use it your welcome. if not. its cool. all i cant do with it is as you will see. its due to the part where the gump photos of the items. im sorry im not all good. but other then that is ok,. thanks again.

BrewerVendor.zip

http://www.runuo.com/forums/attachme...1&d=1148686379

Code:
 - Error: Scripts\Customs\AdminStuff\BrewerVendor\SBBrewerVendor.cs: CS1525: (li
ne 29, column 69) Invalid expression term ')'
 - Error: Scripts\Customs\AdminStuff\BrewerVendor\SBBrewerVendor.cs: CS1026: (li
ne 29, column 72) ) expected
 - Error: Scripts\Customs\AdminStuff\BrewerVendor\SBBrewerVendor.cs: CS1525: (li
ne 30, column 60) Invalid expression term ')'
 - Error: Scripts\Customs\AdminStuff\BrewerVendor\SBBrewerVendor.cs: CS1026: (li
ne 30, column 63) ) expected
 - Error: Scripts\Customs\AdminStuff\BrewerVendor\SBBrewerVendor.cs: CS1525: (li
ne 31, column 88) Invalid expression term ')'
 - Error: Scripts\Customs\AdminStuff\BrewerVendor\SBBrewerVendor.cs: CS1026: (li
ne 31, column 91) ) expected
 - Error: Scripts\Customs\AdminStuff\BrewerVendor\SBBrewerVendor.cs: CS1525: (li
ne 32, column 61) Invalid expression term ')'
 - Error: Scripts\Customs\AdminStuff\BrewerVendor\SBBrewerVendor.cs: CS1026: (li
ne 32, column 64) ) expected
 - Error: Scripts\Customs\AdminStuff\BrewerVendor\SBBrewerVendor.cs: CS1525: (li
ne 33, column 86) Invalid expression term ')'
 - Error: Scripts\Customs\AdminStuff\BrewerVendor\SBBrewerVendor.cs: CS1026: (li
ne 33, column 89) ) expected
 - Error: Scripts\Customs\AdminStuff\BrewerVendor\SBBrewerVendor.cs: CS1525: (li
ne 34, column 87) Invalid expression term ')'
 - Error: Scripts\Customs\AdminStuff\BrewerVendor\SBBrewerVendor.cs: CS1026: (li
ne 34, column 90) ) expected
 - Error: Scripts\Customs\AdminStuff\BrewerVendor\SBBrewerVendor.cs: CS1525: (li
ne 35, column 94) Invalid expression term ')'
 - Error: Scripts\Customs\AdminStuff\BrewerVendor\SBBrewerVendor.cs: CS1026: (li
ne 35, column 97) ) expected
__________________
*+ MW Admin Naturescorpse +*
WonderlandADnc is offline  
Old 05-27-2006, 12:50 AM   #12 (permalink)
Forum Novice
 
Join Date: Aug 2003
Age: 32
Posts: 428
Send a message via MSN to aventae
Default

Quote:
Originally Posted by WonderlandADnc
Hi there thanks for use the pack. im glad you liked it. the past 2 or 3 days ive been trying to do a vebdor. but i cant get it to compile. if you want to use it your welcome. if not. its cool. all i cant do with it is as you will see. its due to the part where the gump photos of the items. im sorry im not all good. but other then that is ok,. thanks again.

Attachment 7351

http://www.runuo.com/forums/attachme...1&d=1148686379

Code:
 - Error: Scripts\Customs\AdminStuff\BrewerVendor\SBBrewerVendor.cs: CS1525: (li
ne 29, column 69) Invalid expression term ')'
 - Error: Scripts\Customs\AdminStuff\BrewerVendor\SBBrewerVendor.cs: CS1026: (li
ne 29, column 72) ) expected
 - Error: Scripts\Customs\AdminStuff\BrewerVendor\SBBrewerVendor.cs: CS1525: (li
ne 30, column 60) Invalid expression term ')'
 - Error: Scripts\Customs\AdminStuff\BrewerVendor\SBBrewerVendor.cs: CS1026: (li
ne 30, column 63) ) expected
 - Error: Scripts\Customs\AdminStuff\BrewerVendor\SBBrewerVendor.cs: CS1525: (li
ne 31, column 88) Invalid expression term ')'
 - Error: Scripts\Customs\AdminStuff\BrewerVendor\SBBrewerVendor.cs: CS1026: (li
ne 31, column 91) ) expected
 - Error: Scripts\Customs\AdminStuff\BrewerVendor\SBBrewerVendor.cs: CS1525: (li
ne 32, column 61) Invalid expression term ')'
 - Error: Scripts\Customs\AdminStuff\BrewerVendor\SBBrewerVendor.cs: CS1026: (li
ne 32, column 64) ) expected
 - Error: Scripts\Customs\AdminStuff\BrewerVendor\SBBrewerVendor.cs: CS1525: (li
ne 33, column 86) Invalid expression term ')'
 - Error: Scripts\Customs\AdminStuff\BrewerVendor\SBBrewerVendor.cs: CS1026: (li
ne 33, column 89) ) expected
 - Error: Scripts\Customs\AdminStuff\BrewerVendor\SBBrewerVendor.cs: CS1525: (li
ne 34, column 87) Invalid expression term ')'
 - Error: Scripts\Customs\AdminStuff\BrewerVendor\SBBrewerVendor.cs: CS1026: (li
ne 34, column 90) ) expected
 - Error: Scripts\Customs\AdminStuff\BrewerVendor\SBBrewerVendor.cs: CS1525: (li
ne 35, column 94) Invalid expression term ')'
 - Error: Scripts\Customs\AdminStuff\BrewerVendor\SBBrewerVendor.cs: CS1026: (li
ne 35, column 97) ) expected
Thank You again WonderlandADnc For the awesome contribution =) .. i replaced the SbBarkeeper i had in package with your and fixed the errors with the Npc... He should now be redy to Sell his Wares. I put him in the new Uploaded Package =) ..Updated Engine to 1.1alpha(1.1a) hehe .. also i changed the look of the resources from in the ingredients.cs script.. made them instead of all looking like Hop cones.. to something similar or i thought looked similar .. Bag of Sugar/Yeast... Bowl of Barley...Small bag like of Malt etc =)

Last edited by aventae; 05-27-2006 at 12:54 AM.
aventae is offline  
Old 05-27-2006, 01:38 PM   #13 (permalink)
Forum Expert
 
Join Date: Sep 2005
Location: UK
Age: 29
Posts: 781
Default

thanks again for using my post. im glad you like it. i like to help if i fell i can, theres so meny things i would like to do. but i cant or wouldnt no where to start. like at the moment im big into gumps and the messages or system loads of programs i use on my test server. like the level system and the cumcustoms. i think there great. im looking into somthing like that for this. lol.

also i see on the new post you didnt add the sbbarkeeper.
do i take out the old one and put back my old one i had b4 i used yours.

thanks again
__________________
*+ MW Admin Naturescorpse +*
WonderlandADnc is offline  
Old 05-28-2006, 12:06 AM   #14 (permalink)
Forum Novice
 
Join Date: Aug 2003
Age: 32
Posts: 428
Send a message via MSN to aventae
Default

Quote:
Originally Posted by WonderlandADnc
thanks again for using my post. im glad you like it. i like to help if i fell i can, theres so meny things i would like to do. but i cant or wouldnt no where to start. like at the moment im big into gumps and the messages or system loads of programs i use on my test server. like the level system and the cumcustoms. i think there great. im looking into somthing like that for this. lol.

also i see on the new post you didnt add the sbbarkeeper.
do i take out the old one and put back my old one i had b4 i used yours.

thanks again
Yeah, in this new package i replaced the SBBarkeeper with the npc you made ..accept i fixed those errors you had =)
aventae is offline  
 

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0 RC5