Go Back   RunUO - Ultima Online Emulation > RunUO > Server Support on Windows

Server Support on Windows Get (and give) support on general questions related to the RunUO server itself.

Reply
 
Thread Tools Display Modes
Old 07-21-2007, 01:08 PM   #1 (permalink)
Forum Novice
 
Join Date: Apr 2007
Age: 30
Posts: 113
Default SBBlacksmith prices

I am searching for it everywhere but ı cant find SBBlacksmith that ı want to change the buy and sell prices how it can be ?
UoTurkey is offline   Reply With Quote
Old 07-21-2007, 04:27 PM   #2 (permalink)
Forum Expert
 
Join Date: Dec 2005
Posts: 272
Default

Look here:

\Scripts\Mobiles\Vendors\SBInfo\SBBlacksmith.cs

InternalBuyInfo (fragment):

Code:
		public class InternalBuyInfo : ArrayList 
		{ 
			public InternalBuyInfo() 
			{ 	
				Add( new GenericBuyInfo( typeof( IronIngot ), 5, 16, 0x1BF2, 0 ) );
				Add( new GenericBuyInfo( typeof( Tongs ), 13, 14, 0xFBB, 0 ) ); 
 
				Add( new GenericBuyInfo( typeof( BronzeShield ), 66, 20, 0x1B72, 0 ) );
				Add( new GenericBuyInfo( typeof( Buckler ), 50, 20, 0x1B73, 0 ) );
				Add( new GenericBuyInfo( typeof( MetalKiteShield ), 123, 20, 0x1B74, 0 ) );
				Add( new GenericBuyInfo( typeof( HeaterShield ), 231, 20, 0x1B76, 0 ) );
				Add( new GenericBuyInfo( typeof( WoodenKiteShield ), 70, 20, 0x1B78, 0 ) );
				Add( new GenericBuyInfo( typeof( MetalShield ), 121, 20, 0x1B7B, 0 ) );
InternalSellInfo (fragment):

Code:
		public class InternalSellInfo : GenericSellInfo 
		{ 
			public InternalSellInfo() 
			{ 
				Add( typeof( Tongs ), 7 ); 
				Add( typeof( IronIngot ), 4 ); 

				Add( typeof( Buckler ), 25 );
				Add( typeof( BronzeShield ), 33 );
				Add( typeof( MetalShield ), 60 );
				Add( typeof( MetalKiteShield ), 62 );
				Add( typeof( HeaterShield ), 115 );
				Add( typeof( WoodenKiteShield ), 35 );

				Add( typeof( WoodenShield ), 15 );

				Add( typeof( PlateArms ), 94 );
				Add( typeof( PlateChest ), 121 );
				Add( typeof( PlateGloves ), 72 );
				Add( typeof( PlateGorget ), 52 );
				Add( typeof( PlateLegs ), 109
Melchior is offline   Reply With Quote
Old 07-22-2007, 06:42 AM   #3 (permalink)
Forum Novice
 
Join Date: Apr 2007
Age: 30
Posts: 113
Default

I am using runuo 1.0 and there is no sbblacksmith.cs in scripts folder
UoTurkey is offline   Reply With Quote
Old 07-22-2007, 08:12 AM   #4 (permalink)
Forum Novice
 
Join Date: Oct 2003
Age: 27
Posts: 154
Send a message via ICQ to Neouni
Default

use a search tool on your script folder to find most stuff
it comes really hand when doing small changes or bughunting
Super Text Search
Neouni is offline   Reply With Quote
Reply

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